/*
Theme Name: Edgeworthy Education
Theme URI: http://edgeworthyeducation.com
Description: Edgeworthy Education subscriber site
Version: .1 beta
Author: Rebel Interactive
Tags: basic layout beta

purple: #4D0F4F;
light purple: #996D9B;

*/

/* basics */

html, body, #container { height: 100%; }

body > #container {height: auto; min-height: 100%;}

*{margin:0; padding:0;}

body {
	background:#ffffff;
	background: url('_images/headerBG.jpg') repeat-x;
	font-family: helvetica, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 0px;
	}

	
h1 {font-size: 18px; line-height: 26px;}
h2 {font-size: 14px; line-height: 20px;}
h3 {font-size: 10px;}
h4 {font-size: 9px;}


img{ border: none; padding:0; }
/* Fix for PNG alpha channel display in IE6 */
img {
  behavior: url('/wp-content/themes/pngbehavior.htc');
}
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

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

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 934px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: 934px; 
  	height: 97px; 
	margin: 0;
	padding: 0;
	}
	
#logo {
	margin: 28px 0 0 0;
	float: left;
}

#sign {
	margin: 20px 0 0 0;
	width: 162px;
	height: 26px;
	float: right;
}

#signIn {
	width:80px;
	height: 26px;
	float: left;
}

#signUP {
	width:81px;
	height: 26px;
	float: right;
}



/* footer */

#main { padding-bottom: 88px; }  /* must be same height as the footer */

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footer {
	background: url('_images/footerBG.jpg') repeat-x #000000;
	margin-top: -88px; /* negative value of footer height */
	height: 88px;
	margin: 0 auto;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #FFFFFF;text-decoration: none;}
#footer a:hover{color: #FFFFFF;text-decoration: underline;}



/* main menu */


#menu {
	font-family: helvetica, arial, times, serif;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:100;
	width:934px; 
	height: 34px;
	overflow:hidden;
}


#menu ul {
	padding:0;
	margin: 0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	padding: 0  14px 0 14px;
}

#menu ul li a {
	padding:9px 10px;
	margin: 0;
	color: #fff;
	display:block;
	text-decoration:none;
}

#menu ul li a:hover {
	background: url('_images/menuHover.jpg') repeat-x;
	height: 34px;
	color: #4D0F4F;
}

/* Custom Search */
#search_box {
	margin: 9px 0 0 0;
	float: right;
	width: 193px;
	height: 19px;
	background: url('_images/bg_search_box.jpg');
}

#search_box #s {
	float: right;
	padding: 0;
	margin: 3px 0 0 6px;
	border: 0;
	width: 159px;
	background: none;
}

#search_box #go {
	float: left;
	margin: 3px 4px 0 4px;
}

/* content */


#content {
	float:left;
	width:624px;
	overflow: hidden;
	margin:30px 14px 14px 14px;
	}

.post h5{
	font-size: 13px;
	margin: 9px 0 9px 0;
	color: #333333;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	margin: 8px 0 8px 0;
	font-weight:lighter;
	font-size: 24px;
	color: #4D0F4F;
	}
	
.post h2 a{
	font-weight:lighter;
	font-size: 24px;
	color: #4D0F4F;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry {
	border-top: 1px dashed #996D9B;
	margin: 4px 0 4px 0;
}
.entry p{
margin:6px 0 6px 0;
padding-top: 6px;}

.postmetadata{
	clear: both;
	background: url(_images/popularBG.jpg) repeat-x;
	padding:6px;
	margin: 20px 0;
	color: #ffffff;
	}
	
.postmetadata a{
	color: #ffffff;
	text-decoration:underline;
}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{margin:25px 0 25px 0; padding-bottom: 25px;}
.alignright a{margin:25px 0 25px 0;}

.headerT {
	float: left;
	
}

.rssbtn {
	float: right;
	
}

.clear {
	clear: both;
	}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:265px;
	float:right;
	margin:5px 0 0 0;
	padding: 0 0 0 10px;
	border-left: 1px dashed #996D9B;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

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

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

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

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

.sidetop {
	background: url(_images/sidebarPieces_01.png) no-repeat;
	margin: 25px 0 0 0;
	width: 262px;
	height: 43px;
}

.sidemid {
	background: url(_images/sidebarPieces_02.png) repeat-y;	
	width: 262px;
	height: 100%;
}
.sidemidinner {
	padding: 10px;
	width: 242px;
	overflow:hidden;
}

.sidebottom {
	background: url(_images/sidebarPieces_03.png) no-repeat;	
	width: 262px;
	height: 15px;
}

.sidememberinner {
	padding: 10px;
	margin: 0 0 15px 8px;
	width: 222px;
	border-bottom: 1px solid #f1f1f1;
	overflow:hidden;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}

.sidememberinnerbtm {
	padding: 10px;
	margin: 0 0 0 8px;
	width: 222px;
	overflow:hidden;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}

.sidetop h3{
	text-transform:uppercase;
	color: #ffffff;
	padding: 14px 12px 10px 18px;
	font-size: 13px;
	font-weight:100;
	font-family: Helvetica, Arial, sans-serif
	}
	
.sidead {
	margin: 18px 0 0 8px;
}
.emailtext{
	margin: 0 0 15px 15px;
	font-size: 12px;
	line-height: 17px;
	color: #4D0F4F;
	
}

.learnmore {
	float: right;
	padding: 0 8px 0 0;
}

/* pop post */
#pophead {
	height: 29px;
	width: 623px;
	background: url(_images/popularBG.jpg) repeat-x;
	padding: 0;
	overflow: hidden;
	font-size: 13px;
	font-weight:100;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color: #ffffff;
	}
	
#poppost {
	height: 120px;
	width: 621px;
	padding: 0;
	border: 1px solid #999999;
}
.popinner {
	padding: 8px;
}
ul.popinner {
	display: inline;
	}

li.popinner{
	display: block;
	font-size: 12px;
	color: #4D0F4F;
}

.popinner a{
	color: #4D0F4F;
	text-decoration:none;
	font-weight: bold;
}

/* Custom Email */
#email_box {
	margin: 0 0 0 20px;
	width: 223px;
	height: 26px;
	background: url(_images/email_bg.jpg);;
}

#email_box #e {
	float: left;
	padding: 0;
	margin: 6px 0 0 6px;
	border: 0;
	width: 119px;
	background: none;
}

#email_box #go {
	float: right;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

ul.archive {
line-height: 19px;
}

ul.archive li{
	background-color: #ededed; 
	list-style-type:circle;
	display:block;
	margin: 3px 0 3px 5px;
	font-weight: bold;
	}
	
#categories ul li{
	background-color: #ededed; 
	list-style-type:circle;
	display:block;
	margin: 3px 0 3px 5px;
	padding: 3px;
	font-weight: bold;
	}
	
.archivetitle {
	color: #4b064d;
	}
	
ul#slider, ul#slider ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#slider a {
  display: block;
  text-decoration: none;	
}

ul#slider li {
  margin-top: 1px;
}

ul#slider li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul#slider li a:hover {
  background: #000;
}

ul#slider li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#slider li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
.modelpics {
	padding: 3px;
	float: left;
	border: 0;
}