/*  
Theme Name: Red City
Theme URI: http://www.realitysoftware.ca
Description: WordPress theme designed by <a href="http://www.realitysoftware.ca">Reality Software</a>.
Version: 1.0
Author: Reality Software
Author URI: http://www.realitysoftware.ca
*/

body {
	font-size:12px;
	background:url("images/bg.jpg") no-repeat #FFF fixed;
	background-position:left; 
	font-family: Arial;
	text-align: justify;
	margin: 0;
	padding: 0;
}
a {
	color:#333;
	margin: 0;
	padding: 0;
}
p {
	color:#333;
	margin: 0;
	padding: 0;
}
a:hover {
	color:#f47622;
	text-decoration: underline;
}
#header {
	margin: 0 auto;
	color:#333;
	background:url() repeat-x;
	width:780px;
	text-align:center;
	background:url("images/solesH.png") no-repeat center;
	height: 200px;
	border-bottom:solid 1px #CFCFCF;
}
#header a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:26px;	
}
#header a:hover { }

#menu {
	background:url("images/baloons.gif") no-repeat bottom;
	float:left;
	width:190px;
	text-align: left;
	font-size: 15px;
	font-weight:bold;
	padding-bottom:285px;
}
#menu ul {
	list-style: none;
	display: inline;
	margin: 0;
}
#menu li{
	list-style:none;
	margin: 0;
	padding: 0;
	display: block;
}
#menu li li{	
	margin-left: 10px;
	padding-top: 0;
	font-size: 10px
}

#menu a {
	color: #f47622;
	text-decoration:none;
}	
#menu a:hover{
	text-decoration:underline;
}

/*
#menu { position:relative;display:block;height:30px;font-size:12px;font-weight:bold; background: url(images/corner_top.gif) no-repeat bottom left; }
#menu ul { margin:0px 0px 0px 5px;padding:0;list-style-type:none;width:auto; }
#menu ul li { display:block;float:left;margin:0 1px 0 0; }
#menu ul li a { display:block;float:left;color:#fff;text-decoration:none;padding:10px 20px 0 20px; }
#menu ul li a:hover,#menu ul li a.current { color:#B4BFC0; border-top:2px solid #FF761C; padding:8px 20px 0 20px;  }
#menu a.rss  { float:right; margin:10px 15px 0px 0px; text-decoration:none; color:#B4BFC0; padding:0px 0px 0px 16px;background: url(images/rss.gif) no-repeat top left; }
#menu a:hover.rss { color:#fff; text-decoration:none; padding:0px 0px 0px 16px; }

*/
#main {
	width:780px;
	margin: 0 auto;
}
#content {
	float: right;
	/*margin-left: 210px;*/
	width:560px;
}
#content p{
	margin-top:10px;
}

#content h1 {
	text-transform:uppercase;
	font-size:20px;
	color: #f47622;
}
#content h2 { color: #f47622; margin: 0; text-transform:uppercase; font-size:18px;}
#content h2 a { color: #f47622; text-decoration: none;}
#content h2 a:hover { text-decoration: underline;}
h3 {
	text-transform:uppercase;
	font-size:16px;
	color: #f47622;
}
input{
	border:solid 1px #CFCFCF;
}
input:hover{
	border:solid 1px #333;
}
textarea{
	width: 100%;
	border:solid 1px #CFCFCF;
}
textarea:hover{
	border:solid 1px #333;
}
#submit{
	width: 100%;
}
#content p {}
.entry p {}
#content .post {margin-top: 10px; }
#content ul li {list-style:none;}
#content ol li {}
#footer {
	width:780px;
	margin: 0 auto;
	margin-top: 20px;
	color: #333;
	border-top: 1px solid #333;
	text-align: center;
	clear: both;
}
#left_footer { float:left; text-transform:uppercase; color:#333; font-weight:bold; font-size:11px;}
#left_footer a { color:#333;}
#right_footer { float:right;  text-transform:uppercase; color:#333; font-weight:bold; font-size:11px; text-align:right;}
#right_footer a { color:#FFFFFF;}
.navigation { text-transform:uppercase; margin-top: 20px;}
blockquote { font-style:italic; border-left:3px solid #F4F4F4; padding-left: 5px; margin-left: 20px;}
code { line-height:normal; font-size:12px;}