/*
Theme Name: featured
Theme URI: http://www.waiyanlin.net
Version: 0.1
Description: 2 Column, fixed width and widget-ready theme with featured post slideshow by <a href="http://www.waiyanlin.net" target="_blank">Wai Yan Lin</a>.
Author: Wai Yan
Author URI: http://www.waiyanlin.net
*/

body{
	margin:0;
	padding:0;
	background:url(images/main_bg.jpg) top left repeat-x;
	background-color:#e4e4e4;
	font-family:"Lucida Grande", sans-serif, "Lucida Sans Unicode";
}

/* Mis */
*{
	margin:0;
	padding:0;
}

ul, ol{
	list-style-position:inside;
}

a:link, a:visited{
	outline:none;
	color:#005aa0;
	text-decoration:none;
}

a:hover{
	color:#008FFF;
}

div.clear{
	clear:both;
}

/* Header */
#header{
	margin:0 auto;
	width:980px;
	height:141px;
	background:url(images/header_bg.jpg) top left no-repeat;
	position:relative;
}

#logo{
	margin-top:35px;
	float:left;
	width:auto;
}

#logo a{
	width:453px;
	height:30px;
	background:url(images/logo.gif) top left no-repeat;
	display:block;
}

#logo span{
	display:none;
}

#search{
	width:310px;
	height:32px;
	float:right;
	margin-top:35px;
	background:url(images/search_bg.jpg) top right no-repeat;
}

#search form#searchform input.search-input{
	background:none;
	margin:7px 0 0 3px;
	height:22px;
	width:275px;
	border:none;
	color:#666;
	font-size:12px;
}

/* Top Nav */
#top-nav-wrapper{
	margin:0 auto;
	width:980px;
	position:relative;
	height:38px;
}

#top-nav {
	margin:0; 
	padding: 0; 
	height: 37px; 
	float: left; 
	width:auto;
}

#top-nav ul{
	margin: 0; 
	padding: 0 0 0 2px;
	height: 37px; 
	float: left; 
	width:auto;
	list-style:none;
}

#top-nav ul li{
	margin: 0; 
	float: left; 
	height: 37px; 
	position:relative;
	width:auto;
}


#top-nav ul li a, #top-nav ul li a:visited{	
	min-height:37px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	line-height:37px;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:#C0C0C0;
	text-transform:uppercase;
	padding:0 20px;
	position:relative;
}

#top-nav ul li a:hover{
	background:url(images/nav_list_bg.jpg) bottom left repeat-x;
	color:#008fff;
	position:relative;
	display:block;
}

#top-nav ul li.current_page_item a{
	background:url(images/nav_list_bg.jpg) bottom left repeat-x;
	min-height:37px;
	color:#008fff;
	border:1px solid #1d1d1d;
	border-bottom:0;
	border-top:0;
	position:relative;	
	display:block;
}

#top-nav ul li ul{
	margin:0;
	padding:0; 
	float:left;
	display:none;
	position:absolute;
	width:200px;
}

#top-nav ul li ul li{
	width:auto;
	height:auto;
}

#top-nav ul li ul li a{
	font-size:10px;
	border:1px solid #1D1D1D;
	background-color:#333;
}

#top-nav ul li ul li a:hover{
	background:none;
}

#rss{
	float:right;
	color:#dbdbdb;
	margin-top:8px;
	width:auto;
}

#rss a.rss{
	width:43px;
	height:23px;
	background:url(images/rss_icon.jpg) top left no-repeat;
	display:block;
	float:left;
}

#rss a.rss span{
	display:none;
}

/** Content **/

#featured-wrapper{
	margin:30px auto;
	width:980px;
}

#featured-post{
	width:660px;
	height:270px;
	float:left;
	overflow:hidden;
	border:1px solid #222;
	position:relative;
	background-color:#313131;
}

#featured-post ul{
	list-style:none;
	height:270px;
	position:relative;
	display:block;
}

#featured-post ul li{
	float:left;
	position:absolute;
	width:660px;
}

#featured-post ul li .f-image{
	width:650px;
	height:260px;
	margin:5px;
	overflow:hidden;
}

#featured-post ul li img{
	width:650px;
	border:0;
}

#featured-post li.show {
		z-index:500
}

#featured-post .desc{
	position:absolute;
	display:none;
}

#featured-post .caption {
	font-size:12px;
	z-index:999; 
	background-color:#000; 
	color:#ffffff; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:5px;
	width:640px;
	margin:0 5px;
	padding:5px;
	font-family:"Lucida Grande", sans-serif, "Lucida Sans Unicode";
}


#featured-post .caption  a.featured-title, #featured-post .caption  a.featured-title:visited{
	color:#008fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:none;
	text-transform:capitalize;
}

#featured-post .caption  a.featured-title:hover{
	color:#005da6;
}

#featured-post .caption a.more-link, #featured-post .caption a.more-link:visited{
	width:auto;
	float:right;
	clear:both;
	
}

#featured-post .caption a.more-link:hover{
	color:#666;
}

/** About Block **/
#about-block{
	background-color:#313131;
	width:300px; 
	height:260px;
	overflow:hidden;
	float:right;
	padding-bottom:9px;
}

#about-block h2{
	color:#BABABA;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:5px 10px;
	text-transform:uppercase;
}

#about-block .about-text{
	width:280px;
	height:230px;
	margin:0 auto;
	background-color:#292929;
	border:1px solid #262626;
}

#about-block .about-text p{
	margin:5px;
	color:#B1B1B1;
	padding:5px 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#about-block .about-text img{
	float:left;
	margin-right:5px;
	border:1px solid #565656;	
}

/** Content **/
#content-wrapper{
	width:980px;
	margin:0 auto;
	background-color:#FFF;
	border:solid 1px #CCC;
	margin-top:30px;
}

#content, #content-home{
	width:970px;
	margin-left:11px;
	margin-bottom:10px;
}

#content-home .post{
	width:310px;
	float:left;
	height:350px;
	background-color:#F5F5F5;
	border:solid 1px #DADADA;
	margin:10px 11px 0px 0px;
}

#content-home .entry{
	width:280px;
	margin:15px auto;
}

#content-home .entry img{
	margin-bottom:12px;
}

#content-home .entry h2 a, #content-home .entry h2 a:visited, #content .entry h2 a, #content .entry h2 a:visited{
	font-size:16px;
	color:#005aa0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	text-transform:capitalize;
}

#content-home .entry h2 a:hover,#content .entry h2 a:hover{
	color:#008FFF;
}

#content-home .entry h2, #content .entry h2{
	margin-bottom:10px;
}

#content-home .entry p, #content .entry p{
	color:#575757;
	font-size:12px;
	font-family:"Lucida Grande", sans-serif, "Lucida Sans Unicode";
	margin-bottom:12px;
	line-height:16px;
}

#content-home .entry span.comments a, #content-home .entry span.comments a:visited, #content .entry span.comments a, #content .entry span.comments a:visited{
	float:left;
	width:auto;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	text-decoration:none;
}

#content-home .entry a.more-link, #content-home .entry a.more-link:visited, #content .entry a.more-link, #content .entry a.more-link:visited{
	float:right;
	width:auto;
	color:#3eabff;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
	padding:2px 5px;
	background-color:#FFF;
}

#content-home .entry span.edit-post a:link, #content-home .entry span.edit-post a:visited, #content .entry span.edit-post a:link, #content .entry span.edit-post a:visited{
	float:left;
	width:auto;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	text-decoration:none;
	margin-left:10px;
}

#content-home .entry a.more-link:hover, #content .entry a.more-link:hover{
	color:#666;
}

#content-left{
	width:660px;
	float:left;
}

#content-left .post{
	width:650px;
	float:left;
	background-color:#F5F5F5;
	border:solid 1px #DADADA;
	margin:10px 0 0px 0px;
	padding-bottom:10px;
}

#content-left .entry{
	width:630px;
	margin:10px auto;
	font-size:12px;
}

#content-left .entry ul, #content-left .entry ol{
	margin:5px 0;
}

#content-left .entry ul li, #content-left .entry ol li{
	margin:5px 0;
}

#content-left .entry h1, #content-left .entry h2, #content-left .entry h3, #content-left .entry h4, #content-left .entry h5, #content-left .entry h6{
	margin:10px 0;
}

#content-left .entry blockquote{
	padding:3px 10px;
	margin:10px 0;
	color:#808080;
	border-left:solid 3px #0088FF;
}

#content-left .entry blockquote p{
	color:#808080;
	margin:0;
}

#content-left .entry img{
	margin:5px 10px 0px 0;
	float:left;
}

.entry-mata{
	font-size:12px;
	margin-bottom:10px;
	color:#999;
}

/** Comment **/
div#comments{
	margin:15px 0;
	font-size:12px;
	width:650px;
}

div#comments h2, div#comments h3{
	font-family:Verdana, Geneva, sans-serif;
	margin:10px 0;
	color:#005AA0;
}

div#comments h2{
	font-size:18px;
}

div#comments h3{
	font-size:16px;
}

div#comments ol#commentlist{
	list-style:none;
	margin-top:15px;
}

div#comments ol#commentlist li{
	margin-bottom:10px;
}

div#comments ol#commentlist .comment-body{
	background-color:#FFF;
	border:1px solid #E0E0E0;
	padding:10px;
	height:100%;
}

div#comments ol#commentlist .comment-body .avatar img{
	padding:3px;
	border:1px solid #CCC;
	background-color:#E0E0E0;
	float:left;
	margin-right:10px;
}

div#comments ol#commentlist .comment-body .comment-meta{
	margin-bottom:10px;
	height:35px;
}

div#comments ol#commentlist .comment-body .reply{
	margin:10px 0;
}

div#comments ol#commentlist .comment-body .reply a{
	padding:5px;
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	font-size:10px;
}

div#commentform-wrapper{
	margin-top:20px;
}

div#commentform-wrapper form#commentform{
	margin-top:20px;
	color:#767676;
}

div#commentform-wrapper form#commentform p{
	margin-bottom:10px;
}

div#commentform-wrapper form#commentform input#author, div#commentform-wrapper form#commentform input#email, div#commentform-wrapper form#commentform input#url{
	width:250px;
	height:20px;
}

div#commentform-wrapper form#commentform input#author, div#commentform-wrapper form#commentform input#email, 
div#commentform-wrapper form#commentform input#url, div#commentform-wrapper form#commentform textarea{
	background-color:#FAFAFA;
	border:1px solid #BFBFBF;
	color:#767676;
	font-size:12px;
	padding:3px;
}

div#commentform-wrapper form#commentform textarea{
	width:642px;
}

div#commentform-wrapper form#commentform input#submit{	
	width:105px;
	height:28px;
	display:block;
	color:#3EABFF;
	border:1px solid #E0E0E0;
	cursor:pointer;
	padding:0;
	background-color:#EEE;
}


/** Sidebar **/
#sidebar-wrapper{
	width:300px;
	background-color:#505050;
	float:left;
	margin:10px 0 0 0;
	font-family:"Lucida Grande", sans-serif, "Lucida Sans Unicode";
}

#sidebar{
	width:280px;
	margin:10px auto;
}

#sidebar a:link, #sidebar a:visited{
	color:#A0A0A0;
}

#sidebar a:hover{
	color:#008FFF;
}

#sidebar li.widget{
	list-style:none;
	font-size:12px;
	margin-bottom:30px;
	color:#A0A0A0;
}

#sidebar li.widget table#wp-calendar{
	width:280px;
}

#sidebar li.widget table#wp-calendar th{
	text-align:left;
}

#sidebar li.widget table#wp-calendar a, #sidebar li.widget table#wp-calendar:visited{
	color:#008FFF;
}

#sidebar li.widget table#wp-calendar a:hover{
	color:#000;
}

#sidebar li.widget .textwidget{
	line-height:18px;
}

#sidebar li.widget h2{
	font-size:14px;
	color:#A0A0A0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/widget_header.gif) bottom left no-repeat;
	padding:0 0 8px 0;
	margin:0 0 5px 0;
}

#sidebar li.widget ul#recentcomments li.recentcomments{
	background:url(images/sidebar_list.gif) center left no-repeat;
	padding-left:10px;
}

#sidebar li.widget ul#recentcomments li.recentcomments a{
	background:none;
}

#sidebar li.widget ul li a, #sidebar li.widget ul li a:visited{
	font-size:12px;
	font-family:"Lucida Grande", sans-serif, "Lucida Sans Unicode";
	color:#A0A0A0;
	text-decoration:none;
	background:url(images/sidebar_list.gif) center left no-repeat;
	padding-left:10px;
}

#sidebar li.widget ul li a:hover{
	color:#008FFF;
	background:url(images/sidebar_list_hover.gif) center left no-repeat;
}

#sidebar li.widget a img{
	border:none;
}

#sidebar li.widget ul{
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar li.widget ul li{
	margin:10px 0;
}

/** Pagination **/
.wp-pagenavi{
	margin-left:11px;
	padding:5px;
	font-size:12px;
	margin-bottom:10px;
	font-family:"Lucida Grande", sans-serif, "Lucida Sans Unicode";
}

.wp-pagenavi span.pages{
	color:#005588;
}

.wp-pagenavi span.current{
	color:#FFF;
	background-color:#0099ff;
	padding:2px 5px;
	margin-left:5px;
}

.wp-pagenavi a.page, .wp-pagenavi a.page:visited, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a.last, .wp-pagenavi a.last:visited{
	color:#005588;
	text-decoration:none;
	background-color:#E0E0E0;
	padding:2px 5px;	
	margin-left:5px;
}

/** Footer **/
#footer{
	width:980px;
	margin:10px auto;
	text-align:center;
}

#footer p{
	color:#989898;
	font-size:11px;
	font-family:"Lucida Grande", sans-serif, "Lucida Sans Unicode";
}

#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#666;
}
