/*  
Theme Name: Trucker Movie 2
Version: 2
Author: Anchor Web Design
Author URI: http://www.anchorweb.com.au

*/

body {
	background-color: #779097;
	color: #666666;
	font-family: verdana, arial;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 213px;
	color: #E7E3DA;
}
#headerdetail {
	height: 160px;
	padding-top: 10px;
	padding-right: 140px;
	padding-bottom: 20px;
	padding-left: 15px;
}


#wrapper {
	width: 950px;
	margin: auto;
	background-color: #E7E3DA;
	border: thin solid #313131;
}
#menu {
	padding-left: 10px;
	padding-top: 4px;
}
#content {
	width: 660px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contentwide {
	width: 900px;
	padding: 20px;
}
#footer {
	margin: auto;
	width: 910px;
	background-color: #343434;
	border: thin solid #313131;
	color: #E7E3DA;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
}

#sidebar {
	float: left;
	width: 220px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #C9D0D3;
	color: #343434;
	border-right: solid #343434 1px;
	border-bottom: solid #343434 1px;
	border-left: solid #343434 1px;
	margin-left: 15px;
}


#menu a {
	color: #7E9198;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 6px 5px 6px;
	font-weight: bold;
}
#menu a:hover {
	color: #ffffff;
}

/*	Begin Headers */
h1 {
	margin: 0;
	}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.6em;
	}
h2.pagetitle {
	font-size: 1.6em;
	font-weight: normal;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	font-weight: normal;
	}

h3 {
	font-size: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
/* End Headers */


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
a, h2 a:hover, h3 a:hover {
	color: #586D74;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


.post {
	margin: 10 0 25px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* 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 {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



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

#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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

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

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-style: italic;	
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/

.googleads {
	text-align: center;
}
.photocredit {
	font-size: 9px;	
}


#recent h3 {
	font-family: verdana, arial;
	font-size: 10px;
	width: 500px;
}
#recent li a {
	font-weight: normal;
	color: #586D74;
}

#recent li a:visited {
	color: #666666;
}
.textbox {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
	width: 450px;
	color: #006699;
	text-align: left;
}	
#showtimes td {
	padding: 5px;
	margin: 5px;
	vertical-align: top;
	width: 50%;
}
.showtimedetail {
		border: 1px solid #CCCCCC;

}
#showtimes th {
	padding: 5px;
	color: #4D7485;
	text-align: left;
	font-size: 16px;
}
.dateheading {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border: none;
}