﻿@import url("reset.css");

body {  font-family: Arial, Sans-Serif; background-image:url('Images/background_slice.gif'); background-repeat:repeat-x; }

p {   font-size:.8em; color:#444; }

h2 a { color:#1eb6c8;}

#main { width:1004px; margin:auto;}

#header { height:120px; }
    #logo { float:left; margin-top:25px; } 
    #bannerad{ background-color:#555; width:728px; height:90px; float:right; margin-top:15px; }

#nav {font-family:Georgia, Serif; height:30px; background-image: url('Images/nav_slice.gif'); font-size:.9em; }
    ul#navlist { }
    #navlist li { float:left; margin-left:12px; }
    #nav a { color:#5e5d5c; text-decoration:none; line-height:30px; padding:5px;}
	#navlist li a {border-right: 1px dotted #aab391; padding: 0 1em; }
    #nav a:hover {text-decoration:underline;}


#mainbody { float:left; width:744px; }

#sidebar { float:left; width:260px; }

#footer {
 margin-top:20px;
 border-top: solid 1px #ccc;
 padding-top:5px;
 color: #999999;
 font-size:.8em;
 height:60px;
 
  }

#homeleft{float:left; width:310px;}
#homeright{float:left; width:420px;}
#homeimage {margin-left:15px;width:410px; height:260px;}

#namechange{width:740px;}
#namenav {font-family: Arial, Sans-Serif; height:30px; background-image: url('Images/namechange_nav_slice.gif'); font-size:.95em; }
    ul#namenavlist { margin-left:0px; }
    #namenavlist li { float:left; list-style:none; }
	#namenavlist li.current_page_item { background-color:#fff; }
    #namenav a {color:#5e5d5c; text-decoration:none; line-height:30px; padding:2px}
	#namenavlist li {border-left: 1px solid #e9e4d8; padding: 0 1em; }
	#namenavlist li.current_page_item a {border-right: 0px }
    #namenav a:hover {text-decoration:underline;}
  
#nameleft{float:left; width:200px; text-align:right; margin-top:20px;}
#nameright{float:left; width:520px; padding-left:20px; margin-bottom:20px;}
#nameright div.column {float:left; width:173px;}
#nameright div.column > ul li { line-height:1.8em;}
#nameright div.column > ul li > a { font-weight:bold;}

#skinnyad { padding-left:10px; margin-top:10px;}

/* Generic Text Styles */
.serif {font-family: Georgia, serif;}
.pinktxt {color:#ec5965;}
.bold {font-weight:bold;}
.bluetxt {color:#1eb6c8;}

a.external:after {
content : " \21D2" url(/images/inline-icon-external-link.gif);
text-decoration: none;
}


.alignleft
{
 	float:left;
}

div.separator { border-bottom: 1px solid #e9e4d8;}




/* Button Styles */
.button
{
    font-family:Georgia, Serif;
    color:#fff;
    font-size:.9em;
    line-height: 21px;
    padding-left: 15px; 
    font-weight:bold; 
    margin:10px;  
}

.button a 
{
	color:#fff; font-weight:bold;
}

.button a:hover
{
	text-decoration:none;
}


div.nextbutton > div.button.pink
{
	width:70px;
	float:right;
	margin-right:20px;
}

a
{
    text-decoration:none;
	color: #ec5965;   
}

a:hover
{
	text-decoration:underline;
}

.button.pink
{
    background-image: url('Images/pink_button_slice.gif');
    border: solid 1px #ec5965;
        width:95px;

}

.button.yellow
{
    background-image: url('Images/yellow_button_slice.gif');
    border: solid 1px #efa744;
    width:65px;
}

div.button.yellow:hover
{
    background-image: url('Images/yellow_button_slice_on.gif');
}


div.button.pink:hover
{
    background-image: url('Images/pink_button_slice_on.gif');
}

/* Module Box Styles */
div.contentbox { margin-top: 10px; margin-bottom: 15px; background-color:#fff;}
div.contentbox h2 { font-family:Georgia, Serif; color:#1eb6c8; font-size:1.8em; padding-top:10px; margin-left:20px}


div.contentbox ul { font-size:.8em; margin-left:35px; }
div.contentbox ul li { list-style: disc; line-height:1.4em; }
div.contentbox.skinny { margin-left:10px; width:250px; }
div.contentbox.medium { margin-right:5px; width:300px; }
div.contentbox.medium div.left { float:left; width:145px; }




div.contentbox.fat { width: 434px;}
div.contentbox.full{ width:744px;}


div.contenthead { height:38px; font-family:Georgia, Serif; color:#fff; padding-left:20px; line-height:38px; }
div.contenthead h3 { font-size:1.2em; font-weight:normal;}
div.contenthead h3 > span.italic { font-style:italic;}
div.contenthead.pink{ background-color:#ec5965;}
div.contenthead.yellow{background-color:#efa744}
div.contenthead.blue{background-color:#1eb6c8}
div.contenthead.gray{background-color:#777}

div.contentbody { padding-top:12px;}
div.contentbody p { font-size:.9em; margin:12px 20px; line-height:1.4em;}
div.contentbody p.smalltext {font-size:.6em; color:#999;}
div.contentbody > p:first-child { margin-top:0px;}




div.contentbody.outline { border: solid 1px #e9e4d8; border-top:none; }

/* Search Form Styles   */
div.contentbox.skinny select, div.contentbox.skinny input { width:200px; margin-bottom:15px; }


/* WORDPRESS STYLES COPIED FROM DEFAULT THEME */

/* Entries */
div.entry p {
	font-size: .9em;
	line-height: 1.4em;
	}

/* 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 */

/* Comments */
#comment-box{ font-size:.8em; border:1px solid #e9e4d8; margin-top:5px;  }
#comment-box h3 { padding:10px 20px; font-size:1.5em; background-color:#ccc; font-family:Georgia, Serif; }
ol.commentlist > li { padding:10px 0px 0px 10px; }
ol.commentlist li.thread-odd { }
ol.commentlist ul.children { font-size:1em;}
ol.commentlist ul.children li { list-style:none; }
ol.commentlist li div.comment-body div.commentmetadata a { color:#aaa;}
ol.commentlist li div.comment-body div.comment-author { background-color:#f0f0f0; }
ol.commentlist li div.comment-body div.comment-author img {float:left;}
ol.commentlist li div.comment-body div.comment-author span.says{display:none;}
ol.commentlist li div.comment-body div.comment-author cite.fn{
	margin-left:10px;
	font-size:1.5em; 
	font-style:normal; line-height:32px;}
ol.commentlist li div.comment-body { margin-bottom:10px;}
ol.commentlist li div.comment-body p{ margin:10px 0px 10px; font-size:1em; }

textarea#comment{width:350px;}
#commentform {padding-bottom:20px;}
#commentform p {padding:10px 0px 0px 10px;}


/* Links */
div.contentbody.outline.links {padding:10px;}
div.contentbody.outline.links ul {margin-left:0px;}
div.contentbody.outline.links ul li { list-style:none; padding:3px;}
div.contentbody.outline.links ul li a { padding:3px;}
div.contentbody.outline.links ul li a:hover { text-decoration:underline;}	

.gsc-search-box, .gsc-tabsArea { display:none;}
#searchwrapper > #adunit {margin-left:10px;}
.gs-result {margin-bottom:5px;}
.gs-snippet { line-height:1.2em;}






