/*
Theme Name: Aten Advisory
Description: A custom theme for Aten Advisory.
Author: Jarome Harmsworth / Moons of Jupiter
Author URI: http://www.moonsofjupiter.com.au
Theme URI: http://www.moonsofjupiter.com.au
Version: 1
Tags: custom background, two-columns, custom-menu, image-slider
*/

@import "css/reset.css";

/* BASE STYLES */

body {
	font: 12px/20px 'droid sans', Helvetica, Arial, Sans-serif;
	background: url(images/bg.gif) top repeat-x #e5e5e5;
	color: #000;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: Helvetica, Arial, Sans-serif;
	color: #000;
	font-weight:normal;
	margin: 0 0 20px 0;
}

h1 {
	font-size:32px;
}

h2 {
	font:26px;
	font-weight: normal;
}

h3 {
	font-size:22px;
	font-weight: normal;
}

h4 {
	font-size:18px;
	font-weight: bold;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	font-size:13px;
	line-height: 20px;
	layer-background-color: #0000ff;
	margin:0 0 15px 0;
	color: #888;
	letter-spacing: .5px;
}

hr {
	background-color: #383838;
	border:0;
	height: 1px;
	margin: 10px 0 20px 0;
}

input, textarea {
	float: left;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

img {

}

a:hover img{
}

ul {
	margin: 0 0 20px 40px;
	list-style-type: none;
}

ul li {

}

ol {
	margin: 0 0 20px 40px;
	list-style: decimal outside none;
}

/* Hyperlinks */

a:link, a:visited {
	color: #0b3d87;
	text-decoration:none;

}

a:hover {
	text-decoration: underline;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
}

/* Content */

#content {
}

#content h1 {
	font-size: 24px;
}

#content h2 {
	font-size: 20px;
	line-height: 28px;
	color: #0b3d87;
}

#content h3 {
	font-size: 17px;
}

#content h4 {
}

#content p {
	margin: 0 0 15px 0;
}

#content a {
	color: #ff6600;
}

#content blockquote {
	padding: 10px 20px 10px 30px;
	color: #444;
}

#content blockquote p {
	font-style:italic;
}

#content ul {
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
	color: #888;
}

#content ul ul {
	margin: 0;
}

#content ul li {
	margin: 0 0 10px 0;
		background: url(images/bullet.gif) left center no-repeat;
	list-style-type: none;
	padding: 0 0 0 30px;
}

#content ul ul li {
	list-style-type: disc;
}

#content ol {
	color: #888;
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}

#content ol ol {
	margin: 0;
}

#content ol li {
	list-style-type: upper-latin;
}

#content ol li ol li {
	list-style-type: lower-latin;
}

#content img {
}

#content #left-col ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	font-size: 13px;
	color: #0B3D87;
}


#content #left-col ul li {
	background: url(images/bullet.gif) left center no-repeat;
	list-style-type: none;
	margin: 0 0 1px 0;
}

/* Projects */

.projects {width: 940px;}

.projects_list {
	clear: both;
	}
	
#content .projects_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	}
	
#content .projects_list ul li {
	margin: 0;
	list-style: none;
	background: #ea8d31;
	border-bottom: 1px solid #dca844;
	padding: 0;
	}
	
#content .projects_list ul li:hover {
	background: #dca844;
	}
	
#content .projects_list ul li a {
	display: block;
	padding: 80px 0 80px 60px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	}

#content .projects_list ul li a:hover {
	text-decoration: none;
	}
	
.projects_hover {
width: 624px;
}
/* Structure */

#header {
	height:178px;
	margin: 0;
	padding:0;
	display: block;
}

#header img {
	border: none;
}

#logo-container {
	float: left;
	width: 470px;
}
	
#logo { 
	height: 30px;
	width: 287px;
	margin: 0px;
	padding: 41px 0 0 0;
	float: left;
}

#auxiliary {
	width: 470px;
	margin: 0;
	padding: 0;
	float: left;
	height: 178px;
}

#wrapper {	
	padding: 0;
}

#search {
	float: right;
	margin: 0;
}

#searchform {
	float: left;
	width: 190px;
	height: 25px;
	border: 1px solid #000;
	background: url(images/search.png) top left no-repeat;
	margin: 24px 0 0 0;
}

#searchform form {
	display: inline;
	float: left;
	width: 190px;
}

#searchform form input#s {
	font-family:Helvetica, sans-serif;
	background: none;
	border: 0;
	color: #000;
	float: left;
	height: 16px;
	padding: 5px 0 7px 5px;
	font-size: 12px;
	line-height: 28px;
	overflow: hidden;
	width: 150px;
}

#searchform form input#searchsubmit {
	padding: 0;
	background: none;
	border: 0;
	height: 38px;
	margin:0;
	width: 30px;
	display: inline-block;
	cursor: pointer;
	float: right;
}

.column-width {
	width: 940px;
	margin: 0 auto;
}

.content-width {
	width: 940px;
	margin: 0 auto;
}

#content {
	float:left;
	position:relative;
}

#homecontent {
	float:left;
	position:relative;
}

.entry {
	width: 504px;
	float: left;
	padding: 0 60px 0 60px;
}


.entry h6 {
	letter-spacing: 1.8px;
}


/* Structure */

#banner-container {
	position: relative;
	height: 355px;
	width: 940px;
}

#banner {
	margin: 0;
	z-index: 1;
	margin: 0 0 35px 0;	
	height: 355px;
	overflow: hidden;
	width: 940px;
	top: 0;
	position: absolute;
}

#banner img {
}

#banner h2 {
	text-transform: uppercase;
	background: #FFF;
	position: absolute;
	top: 230px;
	right: 127px;
	float: right;
	padding: 16px 25px 13px 25px;
	vertical-align: middle;
	margin: 0;
	font-size: 26px;
	letter-spacing: 3px;
}

#banner a {
	color: #000;
}

#title-block {
	width: 564px;
	height: 178px;
	background: #10356c;
	padding: 0 0 0 60px;
	margin: 0 0 44px 0;
	clear: both;
	float: left;
}

#title-block h1 {
	color: #FFF;
	font-weight: lighter;
	line-height: 178px;
	
}

#title-block-projects {
	width: 564px;
	height: 178px;
	background: #10356c;
	padding: 0 0 0 60px;
	clear: both;
	float: left;
}

#title-block-projects h1 {
	color: #FFF;
	font-weight: lighter;
	line-height: 178px;
	
}


.featured-wrapper {
	position: absolute;
	top: 230px;
	left: 814px;
	z-index: 2;
}

.landing-wrapper {
	position: absolute;
	top: 250px;
	left: 815px;
	z-index: 2;
}

#landingbanner {
	margin: 0;
	z-index: 1;	
	float: left;
}

#landingbanner h2 {
	text-transform: uppercase;
	position: relative;
	top: -124px;
	right: 127px;
	float: right;
	padding: 16px 25px 13px 25px;
	vertical-align: middle;
	margin: 0;
	font-size: 26px;
	letter-spacing: 3px;
	color: #000;
}

#hero {
	position: absolute;
	bottom: 0;
	z-index: 11;
}
.featured-image {
	position: absolute;
	top: 0;
}

.featured-grid {
	position: absolute;
	top: 0;
	z-index: 10;
}

.slider-control {
 background: #FFF;
 width: 59px;
 height: 49px;
 display: block;
 float: left;
 margin: 0 0 0 4px;
}

.slider-control-next {
 background: #FFF;
 width: 59px;
 height: 49px;
 display: block;
 float: left;
 margin: 0 0 0 3px;
}

.breadcrumbs {
	float: left;
}

/* Search */

.search-terms {
	text-transform: uppercase;
}

#news .search-header {
 text-transform: none;
 margin: 0 0 30px 0;	
}

/* Page */

#page {
	width: 940px;	
	float: left;
	margin: 0;
	background: #FFF;
	min-height: 400px;
	padding: 0 0 40px 0;	
}

/* Homepage */

#homepage {
	width: 940px;	
	float: left;
	margin: 0;
	background: #FFF;
	min-height: 300px;
	padding: 44px 0 40px 0;	
}

#homepage h2 {
	font: 18px 'droid sans', arial, serif;
	line-height: 26px;
	color: #0b3d87;
}

#home-col {
	width: 566px;
	padding: 0 0 0 35px;
	float: left;
}

#homepage #home-col ul {
	padding: 0;
}

#homepage #home-col ul li {
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 13px;
	font-style: italic;
}

.edit_home {
	clear: both;
}

#left-col {
	width: 505px;
	float: left;
	padding: 0 0 0 35px;
}

#right-col {
	width: 380px;
	float: right;
	padding: 0 0 0 20px;
}

/* Subscribe */

#sidebar #newsletter p{
	margin: 0 0 3px 0;
}

#fullcol .wpcf7 {
	padding: 0 0 0 10px;
}

.wpcf7 {
	margin: 10px 0 0 0 !important;
	float: left;
}


.wpcf7 .watermark {
	color: #999 !important;
}

.wpcf7 input {
	font-size:12px;
	font-family:'droid sans', arial, serif;
	width: 228px;
	padding: 7px 0 7px 7px;
	color: #666;
	float: left;
	border: 1px solid;
	border-color: #ccc #efefef #efefef #ccc;
    background: #efefef;
    margin: 0 10px 0 0;
}

.wpcf7 textarea {
	font-size:12px !important;
	font-family:'droid sans', arial, serif;
	border-color: #ccc #efefef #efefef #ccc;
	border-width:1px;
	border-style:solid;
	width: 504px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 4px;
	height: 100px;
	background: #efefef;
}

.wpcf7 p {
	padding: 0 0 0px 0;
	float: left;
	width: 900px;		
	font-size:13px;
	color:#444;
	font-weight: bold;
	margin: 0 0 4px 0 !important;
}

.wpcf7 .wpcf7-response-output {
    border: none;
    font-size:12px !important;
	font-family:'droid sans', arial, serif;
	color: #000;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
}

.wpcf7 .wpcf7-submit {
	margin: 4px 0 0 0;
	background: #10356C;
	display: inline-block;
	position: relative;
	cursor: pointer;
	border:none;
	height: 32px;	
	width: 150px;
	color: #FFF;
	padding: 7px 0 8px 0;
}

.wpcf7 .wpcf7-validation-errors {
    border: none;
    font-size:12px !important;
	font-family:'droid sans', arial, serif;
	color: #000;
	padding: 0;
}

#fullcol .wpcf7 img.ajax-loader {
	float: left;
	margin: 10px 0 0 0;
}

.wpcf7 .wpcf7-form-control-wrap {
	float: left;
	position: relative;
	clear: both;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 .wpcf7-not-valid-tip-no-ajax {
	width: 228px;
	left: 1px;
	border: none;
	font-weight: normal;
	font-size: 12px;
	top: 1px;
	color: #000;
	letter-spacing: 0;
	padding: 4px 0px 5px 7px;
	background: #e5c557;
	position: absolute;
}

.wpcf7 label {
	font-size: 11px;
	font-weight: normal;
	margin: 4px 0 0 0;
	float: left;
}

/* Cform */

#page .cform {
	margin: 0;
}

#page .cform fieldset {
	background: none;
	border: none;
}

#page div.failure {
	width: 100%;
	background: #e5c557 !important;
	border-color: #ea8d31;
}

#page ol.cf-ol li.cf_li_err {
	background: #EEE !important;
	border-color: #FFF;
}

#page .cform input {	
font-size:12px;
	font-family:'droid sans', arial, serif;
	width: 228px;
	padding: 7px 0 7px 7px;
	color: #666;
	float: left;
	border: 1px solid;
	border-color: #ccc #efefef #efefef #ccc;
    background: #efefef;
    margin: 0 20px 0 0;
 }
 
#page .cform textarea {
	font-size:12px !important;
	font-family:'droid sans', arial, serif;
	border-color: #ccc #efefef #efefef #ccc;
	border-width:1px;
	border-style:solid;
	width: 504px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 4px;
	height: 100px;
	background: #efefef;
		color: #666;
}

#page .cform ol.cf-ol li {
	height: 30px;
}

#page .cform label {
	width: auto;
	text-align: left;
	margin: 7px 10px 10px 0;
}

#page .cform label span {
 	width: auto;
}

#page .cform .reqtxt, #page .cform .emailreqtxt {
	margin: 7px 0 0 0px;
}

#page .linklove {
	display: none;
}

#page #sendbutton {
	margin: 4px 0 0 0;
	background: #10356C;
	display: inline-block;
	position: relative;
	cursor: pointer;
	border:none;
	height: 32px;	
	width: 150px;
	color: #FFF;
	border: none;
	border-right: none !important;
	border-left: none !important;
	border-top: none !important;	
	border-bottom: none !important;
}

/* Sidebar */

#sidebar {
	overflow:hidden;
	float:left;
	width:220px;
	min-height: 500px;
	display: block;	
	margin: 0;
	font-size: 11px;
	border-top: 2px solid #000;
}

#sidebar img {
	border: none;
}

#sidebar a {
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	width: 220px;
	list-style: none;
	margin: 0;
	background: url(images/arrow.gif) top right no-repeat;
	float: left;
}

#sidebar a:hover {
	background: #F6F6F6;
}

#sidebar p {
	font-size: 11px;
	margin: 0 0 5px 0;
}

#sidebar h2 {
	color:#000;
	text-transform: uppercase;
	float: left;
}

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

#sidebar ul li {
	list-style: none;
	margin: 0 0 18px 0;
	border-top: 1px solid #FFF;
	float: left;

}

#sidebar ul li ul {
	list-style: none;
	float: left;
	padding: 0;
	border-top: 1px solid #000;
	margin: 0 0 10px 0;
}

#sidebar ul li ul li {
	line-height: 30px;
	width: 220px;
	padding: 0 0 0 0;
	color: #383838;
	list-style: none;
	border-bottom: 1px dotted #333;
	border-top: none;
	margin: 0;
	float: left;
}

#sidebar ul li ul li ul {
	list-style: none;
	margin: 0;
	border-top: 1px dotted #333;	
}

#sidebar ul li ul li ul li {
	line-height: 30px;
	width: 220px;
	padding: 0;
	list-style: none;
	border-bottom: none;
	border-top:none;
	margin: 0;
	float: left;
}

#sidebar ul li ul li.current_page_ancestor {
	background: url(images/sidenavactive.jpg) no-repeat #000;
}

#sidebar ul li ul li.current_page_ancestor a {
	background: url(images/navfolder.gif) no-repeat top left;
	color: #FFF;

}

#sidebar ul li.current_page_item a {
	background: url(images/navactive.gif) no-repeat top left;
	color: #FFF;
}

#sidebar ul li ul li ul li.page_item a {
  list-style: disc outside none;
  margin: 0;
  padding: 9px 0 8px 24px; 
  background: url(images/navbullet.gif) top left no-repeat;
  color: #fc7f00;
}

#sidebar ul li ul li ul li.current_page_item a {
	color: #FFF;
	background: url(images/navbulletactive.gif) top left no-repeat;
}

#sidebar .no-line {
	border-top: none;
}



#sidebar ul li ul li.page_folder.current_page_item {
	background: url(images/navfolder.gif) no-repeat top left;
}

#sidebar ul li ul li.page_folder.current_page_item a {
	background: none;
}

/* Social Networking Buttons */

#social {	
	height: 110px;
	float: right;
	padding: 0 0 5px 0;
}

#social ul {
	padding: 0 0 5px 0;
}

#social ul li {
	padding: 5px 0 5px 0;
	width: 48px;
	height: 48px;
	display: inline;
}

/* News */

#news {
	width: 700px;	
	float: left;
	margin: 0 0 0 20px;	
}

#news h1 {
	text-transform: uppercase;
	font-size: 28px;
}

#news h1 a {
	color: #000;
}

.postdate {
	color: #484848;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
	font-size: 10px;
}

.news-entry {
	width: 700px;
	margin: 0 0 30px 0;
	padding: 0;	
	float: left;
	border-bottom: 1px #383838 solid;
}

.news-entry a {
	font-family: Georgia, sans-serif;
	font-style: italic;
}

/* Posts */

.postthumbnail {
	margin: 0 0 20px 0;
}

#content article {
	display:block;
	clear:both;
	margin-bottom:40px;
}

#post-title {
	padding: 0;
}

#post-title h2 {
	padding: 0 0 0px 0;
}

.postmetadata {
	font-size: 10px;
	color: #000;
	margin: 0 0 5px 0;
	height: 20px;	
	width: 700px;
	float: left;	
}

.postmetacategory {
 float: left;
}

.postmetacomments {
	float: right;
}

.post embed, object {
	width: 100%;
}

/* Navigation */

#navigation {
	margin: 138px 0 0 0;
	float: right;
}

#navigation ul li.current_page_item > a,
#navigation ul li.current-menu-ancestor > a,
#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-parent > a {
	background:		url(images/nav-arrow.gif) right center no-repeat #0b3d87;
}

#navigation ul li ul li.current_page_item > a,
#navigation ul li ul li.current-menu-ancestor > a,
#navigation ul li ul li.current-menu-item > a,
#navigation ul li ul li.current-menu-parent > a {
	background: #0b3d87 !important;
	color: #FFF;
}

#nav {	
	float: left;
	clear: left; /* adjust as necessary */
}
#nav ul.sf-menu {
	padding: 0; margin: 0; /* reset list style */
	background: #FFF; /* give your menu a bg colour, if necessary */ /* same as header width */
}

/* Super fish */

/*** ESSENTIAL STYLES ***/

.sf-sub-indicator { display:none; }

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
}
.sf-menu {

}
.sf-menu ul {
	position: absolute;
	top: -888em;
	width: 190px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 40px; /* match sf-menu line height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -888em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: -190px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -888em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	text-transform: uppercase;
	border-top:		none;
	padding: 		10px 10px 10px 20px;
	text-decoration:none;
	font-family: 'droid sans', arial, serif;
	width: 160px;
	height: 20px;
	color: #FFF;
	background:		url(images/nav-arrow.gif) right center no-repeat #0b3d87;
}
.sf-menu ul li a  { /* visited pseudo selector so IE6 applies text colour*/
	color:		#444;
	background: none;
	height: 15px;
	padding: 6px 10px 11px 20px;
	}


.sf-menu ul li {
	/*margin: 0 0 1px 0;*/
	
}
.sf-menu ul li a {
	border-bottom: none;
	text-transform: none;

}

.sf-menu ul {
	padding: 0;
		background: #FFF;
}

.sf-menu ul li ul li a {

	background: #F9F9F9 !important;
	color: #444;

}
.sf-menu li li {
	background:		#FFF;
}
.sf-menu li li li {
	background:		#FFF;
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
	background:		#EEE;
	outline:		0;
	color: #444;
}

.sf-menu ul li ul li:hover, .sf-menu ul li ul li.sfHover,
.sf-menu ul li ul li a:focus, .sf-menu ul li ul li a:hover, .sf-menu ul li ul li a:active {
	background:		#EEE !important;
	outline:		0;
	color: #444;
}

/* Footer */

#overview-strap {
	width: 940px;
	height: 190px;
	background: #0b3d87;
	float: left;
	padding: 40px 0 0 0;
	color: #fff;
}

#overview-strap ul li ul li{ 
	color: #B0BDD0;
}

#overview-strap h1,#overview-strap h2,#overview-strap h3,#overview-strap h4,#overview-strap h5 {
	color: #FFF;
}


#overview-strap a {
	color: #b0bdd0;
}


#overview-strap ul {
	list-style: none;
	margin: 0;
}

#overview-strap ul li {
	font-family: 'droid sans', arial, serif;
	list-style: none;
	display: inline;
	float: left;
	width: 140px;
	font-size: 16px;
}

.overview-first {
	width: 390px !important;
}

.overview-last {
	width: 260px !important;
}

.overview-last li {
	width: 200px !important;
}

.overview-last h1 {
	font-family: 'droid sans', arial, serif;
	margin: 20px 0 12px 0;
	font-size: 12px;
}

#overview-strap ul li ul li {
	clear: both;
	margin: 5px 0 0px 0;
	font-family: 'droid sans', arial, serif;
	font-size: 12px;
}

#footer {
	width:870px;
	padding: 10px 35px;
	height: 40px;
	float: left;
	margin: 0;	
	background: #0b3d87;
}

#footer p {
	padding: 0;
	font-size: 11px;
	color: #FFF;
	margin: 0;
	line-height: 40px;	
}

#footer a {
	color: #FFF;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

#colophon {
	display:block;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	background:#fff;
}

/* Images */

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

.alignleft {
	float: left;
	width: auto;
	margin: 5px 15px 5px 0;
}

.alignright {
	float: right;
	width: auto;
	margin: 5px 0 5px 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
}

.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
}

#content .wp-caption {

}

#content .wp-caption img {
	margin: 0 0 4px 0;
	padding: 0;
	background:none;
	border:4px solid #333;
}

#content .wp-caption-text {
	margin:0;
	padding:0 0 3px 0;
	font:11px/22px Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FFF;
}

/* COMMENTS */

#comments {
	padding: 0;
	float: left;
}

#comments p {
	color: #777;
}

#comments #comments-title {
	color: #3366cc;
	font-weight: normal;
	font-size: 30px;
}

#comments .commentlist {
	padding: 0 0 25px 0;
	padding-left:0px;
	margin: 20px 0 0 0;
	float: left;
}

#comments h3 {
	font-weight:normal;
	margin:10px 0 20px 0;
	font-size: 22px;
}

#comments .comment {
	margin: 0 0 7px 0;
	width: 620px;
	list-style-type:none;
	border-bottom: 1px #383838 dotted;
	float: left;
	padding: 10px 0 10px 0;
}

#comments .comment .comment-body {

	position:relative;
	padding: 20px;
}

#comments .comment-head {
	margin: 0 0 15px 0;
}

#comments .comment-author img {
	margin: 0;
	vertical-align: middle;
	float:left;
	margin: 4px 15px 5px 0;
	border: 1px solid #333;
}

#comments .comment-author cite {
	font-weight:normal;
	float: left;
	font-style: normal;
}

.comment-meta-row {
	height: 20px;
	margin: 0 0 10px 0;
}

.says {
	float: left;
	padding: 0 10px 0 10px;
}

#comments .comment-meta {
	font-size: 12px;
	float: left;
	text-transform: uppercase;
	color: #484848;
}

#comments .comment-entry p {
	margin: 0 0 10px 0;
}

#comments .reply {
	padding-top:10px;
}

#comments ul.children {
	margin:10px 10px 0 25px;
	padding:0;
}

#comments ul.children li {
	background: none;
	border-top:2px solid #FFF;
}

#comments .cancel-comment-reply {
	margin:10px 0;
}

#comments h3#pings {
	margin-top:25px;
}

#comments .pingbacks li.pingback {
	margin:10px 0;
}

#comments .pingbacks li.pingback .reply {
	display:none;
}

/* Comments Form */

#respond {
	float: left;
	width: 620px;
}

.required {
	color: #FF0000;
}

#respond h3 {
	color: #3366cc;
	font-weight: normal;
	font-size: 30px;
}

#respond label {
	font-size:10px;
	color:#FFF;
	font-weight: normal;
	float:left;
	color: #ABAAAA;
}

.activeField {
    background: none;
	background: #F4F4F4 !important;
    border: solid 1px #666;
}

.idle {
    border: 1px solid #383838;
    background: #CCC;
}

.comment-notes {
	font-size: 11px;
}

#commentform {
	margin: 7px 0 0 0;
}

#commentform input, #commentform textarea {
	font:11px/11px Helvetica, sans-serif;
}

#commentform input {
	margin:4px 400px 10px 0;
	width: 213px;
	padding: 7px 0 7px 7px;
	color: #ABAAAA;
}

#commentform input.txt {
	color:#FFF;
	background: #fcfcfc;
	width: 170px;
	margin: 0 5px 10px 0;
	padding: 0 0 0 5px;
}

#commentform textarea {
	color:#666;
	width: 95%;
	padding: 7px 0 7px 7px;
	margin: 4px 0 20px 0;
	color: #ABAAAA;
}

#commentform .form-allowed-tags {
	font-size:12px;
	color:#FFF;
}

#commentform #submit, .reply a {
	margin: 10px 0 0 0;
	background: #000;
	display: inline-block;
	position: relative;
	cursor: pointer;
	border:none;
	height: 30px;
	width: 140px;
}

.reply a {font-size:11px; padding: 2px 6px;}

/* Pingbacks / Trackbacks */

h3#pings {
	margin: 25px 0 10px 0;
}

.pinglist li {
	margin: 0 0 0 20px;
	list-style-type: decimal;
}

.pinglist li .author {
	font-weight: bold;
	font-size: 15px;
}

.pinglist li .date {
	font-size: 11px;
}

.pinglist li .pingcontent {
	display: block;
	margin: 10px 0;
}

/* Misc Classes */

.clear {
	clear:both;
}