/*  
Theme Name: Downtown Night 2
Theme URI: http://preuro.eu/downtown-night-2/
Description: Simple theme, widgets ready, clean design,fixed width, widgets, two columns. 
Welcome to the Downtown and enjoy the night!
Version: 1.0
Author: Stratus
Author URI: http://www.preuro.eu/
Tags: light, white, right-sidebar, two-columns, fixed-width, custom-header

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}


body{
		margin: 20px;
		font-family: "Trebuchet MS",Arial, Helvetica, Georgia, Sans-serif;
		font-size: 14px;
		text-align: center;
		vertical-align: top;
		color: #000000;
}


h1{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
color: #ffffff;
text-transform: uppercase;
}


a:link, a:visited{
text-decoration: none;
color: #446db9;
}

a:hover{
text-decoration: none;
color: #ff0000;
}

img, a img {
	border: 0;
	padding:15px;
}


p{
padding: 10px 0 0 0;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 15px 0 15px 15px;
	border-left: solid 5px #003366;
	font-style:italic;
}

#wrapper{
margin: 0 auto 0 auto;
width: 950px;
text-align: left;
background-image:url(images/page-bg.png);
}

#header{
	float: left;
	width: 950px;
	height: 250px;
	background-image: url(images/header.jpg);
	border-bottom:#fff 5px solid;
}

#header h1 a {
	color: #fff;
}

#header h1 a:hover {
	color: #ff0000;
}


#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 105px 20px 20px 0;
}

#header #header_right a {
	color: none;
	}
	
#subscribe img, #subscribe a img {
	border: 0;
	padding:0;
}


#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 10px 10px;
}

#subscribe {
	text-align: right;
}


#cat .menu{
	width:950;
	height: 40px;
	margin: 0px;
	padding: 5px 5px 5px 0;
	color: #333;
	font-size:16px;
	background-image:url(images/nav-bg.png);
	float: right;
	}

#cat .menu li{
    float:left;
	padding:10px;
	list-style:none;
}


#cat .menu a{
    color:#fff;
    font-weight:bold;
    padding:5px;
	text-align: right;
	text-transform:uppercase;
}

#cat .menu a:hover{
    color:#446db9;
	border-bottom:10px solid #446db9;
}



#container{
float: left;
width: 570px;
text-align:justify;
padding: 15px;
}


.post{
padding: 10px 0 10px 0;
}


.post h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 18px;
	font-weight: lighter;
}


.entry{
line-height: 18px;
}


p.postmetadata{
border-top: 1px dotted #999;
border-bottom: 1px solid #999;
margin: 10px 0 0 0;
padding-bottom:25px;
}


.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
display: inline;
}


.sidebar{
font-size:16px;
padding:20px;
float: right;
width: 300px;
color:#666666;
font-weight:bold;
}

.sidebar a{
font-weight:bold;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 0 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

/*  
dynamic sidebar
*/

.title{
	font-family: Verdana, Georgia, Sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	font-weight: bolder;
	padding: 10px 0 10px 0;
}


.sidebar ul li h2{
font-family: "Trebuchet MS", Verdana, Georgia, Sans-serif;
font-size: 16px;
border-bottom: 1px solid #666;
color: #666666;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}











#footer{
	clear: both;
	
	width: 950px;
	padding: 10px 0 0 0;
	background-color: #333333;
	font: #ffffff;
	text-align: right;
}

#footer p{
	color: #CCCCCC;
	padding: 10px 10px 20px 0;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight: bolder;
}


/*************************************
 +Search
 *************************************/

.searchform {
	margin:0 0 20px 0;
}

#searchform{
border:1px solid #CCCCCC;
}

fieldset{
border:0px;	
margin:0px;	
padding:3px 0 0px 0;
}
#search{border:none;}
.search{border:0px;}
#srcinput {
	font-size:14px;
	width:220px;	
	margin: 1px 0px;	
	border: 1px;	
	background:#d9d1c7;	
	padding: 2px;	
	border-color:#ccc;	
	border-style:solid;
}
#srcbutton{
	font-size:14px;
	margin: auto 0px;	
	border-width:1px;	
	background: #d9d1c7;	
	padding: 1px 8px;	
	border:solid 1px #CCCCCC;
}

.srcform{
border:no;}
.srcinput {
	font-size:9px;
	width:120px;	
	margin: 1px 0px;	
	border: 1px;	
	background:#eeeeee;	
	padding: 2px;	
	border-color:#eeeeee;	
	border-style:solid;
}
.srcbutton{
	font-size:9px;
	margin: auto 0px;	
	border:1px solid #FFFFFF;	
	background: #f2f2f2;	
	padding: 1px 2px;	
	
}


pre {
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* comments */


#commentform{
	background:#d9d1c7;
	margin:0;
	
	}
	
#commentform p{
	color: #333;
	}
	
#commentform a{color: #2f3540; 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: #2f3540;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #c2bbb2;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:8px;
	border: 1px solid #c2bbb9;
	color:#333;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #c2bbb2;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #aba59d;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#333;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #333; text-decoration: none; border-bottom: 1px dotted #333;}