/*
Theme Name: Red Cartel
Theme URI: http://www.redcartel.com.au
Description: Hello
Version: 1.0
Author: Matt Ebb, edited by James Neale
*/

/* reset all */
body, div, ul, li, p, h1, h2, h3, h4, h5 {
	border: 0;
	margin: 0;
	padding: 0;
	color: #aaaaaa;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica', 'Helvetica Neue', 'Arial', 'Lucida Grande', Verdana, Sans-Serif;
	background: black url('images/wallpaper.png');
	background-repeat: repeat-x;
	text-align: center;
	}

#page {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: black;
	}

#header {
	width: auto;
	height: 190px;
	position: relative;
	top: 0px;
	margin: 0 22px 0px 22px;

	background-image: url('images/header_bg.png');
	background-position: top right;
}

#nav {
	position: absolute;
	left: 107px;
	bottom: 30px;
	height: 46px;
	width: 809px;
	
	background-image: url('images/nav_bar.png');
}

#nav-buttons {
	float: right;
	margin-right: 22px;
}

.collaborative {
	position: absolute;
	left: 126px;
	/* top: 34px;   orig*/
	top: 13px;
	}

#content {
	width: auto;
	height: auto;
	margin: 0 22px 22px 22px;
	padding: 22px;
	background-color: #222222;
	}

#newsheadlines-header{
	width: auto;
	padding: 0px 22px 0px 22px;
	/* margin: 22px 22px 0 22px; */
	}
	
#newsheadlines-header-content {
	width: 872px;
	height: 16px;
	float: left;
	background-color: #2A2A2A;
	padding: 13px 22px 12px 22px;
	}

#newsheadlines-header-content img.feedicon {
	position: relative;
	margin-bottom: 4px;
	margin-left: 6px;
	}

#news {
	
}

#blog {
	clear: both;
	width: auto;
	margin: 0 22px 22px 22px;
	}
	
.blog-left, .blog-right {
	background-color: #222222;
	width: 458px !important;
}

.blog-left {
	float: left;
	clear: both;
}
.blog-right {
	float: right;
}

.blog-item {
	background-color: #222222;
	
	padding: 8px 22px 16px 22px;
	
	/* min-height hack */
	height: auto !important;      /* for modern browsers */
    height: 130px;                /* for IE5.x and IE6   */
    min-height: 130px;            /* for modern browsers */
}

.blog-date {
	position: relative;
	text-align: right;
	top: 19px;
}

.blog-thumb {
	float: right;
	width: 100px;
	margin-left: 22px; margin-top: 18px;
}

.blog-thumb img {
	border: 1px solid #111111;
}

#blog-readmore {
	top: -11px;
	text-align: right;
	background-color: #222222;
	padding-right: 22px;
	padding-bottom: 12px;
}

#portfolio img {
	border: 1px solid #111111;
	padding: 0;
	margin: 0;
}

#portfolio p > a:first-child img {
	margin-right: 24px;
}

#portfolio p {
	margin: 0;
	padding: 0;
}

#portfolio a {

}

.portfolio-item {
	position: relative;
	clear: both;
	margin: 22px;
	padding: 22px;
	
	background-color: #222222;
	
	/* min-height hack */
	height: auto !important;      /* for modern browsers */
    height: 360px;                /* for IE5.x and IE6   */
    min-height: 360px;            /* for modern browsers */
}

.portfolio-item img {
	position: relative;
	top: -24px;
	margin-left: 22px;
	border: 1px solid #111111;
}

.portfolio-footer {
	position: absolute;
	width: 215px;
	bottom: 0;
	margin: 0;
	margin-bottom: 32px;
	margin-left: -1px;
	padding: 0;
}

.portfolio-footer img {
	top: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

.portfolio-footer div.top {
	position: absolute;
	top: 5px;
}

.portfolio-footer div.playmovie {
	position: absolute;
	top: 0;
	right: 0;
}

#home-random-img {
	float: right;
	width: 640px;
	height: 360px;
	border: 1px solid #111111;
	}

#home-text {
	height: 360px;
	width: 210px;
	}

#about {
	height: auto !important;      /* for modern browsers */
    height: 360px;                /* for IE5.x and IE6   */
    min-height: 360px;            /* for modern browsers */
}

#about img.directors {
	margin-left: 22px;
	border: 1px solid #111111;
}

#contact {
	height: auto !important;      /* for modern browsers */
    height: 360px;                /* for IE5.x and IE6   */
    min-height: 360px;            /* for modern browsers */
}

#contact iframe {
	border: 1px solid #111111;
}

#contact .cform{
	width: 305px;
	position: absolute;
}

#footer {
	clear: both;
	margin: 22px;
}

#footer img.feedicon {
	position: relative;
	top: 3px;
}

td, p, address {
	font-size: 1.2em;
	margin-top: 0.0em;
	margin-bottom: 1.0em;
	line-height: 1.45em;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
	color: white;
	}
	
h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: white;
	}
	
a { color: #aa2222; text-decoration:none}
a:visited { color: #883333; }
a:hover { color: white; }

h1 a { 
	color: white;
	text-decoration: none;
	}
h1 a:visited { color: white; }
h1 a:hover { color: white; }

p.morelink { margin-top: 0; }
p.morelink a { color: white; }
p.morelink a:visited { color: white; }

#contact a { color: #A22B2B; }
#contact a:visited { color: #663333; }
#contact a:hover { color: white; }

#blog-readmore a { color: white; }
#blog-readmore a:visited { color: white; }
#blog-readmore a:hover { color: white; }

.blog-item p {
	margin-bottom: 0;
}

address {
	color: white;
	display: inline;
	font-style: normal;
	}

#footer p {
	font-size: 1.0em;
}

/* 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 {
	display: inline;
	}

img.alignleft {
	padding: 0px;
	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;
	}
/* 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 {
	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 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 */


.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
	
#courses > p, #courses h1, #courses table{
	margin-left: 44px;
}

#courses table td {
	vertical-align: top;
	width: 262px;
}

#courses hr {
	display: block;
	border: 10px solid black;
	width: auto;
	margin: 22px -22px 22px -22px;
}

a img {
	border: none;
	}

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



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
