/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: A highly extensible, search-engine optimized WordPress Theme Framework featuring 13 widget-ready areas, grid-based layout samples, styling for popular plugins and more.
VERSION: 0.6.4.1
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS:three columns,two columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Style the meta panel for logged-in users */
@import url('library/styles/sitemeta.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* import d7 styles */
@import url('../../../../css/css_corp.css');

/* Un-comment the line below to set a grid with 18px line-height */
/*body { background:url(images/960_grid_12_col.gif) repeat-y top center; }*/


/* =Global Elements
-------------------------------------------------------------- */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
    border-top:9px solid black;
}
a:link, a:visited {
    color:#3e3e3e;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:Georgia, serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

.leftColumn{
	float: left;
	width: 480px;
}
.rightColumn{
	float: left;
	width: 215px;
	margin: 0 0 0 19px;
}

/* contact widget */
.contactCopy{
	display: none;
}
.sidebox{
	background-color: #617ea9;
	padding: 0 5px 5px 5px;
	float: left;
	width: 203px;
	color: #FFFFFF;
	font-size: 11px;
	min-height:247px;
	height:auto !important;
	height:247px;
	margin:0;

}
.sidebox h2{
	background-image: url(../../../images/title-expert.jpg);
	width: 213px;
	height: 30px;
	padding: 0;
	margin: 0 0 0 -5px;
}

.expertName{
	text-decoration: underline;
	font-weight: bold;
}
.expertLink{
	float: left;
	width: 203px;
	margin: 0 0 5px 0;	
	text-decoration: none;
	padding: 0 0 3px 0;
} 
.expertLink:hover{
	background-color: #6d89b3;
	text-decoration: none;
}
.expertImage{
	float: left;
	width: 55px;
	padding: 3px 0 0 0;
}
.expertInfo{
	float: left;
	font-size: 9px;
	line-height: 1.4em;
	width: 148px;
	color: #FFFFFF;
}

.expertNote{
	font-size: 10px;
	color: #e7edf7;
	letter-spacing: -0.03em;
	margin: 0 0 8px 0;
	float: left;
	width: 100%;
}
#contactSubmit{
	background:transparent url(../../../images/btn-send.gif) no-repeat scroll;
	border:medium none;
	height:24px;
	width:81px;
	cursor: pointer;
	padding: 0;
	margin: 5px 0 0 0;
	float: left;
}
#contactSubmit:hover{
	background-position: 0 -24px;
}
.contactLink{
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	margin: 8px 0 0 10px;
}
.contactLink a{
	color: #FFFFFF;
	text-decoration: underline;
}
.contactLink a:hover{
	text-decoration: none;
}
.contactInput{
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
/* search */
#search{
	float: left;
	height: 35px;
}
#search h3{	
	display: none;
}
#searchsubmit{
	background:transparent url(../../../images/btn-search.jpg) no-repeat scroll;
	border:medium none;
	height:24px;
	width:81px;
	cursor: pointer;
	padding: 0;
	margin: 0 0 0 5px;
	float: left;	
	color: #FFFFFF;
	overflow: hidden;
	padding: 24px 0 0 0;
}
#searchsubmit:hover{
	background-position:0 -24px;
}
#searchform #s{
	width: 115px;
	float: left;	
	height: 17px;
	padding: 5px 5px 0 5px;
	border: solid 1px #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*other side bits*/
#linkcat-3, #linkcat-2, #maxbannerads-3{
	float: left;
}
#categories-3 h3{
	background-image: url(../../../images/title-topics.jpg);
	width: 213px;
	height: 30px;
}
#linkcat-3 h3{
	background-image: url(../../../images/title-help.jpg);
	width: 213px;
	height: 0px;
	padding: 30px 0 0 0;
	color: #FFFFFF;
	overflow: hidden;
}
#linkcat-2 h3{
	background-image: url(../../../images/title-links.jpg);
	width: 213px;
	height: 0px;
	padding: 30px 0 0 0;
	color: #FFFFFF;
}
#linkcat-3 p, #linkcat-2 p{
	font-size: 11px;
	padding: 3px 0 3px 3px;
	color: #373737;
}
#maxbannerads-3{
	width: 213px;
}
#maxbannerads-3 h2{
	font-size: 11px;
	text-align: right;
	color: #373737;
}

#maxbannerads-3 div a{
	margin: 0 0 15px 0;
	float: left;
}
/* =Header
-------------------------------------------------------------- */


#blog-title {
    font-size:36px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:99px 0 0 0;
    border-bottom:1px solid #242A30;
}
#blog-title a {
    color:#fff;
    text-decoration:none;
}
#blog-description {
    font-style:italic;
    padding:8px 0 63px 0;
    color:#fff;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    font-size:11px;
    background:#B5D1EA;
    border-top:1px solid #CADEF0;
    margin-top:-1px;
}
.skip-link {
    display:none;
}
#menu {
    padding:7px 0 8px 0;
    overflow:hidden; /* clears the inner float  */
}
#menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}
#menu a {
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 6px;
    background:#87B5DD;
    color:#fff;
    border-top:1px solid #6DA5D6;
    text-decoration:none;
}
#menu a:hover {
    background:#5C9BD1;
    color:#fff;
    border-color:#3B86C7;
}
#menu .current_page_item a {
    background:#5C9BD1;
    color:#fff;
    border-color:#3B86C7;
}
#menu a:focus {
    background:#4887BD;
    color:#fff;
    border-color:#2772B3;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding:54px 0;
}
#content {
	background-color:#FFFFFF;
	float:left;
	height:auto !important;
	min-height:300px;
	padding:15px 15px 10px 28px;
	width:714px;
}    
.hentry {
	padding: 10px 15px;
	margin: 0 0 10px 0;
	float: left;
}
.p1 {
	
    margin: 0 0 10px 0;
    padding: 10px 15px;
	width: 448px;
}
.home .p1, .home .hentry{
	border: solid 1px #bbc5c7;
}
.entry-content p a, .entry-content p a{
	text-decoration: underline;
} 
.entry-content p a:hover, .entry-content p a:hover{
	text-decoration: none;
}
.page-title {
    font-size:14px;
    font-weight:bold;
    padding:18px 0;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.entry-title {
    font-size:18px;
    padding:0;
/*    font-weight:bold;*/
    color:#97a633;
}
.entry-title a {
    text-decoration:none;
    color:#97a633;
}
.entry-meta {
    font-size:11px;
    color:#787878;
}
.entry-meta a {
    color:#787878;
    font-style:italic;
}
.entry-meta a:hover {
}
.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
}
.entry-content {
    margin:18px 0 0 0;
    overflow:hidden;
}
.entry-content img{
	border:1px solid #BBC5C7;
	padding: 2px;
}
.entry-content h1, .entry-content h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}
.entry-content dl {
    margin:0 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.content-column, .entry-content .linkcat {
	list-style:none;
	float:left;
}
.more-link {
    display:block;
	text-decoration: none;
	font-size: 10px;
	color: #949494;
}
.more-link:hover{
	text-decoration: underline;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.comments-link{
	float: left;
	font-size:10px;
    color:#565656;
	padding: 5px 0 0 0;
	width: 300px;
}
.comments-link a{
    color:#565656;
}
.entry-utility {
    font-size:10px;
    color:#565656;
	float: right;
	padding: 5px 0 0 0;
	width: 148px;
	text-align: right;
}
.entry-utility a {
    color:#565656;
}
.entry-utility a:hover {
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    margin:54px 0 0 0;
    padding:18px 0;
    overflow:hidden;
}
#comments h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:0 20px 0 20px;
	color: #617ea9;
	font-size: 13px;
}
#comments .comments:first-child h3 {
    padding-top:18px;
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments li {
	background-image:url(../../../images/bubble.png);
	background-repeat:no-repeat;
	color:#333333;
	margin:0 20px 15px 0;
	padding:17px 20px 0 40px;
	position:relative;
	text-align:left;
}
#comments a {
}
#comments li.byuser {
    background-image:url(../../../images/bubble.png);
	background-repeat: no-repeat;
	color: #333333;
    margin:0 20px 15px 0px;
    padding:17px 20px 0 40px;
    position:relative;
	text-align: left;
}
#comments li.bypostauthor span.fn, #comments .comment-author-stepmax span.fn{
	color: #97A633;
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:19px;
    left:20px !important;
    left:0px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:13px 0 0 0;
    display:block;
}
#comments .fn a {
    color:#333333;
}
#comments-list .comment-meta {
    font-size:10px;
    margin:0 0 18px 0;
    padding:0;
}
#comments-list .comment-meta a {
    font-style:italic;
    color:#333333;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
    
    padding:17px 20px 0 20px;
    width:408px;
    margin:0 auto;
}
#respond h3 {
    padding:18px 0 0 0;
	color: #617ea9;
	font-size: 13px;
}
#respond form {
    padding:0 0 36px 0;

}
#respond #form-section-author {
    width:100%;
    float:left;
}
#respond #form-section-author input {
    width:220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #bbc5c7;
}
#respond #form-section-email {
    width:100%;
    float:left;
}
#respond #form-section-email input {
    width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #bbc5c7;
}
#respond #form-section-url {
}
#respond #form-section-url input {
    width:100%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #bbc5c7;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #bbc5c7;
}
#respond .form-submit {
    float:right;
}
#respond #submit{
	background:transparent url(../../../images/btn-post.jpg) no-repeat scroll;
	border:medium none;
	height:24px;
	width:161px;
	cursor: pointer;	
	padding: 24px 0 0 0;
}
#respond #submit:hover{
	background-position: 0 -24px;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/
#respond .required {
    font-weight:bold;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin:18px 0 36px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:72px;
    height:72px;
    margin:0 10px 0 0;
    padding:5px;
    background:#B5D1EA;
    position:relative;
    top:4px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:0px 0 36px 0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    margin:18px 0 36px 0;
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
}
#nav-below a{
	color: #565656;
}

/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

.alignleft,
img.alignleft,
img.align-left {
	float: left;
	margin-right:20px;
}
.alignright,
img.alignright,
img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
.aligncenter,
img.aligncenter,
img.centered {
	margin: 0 auto 18px auto;
	display: block;
	float: none;
	clear: both;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

.aside ul {
    margin:0;
    list-style:none;
}
.aside ul ul {
    list-style:square;
}
.aside h3 {
    font-size:14px;
    font-weight:bold;
}
/* Begin Calendar styles */
/*.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}*/
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
/* Begin RSS widget styles */
/* I think I'm going to have to reset some stuff in functions.php for the RSS widget. It stinks for styling. */
/* End RSS widget styles */
#content .widgetcontainer {
    /*border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;*/
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
/*#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}*/
#single-bottom .widgetcontainer {
    border-top:none;
}
.main-aside {
}
/*.main-aside h3 {
    padding:17px 0 1px 0;
}*/
.main-aside ul ul {
    margin:0 0 18px 13px;
}
.main-aside ul ul ul {
    margin:0;
}
.main-aside ul li ul li {
	list-style: none;
	font-size: 11px;
	margin: 0;
}
.main-aside ul li ul li a{
	color: #373737;
}
.main-aside ul li ul{
	margin: 5px 0 0 0;
}

.sub-aside h3 {
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}
#footer .widgetcontainer ul {
    margin:0 0 0 13px;
}
#footer .widgetcontainer ul ul {
}



/* =Footer
-------------------------------------------------------------- */

/*#footer {
    background:#181E24;
    color:#fff;
    padding:34px 0 90px 0;
    border-top:2px solid #000;
}
#footer a {
    color:#fff;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
    padding:18px 0;
}
*/
/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color:#2772B3 !important;
    background:#transparent !important;
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;	
}
.wp-pagenavi span.pages {
    margin-left:0 !important;
    padding-left:0 !important;
}
.wp-pagenavi span.current {
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi span.extend {
    margin:0 !important;
}



