/*  
Theme Name: Let There Be Neon
Description: New Website built with CSS!

*/

* {
margin:0;
padding:0;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
}


img {
border:0px none;
}

body{
	background:#000066 url('images/background.gif') repeat-x;
	margin: 0;
	font-family: Arial, helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: white
}

h1{
	padding-left: 0;
	padding-bottom: 5px;
	padding-right: 0;
	padding-top: 5px;
	font-family: Helvetica, Sans-serif;
	font-style: italic;
	font-size: 24px;
}

a {
text-decoration:none;
color:#DCEE21;
font-weight:500;
}
a:hover {
color:#ff0000;
text-decoration:underline;
}

p{
	padding: 15px 0 0 0;
}

#wrapper{
	width: 750px;
	height: 750px;
	background-color: #000066;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	text-align: left;
}

#header{
	float: middle;
	text-align: center;
}

#container{
	min-height: 449px;
	background-repeat: no-repeat;
	background-image: url('images/backgrounds/rotate.php');
	background-position: right top;
	float: right;
	width: 589px
}


#welcome{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ff0000;
	margin: 0 5px 0 5px;
}

.post{
	padding: 10px 5px 10px 5px;
}

.post h2{
	font-family: Helvetica, Sans-serif;
	font-size: 18px;
}

.entry{
	list-style: circle;
	margin-left: 0px;
	margin-right: 5px;
	line-height: 18px
}

p.postmetadata{
	border-top: 1px solid #ff0000;
	margin: 10px 0 0 0;
	vertical-align: bottom;
	float: left;
	width: 585px;
}

.navigation{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-top: 5px;
	float: left;
	clear: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	border-right-width: 1px;
	border-right-color: lime;
	background-repeat: no-repeat;
	text-align: left;
	border-right-style: solid;
	float: left;
	width: 149px;
	margin-right: 0px;
	display: inline;
}

.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-family: Helvetica, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

#footer{
	margin-bottom: 10px;
	border-top-color: red;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	width: 750px;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
	display: block;
	}

#footer p{
	line-height: 18px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ff0000;
	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 #ff0000;
	vertical-align: bottom;
	float: left;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

h2{
	padding-top: 10px;
}

h3{
	padding-top: 10px;
}

#retail, #restaurants, #film, #publications{
	float: left;
	width: 250px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0px;
	font-size:10px;
}

#contemporary, #architects, #museums, #corporate{
	float: right;
	width: 250px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0px;
	font-size:10px;
}

.back{
	margin-bottom: 5px;
	clear:  both;
	float: left;
	}

.front_photos{
	float: left;
	}
.insidetext{
	padding: 5px;
	}	
.rentalinfo{
	list-style-type: disc;
	clear: both;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 17px;
	table-layout: fixed;
	vertical-align: text-top;
	font-size: 11px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: red;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: red;
	}
	
.rudiimg{
	clear: both;
}