/*  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
*/

<meta name="verify-v1" content="+w7G8FZonPTE8D1AIp//AbsFSeQc2cenGzRsXnO+R+E=" />

html, body {
	margin: 0 auto;
	padding: 0;
	color: #333;
}
body {
	padding: 0;
	text-align: center;
	background-color: #78C529;
	font: 76%/1.2em Verdana, Arial, Helvetica, sans-serif;
}
a:visited, a:active, a:link {
	text-decoration: none;
	color: #497819;
}
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: 1em;
	font-size: 1em;
}
h3 {
	font-size: 1.1em;
}
p {
	margin: 1em 0;
}
/* -- Layout -- */
/* The masthead sits at the top of the page.*/
#masthead {
	color: #333;
	text-align: right;
	padding: 0.5em;
	font-size: 1.2em;
	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: 1em;
}
#container {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 760px;
}
/*Blog Header*/	
#header {
	padding: 0;
	margin: 0;
	background-color: #F0F0F0;}

#header h1{
	margin: 0;
	padding: 0.5em;
	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 {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../Images/poisonivytop.gif);}
/*Navigation Bar*/  
#nav {
	background-color: #497819;
	background-image: url(../Images/poisonivybottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	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: 1em;
}

#contentwrapper 
{
	margin: 0em 0;
	padding: 0;
	clear: both;
	background-color: #F0F0F0;
	background-image: url(../Images/poisonivytop.gif);
	background-repeat: no-repeat;
	background-position: left top;}
	
#content {
	padding: 2em;
	margin: 0 210px 0 0;
}
	
#contentfooter{
	background-image: url(../Images/poisonivyfooter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;}

/*Sidebar*/
#sidebar-a {
	float: right;
	width: 200px;
	margin: 1em 0 0 0.5em;
	padding: 0.5em;
	font-size: 0.9em;
	border-left: 1px solid #999;
}
	
#sidebar-a h3 {
	color: #999;
	font-size: 1.2em;
	padding: 0;
	margin: 0 1em;
}

#sidebar-a p {
	padding: 0 1em;
}

#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 : 0.2em;}

#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;
}
/* Post Header */
.posthead {
	margin: 0;
	padding: 0em 0 0.5em;
	font-size: 0.9em;
	color: #999;
}
.posthead h2 {
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 0.4em;
	color: #333;
}
.posthead img {
	margin: 0;
	padding: 0 0 0 0.5em;
	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: right;}
/* Post Content  */
.postcontent {
	margin: 0;
	padding: 0;
}
.postcontent img {
	margin: 1em 1em 0.5em 0;
	padding: 0;
	line-height: 2em;
}
/* Post Footer */
.postfoot{
	font-size: 0.9em;
	border-bottom: 1px dashed #CCC;
	color: #999;
	text-align: right;
	padding: 0.5em 1em;
	margin: 0 0 3em;
}
/* Post Category Heading */
.postcategoryheading {
	font-size: 0.9em;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #999;
}
/*Blog rating menu*/
.ratemenu {
	font-size: 0.9em;
	background-color: #FFF;
	border: 1px dotted #AAA;
	padding: 1em;
	margin: 0.5em;
}
/* -- End Post -- */
/* -- Comments -- */
#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-size: 1em;
	margin: 0;
	padding: 0 0 1em;
	display: block;
}
#commentform dl {
	margin: 0;
	padding: 0;
}
#commentform dt {
	font-size: 1.0em;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0;
}
#commentform dt 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 -- */
/* -- 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: 100px;
	border: 1px solid #666;
	margin: 0em 1em;
	padding: 0.2em;
	font-size: 0.9em;}

#search {
	float: right;
	text-align: right;
	margin: 0 0 0.5em;
	padding: 1em;}
/*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;
}

/*  Earth' alternate stylesheet for Poison Ivy skin for CS 1.1 */
body{
	background-color: #D9D1C6;
}
#header {
	background-color: #FFF;
}
 #nav {
	background-color: #B2AAA4;
	background-image: url(../Images/earthbottom.gif);
    }
#contentwrapper {
	background-color: #FFF;
	background-image: url(../Images/earthtop.gif);
}
#title {
	background-image: url(../Images/earthtop.gif);
}
a:visited,
a:active,
a:link {	
	color: #F89E59;
}
a:hover {
	color:#000000;
}
#contentfooter{
	background-image: url(../Images/earthfooter.gif);
}
#sidebar-a {
	border-left-color: #D9D1C6;
		}
.calNextPrev a:link, .calNextPrev a:active, .calNextPrev a:visited {
	color: #F89E59!important;
}
.calNextPrev a:hover {
	color: #000000!important;
}
#masthead {
	color: #333;
	border-bottom: 2px solid #B2AAA4;
	background: #FFF;
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	color: #F89E59;
}

a:visited,
a:active,
a:link { 
text-decoration: none;
color: #007cbe;}
a:hover {
color:#000000;
text-decoration: underline;
}
#search {
width: 200px;
}

#title { 
background-image: url('http://farm4.static.flickr.com/3080/2335693050_8115956ff9_o.jpg'); 
height: 81px;}

#Cal
{
display : none;
}

.headermaintitle
{
margin-left : 170px;
white-space: nowrap;
}

#title p
{
margin-left : 170px;
white-space: nowrap;
}

#nav { 
background-position: right bottom;
background-image: url('http://heroicsalmonleap.members.winisp.net/images/earthbottom.gif'); }

#nav ul {
margin-left : 10px;

}
#nav ul li a{
padding-left : 0px;

}
#extraNav ul{
color: #000000;
list-style-type: none;
margin: 0px;
margin-left : 0px;
}

#extraNav ul li {
display: inline;
margin-right : 4px;
}

#extraNav ul li a{
text-decoration: none;
font-weight: bold;
font-size: 1.1em;
margin: 0px;
color: #FFFFFF;}
#extraNav a:hover {
text-decoration: none;}


#extraNav {
position: absolute;
top: 85px;
left: 170px;
width:100px;
}


#QuickLinks H3{
display:none;
}
#QuickLinks {
position: absolute;
top: 85px;
left: 270px;
width:150px;
}

#QuickLinks ul{
color: #000000;
padding: 0;
list-style-type: none;
margin: 0px;}

#QuickLinks ul li {
display: inline;}

#QuickLinks ul li a{
padding: 3px 10px;
text-decoration: none;
font-weight: bold;
font-size: 1.1em;
margin: 0px;
color: #FFFFFF;}
#QuickLinks a:hover {
text-decoration: none;}


#contentwrapper { background-image: url('http://heroicsalmonleap.members.winisp.net/images/earthtop.gif'); }

#contentfooter{ background-color: #B2AAA4;

background-position: right bottom;
background-image: url('http://heroicsalmonleap.members.winisp.net/images/earthbottom.gif'); }

#news{
margin: 0px;
padding: 0px;
border: 0px dashed #999999;
}



#sidebar-a {
float: right;
width: 220px;
\width: 230px;
w\idth: 220px;
margin-right: 5px;
}
#sidebar-a H3 {
color: #999999;

margin-left: 0px;
}

#sidebar-a li {
margin-left: 0px;
marker-offset: 0em;

}


#content {
margin-left: 0px;
margin-right: 225px;
}

#container {

width: 95%;}

#sidebar-a ul {
margin-left : 10px;

list-style-position : outside;
}


#sidebar-a a:active,
#sidebar-a a:visited,
#sidebar-a a:link {
margin-right : 0px;
margin-left: 0px;
padding : 0px;}

#headertab {
display : none;
}

#dropdown ul {
padding: 0;
margin: 0;
list-style: none;
margin-bottom : 0px;
position: absolute;
top : 85px;
right: 100px;


}

#dropdown li { 
float: left;
position: relative;
width: 10em;
margin-top: 0px;
background-color: #B2AAA4;


}

#dropdown li ul { 
display: none;
position: absolute;
top: 1em;
left: 0;
margin-bottom : 0px;
}

#dropdown li>ul { top: auto;
left: auto;
}

#dropdown li:hover ul { 
display: block;
}

#dropdown li.over ul { 
display: block;
}