/*
Theme Name: MilesAV
Theme URI: http://www.milesav.co.uk
Description: Custom theme for MilesAV
Author: Simon Weald
Author URI: http://www.simonweald.com
Version: 1.0
*/

* {
	padding:0;
	margin:0;
	border:0;
}

body{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 13px;
    background: #eee;
    color: #000000;
    padding-top:15px;
}
 
a:link, a:visited{
    text-decoration: none;
    color: #3B82A8;
}
 
a:hover{
    color: #105275;
}
 
h1 {
    font-size: 54px;
}
 
h3 {
    font-size:2.5em;
    margin:20px 10px 10px 10px;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
	margin:0 0 15px 0;
}
 
.clearfix {
	width:100%;
	clear:both;
	height:1px;
}

#wrapper{
    margin: 0 auto;
    width: 900px;
    text-align: left;
    background:#fff;
    border:1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
}
 
#header{
    width: 900px;
    height: 168px;
    background:url('images/header.jpg') no-repeat #fff;
    background-position:right top;
    border-top-left-radius:10px 10px;
	-webkit-border-top-left-radius:10px 10px;
	-o-border-top-left-radius:10px 10px;
	-moz-border-radius-topleft:10px 10px;
	border-top-right-radius:10px 10px;
	-webkit-border-top-right-radius:10px 10px;
	-o-border-top-right-radius:10px 10px;
	-moz-border-radius-topright:10px 10px;
}
 
#blog{
    float: left;
    width: 96%;
    padding: 0 2% 10px 2%;
    background:url('images/backgroundFilmstrip.png') no-repeat #fff;
}
.post {
	width:100%;
}
.sidebar{
    float: left;
    width: 200px;
    margin: 0 0 0 10px;
    font-size: 14px;
    list-style: none;
}
 
#footer{
    clear: both;
    text-align:right;
    line-height:32px;
    color:#fff;
    background:url('images/navBackground.jpg') repeat-x;
    border-bottom-left-radius:10px 10px;
	-webkit-border-bottom-left-radius:10px 10px;
	-o-border-bottom-left-radius:10px 10px;
	-moz-border-radius-bottomleft:10px 10px;
	border-bottom-right-radius:10px 10px;
	-webkit-border-bottom-right-radius:10px 10px;
	-o-border-bottom-right-radius:10px 10px;
	-moz-border-radius-bottomright:10px 10px;
}

#footer a {
	color:#fff;
}

.nav{
    width:900px;
    background:url('images/navBackground.jpg') repeat-x;
    display:block;
    float:left;
    position:relative;
    margin-top:137px;
}
 
.nav ul{
    list-style:none;
}
 
.nav li {
    float:left;
    position:relative;
}
.nav a {
    display:block;
    text-decoration:none;
    color:#fff;
    line-height:32px;
    padding:0 15px;
}
.nav ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:0 !important;
    margin-left:0px !important;
    float:left;
    z-index:99999;
    background: #212121;
    list-style:none;
}
.nav ul ul ul {
    top: 30%;
    left:100%;
    background: #343434;
    list-style:none;
}
.nav ul ul a {
    height:auto;
    line-height:1em;
    padding:10px;
    width:260px;
}
 
.nav li:hover > a,.nav ul ul:hover > a {
    background:url('images/navBackgroundOver.jpg') repeat-x;
}
 
.nav ul li:hover > ul {
    display:block;
}

.no-click-parent {
	display:block;
    text-decoration:none;
    color:#fff;
    line-height:32px;
    padding:0 15px;
}
.no-click-parent:hover {
    background:url('images/navBackgroundOver.jpg') repeat-x;
}
.leftColumn {
	height:auto;
	float:left;
}
.rightColumn {
	height:auto;
	float:left;
}
.rightColumn > img {
	float:right;
}
.leftColumn > ul {
	margin-left:25px;
}
.marginBottom10 {
	margin-bottom:10px;
}
.marginBottom20 {
	margin-bottom:20px;
}
.centeredBox {
	display:block;
	margin:0 auto;
}
.width20 {
	width:20%;
}
.width30 {
	width:30%;
}
.width40 {
	width:40%;
}
.width50 {
	width:50%;
}
.width60 {
	width:60%;
}
.width70 {
	width:70%;
}
.width80 {
	width:80%;
}
.width100 {
	width:100%;
}
.floatLeft {
	float:left;
}
.smallText {
	font-size:0.8em;
}
.largeText {
	font-size:1.2em;
}
.centered {
	text-align:center !important;
}
.justify {
	text-align:justify;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.clearBoth {
	clear:both;
}

.inputLabel {
	margin-top:15px;
	float:left;
	width:180px;
	font-size:1.2em;
	clear:both;
}
ol {
	list-style-type:none;
}
ol input[type="text"], ol input[type="email"] {
	background:#eee;
	border:1px solid #ccc;
	padding:2px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
ol textarea {
	display:block;
	clear:both;
	background:#eee;
	border:1px solid #ccc;
	padding:2px;
align:center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
ol input[type="submit"] {
	background:#F6F6F6;
    border: 1px solid #CCCCCC;
    display: table-cell;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
ol input[type="submit"]:hover {
	background:#f0f0f0;
	cursor:pointer;
}

/* SITEMAP */

ul.sitemap {
	margin:0 0 0 20px;
	list-style-type:none;
}
ul.children {
	list-style:circle;
	margin:0 0 0 30px;
	font-size:inherit;
}
ul.sitemap li {
	font-size:1.2em;
	margin:3px 0;
}

ul.sitemap li ul.children li {
	font-size:1em;
}

/*slide scanning */
td {
	padding:5px 0 5px 3px;
}

/* contact form */

.wpcf7-response-output {
	margin:20px auto;
	padding:8px;
	width:75%;
	clear:both;
	text-align:center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
.wpcf7-mail-sent-ok {
	background:#CEE6C3;
	border:1px solid #359545;	
	color:#1B8D44;
}
.wpcf7-validation-errors {
	background:#ff9c9c;
	text-align:justify;
	color:#ED0000;
	border:1px solid #ED0000;
}

/* NEWS PAGE */

.entryWrapper > h5 {
	color:#3B82A8;
	font-size:2em;
	margin:15px 0 0 0;
}
.entry {
	width:100%;
}
.entryContent {
	width:100%;
	margin:5px 0;
}
.postMetadata {
	width:100%;
	font-size:0.8em;
}
.navigationLinks {
	width:99%;
	margin:15px 0 5px 0;
	padding:0 0 0 1%;
	font-size:1.2em;
}
