/*  
Theme Name: landworks
Theme URI: http://www.overcommaunder.com
Description: Landworks Studio theme.
Version: 1.0
Author: Chris Grimley
Author URI: http://www.overcommaunder.com/

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background: #121212 url(images/background.jpg) repeat-x;
	text-align: center;
	font-family: 'Arial Narrow',Helvetica,Arial,sans-serif;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#container {
  	margin: 0 auto;
  	width: 960px;
}

#header {
	height: 40px;
	background: url(images/header.jpg) no-repeat center;
}

#header img {
	float: left;
}

#nav {
	height: 40px;
	background: url(images/green_nav.jpg) repeat-x center;
}

#navmenu ul {
	margin: 0; 
	padding-left: 160px;
}
	
#navmenu ul li {
	display: inline;
	float:  left; 
	text-transform: uppercase;
	font: bold 80% 'Arial Narrow',Helvetica,Arial,sans-serif;
	background: url(images/green_nav_off.jpg) no-repeat;
}

#navmenu ul li.current-cat a{
	background: url(images/green_nav_hover.jpg) no-repeat;
}

#navmenu ul li a {
	display: block;
	width: 125px;
	height: 30px;
	text-decoration:none; 
	color: #333;
	padding-top: 10px;
	text-align: center;
}

#navmenu ul li a:hover {
	color: #fff;
	text-shadow: 0px 1px 5px #999;
	}

#subnav {
	height: 30px;
	background: url(images/blue_nav.jpg) repeat-x center;
	text-align: left;
	color: #fff;
	padding: 10px 10px 0 30px;
	text-transform: uppercase;
	font-size: 20px;
}

#the_content {
	height: 400px;
	background: #bee7fb url(images/blue_shadow.jpg) repeat-x 0 bottom;
	margin-top: 20px;
	padding: 0 20px 0 20px;
}

#the_content p {
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
}

#the_content a {
	text-decoration: none;
	color: #333;
}

#the_content ul {
	list-style-type: none;
	line-height: 40px;
}

#the_content ul li {
	display: inline;
	text-transform: uppercase;
	padding: 0 10px;
}

#the_content a:hover {
	color: #fff;
}

#the_news {
	text-align: left;
	padding: 10px 200px 0 200px;
	background: #fff url(images/news_background.jpg) repeat-x;
	border-bottom: 10px solid #000;
	min-height: 600px;
}

#the_news p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
}

#the_news p.title {
	color: #8bcbf7;
	margin-bottom: 20px;
	font-size: 20px;
	text-transform: uppercase;
}

#the_news p img {
	border: 1px solid #a8cf5d;
	float: left;
	margin: 0 3px 20px 0;
}

#the_news ul {
	list-style-type: none;
	line-height: 40px;
}

#the_news ul li {
	text-transform: none;
}

#the_news ul li a {
	text-decoration: none;
	color: #9dcbfd;
}

#the_news .news {
	padding-left: 40px;
	line-height: 20px;
}

#the_news ul li a:hover {
	color: #386597;
}

#the_news .large {
	font-size: 20px;
}

#the_slideshow {
	height: 420px;
	background: #bee7fb url(images/blue_shadow.png) repeat-x 0 bottom;
	padding: 0;
}

.large {
	font-size: 22px;
}

.front {
	font-size: 28px;
}

.frontsmall {
	font-size: 18px;
}

.small {
	font-size: 12px;
	padding-left: 5px;
}

.date {
	font-size: 12px;
	color: #999;
}

#blog {
	height: 140px;
	background: url(images/green_band.jpg) repeat-x;
	margin: 10px 0;
}

#blog ul {
	list-style-type: none;
	padding-left: 220px;
}

#blog ul li {
	display: inline; 
	float:  left;
	text-transform: uppercase;
	font-size: 14px;
	padding-right: 10px;
}

#blog ul li a {
	display: inline-block;
	width: 120px;
	height: 120px;
	text-decoration: none;
	color: #666;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
	background: url(images/laurel.jpg) no-repeat center;
	vertical-align: bottom;
}

#blog ul li a:hover {
	color: #333;
	background: url(images/laurel_hover.jpg) no-repeat center 75%;
	border-left: 1px solid #a8cf5d;
	border-right: 1px solid #a8cf5d;
}

#blog a:visited {
	color: #666;
}

#footer {
	background: url(images/footer.jpg) repeat;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}
  
#footer p{
	color: #ccc;
	font-size: 10px;
	line-height: 18px;
	padding-top: 20px;
}

.post-meta li {
	display: inline;
}

iframe {
	border: 4px solid #fff;
}

.more {
	font-size: 8px;
}

#the_text {
	font-size: 14px;
	height: 140px;
	background: url(images/green_band.jpg) repeat-x;
	margin: 10px auto;
	width: 100%;
	line-height: 115%;
}

#entry {
	float: left;
	padding-left: 25px;
	text-align: left;
	width:  60%;
}

#credits {
	margin-left: 65%;
	text-align: left;
	border-left: 2px solid #a8cf5d;
	padding: 10px;
	width: 280px;
	height:  120px;
}

#credits p .title {
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
	margin-bottom: 10px;
}

#credits a {
	text-decoration: none;
	color: #666;
}

#credits a:hover {
	color: #fff;
}

#tags {
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
	margin-bottom: 10px;
}

#tags a {
	text-decoration: none;
	color: #666;
}

.award {
	color: #386597;
	font-size: 14px;
}

.livesearchpopup {
	float: right;
	margin-top: 10px;
}

.wp-table-reloaded {
	margin:10px 0px 15px 0px;
	font-size:12pt;
	width:100%;
	text-align:left;
}
.wp-table-reloaded th {
	border:1px solid #FFFFFF;
	padding:4px;
}
.wp-table-reloaded td {
	color:#3D3D3D;
	padding:4px;
	vertical-align:top;
}
.wp-table-reloaded .even td {
	background-color:#FFFFFF;
}
.wp-table-reloaded .odd td{
	background-color:#F0F0F6;
}
.wp-table-reloaded .header {
	background-image:url(http://www.landworks-studio.com/new_web/wordpress/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}
.wp-table-reloaded .headerSortUp {
	background-color:#8DBDD8;
	background-image:url(http://www.landworks-studio.com/new_web/wordpress/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color:#8DBDD8;
	background-image:url(http://www.landworks-studio.com/new_web/wordpress/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

