/* 
	Theme Name: Beginnings
	Theme URL: http://www.loft8studio.com/
	Description: Beginnings is a 2-column Widget-ready theme created for Beginnings Learning Center.
	Author: Loft8 Studio
	Author URI: http://www.loft8studio.com
	Version: 1.0
	Tags: two columns, fixed width, sidebar widgets
	

*/

body {
	background: #FFFFFF url(images/bg_circles.gif) repeat scroll 0 0;
	color: #494641;
	font-size: 12px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#topwrap {
    background: #B7D7D5;
    height:200px;
    border-top: 10px solid #88B2AB;
    } 

#wrap {
	background: #FFFFFF /*url(images/dropshadow994.png) repeat-y scroll 0 0*/;
	width: 994px;
	padding: 0px;
	position: relative;
    margin: 0px auto;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
	}


div.clear { clear: both; }

/************************************************
*	Stats									*
************************************************/
img#wpstats {display:none; }

/************************************************
*	Hyperlinks									*
************************************************/
	

	
a img {
	border: none !important;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	border: none; 
	text-decoration: none;
	}
	
/************************************************
*	Top     									*
************************************************/

#top {
	width: 994px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: transparent url(images/bg_header.png) repeat-x scroll left top ;
	width: 994px;
	height: 200px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	   border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
	}

#headerimage {
	background: transparent;
	width: 994px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

	
#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width: 471px;
	height:145px;
	float: left;
	margin: 0 0 14px 0;
	padding: 0px 3px;
	overflow: hidden;
	}

.headerleft p {
	color: #C0C0C0;
	font-size: 14px;
	margin: 0;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}
	

.headerright {
	width: 400px;
	float: right;
	margin: 30px 0px;
	padding: 0px 20px 0px 0px;
	text-align: right;
	}
	
.headerright p {
	margin: 0px;
	padding: 0px;
	}
	
.headerright a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.headerright a:hover {
	color: #666666;
	text-decoration: underline;
	}

.headericons {
    width: 300px;
	float: right;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 45px 28px 0 0;
	overflow: hidden;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 98%;
	float: left;
	height: 35px;
	font-size: 12px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 10px auto 0px;
	padding: 0 0 0 15px;
	background: transparent;
       }
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #000000;
	display: block;
	font-weight: normal;
        margin: 0px;
	padding: 6px 15px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	}

#nav li a:hover, #nav li a:active {
	color: #47BCC8;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 170px;
	background: #F9CF45;
	color: #000000;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	
	}
	
#nav li li a:hover, #nav li li a:active {
	color: #47BCC8;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/************************************************
*	Homepage 					            	* 
************************************************/

#homepage {
	width: 940px;
	margin: 0px auto 0px;
	}	
	
	
.homepage h2 {
	color: #3EC2CF;
	font-size: 24px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0 0 5px;
	}      
	
#homepage p {
	padding: 5px 0 5px 0;
	margin: 0px 5px;
}
	
#homepage a, #homepage a:visited  {
	color:#9A5103;
	text-decoration:none;
	text-transform: uppercase;
	}
	
#homepage a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#homepage embed, #homepage object {
	margin: 8px 0px 0px 0px; 
	padding: 0px;
	}
	
#homepage .widget  {
	background: transparent;
	margin: 0px 0px 10px 0px;
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#homepage ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li li {
	/*background: url(images/checkmark.png) no-repeat left;*/
	margin: 0px;
	padding: 0px 0px 0px 18px;
    line-height: 20px;
	}
	
#homepage ul li ul li {
	background: url(images/checkmark.png) no-repeat left top;
	margin: 0 3px 12px 0;
	padding: 0px 0px 0px 28px;
	}
	
#homepage ul li a, #homepage ul li a:visited {
	color: #508F8E;
	text-decoration: none;
	border-bottom: 1px dotted #508F8E;
	}
	
#homepage ul li a:hover{
	color: #9A5103;
	text-decoration: none;
	}
	
#homepagetop {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 400px;
	}
	
.homepageleft {
	float: left;
	width: 585px;
	margin: 0px;
	padding: 0px;
	}

.homepage img {
	border: 2px solid DFDFDF;
	}

	
.homepageleft h2 {
	font-size:28px;
	color: #3EC2CF;
	margin: 20px 0px 5px 0px;
	}      
	
.homepageright {
	float: right;
	width: 290px;
	margin: 12px;
	padding: 10px;
	border: 1px solid #DFDFDF;
	background: #EFEFEF;
	}
	
.homepageright h2 {
	font-size:24px;
	color: #3EC2CF;
	margin: 5px 0px 5px 0px;
	}

.hpbottomleft {
	float: left;
	width: 575px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
	
.hpbottomleft h2, .hpbottomcenter h2, .hpbottomright h2 {
	font-size:28px;
	color: #4F2C00;
	margin: 10px 0 5px 0;
	}	

.hpbottomleft ul, .hpbottomcenter ul, .hpbottomright ul {
    list-style-type: none;
	}	
	
.hpbottomcenter {
	float: left;
	width: 300px;
	margin: 0px 10px;
	padding: 0px;
	}
	
.hpbottomcenter li {
	font-size:10px;
	}	
	
.hpbottomcenter a {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	}
	
.hpbottomright {
	float: right;
	width: 290px;
	margin: 0px;
	padding: 0px;
	}

.hpbottomright a {
	border: none;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 20px;
	background: transparent /*url(images/titlebar.gif) repeat-x scroll top left*/;
	}

#content_title {
	background: transparent url(images/bg-h2.gif);
	width: 100%;
	float: left;
	height: 38px;
	margin: 10px auto 0px;
	padding: 0px;
       }
       
#content_home {
	width: 994px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
	background: #f0f0f0;
	}
	
#contentleft {
	float: left;
	width: 710px;
	margin: 0px;
	padding: 5px 10px 5px 20px;
	border-right: 1px dotted #DFDFDF;
	min-height: 500px;
	}

#contentwide {
	float: left;
	width: 920px;
	margin: 0px;
	padding: 5px 20px;
	}
	
#contentlinks {
	float: left;
	width: 920px;
	margin: 0px;
	padding: 5px 20px;
	}
	
#contentlinks li {
	list-style-type: square;
	font-size: 14px;
	margin-left: 575px;
	}
	
#contentlinks li a:hover {	
	color: #9A5103;
	}
	
#contentwide a, #contentwide a:visited {
	color: #494641;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#contentwide a:hover {
	color: #9A5103;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}

#content h1 {
	color: #3EC2CF;
	font-size: 36px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	margin: 20px 5px 0 20px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	}
	
	
#contentleft h1, contentwide h1 {
	color: #222222;
	font-size: 40px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	text-align: left;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #222222;
	font-size: 32px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 22px;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #9A5103;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#contentleft h2, #contentwide h2 {
	color: #494641;
	font-size: 14px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: bold;
	margin: 15px 0px 0px;
	padding: 0px;
	line-height: 16px;
	}
	
#contentleft h3, #contentwide h3 {
	color: #222222;
	font-size: 20px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	margin:0 5px;
	padding:10px 0;
	line-height: 22px;
	}
	
#contentleft h4, #contentwide h4 {
	color: #222222;
	font-size: 20px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 2px solid #CCCCCC;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea {
	margin: 0px 0px 20px 0px;
	}

.postarea p {
	padding: 10px 0 10px 0;
	margin: 0px 5px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #508F8E;
	text-decoration: none;
	border-bottom: 1px dotted #508F8E;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #9A5103;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
	
.postarea ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	/* background: url(images/arrow.gif) no-repeat top left; */
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	margin: 0 25px 15px 20px;
	padding: 10px 25px 0 10px;
	border-left: 10px dotted #FCE61F;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 8px -5px;
	padding: 2px 5px 2px 0px;
    color: #898989;
    font-size: 10px;
	}
	
.postauthor p {
	padding: 0;
	margin: 0px 5px;
	}
	
.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 20px 25px 20px 0px;
	}

.divider {
   /*background:transparent url(images/divider.jpg) no-repeat scroll left top;*/
   float:left;
   height:5px;
   margin:20px 0 15px 0px;
   width:585px;
   border-bottom: 5px dotted #FCE61F;
 }


/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0 10px 10px 0;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	border: 5px solid #FFFFFF;
    display: inline;
    margin: 10px 20px 10px 10px;
    padding: 5px;
    background: #FFFFFF;
	}

	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
        border: 5px solid #DFDFDF
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 10px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 240px;
	margin: 30px 5px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}
	
#sidebar h2, .screen-reader-text {
	color: #4F2C00;
	font-size: 28px;
	font-family: Arial,sans-serif;
	font-weight: normal;
	margin: 8px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar img.alignleft {
	border: 5px solid #FFFFFF;
    display: inline;
    margin: 10px 20px 10px 10px;
    background: #FFFFFF;
    padding: 5px 28px 0px 0px;
    }
    
#sidebar a, #sidebar a:visited {
	color: #222222;
	text-decoration: none;
    margin: 10px 0 0 5px;
    line-height: 24px;
	}
	
#sidebar a:hover{
	color: #9A5103;
	text-decoration: none;
	border-bottom: 1px dotted #9A5103;
	}

#sidebar p {
	margin: 0px;
	padding: 5px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	background: #FFFFFF;
	margin: 0px 0px 30px 0px;
	padding: 5px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/checkmark.png) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#sidebar ul li ul li {
	/*background: url(images/checkmark.png) no-repeat left center;*/
	margin: 0px;
	padding: 0px 0px 0px 30px;
        text-indent: -6px;
	}
	
#sidebar .video embed, #sidebar .video object {
	width: 250px; 
	height: 205px;
	margin: 0px; 
	padding: 0px;
	}
	
.textwidget {
	margin: 0px;
	padding: 0px;
	}
	
.postform {
	background: #F5F5F5;
	width: 235px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 0px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footerwrap {
    background: #88B2AB /*url(images/footer.png) repeat-x scroll left top*/;
    height:200px;
    } 

#footercontent {
	background: transparent;
	height: 48px;
	width: 980px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px auto 0px;
	padding: 0px;
	}

#footercontent p, #footercontent a {
	color: #DFDFDF;
	margin: 0 5px;	
	padding: 0px;
	text-decoration: none;
	} 
	
#footercontent a {
	border-bottom: 1px dotted #DFDFDF;
	} 
	
#footer p {
	color: #444444;
	margin: 0px;	
	padding: 0px;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a {
	color: #444444;
	text-decoration: none;
	}

#footer a:hover, #footerwrap a:hover {
	color: #9A5103;
	border-bottom: 1px dotted #9A5103;
	}
	
.footerleft {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	}
	
.footerright {
	width: 290px;
	float: right;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	}

.footercontact {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	}	

#footertop {
	background: #F0F0F0;
	width: 100%;
	}
/************************************************
*	Bottom  									*
************************************************/

#bottom {
	width: 994px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/************************************************
*	Search Form									*
************************************************/

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 0px 0px 0px 0px;
	}
	
#searchformheader {
	margin: 0px;
	padding: 0px;
	}
	
#searchbox {
	background: #F7F7F7 !important;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	width: 210px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #F7F7F7;
	}
	
#searchbutton {
	background: #000000 url(images/navbar.gif);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #222222;
	}
	
#s {
	background: #FFFFFF;
	width: 158px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DFDFDF;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #666666;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #666666;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
.reply a:hover {
	background: #3A87DD;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #3A87DD;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}



/************************************************
*	WP-TABLE RE-LOADED  									*
*************************************************/

.wp-table-reloaded  {
background-color:#FFFFFF ! important;
}

.wp-table-reloaded td {
background-color:#FFFFFF;
color:#494641 !important;
padding:4px 4px 4px 10px !important;
vertical-align:top;
}

/************************************************
*	NEXTGEN GALLERY									*
************************************************/

.ngg-galleryoverview {
border-bottom:2px dotted #CCCCCC;
margin-bottom:40px;
}
