/*  
Theme Name: ae home
Description: Widget ready and tested on WP 2.3.1.
Version: 1.0
Author: Vincent Lau
*/

body {
	margin: 10px;
	padding: 0;
	background: #fcf8f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	color: #936c45;
}

h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}

ul, ol {
	margin-top: 0;
	padding-left:25px;
	line-height: 180%;
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align:justify;
}

a {
	text-decoration: none;
	color: #f7941e;
}

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

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.submitButton {
	background-color:#f7941e;
	border:#ffc20e solid 2px;
	font-weight:bold;
	font-size:11px;
	color:#fff; cursor:pointer;
}

/* Header */

#header {
	width: 960px;
	height: 110px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	height: 70px;
	margin: 0;
	padding-top: 10px;
	color: #f7941e;
}

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

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

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

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

/* Search */

#search {
	margin: 20px 15px;
}


#header-search {
	float: right;
	width: 279px;
	height: 110px;
	padding: 0;
	/* background: url(images/searchbar.png) 0px 0px no-repeat; */
}

#header-search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

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

#header-search-text {
	width: 200px;
	padding: 3px 3px;
	border: none;
	background-color:#fff;
	border:#F5F5F5 solid 2px;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #808080;
}

#header-search-submit {
	width:36px; height:20px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	background-color:#f7941e;
	border:#ffc20e solid 2px;
	color:#fff; cursor:pointer;
}

/* Navigation */

.navigation {
	width: 100%;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/* Menu */

#menu {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
}

/* ================================================================ 
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:960px; height:35px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:967px; w\idth:960px;}
/* 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:160px;}
/* 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:160px; position:relative; text-align:center;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#936c45; width:158px; height:35px; line-height:33px; font-weight:bold; font-family: Arial, Helvetica, sans-serif; font-size: 15px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:160px; w\idth:159px;}

/* style the second level background */
.menu ul ul a.parent, .menu ul ul a.parent:visited {background:#fff url(images/drop.gif) no-repeat 150px 15px;}
/* style the second level hover */
.menu ul ul a.parent:hover{background:#fff url(images/drop.gif) no-repeat 150px 15px;}
.menu ul ul :hover > a.parent {background:#fff url(images/drop.gif) no-repeat 150px 15px;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#fff;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#F5F5F5;}

/* 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:160px;}
/* 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:158px; top:0px; width:160px;}

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

/* 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;}

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

/* style the top level hover */
.menu a:hover{color:#936c45; background:url(images/orange_bar.gif) no-repeat;}
.menu :hover > a {color:#936c45; background:url(images/orange_bar.gif) no-repeat;}
.menu ul ul a:hover{color:#936c45; background:#F5F5F5;}
.menu ul ul :hover > a {color:#936c45; background:#F5F5F5;}

/* 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: #000;
}

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

#menu .menu .current_page a:hover {
  color: #000;
  font-weight: bold;
}

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

#menu .menu ul .current_page ul a:hover {
  color: #936c45;
  background:#F5F5F5;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	/* background: url(images/img04.jpg) repeat-y left top; */
}

#page-bgtop {
	/* background: url(images/img03.jpg) no-repeat left top; */
}

#page-bgbtm {
	padding: 30px 10px 0px 0px;
	/* background: url(images/img05.jpg) no-repeat left bottom; */
}

#page-off {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#page-bgbtm-off {
	padding: 30px 10px 0px 0px;
}

/* Content */

#content, #content-aboutsub, #content-none {
	float: left;
	width: 690px;
	padding: 0;
}

#content {
	background: url(images/crazy_people.jpg) center no-repeat;
}

#content-aboutsub {
	background: url(images/radical_people.jpg) bottom center no-repeat;
}

#content-main {
	float: left;
	width: 940px;
	padding: 0;
}

.post {
}

.post .title {
	height: 38px;
	padding: 12px 0 0 20px;
	letter-spacing: -.5px;
	color: #181818;
}

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

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
}

.post .entry-bgtop {
}

.post .entry-bgbtm {
	margin-bottom: 25px;
	padding: 10px 20px 10px 20px;
}

/*
.post .entry-bgbtm ul {
	padding-left:25px;
	margin-top:0px;
}
*/

.reply {
	padding-top:10px;
}

.links {
	display: block;
	width: 100px;
	height: 22px;
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 2px;
	background: url(images/generic_button.png) no-repeat center top;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
}

.links a {
	color: #ffffff;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding: 10px 10px 10px 10px;
	color: #787878;
	background:#fff;
	border:#F5F5F5 solid 2px;
}

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

#sidebar li {
	margin: 0;
	padding: 0;
}

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

#sidebar li li {
	line-height: 15px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 15px;
	padding-top:10px;
	padding-bottom:10px;
	background: url(images/img06.jpg) no-repeat left 15px;
}

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

#sidebar h2 {
	height: 30px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #181818;
}

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

#sidebar .sidebar_title_link {
	text-align: right;
}

#sidebar a {
	border: none;
}

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

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

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

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

/* Footer */

#footer {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	/* text-transform: uppercase; */
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #7E7E7E;
}
#footer a:hover {
	color: #000;
}

.pagetitle {
	padding-left: 20px;
}