/*  Poison Ivy skin for CS
    Author: Jaxon Rice (gosatango)
	Updates: http://cs.soup.co.za/blogs/cs_skins/articles/4.aspx
	Email bugs and suggestions to: skins@soup.co.za
	Community Server: http://www.communityserver.org
*/
html, body {
	margin: 0 auto;
	padding: 0;
	color: #333;
}
body {
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font: 76%/1.2em Verdana, Arial, Helvetica, sans-serif;
}
a:visited, a:active, a:link {
	text-decoration: none;
	color: #776655;
}
a:hover {
	color:#C4AA29;
}
h1 {
	margin: 0;
	font-size: 1.5em;
}
h1 a:visited, h1 a:active, h1 a:link {
	color: #333;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	margin-top: .5em;
	font-size: 16pt;
	font-family: Verdana,sans-serif;
	color:#3A4851;
}
h3 {
	font-size: 1.1em;
}
p {
	margin: 1em 0;
}

.quickSearch 
{
	
	width: 262px;
	height: 34px;
	position:absolute;
	top:65px;
	right:0px; text-align:right;
    padding-right:50px;
}

.searchBox 
{
	border:1px solid #999;
}

#loginBox 
{
	font-size:9pt;
	float:right;
	font-weight:bold;
	color:#264971;
	text-align:right;
	padding-top:3px;
	font-family:Verdana;
	position:absolute; right:0px; top:0px;
}

#loginBox .smallInput
{
	font-size:7.5pt;
	width:70px;
}

#topnav #topnav_lftcrnr {float:left; clear:left; width:17px; height:25px; background-color:#215582;}
#topnav #topnav_rtcrnr {float:left; clear:right; width:15px; height:25px; background-color:#215582;}
#topnav ul {  float:left; background-color:#215582; width:937px; padding:0px; height:25px; margin:0px; font-size:8pt; }
#topnav ul li { float:left; width:155px;  height:25px;  list-style-type:none;  list-style-image:none;  border-left: 1px solid #fff;}
#topnav ul li:first-child {border:0px;}
#topnav ul li.first {border:0px;}
#topnav ul li a, #topnav ul li a:visited, #topnav ul li a:active, #topnav ul li a:hover  {width:100%; line-height:25px; display:block; text-align:center; color: #ffffff; text-decoration:none; white-space:nowrap;	border:solid 0px #000000; }
#topnav ul li a:hover, #topnav ul li.selected a {background-color: #E2E9F0; color: #224770; text-decoration:none; cursor:pointer;}

#bestsellersHomepage li
{
	font-size:9pt;
	vertical-align:top;
	padding-top:5px;
}
#bestsellersHomepage li a
{
	font-size:9pt;
	font-weight:bold;
}

#subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #E2E9F0;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #7E8389;
	border-right: 1px solid #7E8389;
	border-bottom: 1px solid #7E8389;
}
#subnav a {
	background-color: transparent;
	text-decoration: none;
}
#subnav a:hover {
	color: #b81d2d;
	color: #224770;
	text-decoration: underline;
}
#subnav ul {
	margin: 0;
	padding: 4px 0 5px 0;
}
#subnav li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em 0 0.75em;
	/*border-left: 1px solid #666666;*/
}
#subnav #first {
	border: none;
	padding-left: 14px;
}

.subnav_highlight
{
font-weight: bold;
color: #224770;
padding: 4px 0.5em 4px 0.75em;
}
    
a.subnav_highlight
{
font-weight: bold;
color: #224770;
padding: 4px 0.5em 4px 0.75em;
}
    
.subnav_off
{
    color: #666666;
    background-color: #E2E9F0;
}
a.subnav_off
{
    color: #666666;
    background-color: #E2E9F0;
}



/* -- Layout -- */
/* The masthead sits at the top of the page.*/
#masthead {
	color: #333;
	text-align: right;
	padding: 0.5em;
	font-size: 0.9em;
	border-bottom: 2px solid #497819;
	background: #F0F0F0;
}
#masthead ul {
	color: #333;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#masthead ul li {
	display: inline;
}
#masthead ul li a {
	padding: 0 0.5em;
	text-decoration: none;
	margin: 0;
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	color: #497819;
	text-decoration: none;
}

/* Blog Layout */
#wrapper {
	padding: 0em;
	
}
#container {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 969px;
	
}
/*Blog Header*/	
#header {
	padding: 0;
	margin: 0;
	background-color: #F0F0F0;}

#header h1{
	margin: 0;
	padding: 0.0em;
	font-size: 2em;
	font-weight: normal;}

#header p{
	margin: 0;
	font-size: 1.1em;
	padding: 0 1em 0.5em;}
	
/* #title is a placeholder div for putting pictures in place of the blog title */
#title {

	}
/*Navigation Bar*/  
#nav {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0;
	clear: right;}

#nav ul{
	padding: 0;
	list-style-type: none;
	margin: 0;}

#nav ul li {
	display: inline;}

#nav ul li a{
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	color: #FFF;}
	
/* Subscription Bar*/
#subscriptions{
	margin: 0;
	padding: 0;
	float: right;
	width: 50%;
	text-align: right;
	font-weight: normal;}
	
#subscriptions ul{
	padding: 0;
	list-style-type: none;
	margin: 0;}

#subscriptions ul li {
	display: inline;}

#subscriptions ul li a{
	padding: 0.2em 1em;
	text-decoration: none;
	margin: 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;}
/* End Navigation*/ 

#contentmargin {
	height: 0em;
}

#contentwrapper 
{
	width:969px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	
}
	
#content {
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;
	font-size: 10pt;

}
	
#contentfooter
{
	clear: both;
}
	
#containerSidebarParentCell
{
    float:left;
    width:967px;
    background-color:#ededed;
    position:relative;
    right:567px;
    
}	
#containerContentParentCell
{
    float:left;
    width:967px;
    position:relative;
    right:200px;
}	
#containerLeftsidebarParentCell
{
    float:left;
    width:967px;
    background-color:#ffffff;
    overflow:hidden;
    position:relative;
    border-left:solid 1px #7e8389;
    border-right:solid 1px #7e8389;
}	

/*Sidebar*/
#sidebarParentCell
{
	width:200px;
	vertical-align:top;
	background-color:#ffffff;
	float:left;
	position:relative;
	left:767px;
}

#leftsidebarParentCell 
{
	width:200px;
	vertical-align:top;
	float:left;
	position:relative;
	left:767px;
}

#sidebar-a 
{
	margin: 0px;
	padding: 0px;
	padding-top: 1em;
	padding-bottom: .5em;
	font-size: 8pt;
	background-color:#ffffff;
}

#leftsidebar-a 
{
	margin: 0px;
	padding: 0em;
	padding-top: 1em;
	padding-bottom: .5em;
	padding-left:4px;
	padding-right:4px;
	font-size: 8pt;
	background-color:#ededed;

}
	
#sidebar-a h3 {
	color: #999;
	font-size: 1.2em;
	padding: 0;
	margin: 0px;
}

#sidebar-a p {
	padding: 0px;
}

#sidebar-a ul {
	list-style : none;
	margin : 0 0 1em 1em;	
	padding : 0;
	width: 100%;}

#sidebar-a li {
	margin-top: 0.5em;}

#sidebar-a a:active,
#sidebar-a a:visited,
#sidebar-a a:link {
	text-decoration : none;	
	margin-right : 0px;
	padding : 0em;
	font-weight:bold;
	font-size: 7.5pt;
	}

#sidebar-a a:hover {
	text-decoration: underline;}
/*End Sidebar*/

#footer {
	/*clear: both;*/
	padding: 0.5em 1em;
	margin: 0;
	font-size: 0.9em;}
/* --End Layout-- */

/* --Calendar-- */
.BlogCalendar
{
	font-size: 90%;
	width: 100%;
}

.BlogCalendarTitle
{
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

.BlogCalendarNextPrev
{
}

.BlogCalendarNextPrev A:LINK, .BlogCalendarNextPrev A:ACTIVE, .BlogCalendarNextPrev A:VISITED
{
	text-decoration: none;
}

.BlogCalendarNextPrev A:HOVER
{
	text-decoration: underline;
}

.BlogCalendarDays
{
	font-weight: bold;
	padding: 2px;
}

.BlogCalendarDay A:LINK, .BlogCalendarDay A:ACTIVE, .BlogCalendarDay A:VISITED, .BlogCalendarDay A:HOVER
{
	font-weight: bold;
}
/* -- End Calendar -- */

/* -- Post -- */
.post {
	padding: 0em;
	margin: 0;
}

.topicListing {
    font-size: 10px;
}
/* Post Header */
.posthead 
{
	font-size:8pt;

}
.posthead h2 {
	font-family: Verdana,sans-serif;
	font-size: 12pt;
	color: #b81d2d;
	margin: 0px;
}
.posthead h2 a:active,.posthead h2 a:link,.posthead h2 a:visited{
	color: #b81d2d;
	text-decoration:none;
}
.posthead h2 a:hover {
	color: #b81d2d;
	text-decoration:underline;
}

#homepage .posthead h2 {
	font-family: Verdana,sans-serif;
	font-size: 16pt;
	line-height: 20pt;
	color: #b81d2d;
	margin: 0px;
	margin-bottom:5px;
	margin-top:5px;
}
#homepage .posthead h2 a:active,#homepage .posthead h2 a:link,#homepage .posthead h2 a:visited{
	color: #b81d2d;
	text-decoration:none;
}
#homepage .posthead h2 a:hover {
	color: #b81d2d;
	text-decoration:underline;
}

#singlepost .posthead h2 {
	font-family: Verdana,sans-serif;
	font-size: 16pt;
	line-height: 20pt;
	color: #b81d2d;
	margin: 0em 0 0.5em 0;
}
#singlepost .posthead h2 a:active,#singlepost .posthead h2 a:link,#singlepost .posthead h2 a:visited{
	color: #b81d2d;
	text-decoration:none;
}
#singlepost .posthead h2 a:hover {
	color: #b81d2d;
	text-decoration:underline;
}

.posthead img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 none;
}
.posthead a:hover {
	text-decoration: none;
}
/* Post header for Entryview page*/
.postviewhead{
	font-size: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;}
	
/* Post Content  */
.postcontent {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	line-height: 145%;
	font-family: Verdana,sans-serif;
}


.postcontent img {
	margin: 1em 1em 0.5em 0;
	padding: 0;
	line-height: 2em;
}
/* Post Footer */
.postfoot{
	font-size: 7.5pt;
	border-bottom: 1px dashed #999;
	color: #666;
	text-align: left;
	padding: 0.5em 0em;
	margin: 0 0 0em;
}
/* Post Category Heading */
.postcategoryheading {
	font-size: 1.0em;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #999;
	font-family: Verdana,sans-serif;
	line-height:150%;
}

.postcategoryheading h2
{
	font-size:16pt;
	margin:0px;
	padding-bottom:5px;
	margin-top:5px;
	color:#b81d2d;
}
/*Blog rating menu*/
.ratemenu {
	font-size: 0.9em;
	background-color: #FFF;
	border: 1px dotted #AAA;
	padding: 1em;
	margin: 0.5em;
}
/* -- End Post -- */
/* -- Comments -- */
#commentsWrapper {
	 border-top: 1px solid #000;
	 margin-top: 10px;}

#comments h4 {
	margin : 0;
	font-size : 1em;}

#comments {
	padding: 0em 1em;
	margin: 0 0 1em;}

.commentspan {
	padding-left: 2em;}
	
.commentssubhead{
	color: #999;
	padding: 0;
	font-size: 0.9em;
	margin: 0.5em 0 0;
}	
.commentsbody {	
    margin: 1em 0em 3em;
	padding: 0em 0em 0.5em;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;}
/* --End Comments -- */
/* -- Comment and Contact Form -- */
#commentform {
	padding: 0;
	margin: 0 1em;
}

#commentform h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #224771;
	background-color: #e2e9f0;
	width: 100%;
	margin: 0 0 1.25em 0;
	padding: 4px 0;
	text-indent: 5px;
	border: solid 1px #cccccc;
	border-bottom-width:0px;
}
#commentform dl {
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
	padding-left:5px;
	background-color:  #F8F7EF;
}
#commentform dt {
	font-size: 1.0em;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0;
	
}
#commentform dt em {
	font-size: 0.9em;
}
#commentform dd em {
	font-size: 0.9em;
}

#commentform .smallbox {
	width: 300px;
	padding: 2px;
	border: 1px solid #999;
}

#commentform textarea 
{
	width: 400px;
	height: 180px;
	padding: 0.2em;
	border: 1px solid #999;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
/* -- End Comment and Contact Form -- */

/* -- Tip Options -- */
#tipaction {
	clear: both;
	border: 0px solid #765;
	margin: 0em 0 0em 0;
	text-align: left;
}
#tipaction ul {
	margin: 0;
	padding: 5px 0;
}
#tipaction li {
	font-size: 10px;
	font-weight: bold;
	display: inline;
	list-style-type: none;
	padding: 0 1em;
	border-left: 1px solid #999;
	float:left;
}
#tipaction li#first {
	border: none;
}


/* -- Miscellaneous -- */
/* Email Subscriptions */
#emailsubscriptions {
	margin: 0;
	padding: 1em;
}
#emailsubscriptions h3 {
	font-size: 1em;
	margin: 0 1em 0 0.5em;
	padding: 1em 0 0;
}
#emailsubscriptions table {
	font-size: 1em;
}
/* News */
#news{
	margin: 1em;
	padding: 0.5em;
	border: 1px dashed #999999;
}
/* Search Box*/
#search .searchBox {
	width: 125px;
	border: 1px solid #666;
	margin: 0em 1em;
	padding: 0.2em;
	font-size: 0.9em;}

#search 
{
	
	margin: 0 0 0 .5em;
	padding-bottom: 1em;
	background-color:#ffffff;
	}
#search .SearchButton 
{
	border: solid 1px #666666;
	color: #666666;;
	background-color:#ffffff;
	font-weight:bold;
}
/*End Search Box*/

/* w.bloggar uses a class called .media for its iTunes and wmp10 "now playing" plugin */
.media {
	font-size: 0.9em;
	font-weight: bold;
	margin: 1em 1em 0.5em;
}
/* Clearing element for floats */
.spacer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
}
/* -- End Miscellaneous*/
/* -- Skin button -- */
/* This button is based upon a technique described by Mike Golding at Notestips.com:
   http://www.notestips.com/80256B3A007F2692/1/NAMO5LV2NN */
#skinbutton {
	float: right;
	margin-right: 1em;
}
#skinbutton ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
#skinbutton li {
	border: 1px solid #999;
	margin: 5px 0 0 20px;
	width: 9em;
}
#skinbutton li a {
	color: #333;
	text-decoration: none;
}
head:first-child+body #skinbutton li {
	padding-right: 2px;
}
.skinbuttonlink {
	display: block;
	font: 0.75em verdana, arial, sans-serif;
	padding: 2px 0;
	border: 1px solid white;
	text-decoration: none;
	width: 100%;
	background: #ddd;
	color: #333;
}
.skinbuttonlink span {
	font: bold 1.0em verdana, arial, sans-serif;
	padding: 2px 3px;
	color: #fff;
}
.cs span {
	background: #666;
}
/* --End Skinbutton -- */

#welcome 
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: 3px;
	text-align: right;
	font-family: Arial;
	font-size: .9em;
	color: #000;
}
#welcome a 
{
	color: #000;
}

/*
Blog Style Overrides
*/

#Common
{
}

/*
Blog Styles
*/

UL.BlogPostList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.BlogPostArea
{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #eeeeee;
}

.BlogPostHeader
{
	color: #e4e9ef;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana;
	padding: 4px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;

}

.BlogRating
{
	width: 80px;
	height: 80px;
	margin: 5px 10px 0px 0px;
	background-color: #cccccc;
	vertical-align: top;
	text-align: center;
	padding: 8px 2px 2px 2px; 
	font-family: Verdana;
	background-image: url(../images/Common/blog_comment_background.gif);
	line-height: 20px;
	color: #666666;
}

.BlogRating a:link, .BlogRating a:visited, .BlogRating a:active, .BlogRating a:hover
{
	color: #666666;
	text-decoration: none;
}

.BlogCommentCount
{
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}

.BlogPostContent
{
	color: #000000;
	font-family: Verdana;
	margin-left: 1px;
	font-size: 70%;
	
	text-align: justify;
}

.BlogPostFooter
{
	margin: 10px 0px 10px 1px;
	color: #666666;
	font-family: Verdana;
	font-size: 70%;
}

/*
Blog List Columns
*/

.BlogBlogNameColumn
{
	width: 25%;
}

.BlogAuthorColumn
{
	width: 14%;
}

.BlogLastPostColumn
{
	width: 25%;
}

.BlogPostsColumn
{
	text-align: center;
	width: 9%;
}

.BlogArticlesColumn
{
	text-align: center;
	width: 9%;
}

.BlogCommentsColumn
{
	text-align: center;
	width: 9%;
}

.BlogTrackbacksColumn
{
	text-align: center;
	width: 9%;
}

/*
Calendar styles
*/

.BlogCalendar
{
	font-size: 90%;
	width: 100%;

}

.BlogCalendarTitle
{
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

.BlogCalendarNextPrev
{
}

.BlogCalendarNextPrev A:LINK, .BlogCalendarNextPrev A:ACTIVE, .BlogCalendarNextPrev A:VISITED
{
	text-decoration: none;
}

.BlogCalendarNextPrev A:HOVER
{
	text-decoration: underline;
}

.BlogCalendarDays
{
	font-weight: bold;
	padding: 2px;
}

.BlogCalendarDay A:LINK, .BlogCalendarDay A:ACTIVE, .BlogCalendarDay A:VISITED, .BlogCalendarDay A:HOVER
{
	font-weight: bold;
}

/* Comment Form */
#commentform {padding: 0;font-size: 0.95em;}
#commentform h2{margin-bottom:0;}
#commentform h3{
    font-size: 1.1em;margin: 0px 0px 0px 0px;padding: 5px 0px 3px;
	font-family: Verdana, arial, sans-serif;
	font-weight: 600;letter-spacing: 0px;}

#commentform p{	padding: 0em; font-size: 0.95em;}

#commentform dl {margin: 0;	padding: 0;}

#commentform dt {	padding: 5px 0 5px 0; font-size: 1.0em;	margin: 0px;}
	
#commentform dd { color: #777777;margin-left:0;}

#commentform dt em {font-size: 0.95em;}
 
#commentform .smallbox {
	width: 350px;
	padding: 2px;
	border-top: 1px solid #7F8D3E;
	border-right: 1px solid #E2E3D1;
	border-bottom: 1px solid #E2E3D1;
	border-left: 1px solid #E2E3D1;
}

#commentform textarea {
	width: 500px;
	height: 150px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #7F8D3E;
	border-right: 1px solid #E2E3D1;
	border-bottom: 1px solid #E2E3D1;
	border-left: 1px solid #E2E3D1;
	font-size: 1em;
	}
/* End Comment */

#comments h3
{
	color: #666666;
	font-size: 110%;
}

.Comment
{
	padding-bottom: 12px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #eeeeee;
	padding-top: 12px;
}

.CommentAvatar
{
	white-space: nowrap;
}

.CommentAvatar img
{
	margin-right: 8px;
}

.CommentContent
{
}

.CommentTitle
{
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}

.CommentTitle A:LINK, .CommentTitle A:ACTIVE, .CommentTitle A:VISITED, .CommentTitle A:HOVER
{
    color: #91723f;
}

.CommentText
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.CommentFooter
{
	font-size: 80%;
	color: #999999;
}

/* Post ToolBar */

#postToolbar
{
	width:400px;
	border:solid 1px #cccccc;
	padding:6px;
	background-color: #eeeeee;
	margin-top:10px;
}

#postToolbar .CommonSubTitle
{
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
}
/* END Post ToolBar */

UL.BlogLinkCategoryLinkList
{
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	margin-left: 24px;
	padding-left: 0px;
}

UL.BlogLinkCategoryLinkList li
{
	padding-top: 4px;
}

UL.BlogLinkCategoryLinkList li a
{
	font-weight: bold;
}

.BlogLinkCategoryArea
{
	padding: 4px;
}
