/* CSS Document */

.logo{
	text-indent: -9999px;
	background: url(../images/paulyadaologo.png) no-repeat center;
	width: 163px;
	height: 50px;
	display: block;
	float: left;
}

body{
	background-color: #000000;
	background-image: url(../images/orangebg.png);
	background-repeat: no-repeat;
	background-position: top;
}

.spacer {  
     height: 20px;  
}  

#mainmenu {
	text-align: right;
	padding-top: 15px;
}

#mainmenu a {
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

#mainmenu a.s_tog:hover{
	color: #000;
	background-image: url(../images/s_tog.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

#mainmenu a#s_togd{
	color: #666;
	background-image: url(../images/s_tog.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

#mainmenu a.m_tog:hover{
	color: #000;
	background-image: url(../images/m_tog.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

#mainmenu a#m_togd{
	color: #666;
	background-image: url(../images/m_tog.png);
	background-repeat: no-repeat;
	background-position: center center;	
}


#mainmenu a.l_tog:hover{
	color: #000;
	background-image: url(../images/l_tog.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

#mainmenu a#l_togd{
	color: #666;
	background-image: url(../images/l_tog.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

.latest_items {
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
}

#latest_thumb{
	width: 130px;
	height: 90px;
	padding-top: 5px;
	margin-right:10px;
	overflow: hidden;
	vertical-align: middle;
}

a.latestlinks {
	text-decoration: none;
	height: 120px;
	display: block;
}
a.latestlinks:hover {
	background-color: #222;	
}

.latest_el_grid {
	display: inline;
	float: left;
	width: 210px;
	padding-right: 20px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 10px;
}

.latest_el_grid .maintitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 6px;
	line-height: 1.1em;	
}

.latest_el_grid .subtext {
	font-size: 0.9em;
	color: #999;	
	margin-top: 0px;
}

.quotes {
	font-size: 1.0em;
	color: #666666;	
	padding: 15px;
}

.newsletter_signup{
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 15px;

}

#singlepostbody {
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 1.1em;
}

#singlepostbody h3{
	padding:0px;
	margin:0px;
}

.titlesubtext {
	font-size: 0.9em;
	color: #999999;	
}


.commentlist li{
	background-color: #F0F0FF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	padding-right: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
	list-style-type: none;
}

.commentlist li.alt {
	background-color: #D9D9FF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	padding-right: 15px;
	margin-bottom: 10px;
	list-style-type: none;
}

.commentlist li img {
	margin: 0px;
	padding: 3px;
	float: left;
	display: block;
	border: 1px solid #CCCCCC;
}

.commentstext {
	 display: block;
	 margin-left: 60px;
}

#singlepostcatlist a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 12px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-right: 10px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#singlepostcatlist a:hover{
	background-color: #222222;
}

#pagecontent p{
	font-size: 1.1em;
	color:#ccc;
}

#pagecontent a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}

#pagecontent a:hover{
	text-decoration: underline;
}
/*
.latest_el_arrow {
	display: inline;
	float: left;
	width: 5px;
	vertical-align:bottom;
}
*/

.subtext_l {
	font-size: 0.9em;
	color: #999;
	margin-top: 0px;
	font-weight: normal;
}

a.friendslink {
	text-decoration: none;
}

a.friendslink span{
	color: #FFFFFF;
	text-decoration: none;
}

a.friendslink:hover span{
	text-decoration: underline;
}

a.friendslink img {
	vertical-align: middle;
	text-decoration: none;
}