/*   
Theme Name: StrobeLodge
Theme URI: http://www.nirvaat.com/
Description: Custom theme developed as per client requirement.
Author: Rajendra Tiwari
Author URI: http://www.nirvaat.com/
Version: 1.0
*/

@CHARSET "ISO-8859-1";

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
@import url('styles/2c-l.css');

.single #nav-above {
    display:none;
}

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	position:absolute;
        left:-9000px;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}
body {
background-color: black;
color: white;
font-size:90%;
font-family: Helvetica, Arial, sans-serif;
}
#wrapper {
width: 1000px;
margin: 0px auto;
padding-top:40px;
}
#branding {
float: left;
}
.menu-divider {
background: #333333;
height: 1px;
border:0 none;
align: left;
width: 155px;
margin: 12px 0px;
}
a, a:visited {
color: white;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #555555;
}
#primary, #secondary {
clear:left;
}
.widget-area ul {
margin:50px 0 0;
list-style:none outside none;
padding:0;
}
.widget-title {
color:#8DD8F8;
font-weight: bold;
}
h2 {
font-weight: bold;
color: #00bff3;
font-size: 150%;
margin: 20px 0px 10px;
}
h2 a, h2 a:visited {
color: #00bff3;
}
h1 {
font-weight: bold;
color: #00bff3;
font-size: 180%;
margin: 20px 0px 10px;
}
h1 a, h1 a:visited {
color: #00bff3;
}
h3 {
font-weight: bold;
font-size: 125%;
margin: 20px 0px 10px;
}
#content {
float:left;
font-size:80%;
margin:0;
width:100%;
}
#content hr {
background: #333333;
height: 1px;
border: 0 none;
}

.two_column {
width: 95%;
margin:20px auto 0px auto;
}
.two_column td {
width: 50%;
padding: 10px 30px;
}
#site-info {
color: #333333;
font-size:70%;
padding:20px 0px;
}
#site-info hr {
background: #333333;
height:1px;
margin:10px 0;
border:0 none;
}
.partay_date {
color: #00bff3;
font-weight: bold;
}
a.active, a:visited.active {
color: #00bff3;
font-weight: bold;
}
.entry-utility, .entry-utility a, .entry-utility a:visited {
color: #666666;
}
.navigation {
margin-top: 20px;
font-weight: bold;
}
input[type=submit] {
padding: 4px;
}
.comment-author a {
font-weight: bold;
}
.comment-meta, .comment-meta a, .comment-meta a:visited {
color: #666666;
}
.wp-caption-text {
text-align: left;
}
.textwidget a, .textwidget a:visited {
font-size: 80%;
}
.widget-title {
font-size: 80%;
margin: 0px;
}
.widget-container {
margin: 10px 0px 30px 0px;
}
#container {
float:right;
width:800px;
}