/*  
Theme Name: Transitr.com	
Theme URI: http://transitr.com
Description: Theme for transitr.com
Version: 1.0
*/

a:link, a:visited{
	text-decoration: underline;
	color: #cd0205;
}

a:hover{
	text-decoration: none;
	color: #666666;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}
	
.alignleft {
	float:left;
}

.alignright {
	float:right
}

p{
	padding: 10px 0 0 0;
}


body{
	margin: 0;
	font-family: Verdana, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-image: url(http://transitr.com/wp-content/themes/transitr/images/background_black.jpg);
	background-color: #949494;
	background-repeat: repeat-x;
	color: #000000;

}
body, h1, h2, h3, h4, h5, h6, blockquote, address, dd, dl, hr, form p{
	margin: 0;
	padding: 0;
}
h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

#wrapper{
	margin:0 auto 0 auto;
	width: 960px;
	text-align: left;
}

#header {
	height: 100px;
}

#header #logo {
	padding-top:10px;
	width:300px;
	float:left;
}

#header #navmenu {
	padding-top:50px;
	width:350px;
	float:right;
}

#header #navmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header #navmenu ul  li{
	float: left;
}

#navmenu li a {
font-weight:bold;
	font-size:1.4em;
	color: #EAEAEA;
	height: 1.4em;
	line-height: 1.4em;
	float: left; 
	display: block;
	text-decoration: none;
	padding:5px 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
}

#navmenu li a:hover {
	background:#EAEAEA;
	color:#cd0205;
}

#navmenu li a.selected {
font-weight:bold;
	font-size:1.4em;
	color:#cd0205;
	height: 1.4em;
	line-height: 1.4em;
	float: left; 
	display: block;
	background:#EAEAEA;
	text-decoration: none;
	padding:5px 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
}

#navmenu li a.selected:hover {
	color: #EAEAEA;
	background: #666666;
}

#container{
	width:650px; 
	float:right;
}

.sidebar{
	float: left;
	width: 240px;
	display: inline;
	
	margin-top:10px;
	background: #EAEAEA;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sidebar h2 {
	padding:10px;
	font-size:20px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li{
	padding: 10px 0 10px 0;
}
.sidebar ul li h2{
	font-size: 16px;
}
.sidebar ul ul li{
	padding: 0;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}


.post{
	margin-top:10px;
	background: #EAEAEA;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post h2{
	font-size: 20px;
	
}

.entry{
	line-height: 175%;
}

.entry img {
	padding: 10px;
}

p.postmetadata{
	border-top: 1px solid #cccccc;
	margin: 10px 0 0 0;
}

.navagation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


#footer{
	clear: both;
	padding-top: 30px;
	padding-botom: 10px;
	margin-bottom: 10px;
}
#footer .disclaimer{
	text-align:center;
	background: #EAEAEA;
	line-height: 18px;
	padding: 5px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#footer  a:hover {
	color: #666666;
}

/* Homepage Styles */

.homepage {
	width: 500px;
	float:left;
}

#homeMovie {
	padding-top:10px;
	width:400px;
	float:left;
}
   
a.rollover {
	display: block;
	width: 252px;
	height: 468px;
	text-decoration: none;
	background: url('http://transitr.com/wp-content/themes/transitr/images/iphonescreenshot.jpg') no-repeat;
}

a.rollover:hover {
	background-position: -252px 0 ;
}




/* Demo page Box */

.messageBox {
	padding:15px; 
	background:#EAEAEA; 
	border: 1px solid #666666;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;	
	-webkit-border-radius: 15px;
}

.messageBox a {
	text-decoration:none;
	color: #666666;
}

.messageBox a:hover{
	color: #cd0205;
}