/*  
Theme Name: BuyTicketsPro
Theme URI: http://buyticketspro.com/
Description: A simple 3 column theme with clean sifr'ed headers..
Version: 1.0
Author: Norman Tan
Author URI: http://m9.ca/

*/

body{
	margin: 0;
	background: white;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;	
}

img{
	border: 0;
}

a:link,
a:visited{
	color: #20789b;
	text-decoration: none;
}

a:hover,
a:active{
	color: black;
	text-decoration: underline;
}

blockquote{
	border-left: 1px solid #ccc;
	padding:0 10px 0 20px;
	margin: 20px 10px;
	font-style: italic;
}

h1,h2, h3, h4, h5{
	font-family: helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h2.date{
	font-size: .75em;
	margin-bottom: 8px;
	color:#666666;
}

h2.widgettitle{
	font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-size: 1.5em;
	margin-bottom: 10px;
	color:#666666;
}

h2.homeHeader{
	font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-size: 2em;
	line-height:1em;
	margin:0 0 5px 0;
}

h2.postHeader{
	font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-size: 2em;
	line-height:1em;
	margin:0 0 5px 0;
}

h2 a:link, h2 a:visited{
	color:#000000;
}

ul li {
	list-style-image: url(images/listArrow.gif);
}

#page{
	width: 980px;
	margin: 0 auto 0;
	text-align: left;
	padding: 0;
}

#header{
	width: 100%;
	height: 90px;
	background-color:#1c5c76;
	text-align:center;
	padding-top:30px;
}






#search{
	position: absolute;
	left: 50%;
	margin-left: 160px;
	top: 83px;
	padding: 0;
}



#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav{
	position: absolute;
	left: 50%;
	margin-left: 120px;
	top: 80px;
	font-size: 0.8em;
	font-weight: bold;
	
}
#nav a {
	display: block;
}

#nav li {
	float: left;
	list-style-image: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0;
	padding: 0;
	width: 12em;
	width: 10em;
}

#nav li ul li{
	padding: 5px;
	background: white;
	border: 1px solid #ccc;;
	display: block;
	width: 100%;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: 10px;
}

#wrapper{
	font-size: 0.8em;
	line-height: 1.5em;

}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

#content{
	float: left;
	width: 530px;
	padding: 25px 35px 25px 25px;
	border-right: 1px solid #eee;
}

.post{
	margin-bottom: 45px;
}

#sidebar{
	width:388px;
	float: left;
}


.content{
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin: 25px 10px 15px 30px;
}


#footer{
	width: 950px;
	margin: 0 auto;
	font-size: 0.7em;
	padding-left: 25px;
}

.postmetadata {
	background: #fcfcfc;
	padding: 10px;
}

.alignleft{
	float: left;
	
}

.alignright{
	float: right;
}

.navigation{
	width: 100%;
	height: 50px;
}

#comment{
	width: 400px;
}

#pagesContainer{	
	background:#16485c;
	padding:5px 0;
}

ul#pages{
	list-style-type:none;
	margin:0 auto;
	padding:0 0 0 55px;
	text-align:left;
	width:980px;
}

ul#pages li{
	display:inline;
	float:left;
}

ul#pages li a{
	padding-right:15px;
	color:#FFFFFF;
}

#header h1{
	font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	color:#FFFFFF;
	float:left;
	padding:25px 0;
}

#header h1 a:link,
#header h1 a:visited{
	color:#FFFFFF;
	text-decoration: none;
	
}

#header #logo{
	float:left;
}

#header-container{
	margin:0 auto;
	width:980px;
}

