/*  
Theme Name: Pinoy Samurai Miro Niche Template
Theme URI: http://www.avrillavigneinterview.com/
Description: Original a WP theme converted to a basic HTML page
Version: 0.1
Author: Tortoise Genie
Author URI: http://www.avrillavigneinterview.com/
*/

/*global/universal image classes */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, input{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #e7580d;
}

body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #3d3d3d;
	color: #ccc;
}

#wrapper{
	margin: 0 auto;
	width: 946px;
	text-align: left;
}


#header{
	float: left;
	width: 946px;
	border-bottom: 1px solid #2c2c2c;
	/*background-color: #1b1b1b  url(images/bg-header.gif);; */
	background-color: #333333;
}

#site-title {
	float: left;
}

#site-title .mytitle{
	font-family: georgia, serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}


#site-title .mytitle a{
	text-decoration: none;
}

#site-title .mytitle a:hover{
	color: #fff;
}


#main-menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 66px;
	overflow: visible;
}

#main-menu ul li{
	float: left;
	position: relative;
}

#main-menu ul li a{
	display: block;
	padding: 26px 20px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #2c2c2c;
}

#main-menu ul li a:hover{
	text-decoration: underline;
}

#sub-header{
	float: left;
	width: 946px;
	font-size: 11px;
	background: #1b1b1b;
	border-bottom: 1px solid #2c2c2c;
}

#sub-header-search{
	float: right;
	display: inline;
	height: 40px;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

#content-container{
	float: left;
	width: 946px;
	background: #fbfedd url(images/bg-content-container.gif) repeat-y 623px 0;
	color:#333;
}

#content{
	float: left;
	width: 623px;
	padding: 5px 0 0;
	background: url(images/bg-sep.gif) repeat-x;
}

.post {
	float: left;
	width: 623px;
}

.post h1{
	padding: 17px 20px;
	line-height: 24px;
	background: #fff;
	color: #e7580d;
}

.adsense_content {
	padding-bottom: 80px;
	padding-left: 20px;		
	background: #fff;	
}

.adsense_footer {
	padding-bottom: 20px;
	width: 623px;
	text-align: center;
	padding-top: 20px;
}

.youtubeVideo {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;	
}

.avi_pics {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;	
}

.imageTable {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

.entry-content{
	padding: 6px 20px 16px;
	line-height: 24px;
	background: #fff;
}

.sidebar-container{
	float: left;
	width: 322px;
	margin: 0 0 0 1px;
	display: inline;
	padding: 5px 0 0;
	background: #f6f9d4 url(images/bg-sep.gif) repeat-x;
	color: #333;
}

.sidebar{
	float: left;
	width: 322px;
	display: inline;
}

.sidebar a{
	color: #000;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li h2{
	border-bottom: 1px solid #edf3b4;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #686d2e;
	background: #f2f7c1;
}

.sidebar ul ul{
	padding: 0 10px 10px;
	line-height: 24px;
}

.sidebar ul ul li{
	padding: 10px 10px 10px 17px;
	border-bottom: 1px solid #e9eebd;
	background: url(images/bullet-sidebar.gif) no-repeat 0 18px;
}

.sidebar ul ul ul li{
	border: 0;
	padding: 10px 10px 0 17px;
}

.adsense_sb{
	padding-left: 80px;
	background-color: #f6f9d4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9eebd;
}

#footer{
	float: left;
	width: 946px;
	border-top: 1px solid #1e1e1e;
	font-size: 11px;
	background: #000;
}

#footer a{
	color: #fff;
}

#footer p{
	padding: 10px;
	line-height: 18px;
}

