/*
Theme Name: PreUrban
Theme URI:
Version: 1
Author URI: 
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
}

a {color: #10a8d5;}
a:hover {color: #479ae0;}

body {
	background: #FFF url('img/bg.jpg');
	color: #000;
	font: normal 62.5% "Franklin Gothic Book", Arial, sans-serif;
	min-width:960px;
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font: normal 3.3em "Franklin Gothic Book", Arial,sans-serif;
	margin-bottom: 4px;
	color: #10a8d5;
	letter-spacing:0.05em;
}
h2 {
	font: normal 2.45em "Franklin Gothic Book", Arial,sans-serif;
	margin-bottom: 4px;
	color: #10a8d5;
	letter-spacing:0.02em;
	text-transform:uppercase;
}
h3 {
	font: normal 1.9em "Franklin Gothic Book", Arial,sans-serif;
	margin-bottom: 4px;
	color: #10a8d5;
	letter-spacing:0.02em;
}h1, h2 {padding-top: 0px;
			padding-bottom: 10px;
}

@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('franklin_gothic_book-webfont.eot');
    src: url('franklin_gothic_book-webfont.eot?') format('eot'),
         url('franklin_gothic_book-webfont.woff') format('woff'),
         url('franklin_gothic_book-webfont.ttf') format('truetype'),
         url('franklin_gothic_book-webfont.svg#franklin_gothic_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0 0;
	width: 960px;
}

/* header */
.top {
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0;border-top:40px solid #10a8d5;

}
/* title */
#header {
	background: url('img/logo.png') center no-repeat;
	height: 324px;
	margin: 0 auto;
	padding: 0px 0px 0px;
	width: 960px;
	over: hidden;
	z-index: 100;
}



/* navigation */
#navigation {	
	background:#333335;
	height: 60px;
	z-index: 200;
}

#navigation ul{
	width:960px;
	
	margin: 0 auto;
	padding: 13px 0 0 0;
	list-style: none;
}
#navigation li {
  float: left;
width:182px;
margin-right:10px;border:1px solid #FFFFFF;
  display: inline-block;
  position: relative;
height:31px;
}
#navigation li:last-child{
margin-right:0px;
}


#navigation a {
	color: #FFF;
width:182px;
	display: block;
	float: left;
	text-decoration: none;
	font: normal 1.65em "Franklin Gothic Book", Arial,sans-serif;
	line-height: 31px;
height:31px;
	text-align:center;
	text-transform:uppercase;
	padding: 0 0px;
	
}
#navigation a:hover {background:#10a8d5; color: #FFFFFF;transition: all .1s linear;}

#navigation .current_page_item > a,
#navigation .current_page_parent > a{
 color: #10a8d5;
}
#navigation .current_page_item > a:hover{
background:#10a8d5; color: #FFFFFF;
}
/* sub-menu */
#navigation li ul {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 41px;
	padding: 0 0 10px 0;
	margin: 0;
	z-index: 200;
	display:none;
}

#navigation ul li:hover > ul {
		display: block;
	}
#navigation li ul li{

background: #000;
width: 180px;
height: 32px;
padding: 0;
margin: 0;
border-bottom: solid 1px #FFF;
	
}

#navigation li ul a{
	background: transparent;
	display: block;
	width: 160px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	
}

#navigation li ul a:hover{
	background: #CCCCCC;
}
/* main */
.main {
	z-index: 50;
}

/* CONTENT --------------------------------------------------*/

.content {
	float: left;
	margin: 35px 0;
	padding: 0 10px;
	width: 940px;
}
.content .descr {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li { list-style-type: disc; 	line-height: 150%;
font-size:1.2em;padding: 0 0 4px 6px; }
.content p {
	line-height: 150%;
font-size:1.2em;
	}

.content .forms li{
padding:0;margin:0;
}
	
/* CONTENT HOME --------------------------------------------------*/

.contenthome {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 928px;
}
.contenthome .descr {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.contenthome li { list-style-type: disc; line-height: 180%; padding: 0 0 12px 6px; }
.contenthome p {
    font-family: "Arial",sans-serif;
	line-height: 180%;
	color:#000000;
	}
	
	
/* IMAGE STLES --------------------------------------------------*/

img.alignright {float:right; margin-left:90px;}
img.alignleft {float:left; margin-right:90px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img {border:none;}

/* FOOTER --------------------------------------------------*/

.footer {
	background: url('img/footer.jpg');
	color: #FFF;
	font: normal 1em Arial, sans serif;
	padding: 0 0px;
	line-height: 125px;
	height: 129px;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}
.footer a{color: #FFF;text-decoration:none;}

.footer a:hover {color: #10a8d5;}

.footer-inner{
	width:960px;
margin:0 auto;
}
/* POSTS --------------------------------------------------*/

.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:underline;}

.post {margin: 6px 0 2px;}
.post .info{
	padding: 5px 10px;
	border: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #000;
	margin: 2px 0 4px;
}
.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

INPUT.large, TEXTAREA.textarea.medium, INPUT#input_1_5{

border:none;
}

LABEL.gfield_label{
color:#10a8d5;
font-weight:normal;
font: Franklin Gothic Book;
}

TEXTAREA#input_1_4.textarea.small{

border:none;

}

INPUT#input_1_5{
margin-top:5px;
}

INPUT#gform_submit_button_1.button.gform_button{
background:none;
color:#10a8d5;
font: normal 1.6em "Franklin Gothic Book", Arial, sans-serif;
text-transform:uppercase;
border:none;
cursor:pointer;
padding:0;
margin-right:8px;
float:right;
}


INPUT#gform_submit_button_1.button.gform_button:hover{

color:#000000;

}


DIV.gform_footer.top_label{
padding:10px 0 0 0 ;margin:0;

}

SPAN.gfield_required{
color:#10a8d5;
}

.about{
width:294px;
height:96px;
margin-bottom:10px;
background: url('img/aboutus.jpg');
padding-top:40px;
padding-left:15px;
padding-right:135px;
color:#FFFFFF;
font-size:1.2em;
overflow:hidden;
}

.about a, .live a, .contact a{
font-style:italic;
text-decoration:none;
}
.about a:hover, .live a:hover, .contact a:hover{
color:#FFFFFF;
}

.live{
width:294px;
height:116px;
margin-bottom:10px;
background: url('img/live.jpg');
padding-top:20px;
padding-left:15px;
padding-right:135px;
color:#FFFFFF;
font-size:1.2em;overflow:hidden;
}
.contact{
width:294px;
height:76px;
margin-bottom:10px;
background: url('img/contact.jpg');
padding-top:60px;
padding-left:15px;
padding-right:135px;
color:#FFFFFF;
font-size:1.2em;overflow:hidden;
}