/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
strong {
	font-weight: bold;
}
h2 {
	font-size: 32px;
	margin-bottom: 5px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #711105;
	text-decoration: none;
}
h3 {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: capitalize;
	color: #1C8D45;
	padding-bottom: 10px;
	font-weight: normal;
	padding-top: 10px;
}

h4 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: capitalize;
	color: #006CB7;
	padding-bottom: 10px;
	font-weight: normal;
	padding-top: 10px;
	letter-spacing: -1px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
h6 {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #711105;
	font-weight: bold;
	padding-top: 0px;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;

}

td p {
	
	font-size: 11px;
}

td h3 {
	font-size: 14px;
	color: #990000;
}

td{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCCC;
	padding: 5px;
}


th {
	font-weight: bold;
	background-color: #DCEDED;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A7676;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 5px;
}
a {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}

a:hover {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
a img, img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.textfield {
background-color: white;
border: 1px solid black;
}
.thrColFixHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	height: 188px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(images/bg_masthead.png);
	background-repeat: repeat-x;
	background-position: left top;
} 
.thrColFixHdr #header h1 {
	background-image: url(images/logo_masthead.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 110px;
	padding-left: 20px;
	margin: 0;
}#languages {
	float: right;
	width: 150px;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#languages img{
	padding: 0px 5px;
}#languages p{
	text-align:right;
padding: 5px 15px 5px 0px;
}#languages #transl_sign{
	display:none;
}#languages #translation_bar{
	float:right;
padding: 0px 10px 0px 0px;
}
#searchbar {
	float: right;

	width: 380px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
padding-right: 10px;
margin-top:-10px;
}
#subscribe {
	float: right;
	width: 150px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -5px;
margin-right: 10px;
}

#subscribe a{
	color: #FC0;
}
#auxnav {
	float: right;
	width: 220px;
	text-align: left;
	clear: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}#auxnav ul {
	margin-left: 10px;
	margin-top: 5px;
}#auxnav ul li {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-top: 0px;
	margin-right: 5px;
	line-height: 20px;
	text-transform: capitalize;
	margin-left: -5px;

}#auxnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#auxnav .toprow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF824E;
	text-align: left;
	padding-bottom: 2px;
}


 #topnav {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	background-color: #711105;
	margin-top: 18px;
}
#topnav ul {
	display: inline;
	list-style-type: none;
}
#topnav ul li {
	display: inline;
	padding-right: 27px;
	padding-left: 27px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C74127;
}
#topnav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}


#sidebar1 #welcome {
	height: 640px;
	min-height: 640px;
	background-color: #B6202C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding: 7px;
}
#welcome img{
	text-align: center;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 22px;
}
#welcome a {
	font-size: 14px;
	color: #FF6600;
}
#welcome h5 {
	font-weight: normal;
}
#whycajo {
	background-image: url(images/bg_home_whycajo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 110px;
	min-height: 110px;
	width: 240px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	background-color: #22A853;
	display: none;
}

#whycajo h3, #cajoeducation h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
}
#cajoeducation {
	background-image: url(images/bg_cajoeducation.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 110px;
	min-height: 110px;
	width: 240px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	background-color: #1C8D45;
	display: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 282px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-image: url(images/bg_home_rightpane.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebar2 h5 {
	font-size: 13px;
	color: #27518D;
	padding-bottom: 5px;
	padding-left: 25px;
	letter-spacing: 1px;
}

.thrColFixHdr #sidebar2 li{
list-style-type: none;
}
#sidebar2 #rightpane-featured {
	padding-bottom: 20px;
}
#sidebar2 #rightpane-featured h5{
	background-image: url(images/bullet_featured.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 5px;
}
#sidebar2 #rightpane-highlights {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#sidebar2 #rightpane-highlights h5{
	background-image: url(images/bullet_highlights.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 10px;
}

#sidebar2 #rightpane-highlights p, #sidebar2 #rightpane-latestcomments p, #sidebar2 #rightpane-featured p {
	padding-bottom: 10px;
		padding-left: 25px;
	font-size: 11px;
}
#sidebar2 #rightpane-highlights li, #sidebar2 #rightpane-featured li{
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 13px;
}
#sidebar2 #rightpane-latestcomments {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: none;
}
#sidebar2 #rightpane-latestcomments h5{
	background-image: url(images/bullet_comments.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 10px;
}

#sidebar2 #rightpane-latestcomments li{
	font-size: 11px;
	padding-left: 25px;
padding-bottom: 5px;
}
#sidebar2 #rightpane-poptopics {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	display: none;
}

#sidebar2 #rightpane-poptopics h5{
	background-image: url(images/bullet_topics.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 5px;
}
#sidebar2 #rightpane-poptopics a{
color: #125A2E;
}
#calendar {
	margin-top: 0px;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	float: left;
	font-size: 11px;
	line-height: 18px;
}
#wp-calendar caption {
    font-size: 16px;
padding-bottom: 5px;
}
#calendar p {
	padding: 5px 5px 5px 5px;	
}

#calendar a {
	color: #003366;
}

#calendar a:hover {
	color: #363;
}

#calendar .nav {
    padding: 0px 10px;
}

#calendar #prev, #calendar #next, #calendar #caption {
	padding-bottom: 5px;	
}
.ec3_list_day {
    padding: 0px 10px;
}

.thrColFixHdr #mainContent {
	margin: 0 280px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	text-decoration: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}
#mainContent .homeconfdetails {
	padding-left: 45px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C2D5FC;
}


/* Footer */
.thrColFixHdr #footer {
	background-color: #0092C3;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 910px;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
}

#footer #footerblurb {
	float: right;
	width: 250px;
	line-height: 18px;
	margin-right: 0px;
	font-size: 12px;
}


#footer .footer-section {
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}

#footer .footer-section h4 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
#footer .footer-section h4 a{
	color: #F60;

}
#footer .footer-section ul {
	margin-top: 0px;
	margin-left: 0px;
}
#footer .footer-section li,  #footer .footer-section a  {
	font-size: 12px;
	text-decoration: none;
	color: #CCC;
	list-style-type: none;
	padding-bottom: 2px;
}
#footer .footer-section li a {
	font-size: 12px;
	text-decoration: none;
	color: #CCC;
	list-style-type: none;
	margin-left: 0px;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Inside Pages */

#mainInside {
	width: 620px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#mainInside ul li, #mainInside ol li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	color: #39495E;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
#mainInside td ul li {
	font-size: 11px;
}
#mainInside #adspace {
	float: right;
	clear: right;
	padding-top: 10px;
	padding-bottom: 5px;
	width: auto;
}
#mainInside #newsarchive {
	background-image: url(images/bg_newsmailing.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 260px;
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	height: 140px;
	min-height: 140px;
}
#mainInside #subscribe {
	background-image: url(images/bg_newsmailing.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 250px;
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 140px;
	min-height: 140px;
	margin-right: 15px;
	margin-left: 5px;
}

#rightnav {
	width: 260px;
	padding: 5px 5px 5px 0px;
	margin: 0px 10px 10px 10px;
}
#rightnav h6 {
	padding-left: 10px;
	background-image: url(images/bullet_section.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #FFF;
	font-size: 12px;
}

#rightnav ul{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top:5px;
	margin: 0px;
}

#rightnav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	text-transform: capitalize;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #39495E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7BA9CF;
	font-weight: bold;
}

#rightnav li ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	text-transform: capitalize;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	color: #98A8C0;
	border: none;
	background-image:none;
}
#rightnav li a{
	text-decoration:none;
	border:none;
	color: #39495E;
}
#rightnav li a:hover{
	text-decoration:none;
	border:none;
	color: #0066CC;
}
#categories {
	float: right;
clear: right;
	height: auto;
	width: 300px;
	padding: 10px 5px 5px 0px;
	margin: 0px 10px 10px 0px;
}

#insideads {
	height: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}
#pagetools {
	float: left;
	clear: left;
	padding: 5px 0px 4px 0px;
	margin-top: -50px;
	font-size: 11px;
}

#pagetools ul li{
display: inline;
}

#pagetools .subscribe{
padding-left: 15px;
}

#pagetools .subscribe img{
padding-right: 5px;
padding-top: 2px;
}

#pagetools a{
padding-left: 5px;
padding-top: 1px;
	font-size: 11px;

}

#pagetools .WP-PrintIcon {
	padding: 0px 0px 0px 12px;
}


/* WP-specific */
.breadcrumb {
	padding: 15px 10px 15px 20px;
	width: 520px;
	font-size: 11px;
	float: left;
	clear: left;
}

.breadcrumb p {
	font-size: 11px;
}

.breadcrumb a {
	font-size: 11px;
}

.navigation {
	padding: 0px 10px 5px 10px;
	width: 620px;
	font-size: 11px;
}

.navigation p {
	font-size: 11px;
}

.navigation a {
	font-size: 12px;
}

.more-link {
	color: #600;	
}
.bizdir_notes_grey {
display: none;	
}
#bizdir_submit {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/bg_button.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	width: auto;
	background-color: #000;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	overflow:visible;
	border: 1px solid #999;
}

.MailPress {
	
}
.post,  #post,  .entry  {
	padding: 0px 5px;
	margin: 0px;
}
.hentry {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.post h2, .entry h2 {
	padding: 0px;
	margin: 20px 0px 20px 5px;
	font-size: 32px;
	text-transform: uppercase;
	color: #333333;
	font-weight: normal;
}

h2.pagetitle {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #999900;
}
.entry p, .post p {
	padding-left: 0px;
}
.entry h2 a{
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 18px;
	text-transform: uppercase;
	color: #036;
	font-weight: normal;
}

.entry h3 a{
	padding: 0px;
	margin: 10px 0px 5px 0px;
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-weight: normal;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}


		/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: right;
	}

#searchform #s {
	width: 180px;
	padding: 2px;
	}

#searchsubmit, #bizdir_search, .MailPressFormSubmit {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/bg_button.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	width: auto;
	background-color: #000;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	overflow:visible;
	border: 1px solid #999;
	}

small, p.postmetadata, small a, small a:hover{
	font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	}
.postmetadata {
	margin-top: 15px;
}	
.small-link, a.small-link, a.small-link:hover{
	font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-image: url(images/bg_button_more_democentre.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 80px 8px 22px;
width: 280px;
	}
#submit, submit, p.wpcf7-form input,  {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/bg_button.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	width: auto;
	background-color: #000;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	overflow:visible;
	border: 1px solid #999;
	}
	
input {
	width: auto;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #fff;
	border: 1px solid #CCCCCC;	
		background-image: url(images/bg_forminputs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

select {
	width: auto;
	padding: 2px;
	margin: 0px 5px 1px 0;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 12px;
	line-height: 18px;
	}
	
textarea, input.wpcf7-form-control-wrap, #bizdir_input_text_area {
	width: 400px;
	padding: 2px;
	background-color: #FFF;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-image: url(images/bg_forminputs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}


/* End Form Elements */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */


/* Begin Comments*/
.trackback {
	background-image: url(images/trackback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0px 10px 0px;
	margin-left: 60px;
	font-size: 11px;
}

p.trackback {
font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 15px 5px 15px;
	width: 330px;
} 

.alt {
	margin: 0;
	padding: 10px 0px 20px 0px;
	background-color: #ffffff;
	background-image: url(images/bg_comments.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1C3D9;
	}
	
img.avatar {
margin: 15px 5px 10px 10px;
}

.commentlist {
	padding: 0 0 0 10px;
	text-align: justify;
	}


.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.commentlist a{
	color: #4D6379;
}

#commentform p {
	margin: 5px 0;
	}

#leavecomment {
padding: 0 0 0 10px;
}

#comments {
padding: 0 0 0 10px;

}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em "Lucida Grande", Arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-size: 12px;
	font-weight: normal;
	}
.commentlist cite, .commentlist cite {
	font-size: 12px;
	font-weight: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;

	}


blockquote cite {
	margin: 5px 0 0;
	display: block;

	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	color: #e8e8e8;
	background-color: #E8E8E8;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */
#crp_related {
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D7D7D7;
}

#crp_related h5{
	color: #333333;
	padding-top: 5px;
	text-transform: capitalize;
	font-weight: normal;
}
#crp_related ul li a{
	font-size: 11px;
	color: #006633;
}
.hentry #crp_related li {
	margin-left: 20px;
}
#pluginoverlay, .gmnoprint {
	display: none;
}