@charset "utf-8";

/*
Theme Name: Spots &amp; Space Theme
Theme URI: http://spotsandspace.com.au/
Description: Custom theme for Spots &amp; Space.
Version: 1.0
Author: Jasper Espejo
Tags: 

Custom theme for Spots &amp; Space.
*/

@import url(reset.css);
@import url(960.css);
@import url(text.css);
/* layout */

body {background:#efefef url(images/bg-header-home.png) left top repeat-x;}

.wrapper {
	background:url(images/bg_wrapper.jpg) top center no-repeat;
	width: 1020px;
	margin: 0 auto;
	padding:0 60px;
}

.left-content { float:left;width:690px;margin-left:5px;padding:15px;background:url(images/gradient-blue-white.png) repeat-x;}

.footwrap {
	width: 1020px;
	margin: 0 auto;
	padding:0 60px;
	height:40px;
	background: url(images/bg_footwrap.png) top center no-repeat;
	text-align:center;
}
#content_box {
	background:#fff;
	width: 996px;
	margin: 0 auto;
	padding:15px 13px 25px 13px;

}
.leftcol {
	float:left;
}
.rightcol {
	float:right;
}
#footer {
	background: #1da8d8 url(images/bg-footer.png) repeat-x left top;
	padding:0;
	height:30px;

}
#footer ul {padding: 10px auto;height:20px;}
#footer li {list-style:none;display:inline;margin:0 10px;line-height:40px;}
#footer li a {color:#fff;}

/* header */

#header {
	height: 60px;
	width: 1020px;
}
h1#logo {
	background: url(images/logo.png) no-repeat;
	width: 103px;
	height: 107px;
	float: left;
	margin: 15px 20px 0 27px;
}
h1#logo a {
	width: 103px;
	height: 107px;
	display: block;
	text-indent: -9999px;
}
#call_box {
	background: url(images/txt-callus.png) no-repeat;
	height: 136px;
	width: 264px;
	float: right;
	margin: 34px 0 0 0;
}
#call_box .call {
	text-indent: -9999px;
	height: 65px;
}
#call_box .email a {
	text-indent: -9999px;
	display: block;
	height: 40px;
}
/* nav */

#nav {
	padding: 0 0 0 10px;
	position: relative;
	float:right;
	width:850px;
	text-align:left;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0 2px 0 0;
	color: #ed272e;
	text-decoration: none;
	height:48px;

	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}

#nav li a {
	color: #ed272e;
	height:48px;
	line-height: 48px;
	display: block;
	padding: 0 0 0 10px;
}

#nav li a span.tab {
	display: block;
	height: 48px;
	padding: 0 10px 0 0;
	display: block;
}

#nav li.current_page_item a span.tab {
	background: url(images/bg-tab.png) no-repeat right bottom;
	cursor:pointer;
}

#nav li.current_page_item a {
	background: url(images/bg-tab.png) no-repeat left bottom;
	color: #535456;
	text-decoration:none;
}

#nav li a:hover {
	color: #535456;
	text-decoration:none;
}

/* media nav */

#media_nav {
	width: 248px;
	border:2px solid #2c90c2;
	float: right;
	margin:9px 16px 0 0;

}
#media_nav ul {margin:0;}
#media_nav li {

	list-style: none;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 1px 0;
	
}
#media_nav li a {
	display: block;
	padding-left:25px;
	background: #1da8d8 url(images/bg-medianav-li.png) left center repeat-y;
	height: 29px;
	line-height: 29px;
	color: #fbfdfe;
	text-decoration: none;
}
#media_nav li a:hover, #media_nav li a.active {
	background: #1c73aa url(images/bg-medianav-li-hover.png) left center repeat-y;
	color:#fff;
}
/* homepage */
#home-main {
	width: 1000px;
	margin: 33px auto 0;
}

#intro h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin: 0;
}
#intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c4a90;
	padding-bottom: 25px;
}
#intro p {
	margin: 0px;
	padding: 0px;
}
#home_photo {
	width: 1000px;
	height: 193px;
	margin: 40px auto 0 auto;
	clear: both;
}
.home_caption {
	font-weight: normal;
	color: #49575d;
	width: 740px;
	float: left;
	height:220px;
}
.home_intro {
	font-size:19px;
	padding:5px 10px 0 10px;
	margin:0;
}
h3.home_header {
	font-size: 18px;
	font-weight: normal;
	color: #ed272e;
	text-decoration: none;
	border-bottom: 1px solid #ed272e;
	margin:5px;
}
.home_content .leftcol {
	width: 221px;
	padding:5px;
	margin:5px 4px;
	float:left;
	border-bottom:1px dashed #ccc;
}
.home_content .leftcol a {
	display;block;
}

.desc_text {
	height:82px;
	overflow:hidden;
	font-size:12px;
}
.home_content div.leftcol:hover {
	background:#efefef;
}
.home_content .rightcol {
	width: 490px;
}
.home_content .thumb_photo {
	border-width:2px;
	border-style:solid;
	border-color:#ccc;
	height:115px;
}


.home_content .desc_text h4 {
	font-size: 14px;
	margin: 3px 0;
}

.home_content .row {
	border-bottom: 1px solid #eff0f1;
	padding: 10px 0;
}
.media_ruler {
	width: 100%;
	background: #fff;
	color: #fff;
	height: 1px;
	border: none;
}
/* inner page */

.post {
	margin: 0;
}
.inner_content .leftcol_inner {
	width: 160px;
	padding: 0 20px;
 *margin-top: 30px;
	float: left;
	border-right: 1px solid #fff;
}
.inner_content .rightcol_inner {
	margin-left: 220px;
}
.inner_content .leftcol_inner h3 {
	font-size: 14px !important;
	margin: 0;
	padding: 0 0 14px;
}
.storytitle {
	margin: 0 0 15px 0;
	padding: 0 0 0px;
}
/* footer */

#footer {
	color: #fff;
	padding: 0;
	height:40px;
}
#footer .col {
	width: 215px;
	float: left;
	margin: 30px 10px 0 0;
}
#footer .col.first {
	margin-left: 80px;
}
#footer .copy_text {
	font-size: 10px;
	text-align: center;
	padding: 25px 0 0 0;
	color: #c0c1c2;
}
#footer .col h5 {
	font-size: 12px;
	font-weight: bold;
}
#footer .col ul {
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #dcddde;
	_height: 90px;
	min-height: 90px;
}
#footer .col ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .col ul li a {
	color: #83ccf0;
}
#footer .col ul li a:hover {
	color: #fff;
}
/* general */

body {
	color: #314148;
}
a {
	color: #314148;
	text-decoration: none;
}
a:hover {
	color: #ed272e;
	text-decoration: underline;
}


.alignright {float:right;margin:0 0 10px 10px;}

#sidebar {width:250px;float:right;margin-right:7px;}

#subscribe {width:220px;padding:40px 15px 15px 15px;height:65px;margin-right:5px;background:url(images/gradient-square-red.png) center top no-repeat;}
#subscribe p {margin-bottom:12px;padding:0 10px 0 0;color:#fff;text-align:right;}
#subscribe fieldset {border:0;padding:0;margin-top:40px;}
#feedinput {width:150px;padding:2px;border:1px solid #959595;}
#feedbutton {width:60px;background:#959595;border:0;color:#fff;padding:2px;cursor:pointer;}
#subscribe ul li {font-size:11px;padding:3px;list-style:none;margin-left:0;}

#paginate-headlines ul {margin:0;}
#paginate-headlines ul li {list-style:none;margin:0;font-size:13px;line-height:25px;border-bottom:1px dashed #efefef;height:25px;}
#paginate-headlines ul li a {display:block;}
#paginate-headlines ul li small {font-size:10px;float:right;line-height:25px;}

.navtext {
width:150px;
font-size:12pt;
border-width:2px;
border-style:outset;
border-color:darkgray;
layer-background-color:tan;
background-color:tan;
color:black;
}

.formlabel {float:left;width:100px;font-weight:bold;}
.wpcf7 input {margin-bottom:10px;}

.storycontent IMG {float:left;margin:5px 15px 15px 0;}
.storycontent p {margin:0 0 10px 0;text-align:justify;line-height:1.4em;}
.storycontent ul {overflow:hidden;margin:0 0 10px 5px;text-align:justify;line-height:1.4em;}
.storycontent ul li {padding:2px 0;}
.storycontent p IMG {display:none;margin:0;}

.storycontent h4 {margin:0 0 10px 0;font-size:1.5em;font-weight:normal;}

div.dropdown {
 z-index:5000;
 position:absolute;
 visibility: hidden;
 border-top:0;
 border-right: 1px solid #acadaf;
 border-left: 1px solid #acadaf;
 border-bottom: 2px solid #acadaf;
 background: #e2e3e5 url(images/bg_dropdown.png) left bottom repeat-x;
 padding: 3px;
}

.dropdown ul {
 float:left;
 color:#000;
 border:1px solid #b3b4b6;
 background: #fff url(images/bg_dropdown.gif) left top repeat-x;
 margin-bottom:0;
 padding:10px 5px;
}

.dropdown ul li { 
 font-weight:bold;
 list-style:none;
 line-height:24px;
 margin:0 0 1px 0;
 height:26px;
 min-width:200px;
 background:#efefef;
 padding:2px 5px;
}

.dropdown li:hover {
 background:#e1e1e1;
}

.dropdown ul li IMG{ 
float:left;
margin:0 5px 0 0;
padding:0 0 0 0;
border:1px solid #efefef;
}

.dropdown ul li a {
 line-height:24px;
 display:block;

 color:#000;

}

.dropdown ul li a:hover {
 text-decoration:none;
}
.dropdown ul li:hover IMG {
 border:1px solid #ed272e;
}

#mediasearch {margin-bottom:15px;border-bottom:1px solid #efefef;padding-bottom:15px;}
.postform {font-size:11px;}
option.level-0 {font-weight:bold;}

small {font-size:11px;}