/*
Theme Name: Featuring
Theme URI: http://wordpress.ro.im/wpthemes/featuring-1-0-free-wordpress-theme/
Description: A two column simple wordpress theme ported from Featuring by <a href="http://www.freecsstemplates.org" target="_blank">Free CSS Templates</a>.
Author: Paun Eugen
Author URI: http://wordpress.ro.im
version: 1.0
Tags: two-columns, red, fixed-width, light
*/

/* basics */


body {
	margin-top: 40px;
	background: #000000;
	text-align: justify;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #202020;
	}

h1, h2, h3 {
	color: #000000;
}	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding: 2px 2px 2px 2px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* WP Smiley */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Code */

pre {
	overflow: auto;
	font: .9em Monaco, monospace, Courier, "Courier New";
	line-height: 21px;
	margin-bottom: 21px;
	padding: 9px;
	}
code {
	font: 1em Monaco, monospace, Courier, "Courier New";
	}

pre code {
	font-size: 1em;
	}


/* links */

a {
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}


/* Container */


#container {
	width: 892px;
	margin: 0 auto;
	background: url(images/main.jpg) repeat-y left top;
	}
	
/* Header */

#header {
	width: 892px;
	height: 91px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 76px;
	margin: 0px;
	padding: 15px 0px 0px 30px;
	background: url(images/logo_background.jpg) no-repeat left top;
}

#logo h1 {
	margin: 0;
	padding-bottom: 5px;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

#logo a {
	text-decoration: none;
	color: #444444;
}

/* Menu */

#menu {
	float: right;
	width: 592px;
	height: 91px;
	background: url(images/menu_background.jpg) no-repeat left top;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #110404;
}

#menu ul {
	margin: 0;
	padding: 6px 0 0 20px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
        
}

#menu li {
	float:left; 
        position:relative; 
        z-index:200; font-size:12px;
}

.nav ul { 
          position:absolute; 
          top:-999em; 
          background-position: 0px 5px; 
          background-repeat: no-repeat; 
          padding-top: 11px !important; 
          width: 207px; 
}
		
.nav li { float:left; position:relative; z-index:200; font-size:12px; }
		
.nav li ul li { background: #FF0000; background-image: none !important; }
		
.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:10px; }
		
.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
		
.nav li li:hover ul, ul.nav li li.sfHover ul { left:207px; top:-15px; background-image: none; padding-top: 0px !important;}
		
.nav li:hover ul, .nav li li:hover ul { top: -999em; }
		
.nav li li { display: block; padding: 0px; }
		
.nav ul li:hover { background-color: #FFFFFF; padding: 0px; margin: 0px; background-image: none !important; }
		
.nav li li a:link, .nav li li a:visited { width: 140px !important; display: block; padding: 10px 10px 0px 10px; margin: 0px 0px 0px 0px; height: 24px; background-image: none !important;}
		
.nav li li a:hover { background-color: #FFFFFF ; color: #110404 !important; background-image: none !important; }



/* Content */

#content {
	float: left;
	width: 564px;
	padding-top: 30px;
        padding-left: 35px;
        padding-right: 10px;
}
.post {
	margin: 0px 0px 10px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #FF0000;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.post .entry li, ul, ol {
	margin: 20px;
	padding: 0px;
	list-style: decimal;
}

.post img.left{ float: left; border: none; padding: 6px 0 0 0; }
.post img.right{ float: right; border: none; padding: 0 0 0 6px; }

.post .meta {
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	color: #202020;
}

.thumb {
	max-width: 550px;
	padding: 5px;
        margin: 0px;
        border: 1px solid #ccc;
	}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	color: #5E5E5E;
}

.post {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
overflow:hidden;
margin-bottom:10px;
font-size:11px;
}

.wpnavi {
overflow:hidden;
font-size:12px;
padding-bottom:10px;
}

.alignleft {
float:left;
width:49%;
}

.alignright {
float:right;
width:49%;
text-align:right;
}

/* Search */

#search {
	height: 45px;
	padding: 0px 0px 20px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#search-text {
	width: 120px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #000000;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 2px;
	border: none;
	background: #000000;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 208px;
	padding-top: 30px;
        padding-right: 30px;

}

#sidebar ul {
	margin: 0;
	padding-bottom: 10px;
        padding-top: 3px;
	list-style: none;
	line-height: normal;
}

.fav {
	margin: 0;
	padding-bottom: 10px;
        padding-top: 10px;
	list-style: none;
	line-height: normal;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li {
	margin: 0px;
	padding: 9px 0px;
	border: none;
	background: url(images/sidebar_dotted.jpg) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #EBEBEB;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #110404;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: ##6b6b6b;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FF0000;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist { list-style-type: none; margin:0; padding:0;}

ol.pinglist { list-style-type: decimal; } 

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* FriendFeed-widget */
#friendfeed .service {
font-weight: bold!important;
}
