/*  
Theme Name: CityNights
Theme URI:
Description: CityNights is a FREE professional 3 Columns wordpress theme with night- brown look, Slider Displays the sticky posts OR Latest posts if there is no sticky posts, dropdown categories menu, 2 sidebars and latest Posts, widget ready in sidebars and footer, adsense ready. Have Fun!
Author: xNewLook.com
Author URI: http://xNewLook.com
Version: 1.0.0
Tags: CityNights, FREE professional wordpress theme,3 columns,slider, right sidebar,footer sidebar, two-columns, top commented,latest posts,random posts,adsense ready,ad banners,theme-options,sticky-posts
.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }
:focus {
  outline:0;
  }
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #be991d;
  text-decoration: none;
  }

a:hover {
  color: #be991d;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #000 url(images/body.jpg) top center no-repeat;
  color: #eee;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 330px;
text-shadow: 0px 5px 5px #000;
  }
.mainnav{
float:left;
margin-top:10px;
}
.searchyeah{
float:right;
margin-right:-20px;
}
#header #X-right {
  text-align: left;
  float: left;
  width: 930px;
  margin: 3px 0 10px 0;
}
#header #X-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #X-right li {
  display: inline;
  }
#header #X-right li a {
  color: #fff;
font:bold 16px "arial";
  padding: 0 15px 0 10px;
  }
#header #X-right li a:hover {
  color: #be991d;
  text-decoration: none;
  }

#header #logo {
  margin: 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
font: 48px/54px "impact";
  text-decoration: none;
  letter-spacing: -1px;
border-bottom:1px solid #fff;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header .desc h4{
  padding: 0;
  color: #eee;
  font-size: 13pt;
  letter-spacing: -1px;
  }
#header .desc h4:hover{
  padding: 0;
  color: #eee;
  font-size: 13pt;
  }



/* Menu */

#Xnavi {
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
  clear: both;
  height: 24px;
  width: 960px;
background:#010101;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  margin: 0;
  padding: 5px 15px 0 15px;
font:bold 15px "arial";
  color: #fff;
  line-height: 24px;
  }

#nav li a:hover {
  color: #E1BB23;
  text-decoration: none;
  display: block;
background:#560406;
  line-height: 24px;
-moz-border-radius-topright: 50px;
border-top-right-radius: 50px;
  }
#nav  li.current-cat a {
  color: #E1BB23;
background:#560406;
-moz-border-radius-topright: 50px;
border-top-right-radius: 50px;
}
#nav  li.current-cat li a {
  color: #E1BB23;
background:#560406;
-moz-border-radius-topright: 50px;
border-top-right-radius: 0px;
}
#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
z-index: 99999;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #560406;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  background: #0a0708;
  padding: 5px 20px 5px 15px;
-moz-border-radius-topright: 50px;
border-top-right-radius: 0px;
  }

#nav li:hover, #nav li.sfhover { 
  position: static;
  }

/* Top Content */

#main {
  margin: 0px 15px 0 0px;
  clear: both;
  width: 950px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 10px;
  background:#060100 url(images/img.jpg) repeat-y;
opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  }
#contentwrapper {
  float:left;
  width: 540px;
  margin: 0 0 15px 0;
  padding: 0;
color:#111;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  background:#050505;
  padding: 5px;
  }
.XPost {
  margin: 10px 5px 0 10px;
  padding: 0;
  font-size: 9pt;
  }
.XPost h2.XTitle{
padding:0 10px 10px 0px;
  }
.XPost h2.XTitle a {
font: 32px/29px "impact";
  color: #be991d;
  letter-spacing: -1px;
  }
.XPost h2.XTitle a:hover {
  text-decoration: none;
  color: #fff;
  }
.XPost p.XMeta {
  padding: 0 0 0 5px;
  margin: -10px 0 0 0;
  font-size: 10pt;
  color: #fff;  
background:#050505;
  }
.XPost p.XMeta a {
  text-decoration: none;
  color: #fff;
  }
.XPost p.XMeta a:hover {
  color: #ccc;
  text-decoration: underline;
  }
.XPost div.XContent {
  font-size: 9pt;
  color: #fff;
  margin: 8px 0;
  }
.XPost div.XContent p {
  font-size: 1.05em;
  line-height: 1.6em;
  }
.XPost div.XContent a {
  text-decoration: underline;
  color: #C09A28;
  }
.XPost div.XContent a:hover {
  text-decoration: underline;
  color: #EDB51F;
  }

.XPost div.XContent ul, .XPost div.XContent ol {
  padding: 0 0 0 30px;
  }
.XPost div.XContent ul li, .XPost div.XContent ol li {
  font-size: 1.05em;
  color: #eee;
  }
.XPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.XPost span.linkpages a:hover {
  color: #ddd;
  }
.XPost span.XComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.XPost span.XMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }


.XPosthome {
  margin: 10px 0px 0 0px;
  padding:5px 5px 5px 5px;
  font-size: 9pt;
background:#0B0100;
border: 1px solid #560405;
height:250px; 
  }


.postimg{
float:left;
}
.postimg img{
width:245px;
height:140px;
padding:3px 3px 3px 3px;
background:#000;
border: 1px solid #0C0C0C;
}

.postinfo{
width:240px;
padding: 0 0px 0 0px;
}

.col1{float:left; width:265px; margin:0px 2px 0 5px; }
.col2 {float:left; width:265px; margin:0px 2px 0 0px;}


.XPosthome:hover {
  margin: 10px 0px 0 0px;
  padding:5px 5px 5px 5px;
  font-size: 9pt;
background:#050505;
border: 1px solid #BE991D;
  }

.XPosthome h2.XTitle{
padding:0 10px 10px 0px;
  }
.XPosthome h2.XTitle a {
font: 25px/22px "impact";
  color: #BE991D;
  letter-spacing: -1px;
  }
.XPosthome h2.XTitle a:hover {
  text-decoration: none;
  color: #fff;
  }
.XPosthome p.XMeta {
  padding: 0 0 0 5px;
  margin: -10px 0 0 0;
  font-size: 10pt;
  color: #fff;  
background:#050505;
  }
.XPosthome p.XMeta a {
  text-decoration: none;
  color: #fff;
  }
.XPosthome p.XMeta a:hover {
  color: #ccc;
  text-decoration: underline;
  }
.XPosthome p.XMetahome {
float:left;
width:215px;
  padding: 0 0 0 5px;
  margin: -10px 0 0 0;
  font-size: 10pt;
  color: #fff;  
background:#050505;
  }
.XPosthome p.XMetahome a {
  text-decoration: none;
  color: #fff;
  }
.XPosthome p.XMetahome a:hover {
  color: #ccc;
  text-decoration: underline;
  }
.XPosthome div.XContent {
  font-size: 9pt;
  color: #fff;
  margin: 8px 0;
  }
.XPosthome div.XContent p {
  font-size: 1.05em;
  line-height: 1.6em;
  }
.XPosthome div.XContent a {
  text-decoration: none;
  color: #C09A28;
  }
.XPosthome div.XContent a:hover {
  text-decoration: none;
  color: #EDB51F;
  }

.XPosthome div.XContent ul, .XPosthome div.XContent ol {
  padding: 0 0 0 30px;
  }
.XPosthome div.XContent ul li, .XPosthome div.XContent ol li {
  font-size: 1.05em;
  color: #eee;
  }
.XPosthome span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.XPosthome span.linkpages a:hover {
  color: #ddd;
  }
.XPosthome span.XComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.XPosthome span.XMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }


.tags{
background:#050505;
padding: 5px 10px 5px 10px;
color:#fff;
}
.tags a{
background:#560406;
padding: 0px 10px 0px 10px;
color:#fff;
}
.tags a:hover{
background:#111;
padding: 5px 10px 5px 10px;
color:#fff;
}

#nextprevious {
  margin: 10px 0 5px 10px;
  }
#nextprevious a {
  color: #eee;
  text-transform: lowercase;
  border: 1px solid #111;
  padding: 5px 8px;
  font-size: 10pt;
  line-height: 1.4em;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 0px;
  width: 500px;
  padding: 0px 15px 10px 15px;
  color: #fff;
  background:#060100;
opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #be991d;
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  color: #be991d;
  }
#comments p a:hover {
  color: #fff;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #060100;
  border: 1px solid #560406;
  list-style-type: none;

  }
.commentlist li.alt {
  background: #000;
  border: none;
  margin-top:10px;
  border: 1px solid #111;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a{
  color: #be991d;
  }
.commentlist a:hover {
  color: #fff;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  border: 3px solid #560406;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
 text-transform:none;font: 25px/22px "arial";
  color: #be991d;
  }
.commentlist small.commentmetadata a {
  color: #fff;
  }
.commentlist p {
  color: #fff;
 text-transform:none;font: 14px/14px "arial";
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 490px;
  background: #000;
  color: #fff;
  padding: 10px;
font: bold 14px/14px "Arial";
  border: 1px solid #560405;
  }
#comments #submit {
  border: 1px solid #560405;
  margin: 0;
  }
#feed a {color:#be991d; font-size:0.8em;}
#feed a:hover {color:#be991d; text-decoration:none;}
#feed #feedx {float:left; width:250px;}


.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars Section */
#sidebars {
  margin: 15px 0 0 0;
  float: right;
  width: 260px;
  color: #eee;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }



#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 15px;
  font: 24px/24px "impact";
  color: #fff;
  letter-spacing: -1px;
background:url(images/h2.gif) repeat-y;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  line-height: 17px;
  }

#sidebars a {
  display: inline;
  color: #eee;
  font:Bold 13px/14px "arial";
  }
#sidebars a:hover {
  color: #E1BB23; 
  text-decoration: none;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}


.latest-posts li{
 list-style: none!important;
}
.latest-posts img {
float:left;
padding:3px 3px 3px 3px;
width:70px;
height:45px;
background:#000;
}

.small-title{
font: bold 15px/14px "Arial";
float:right;
width:150px;
}
.lp{
background:none;
padding:5px 5px 5px 5px;
list-style: none;
}
.lp:hover{
background:#0B0100;
padding:5px 5px 5px 5px;
}

#125ads{
width:250px;
}
.adright{
float:right;
padding:3px 0px 3px 2px;
}
.adleft{
float:right;
padding:3px 3px 3px 3px;
}


.rss {background:url(images/rss.gif) left no-repeat; padding-left:30px;}
.subscribetext{color:#666;border:1px solid #560406;background:#000; width:150px;padding:2px;}
.subscribebutton {background-color:#560406; border:none; font-size:11px; color:#fff; font-weight:bold; padding:3px;}




#sidebar-one {
  margin: 15px -3px 0 8px;
  float: right;
  width: 130px;
  color: #eee;
  }


#sidebar-one h2 {
  margin: 0;
  padding: 0 0 8px 15px;
  font: 24px/24px "impact";
  color: #fff;
  letter-spacing: -1px;
background:url(images/h2.gif) repeat-y;
  }

#sidebar-one table {
  width: 130px;
  }

#sidebar-one ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebar-one li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebar-one li ul {
  padding: 0;
  }

#sidebar-one ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  line-height: 17px;
  }

#sidebar-one a {
  display: inline;
  color: #eee;
  font:Bold 13px/14px "arial";
  }
#sidebar-one a:hover {
  color: #E1BB23; 
  text-decoration: none;
  }

#sidebar-one p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebar-one ul.children li {border-bottom:none;}
#sidebar-one ul.children {margin-bottom:0;}



/* Xunder Section */

#Xunder{
  background: #060100;
  border: 1px solid #060100;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  }
#Xunder p {
  margin: 5px 0;
  padding: 5px 0;
font: bold 15px/14px "Arial";
  }
#Xunder ul {
  list-style-type: none;
  margin-top: 5px;
  }
#Xunder li {
  list-style-type: none;
  }
#Xunder ul li, #Xunder p {
  font-size: 9pt;
  }
#Xunder a {
  text-decoration: none;
  color: #ddd;
font: bold 15px/14px "Arial";
  }
#Xunder a:hover {
  text-decoration: none;
  color: #E1BB23;
  }
#Xunder h3 {
  font: 24px/24px "impact";
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#Xunder #searchbox {
  padding: 1px;
  width: 180px;
  }
#Xunder .Xunder1 {
  float: left;
  width: 240px;
  }
#Xunder .Xunder2 {
  margin: 0 25px;
  }
#Xunder .Xunder2{
  float: left;
  width: 370px;
  }
#Xunder .Xunder3 {
  float: left;
  width: 260px;
  }
#Xunder li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px;
  }

#welcome {
  clear: both;
margin-top:-5px;
  }

#welcome a {
  display: inline;
  color: #B95A5A;
  }

#welcome a:hover {
  color:#fff;
  }

#welcome p {
  color: #ddd;
  margin-top: 5px;
  padding-left: 110px;
  background: url(images/welcome.gif) left top no-repeat ;
img-hight:200px;
font: bold 15px/14px "Arial";
  }

#welcome h3{
  font: 24px/24px "impact";
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
}


/* footer*/
#footer {
  clear: both;
margin:0 auto;
width:930px;
  padding: 0px 15px 10px 15px;
border-top:3px solid #560405;
  }
#footer p {
  font-size: 9pt;
  color: #555;
  padding: 0;
  }
#footer a {
  color: #555;
  text-decoration:none;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footer p {
  padding: 0;
  font-size: 8pt;
  color: #;
  text-align: left;
  }

#footer a {
  color: #555;
  }

#footer a:hover {
  color: #eee;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }




/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 10px 15px 5px 0;
  }
.alignright {
  float: right;
  margin: 10px 0 5px 15px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 10px 15px 5px 0;
padding:3px 3px 3px 3px;
background:#F0EAE0;
  border: 1px solid #020B11;
  }
img.alignright {
  float: right;
  margin: 10px 0 5px 15px;
padding:3px 3px 3px 3px;
background:#F0EAE0;
  border: 1px solid #020B11;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
padding:3px 3px 3px 3px;
background:#F0EAE0;
  border: 1px solid #020B11;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;

  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }


#slider img{
width:522px;
height:290px;
float:left;
padding: 10px 10px 10px 10px;
}
#slider{border:x solid #ccc;width:542px;position:relative;overflow:hidden;height:540px;margin-bottom:20px;background:none;}
#mask{position:absolute;height:213px;}
.items{float:left;height:213px;width:640px;position:relative;}
.items .wp-post-image {float:left;}
.info{width:520px;float:left;font-family:Arial, Helvetica, sans-serif; color:#fff; padding-left:12px;}
#content .info h2{font-size:20px;font-weight:bold;color:#fff;margin:10px 10px 15px 10px;}
#content .info p{font-size:11px;color:#fff;line-height:16px;margin:10px;}
.info a{font-size:10px;padding:5px 7px;background:#560406;text-decoration:none;text-transform:none;font-weight:bold;color:#fff;}
.info a:hover{color:#ffffff;background:#111;}
#slider .handle{position:absolute;bottom:0;right:5px;line-height:10px;text-align:center;font-size:25px;font-weight:bold;}
.handle a{color:#ccc;height:20px;width:20px;display:inline-block;cursor:pointer;}
.handle .active{color:#560406;}
.handle a:hover{color:#333;}
.info h2{color:#fff; text-transform:none;font-weight:bold; font:impact; font: 35px/32px "impact";}

.clear {
clear: both;
line-height: 0;
padding: 0;
margin: 0;
height: 0;
display:block;
font-size:0;
width:100%;
}


.more-link   {
background:#560406;
padding: 0px 10px 5px 10px;
}  
.more-link:hover   {
background:#111;
padding: 0px 10px 5px 10px;
}  
.more-link  a {
color:#fff;
}  


.adsense-top{
float:right;
}
.adsense{
margin:0 auto;
width:250px;
text-align:center;
}

.page-numbers{margin:10px 2px 0px 2px;padding:1px 8px 1px 8px;text-decoration:none;background:#000;color:#111; border:1px solid #111; }
.page-numbers:hover{background:#560406; color:#FFFFFF;border:1px solid #560406;}
.current, .current:hover{color:#FFFFFF; background:#560406;border:1px solid #560406;} 


