/*
Theme Name: Transit Creative
Theme URI: http://www.transitcreative.com
Description: The Transit Creative Wordpress theme - 2 column, left sidebar
Author: Transit Creative, Kymera
Author URI: http://www.transitcreative.com
version: 1.0
Tags: two-column, widget-ready, left sidebar
*/




/* basics */

@font-face {  
font-family:'SerifaBlack';  
src: url('fonts/SerifaStd-Black.otf') format('opentype');  
} 

*{margin:0; padding:0;}

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
	color:#636466;
	font-size:11px;
	}
	
h1 {font-size: 21px;}
h2 {font-size: 18px;}
h3 {font-size: 10px;}
h4 {font-size: 9px;}

h1, h2 {
	font-family:'SerifaBlack', 'Arial Black', Helvetica, Arial, sans-serif;
	font-weight:normal;
}
h3 {
	color:#98012E;
	font-size:14px;
	font-weight:bold;
	padding:12px 0px 0px 0px;
	border-top:1px solid #959595;
	margin-bottom:12px;
}
img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	/*border-left:1px solid #A5ABAB;*/
	background: url(images/bg-blockquote.png) top left no-repeat;
	margin:15px 10px;
	padding:0 22px 0 22px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
strong {
	color:#911830;
}

/* links */

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

a:hover{color:#911830;text-decoration: underline;}

a:active, a:focus {
      outline: 0;
}


/* page container */


#page {
    position:relative;
    text-align: center;
    width: 100%;
}
	
/* header */

#header {
	background:#e6e6e6;
  	width: 760px; 
  	height: 100px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:760px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
width:561px;
position:relative;
float:left;
left:120px;
text-align:left;
padding:20px 0px 52px 0px;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	color:#911830;
	margin: 0px 0px 25px 0px;
	padding: 25px 0px 0px 0px;
	display:block;
	float:left;
	line-height:18px;
	}
.post span.grey {
	color:#939598;
}
.flash-replaced .alt {
				display: block;
				height: 0;
				position: absolute;
				overflow: hidden;
				width: 0;
			}
	
h2.grey { }
h2 + p, p + h2 {
		clear:both;
	}
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {
	list-style:square;
	list-style-position:inside;
}

.post li {
}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{
	float:left; 
	margin:0px;
}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	width:220px;
	float:left;
	position:relative;
	left:52px;
	text-align:left;
	padding-top:30px;
}
#sidebar p {
	line-height:16px;
	margin: 0px 0px 25px 0px;
	padding:0px;
}
#sidebar img {
	margin-bottom:38px;
}

#sidebar ul {
	margin:0px;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	}

#sidebar ul li {
	margin: 0;
	padding: 2px;
	list-style-type: none;
	font-weight:bold;
	}

#sidebar ul ul {
	margin:5px 0px;
	padding:0px 0px 0px 10px;
	display:none;
}

#sidebar ul ul li {
	list-style-type: none;
	font-weight:normal;
	font-size:11px;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
}
#sidebar a {
	color:#bcbec0;
}
#sidebar a:hover {
	color:#911830;
	text-decoration:none;
}
.current_page_item a{
	color:#911830 !important;
}
.current_page_item ul li a{
	color:#BCBEC0 !important;
}
/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; 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: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#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: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 9px 10px 0px 0px;
	display: block;
	}
img.last {
	margin:9px 0px 0px 0px;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	position:relative;
	width:100%;
	clear:both;
	left:0px;
	bottom:10px;
	background:#ffffff;
	}
	
#footer p{padding:0px 52px;margin: 0; text-align:left;line-height:14px;margin-bottom:14px;font-size:10px;}
#footer p{color:#BCBEC0;}
#footer a:hover{}
#footer p.info { color:#636466; }
#footer p.info a { color:#636466; }

/* Other Style*/

p.label {
display:inline-block;
width:75px;
vertical-align:top;
}
p.info {
	display:inline-block;
}

/*Shadowbox */
/*
#sb-wrapper {
	padding:20px 20px 20px 20px !important;
	background:#ffffff;
}
#sb-content, #sb-body{
	border:0px !important;
}
#sb-counter {
	color:#666666 ;
}
*/

