/*
Theme Name: Downtown Calling
Theme URI: http://wordpress.org/
Description: For Ben
Version: 1.0
Author: Peter Rentz
Author URI: http://ghava.com/
Tags: not a theme really
*/


body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 5px;
}
#menu {
	width: 700px;
}

#menu a:hover, #menu a.visited:hover {

	text-decoration: none;
	border-bottom: 2px solid silver;
}



#logo {
	padding-top: 40px;
}

#trailer {
	padding-top: 40px;
}


#content {
	padding-top: 20px;
	padding-bottom: 100px;
	text-align: left;
	width: 690px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 17px;
	color: #ddd;
}



h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	line-height: 33px;
	color: #cbcbcb;
	margin-bottom: 0px;
}


h3 {
	color: #cbcbcb;
	font: normal 20px/33px "Courier New", Courier, monospace;

}




a, a:visited {
	color: #d0b41f;
	text-decoration: none;
}

a:hover, a.visited:hover {
	color: #fff;
	text-decoration: none;
}


.menuon {
	border-bottom: 2px solid #b1991a;
}

p {
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 15px;
}

#city {
right: 0px; 
width: 100%;
height: 100%; 
}


#city img {
	width: 100%;
    height: auto;
}



#footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
 background: url(/site/wp-content/themes/downtown/images/shadow.png) repeat-x;
}

#credits{
 float:left;
 padding: 15px 0px 10px 25px;
}


#social{
 float:right;
 width: 301px;
 padding: 15px 25px 3px 0px;
	
}

#facebook {
	float:left;
	border-right: 1px solid #252525;
	padding-right: 8px;
}

#mailinglist {
	 float:right;
	 text-align: left;
}

 
#footerlogo {
	padding-right: 25px;
}

form {
	padding-top: 5px;
}
input {
	width: 80px;
	margin-right: 5px;
	
}

.menuImgPad {
padding-right: 35px;
}

.footerImgPad {
padding-right:17px;
}



#cast, #cast a {
	font: 12px "Courier New", Courier, mono;
    width: 100%;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #fff;
}


.castNoWrap {
	white-space: nowrap;
}


.narratedby {
	font: 16px/18px "Courier New", Courier, mono;
	color: #d0b41f;
}



#cast a:hover, #cast a.visited:hover {

	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

hr { border: none; height:1px; background-color: #252525; color: #252525; width: 100%; }




