/*
Theme Name: Las Vegas Nevada Resorts

Theme URI: http://resortslasvegasnevada.com

Version: 1.0

Author: Las Vegas Nevada Resorts

Author URI: http://resortslasvegasnevada.com

*/

/************************/
/*     Global Design    */
/************************/
* {
    margin: 0;
    padding: 0;
}

a {
	color: #F9C39F;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Verdana, sans-serif;
    background-color: #050505;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 1004px;
	margin: 0 auto;
	
}

#header {
    position: relative;
    
}

#wrapper {
    clear: both; 
    margin-top:-10px;
    position: relative;       
    width:1004px;
}
#main
{
	float: left;
	width: 570px;
	padding-bottom:50px;
	margin-left:5px;
}
#content {
	float: left;
	width: 570px;
	padding:0;	
}


.sidebar {
width:195px;
}

.side-left {
    float: left;
    padding-left:5px;
}

.side-right {
    float: left;   
   margin-left:10px;
   width:195px;
    
   
}

/************************/
/*        Header        */
/************************/
#headerimg {
    height: 345px;
    background: url(images/header.jpg) no-repeat center;
}

#headerimg h1 {
    text-align:left;
    padding-left:60px;
    padding-top:150px;
    font-family: gramond, 'times New Roman';
    font-size: 42px;
	color: #ffffff;
}

#headerimg h1 a {
	color: #ffffff;
}

#headerimg a {
	color: #ECD7C1;
    text-decoration: none;
}

.description {
     text-align:left;
	color: #ffffff;
     margin-top:-2px;
      padding-left:120px;
    font-family: arial, Verdana;
    font-size: 14px;
}

/************************/
/*    Sidebar Design    */
/************************/
.sidebar ul {
	font-size: 12px;
}

.sidebar ul h2 
{
	font-weight:normal;  
	font:14pt  gramond,'times new roman';
	color:#ffffff;
    background:url(images/topbar.gif) no-repeat;    
    width:195px;    
    padding:10px 0 18px 10px;
}

.sidebar ul li 
{	
    margin-bottom: 10px;
}

.sidebar ul ul {
    margin: 0;
}

.sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 15px;
    padding-left: 10px;
    width:190px;
    
}

.sidebar ul ul ul {
    display: none;
}


/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}


h1 {
    font-size: 30px;
}

h2 {
    font: 24px gramond, 'times new roman';
    color:#EBEFB1; 
}

h3 {
    font-size: 14px;
    color:#C7B7A1;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

#content ul ol, #content ol ul {
    margin-top: 0.5em;
}

/************************/
/*    Content Design    */
/************************/
.posttop {
	background:url(images/posttop.gif) no-repeat center;
	width:569px;
	height:42px;
	margin:0;
}
.postbottom {
	background:url(images/postbottom.gif) no-repeat top center;
	width:569px;
	height:42px;
	margin:0px;
}
.post{
	color: #C7B7A1;
    font-size: 13px;
	line-height:18px;
    margin-left:0px;
    padding:0 10px 10px 10px;
    width:569px;
	background:url(images/contentbg.gif) repeat-y left;
}

.post h2 
{
	padding-top:0px;
}
.post h2 a
{
	color:#EBEFB1;
	font:24px gramond,'times new roman';
}


.postmetadata {
	color: #FFCC99;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 30px;
}
.postinf {
	color: #C7B7A1;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 5px;
    width:500px;
}

.postmetadata a {
color: #FFCC99;
}

.entry {
    padding: 0px 0 20px 10px;
    width:534px;   
    text-align:justify;
    clear:both;
    margin:0;
    margin-top:-30px;
}

p.alt {
    font-size: 12px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 0 10px 0 10px;
    width:500px;
 
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

a img {
    border: none;
}

/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
    margin: 0;
    width:520px;
}

ol.commentlist li cite.author {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    background-color: #141e77;
    border: 1px solid #1E06C0;
    padding: 5px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 90%;
}

#author, #email, #url, #comment {
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 14px;
    margin: 4px 0 4px 0;
}

h3#comments {
    margin-top: 10px;
}

.recentcomments
{
	color:#EBEFB1;
}
/************************/
/*     Search Design    */
/************************/
#searchform  {
	text-align: right;
	width: 190px;
	height: 33px;	
	margin-left:10px;
}


#searchsubmit {
	width: 50px;
	height:20px;
	border: 1px solid #989898;
	background-color: #eaeaea;
	margin: 0 0;
	font-size: 12px;

}

#menu_search_box{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #222177;
	font-size:12px;
	float:right;
	padding-top:23px;
	padding-right:160px;
	font-variant:small-caps;
}

#menu_search_box input.s{
	width:150px;
	font-size:12px;
	color:#222177;
	border:0px;
	background:none;
}

#menu_search_box span{
	position:relative;
}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 200px;
	color:#EFDAB1;
}

#wp-calendar td {
	text-align: center;
	color:#6F544F;
}


/************************/
/*     Footer Design    */
/************************/
#footer {
    font-size: 11px;
    width: 100%;
    text-align:center;
    padding: 0;
    clear: both;
    margin: 0;	
    color:#945B4A;  
}

#footer a
{
	color:#C7B7A1;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
#date
{
background:url(images/calendar.gif) no-repeat;
float:left;
height:57px;
width:63px;
margin:0px 10px 0px 10px;
 
}
.month
{
	text-align:center;
	font-size:11px;
	margin-top:2px;
	margin-bottom:0;
	height:25px;
	color:#E1E1E1;
	

}
.day
{
text-align:center;
margin:0;
font:36px gramond,'times new roman';
color:#ffffff;
margin-top:6px;
line-height:28px;

}

.widget {
	text-align:center;
}

.widget h2 {
	text-align:left;
}

.hw_wpgw {
	width:140px;
	margin:auto;
}

.side-left .widget {
	text-align:left;
}

#hw_wpgw-3 .day{
	font-size:12px !important;
}