/*  
Theme Name: Purplebutterfly
Description: Widget ready and tested on WP 2.3.1.
Version: 1.0
Author: Vincent Lau
Author URI: http://www.aeturnus.com.sg
*/

html {
	margin: 0;
	padding: 0;
	background: #02020f url(images/smm2_bg.jpg) no-repeat top;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/menu_bg.png) no-repeat top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373237;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color:#96F;
}

a:hover {
	text-decoration: none;
	color:#C6F;
}

form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#social {
	float:right;
}

/* Header */

#header {
	width: 1000px;
	height: 150px;
	/* height: 290px; */
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding-top: 16px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Search */

#searchform {
	float: right;
	width: 278px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}

#searchform form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	margin: 0px 0px 0px 20px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	width: 680px;
	height: 48px;
	float: right;
	margin: 0 auto;
	padding-top: 18px;
	text-align:center;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:680px; height:48px; position:relative; z-index:100; text-transform:uppercase;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:687px; w\idth:680px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:136px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:136px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:1.1em; text-decoration:none; color:#fff; width:125px; height:34px; line-height:33px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:136px; w\idth:125px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#C00 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#09F url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#09F url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FFD5D5;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#09F;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:136px; }
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:136px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#FFD5D5; color:#000; height:auto; line-height:1em; padding:5px 10px; width:136px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:140px;w\idth:136px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ffca08;}
.menu :hover > a, .menu ul ul :hover > a {color:#ffca08;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

#menu .menu ul ul .current_page a {
  color: #ffca08;
}

#menu .menu .current_page a {
  color: #ffca08;
}

#menu .menu ul .current_page ul a {
  color: #ffca08;
}

/* #menu .menu ul .current_page ul a:hover {
  color: #000;
  background: #CCC;
} */

#menu .menu .current_page a:hover {
  color: #ffca08;
}

#submenu {
	width:1000px;
	height:50px;
	margin: 10px 21px 0px 0px;
	text-align:right;
	float:right;
}

/* Divider */

#divider {
	width:100%;
	height:68px;
	/* background: url(images/divider.png) top repeat-x; */
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 550px;
	height: 550px;
	padding: 8px;
	margin: 18px 32px 12px 0px;
	overflow:auto;
	background-color:#FFF;
}

.post {
	margin-bottom: 12px;
	/* border-bottom: 1px solid #E2E2E2; */
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 40px;
	margin-bottom: 15px;
	padding: 6px 0 0 0px;
	letter-spacing: -.5px;
	color: #340045;
	text-transform:uppercase;
	font-weight:bold;
	background:url(images/dotted_line.png) no-repeat bottom left;
}

.post .title a {
	color: #000000;
	border: none;
}

.post .subtitle {
	color: #340045;
	padding:5px 15px 5px 5px;
	background-color: #ffca08;
}

.post .meta {
	width: 400px;
	padding: 5px 20px 5px 10px;
	background: #676767;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
}

.post .meta a {
	color: #FFFFFF;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.yellow-line {
	width:100%;
	height:67px;
	background:url(images/solid_line.png) repeat-x top;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 380px;
	padding: 10px 0px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	border-left: 1px solid #E2E2E2;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 10px;
}

#sidebar li li {
	line-height: 25px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 5px 30px 5px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #000000;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #96F;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

.widgettitle {
	margin-left:25px;
	padding-top:16px;
	text-indent:5px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width:1000px;
	height: 45px;
	margin: 0 auto;
	padding: 0px;
}

#footer p {
	margin: 0;
	padding-top: 12px;
	padding-bottom: 6px;
	line-height: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #80678b;
}

#footer a {
	color: #505f6a;
	padding-right:10px;
}

#footer a:hover {
	color:#3FF;
}

#legal {
	font-weight:bold;
	float:left;
}

#footer-menu {
	font-weight:bold;
	float:right;
	padding-right:10px;
}

.pagetitle {
	padding-top: 20px;
}

.navigation {
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}