/*
Theme Name: Myles Audio Visual
Theme URI: http://www.mylesav.com.au/
Description: A custom WordPress theme for Myles Audio Visual Hire.
Version: 1.0
Author: Troy Dean
Author URI: http://www.guardianwebdesign.com.au/
*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		height: 255px;
		width: 100%;
		position: relative;
		}

#headerimg h1 a {
		position: relative;
		float: left;
		margin-top: 20px;
		width: 151px;
		height: 205px;
		}
		
.description {
		display: block;
		position: relative;
		left: 40px;
		top: 120px;
		}
		
.skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

/* Main menu placed in footer for seo and re-positioned	with css */
	
#main-menu {
		position: absolute;
		top: 100px;
		}
		
#main-menu ul {
		list-style: none;
		display: block;
		float: left;
		width: auto;
		position: relative;
		left: 200px;
		top: 100px;
		}
		
#main-menu ul li {
		display: block;
		float: left;
		margin: 0 40px 0 0;
		width: auto;
		}	
		
#main-menu ul li a {
		display: block;
		padding-bottom: 5px;
		}
		
/* Hide the main menu heading */

#main-menu h3 {
		position: absolute;
		left: -9000px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}
		
#hero {
		width: 100%;
		height: 170px;
		}
		
#gallery {
		width: 940px;
		height: 170px;
		margin: 0 auto;
		}

#content {
		margin-top: 40px;
		}
		
#front_testimonials {
		margin: 40px 0 0 0;
		position: relative;
		}

#sidebar
{
		text-align: left;
		padding-top: 40px;
		padding-bottom: 25px;
		}
		
h3.widgettitle {
		padding-bottom: 1em;
		}

#footer {
		margin: 20px 0 0 0;
		padding: 0 0 40px 0;
		}
		
#footerContent {
		padding: 20px 0 0 0;
		}
		
#about p {
		text-align: center;
		}	
		
#site_credit p {
		text-align: right;
		display: block;
		float: right;
		height: 21px;
		}
		
#site_credit a {
		margin-left: 5px;
		padding: 3px 25px 3px;
		}

.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft, .alignleft img, .alignnone img {
		padding: 4px!important;
		display: block;
		margin: 0 0 20px 0;
		}

.alignright {
		float: right;
		}

.alignleft {
		display: block;
		}
		
.entry_clients a img {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

.entry_clients a:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}

/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		list-style: none;
		margin-bottom: 1.2em;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
		
.entry ul li {
		padding: 0 0 0 25px;
		margin: 0 0 5px 0;
		}
		
ul#venues {
		display: block;
		float: left;
		width: auto;
		z-index: 999;
		}
		
ul#venues li {
		display: block;
		float: left;
		padding: 25px 0 0 0!important;
		margin: 0 0 10px 0;
		}
		
ul#testimonials li {
		display: block;
		float: left;
		padding: 25px 0 0 0!important;
		margin: 0 0 5px 0;
		}

.thumb {
		display: block;
		width: 95px;
		float: left;
		margin: 0 10px 0 0;
		}

.excerpt {
		display: block;
		float: right;
		width: 420px;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 0;
		padding-left: 30px;
		display: block;
		position: relative;
		}

cite {
		margin: 5px 0 0 30px!important;
		padding: 5px 30px 5px 0px;
		display: block;
		}

.center {
		text-align: center;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		
		}

.wp-caption img {

		}
		
/* Hide image captions and class 'hidden' */		

.wp-caption-text, .hidden {
		position: absolute;
		left: -9000px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}
/* End captions */
