/*
Theme Name: Viralogy Content Page v2
Theme URL: http://Viralogy.com/blog
Description: Viralogy content page version 2
Version: 1.0
Author: Jun Loayza
Author URL: http://JunLoayza.com
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #000;
}

#wrapper{
	padding: 0px;
	margin: 0px auto;
	width: 950px;
	text-align: left;	
}

table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #035501;
}

a{
	text-decoration: none;
	color: #26BF0B;
}

a:hover{
	text-decoration: underline;
	color: #035501;
}

a img{border: none;}

p{padding: 10px 0 5px;}

blockquote{
	margin: 10px;
	border-top: 2px solid #ddd;
	background: #f5f5f5;
}

blockquote p{padding: 10px;}

blockquote blockquote{
	margin: 20px;
	border-top: 2px solid #ddd;
	background: #cdcdcd;
}

blockquote blockquote p{padding: 20px;}

dd{padding: 0 0 0 20px;}

form, input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p img{max-width: 100%;}

img.centered{
	display: block;
	border: 5px solid #c9c9c9;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 5px solid #c9c9c9;
	display: inline;
}

img.alignleft{
	margin: 3px 10px 2px 0;
	padding: 4px;
	border: 5px solid #c9c9c9;
	display: inline;
}

.alignleft{float: left;}

.alignright{float: right;}

.clear{margin: 0; padding: 0; clear: both;}

small{font-size: 11px;}

/* Header */

#header{
	float: left;
	width: 950px;
	height: 156px;
	background: #fff;
	margin: 0 0 0 0;

}

#header-left{
	float: left;
	width: 350px;
}

#logo{
	margin: 0 0 0 5px;
}

#header-right{
	float: left;
	width: 600px;
	background: #fff;
}

#header-ad{
	float: left;
	width: 600px;
	height: 100px;
	background: #fff;
}

#go-to-viralogy{
	float: left;
	width: 155px;
	margin: 10px 0 0 0;	
	height: 25px;
	padding: 2px 0 0 25px;
	background: url("http://viralogy.com/blog/wp-content/themes/viralogyblog/images/arrow.png") no-repeat;
}

#go-to-viralogy a{
	font-size: 14px;
	color: #fff;
}

#menu{
	float: left;
	height: 23px;
	width: 425px;
	margin: 10px 0 0 -26px;
	border-top: 1px solid #D6F69B;
	border-bottom: 1px solid #D6F69B;
	border-right: 1px solid #D6F69B;
}

#menu ul{
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#menu ul li{
	float: left;
}

#menu ul li a{
	font-family: arial, helvetica;
	letter-spacing: 1px;
	font-size: 14px;
	display: block;
	margin: 0;
	padding: 3px 15px 4px 15px;
	color: #111;
	font-weight: normal; 
	border-right: 1px solid #fff;
}

#menu ul li a:hover{
	background: #70D600;
	color: #fff;
	text-decoration: none;
}

/* Header */

/* Banner */

#banner{
	float: left;
	width: 610px;
	border: 3px dotted #8ECF9A;
	padding: 5px;
	margin: 5px 0 10px 0;
	background: #EFFFF2;
}

#banner-title{
	float: left;
	font-size: 18px;
	color: #FF3D00;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}

#banner-title a{
	color: #FF3D00;
}

#banner-left{
	float: left;
	width: 100px;
}

#banner-right{
	float: left;
	width: 500px;
	padding: 0 0 0 10px;
}

/* End Banner */

/* Container */

#container{
	float: left;
	width: 950px;
	height: 100%;
	background: #fff;

}

#wrap-container{
	float: left;
	width: 640px;
}

/* Container */

/* Content */

#content{
	float: left;
	width: 630px;
	background: #fff;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;	
}

.post{
	margin: 10px 0 0 0;
	padding: 5px;
	border-bottom: 1px solid #ededed;
}

.post h1{
	font-size: 25px;
}

.post h2{
	width: 100%;
	font-size: 24px;
	font-weight: normal;
}

.post h2 a{
	color: #3d7d3a;
}

.post .entry-info{

}

#info-entry{

}

#tweet-small{
	float: left;
	width: 30px;
	height: 25px;
	margin: 0 0 0 0;
}

.entry-content{
	line-height: 20px;
	padding: 0 0 0 5px;
}

.entry-category{

}

.entry-category a{

}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5{
	padding: 10px 0 5px;
	border: none;
}

.entry-content h3{font-size: 18px;}

.entry-content h4{font-size: 16px;}

.entry-content h5{font-size: 14px;}

.entry-content h6{font-size: 12px;}

.navigation{

}

/* Content */


/*Sidebar*/

.sidebar{
	float: left;
	width: 290px;
	height: 100%;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background: #fff;
}

.sidebar ul{
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	padding: 10px 0 0 0;
}

.sidebar ul li h2{
	font-family: hobo std, georgia, arial, helvetica;
	font-size: 14px;
}

.sidebar p{
	line-height: 20px;
	font-size: 11px;
}

#feedback{
	float: left;
	width: 226px;
	height: 40px;
	margin: 0 0 15px 32px;
}

#follow-viralogy{
	float: left;
	background: url("http://viralogy.com/blog/wp-content/themes/viralogyblog/images/follow-box.png") no-repeat;
	width: 290px;
	height: 145px;
}

#follow-title{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #111;
	margin: 5px 0 0 0;
}

#follow-images{
	float: left;
	width: 285px;
	height: 70px;
}

#follow-images ul{
	float: left;
	list-style: none;
}

#follow-images ul li{
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
}

#follow-text{
	float: left;
	width: 285px;
	height: 20px;
}

#follow-text ul{
	float: left;
	list-style: none;
}

#follow-text ul li{
	float: left;
	list-style: none;
	margin: 0 14px 0 16px;
}

#follow-text ul li a{
	margin: 0 0 0 2px;
}

#search-box{

}

#poll{
	float: left;
	margin: 5px 0 0 0;
}

#top-title{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

#top-commentors{
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 10px 5px;
}	

#top-commentors ul{
	list-style-type: decimal;
	margin: 0 0 0 10px;
}

top-commentors ul li{
	list-style-type: decimal;
}

#favorite-episodes{
	float: left;
	width: 100%;
}

#favorite-title{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #111;
	margin: 5px 0 0 0;
}

.favorite-image{
	float: left;
	margin: 15px 0 0 30px;
}

/*Sidebar*/



/*Single Post Enhancements*/

.subscribe-blog{
	width: 600px;
	border: 1px dotted #6acc62;
	margin: 0 0 10px 10px;
	padding: 5px 0 5px 5px;
}

.subscribe-blog p{
	font-weight: bold;
	text-align: center;
}

.similar-posts{
	width: 600px;
	border: 3px solid #cdcdcd;
	margin-left: 10px;
}

.similar-posts h2{
	margin: 10px 0 0 10px;
	padding-bottom: 0px;
}

.similar-posts ul li{
	list-style: katakana-iroha;
}

/*Single Post Enhancements*/


/* Comments */

#comments{
	margin: 10px;
	padding: 10px;
	border: 1px solid #c9c9c9;
}

#comments ol{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#comments ol li{
	list-style: none;
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #c9c9c9;
	line-height: 20px;
}

#comments span.comment-author{
	font-weight: bold;
}

#respond{
	padding: 10px;
	background: #f9f9f9;
}

#avatar-image{
	float: left;
	width: 60px;
	margin: 0 5px 0 0;
	border: 5px solid #ededed;
}

/* Comments */


/* Footer */

#footer{
	float: left;
	width: 950px;
	height: 30px;
	margin-left: 5px;
	text-align: center;
	line-height: 24px;
	background: #fff;
	text-align: left;
	border-top: 3px solid #ededed;
}

#footer-menu{
	float: left;
}

#footer-menu ul{
	float: left;
	list-style: none;
	margin: 5px 0 5px 90px;
}

#footer-menu ul li{
	float: left;
	list-style: none;
	margin: 0 0 0 75px;
}

#bottom-footer{
	clear: left;
	float: left;
	width: 950px;
	text-align: center;
}

/* Footer */






