/*
Theme Name: Lil's Futaba
Theme URI: http://www.open-axcss.com
Description: Custom Design Theme. Project by <a href="http://www.open-axcss.com">Open Axcss Solution</a>.
Version: 1.0
Author: Raymond Bacolod

*/

/* Imports */
@import url("css/Header.css");
@import url("css/Footer.css");
@import url("css/Sidebar.css");
@import url("css/Ads_300_250.css");
@import url("css/Tag_Cloud.css");
@import url("css/Subscribe.css");
@import url("css/Galleries.css");
@import url("css/Features.css");
@import url("css/Videos.css");
@import url("css/Archive_Search.css");
@import url("css/General.css");
@import url("css/Single.css");
@import url("css/Comments.css");
@import url("css/More_Vids.css");

/* Reset */
* {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ul {margin: 0 0 0 0}
ol {list-style-type: decimal}
ol {margin: 0 0 0 0}
a {color: #366799}
a:hover {color: #3398df}
.clear {clear:both}

/* Page Layout */
body {
	width: 100%;
	text-align: center;
	background: #fff url(images/bg.png) repeat-x;
}

#page {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
	color: #555;
}

#wrapper {
	width: 900px;
	margin: 0 0 20px 0;
}

#content {
	float: left;
	width: 570px;
	margin-right: 30px;
}

#side {
	float: right;
	width: 300px;
}

/* Some headers */
h1.header_1 {
	position: relative;
	display: block;
	letter-spacing: -1px;
	border-bottom: 1px dotted #bbb;
	font-size: 1.4em;
	line-height: 1em;
	height: 1em;
	color: #333;
	margin: 0 0 15px 0;
}

h1.header_2 {
	position: relative;
	display: block;
	letter-spacing: -1px;
	border-bottom: 1px dotted #bbb;
	font-size: 1.6em;
	line-height: 1em;
	height: 1em;
	color: #333;
	margin: 0 0 7px 0;
}


#video-wrap
	{
	margin: 25px 0 0 0;
	}

#video-list
	{
	background-color: #fff6e7;
	border: 1px #b3a080 solid;
	width: 531px;
	padding: 22px;
	margin: 0px;
	}
	
#video-wrap h2
	{
	background-color: #b3a080;
	color:#FFFFFF;
	padding: 8px;
	margin: 0;
	font-size: 14px;
	width:
	} 	
	
.video-item
	{
	float: left;
	width: 132px;
	height: 130px;
	}
	
#blog-thumb
	{
	float					: left;
	width					: 65px;
	height					: 65px;
	background-color		: #FFFFFF;
	padding					: 2px;
	border					: #999999 1px solid;
	}	

#blog-excerpt
	{
	float					: left;
	width					: 500px;
	margin-left				: 20px;
	}	
	

ul#blog-category
	{
	margin					: 0;
	padding					: 0 0 15px 15px;
	list-style-type			: disc;
	}

ul#blog-category li
	{
		padding-bottom		: 5px;	
	}
		
		