/*
Theme Name: My North Town
Theme URI: http://www.mynorthtown.net
Descripxion: My North Town Layout
Author: Oyster Design
Author URI: http://www.oysterdesign.co.uk
version: 1.0
*/

/* basics */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	margin: 20px;
	font: 12px/16px verdana, arial, tahoma, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
}

h2 {
	font-size: 14px;
	margin-top: 10px;
}

h3 {
	font-size: 10px;
	margin-top: 10px;
}

h4 {
	font: 12px/16px verdana, arial, tahoma, sans-serif;
	margin-top: 10px;
}

p {
	font-size: 12px;
	color: #252525;
	line-height: 16px;
	font: verdana, arial, tahoma, sans-serif;
}

a {
	font-size: 12px;
	color: #009933;
	line-height: 16px;
	font: verdana, arial, tahoma, sans-serif;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #009933;
	line-height: 16px;
	font: verdana, arial, tahoma, sans-serif;
	text-decoration: underline;
}

/* images and misc. */

img {
	border: none;
}

img a {
	border: none;
}

img.left {
	float: left;
	border: none;
}

img.right {
	float: right;
	border: none;
}

blockquote {
	border-left: 5px solid #dadada;
	margin: 15px;
	padding: 0px 12px 0px 12px;
	font-style: italic;
}

/* container */

#container {
	width: 860px;
	margin: 0px auto 30px auto;
	background: #fff;
	color: #333;
}

/* header */

#header {
	background: #efefef url(images/header_image_01.jpg) no-repeat 0 0;
	width: 860px;
	color: #fff;
	height: 220px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header h1 {
	font: bold 36px/39px verdana, arial, tahoma, sans-serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 50px 0 0 50px;
	color: #fff;
}

#header h2 {
	width: 380px;
	color: #fff;
	letter-spacing: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0 0 0 50px;
	font: 14px/17px verdana, arial, tahoma, sans-serif;
	letter-spacing: 0px;
}

/* Nav Container */

#navcontainer{
	width: 860px;
	height: 128px;
	position: relative;
}

#navcontainer .mntlogo{
	width: 144px;
	height: 118px;
	position: absolute;
	background: url(images/mnt_logo.png);
	left: 20px;
}

/* main menu */

#menu {
	font-family: verdana, arial, times, serif;
	font-size: 12px;
	width: 860px;
	padding-bottom: 20px;
	padding-top: 70px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul li a {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #009933;
	font-weight: bold;
}

#menu ul li a:hover {
	background-color: #009933;
	color: #fff;
}

#menu li.current_page_item a, #menu li.current_page_parent a {
	background-color: #009933;
	color: #fff;
}


/* sub menu */

#submenu {
	font-family: verdana, arial, times, serif;
	font-size: 12px;
	width: 860px;
	padding-bottom: 20px;
}

#submenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#submenu ul li {
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#submenu ul li a {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #009933;
	font-weight: bold;
}

#submenu ul li a:hover {
	background-color: #009933;
	color: #fff;
}

#submenu li.current_page_item a, #submenu li.current_page_parent a, #submenu li.current-cat a {
	background-color: #009933;
	color: #fff;
}


/* content */

#content {
	float: left;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 30px 10px;
	}

#contentwrap {
	width: 600px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contentwrap h1 {
	font-size: 16px;
	color: #FF9933;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #ccc;
}

#contentwrap .sorry {
	font-size: 38px;
	color: #aeaeae;
	line-height: 48px;
	font-weight: normal;
	letter-spacing: -1px;
}

.post {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.post h1 {
	font: bold 13px/15px verdana, arial, tahoma, sans-serif;
	color: #FF9933;
	margin-top: 20px;
}

.post h2 {
	font-size: 16px;
	color: #FF9933;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #ccc;
}

#content .archivetitle {
	font-size: 16px;
	color: #FF9933;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #ccc;
}

.date {
	font-size: 10px;
	color: #252525;
	line-height: 14px;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}
#content .linespace {
	width: 600px;
	border-bottom: 1px dotted #ccc;
	margin-top: 0px;
}

.linespacehome {
	width: 600px;
	border-bottom: 1px dotted #ccc;
	margin: 15px 0px 20px 0px;
}

.post h3 a {
	font-size: 16px;
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}

.post h3 a:hover {
	font-size: 16px;
	color: #009933;
	text-decoration: underline;
	font-weight: bold;
}

.post p {
	font-size: 12px;
	color: #252525;
	line-height: 16px;
	}
	
.post h6 {
	margin-top: 10px;
	padding: 5px;
	background: #f4f4f4 url(images/grey_stripe.gif) repeat;
}

.post ul {
	font-size: 12px;
	color: #252525;
	line-height: 16px;
	margin: 12px;
	padding: 0;
}

.post li {
}

.post img {
	margin: 20px 0px 0px 0px;
	border: 5px solid #dadada;
}

.post .wp-caption p.wp-caption-text {
	margin: 10px 0px 20px 0px;
	font-size: 10px;
	line-height: 14px;
	padding: 0px 10px 0px 10px;
	border-left: 5px solid #dadada;
	font-style: italic;
	font-variant: normal;
}

.entry p {
	margin: 10px 0px 0px 0px;
}

.searchh2 {
	font-size: 16px;
	color: #FF9933;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.postmetadata {
	clear: both;
	padding: 6px;
}

.navigation {
	font-size: 12px;
	float: left;
	width: 600px;
	margin: 15px 0px 30px 0px;
}

.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 0px 20px;
}

.notfound {
	padding: 20px;
	font-size: 14px;
	font-weight: 300;
}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma, sans-serif;
	width: 220px;
	float: right;
	margin: 0px 12px 30px 0px;
	_margin: 0px 6px 30px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar h2 {
	text-align: left;
	color: #fff;
	margin: 0px 0px 0px 0px;
	font: bold 14px/16px verdana, arial, tahoma, sans-serif;
	width: 210px;
	height: 23px;
	background: url(images/sidebar_orange_top.gif) repeat;
	padding-top: 7px;
	padding-left: 10px;
}

#sidebar p {
	margin: 0;
	padding: 0 6px 0 12px;
}

#sidebar img {
	padding: 0;
	margin: 0;
}

#sidebar ul {
	margin: 12px;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14px;
	list-style-type: none;
}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
}

#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar .search
{
	width: 220px;
	margin: 30px 0px 20px 12px;
	padding-bottom: 0px;
	list-style-type: none;
	background: #f4f4f4 url(images/grey_stripe.gif) repeat;
}

#sidebar .search li
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#sidebar .latest
{
	width: 220px;
	margin: 0px 0px 20px 12px;
	padding-bottom: 1px;
	list-style-type: none;
	background: #f4f4f4 url(images/grey_stripe.gif) repeat;
}

#sidebar .latest li
{
margin: 10px 10px 10px 10px;
padding-left: 20px;
background-image: url(images/green_star.gif);
background-repeat: no-repeat;
background-position: 0px 0;
line-height: 16px;
}



#sidebar .newsarchives
{
	width: 220px;
	margin: 0px 0px 20px 12px;
	padding-bottom: 1px;
	list-style-type: none;
	background: #f4f4f4 url(images/grey_stripe.gif) repeat;
}

#sidebar .newsarchives li
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#sidebar .newsarchives select
{
	width: 200px;
margin: 10px;
padding: 0px 0px 0px 0px;
}

#sidebar .links
{
	width: 220px;
	margin: 0px 0px 20px 12px;
	padding-bottom: 1px;
	list-style-type: none;
	background: #f4f4f4 url(images/grey_stripe.gif) repeat;
}

#sidebar .links li
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/* comments */

#commentssection {
	clear: both;
	padding: 2px 12px;
	margin: 0;
}

#commentssection h3 {
	font-family: georgia, times, verdana;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	color: #000;
}

#commentform {
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding: 20px;
}

#commentform p {
	color: #000;
}

#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 14px;
}

#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 10px;
	font-weight: 300;
	color: #000;
}

#commentbox {
	width: 75%;
	min-width: 400px;
	margin: 5px 5px 0 0;
}

#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 11px;
	margin: 5px 5px 0 0;
	border: none;
	padding: 6px;
	border: 1px solid #B2B2B2;
}

#submit {
	margin: 5px 5px 0 0;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	background: #fff;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	overflow: hidden;
}

ol.commentlist li.alt {
	background: #E5E5E5;
}

ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14px;
}

ol.commentlist a {
	color: #000;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
}

cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}

/* search */

form {
    margin: 0;
}

#search_box {
    width: 220px;
    height: 45px;
    padding: 0;
    background: url(images/search_box.gif) no-repeat 10px 10px;
}
#search_box #s {
    float: left;
    padding: 0px;
    margin: 15px 0px 0px 15px;
    border: 0;
    width: 160px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 10px 10px 0px 0px;
    }

/* footer */

#footer {
	background: #FF9933;
	clear: both;
	width: 860px;
	text-align: right;
}

#footer p {
	padding: 6px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
}

#footer a:hover {
	text-decoration: underline;
}

#signoff {
	float: left;
	width: 860px;
	margin: 30px 0px 30px 0px;
	text-align: left;
	font-size: 9px;
	line-height: 11px;
}

#col1 {
	float: left;
	width: 220px;
	margin: 0px 20px 30px 0px;
	padding: 0px;
}

#col2 {
	float: left;
	width: 300px;
	margin: 0px 20px 30px 0px;
	padding: 0px;
}

#col3 {
	float: left;
	width: 300px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

/* CONTACT FORM */

#wpcf7 label {
	display: block;
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
}
.wpcf7 input {
	width: 350px;
	padding: 2px;
	margin: 10px 0px 10px 0px;
}
.wpcf7 textarea {
	width: 500px;
	height: 150px;
	padding: 2px;
	margin: 10px 0px 0px 0px;
}
.wpcf7 input.submit {
	display: block;
	float: left;
	width: 75px;
}
.wpcf7 form {
	margin: 30px 0px 0px 0px;
	padding: 20px;
	width: 560px;
	background: #f4f4f4 url(images/grey_stripe.gif) repeat;
}