/*
Theme Name: SU Qld Media Centre
Theme URI: http://www.suqld.org.au
Description: SU Qld Media Centre custom theme
Version: 1.0
Author: James Angus
Author URI: http://www.suqld.org.au
*/


/**
	CSS Reset provided by Yahoo!
**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }



/**
	Basic page setup, HTML elements and typography
**/
body {
	color: #333;
	background: #121212;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: small;
	line-height: 135%;
}

h1,
h1 a:link,
h1 a:visited {
	margin: .5em 0;
	color: #FC7215;
	font-size: x-large;
	font-weight: bold;
	line-height: 135%;
	text-align: left;
	text-decoration: none;
}

h2 {
	margin: .5em 0;
	color: #000;
	font-size: large;
	font-weight: bold;
	line-height: 135%;
	text-align: left;	
}

h3 {
	color: #999;
	margin: .5em 0;
	font-size: medium;
	font-weight: bold;
	line-height: 135%;
	text-align: left;	
}

h4 {
	margin: .5em 0;
	font-size: small;
	font-weight: bold;
	line-height: 135%;
	text-align: left;
}

h5,
h6 {
	margin: .5em 0;
	font-size: x-small;
	font-weight: bold;
	line-height: 135%;
}

blockquote {
	margin: 2em 0;
	padding: 5px 15px;
	color: #FFF;
	background: #353535;
	font-style: italic;
}

q {
	color: #FFF;
}

p,
ul,
ol {
	margin: 1em 0;
	font-weight: normal;
	line-height: 135%;
}

	ul li {
		margin-left: 2em;
		padding-left: .3em;
		list-style-position: outside;
		list-style: disc;
	}
	
	ol li {
		margin-left: 2.3em;
		list-style-position: outside;
		list-style: decimal;
	}

a:link,
a:visited {
	color: #c41f3a;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #FC7215;
	text-decoration: none;
}
	
	a img {
		border: 0;
	}
	
table {
	margin: 1em 0;
}

table,
th,
td {
	text-align: center;
	vertical-align: center;
	border-collapse: collapse;
	border: 1px solid #222;
}

	th {
		background: #1F1F1F;
		font-size: medium;
	}
	
	th,
	td {
		padding: 5px;
	}

dt,
th {
	font-weight: bold;
}

dt {
	margin-top: 1em;
}

dd {
	margin-bottom: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

q {
	font-style: italic;
}

img.left,
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

img.right,
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.clear {
	clear: both;
}



/**
	Page styling
**/
#page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #FFF;
}
	
/**
	Masthead
**/
#masthead {
	position: relative;
	padding: 0;
}

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

	#title {
		float: left;
	}
	
	#site_promo {
		float: right;
		margin: 20px 15px 14px 15px;
	}

	#mainmenu {
		clear: both;
		background: #FC7215;
	}
	
	#mainmenu:after {
		display: block;
		clear: both;
		content: ".";
		height: 0;
		visibility: hidden;
	}
	
		#mainmenu ul {
			display: block;
			margin: 0 15px;
			padding: 0;
		}
		
			#mainmenu ul li {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
				#mainmenu ul li a {
					position: relative;
					display: block;
					padding: 5px 5px 0px 5px;
					color: #FFF;
					border-bottom:2px solid #FEB400;
					text-decoration: none;
					text-transform: lowercase;
					font-weight: normal;
					font-size: 12px;
				}
				
				#mainmenu ul li:first-child a {
					background-image: none;
				}
				
				#mainmenu ul li a:hover {
					color: #000;
					background: #FDB483;
					border-bottom-color: #FFF;
				}
				
				#mainmenu ul li.active a {
					color: #FFF;
					background: #AE1619;
				}
				



/**
	Content
**/
#body {
	padding: 10px 15px;
	text-align: justify;
}

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

	#block {	
		float: none;
	}

		.twocolumn #block {
			float: left;
			width: 680px;
		}
		
	h2.section {
		display: block;
		padding: 3px 10px 0px 10px;
		color: #FFF;
		background: #AE1619;
		font-size: medium;
	}
	
	.post {
		padding: 10px 10px 15px 10px;
		border-bottom: 1px solid #CCC;
	}
	
		.post h3 a:link,
		.post h3 a:visited {
			color: #FC7215;
			text-decoration: none;
		}

		.extra,
		.extra p.posted a:link,
		.extra p.posted a:visited,
		.extra p.categories a:link,
		.extra p.categories a:visited {
			color: #999;
		}
		
			p.posted,
			p.categories {
				float: left;
				margin: 0;
				font-size: x-small;
			}

			p.categories {
				clear: left;
			}

			p.readmore {
				display: block;
				float: right;
				margin: 0;
			}
			
	.navigation {
		margin: 1em 0;
	}
	
		.navigation a:link,
		.navigation a:visited {
			display: block;
			padding: 5px 10px;
			color: #FFF;
			background: #FC7215;
			text-decoration: none;
		}

div.youtube {
	margin: 10px 0;
	padding: 10px;
	background: #353535;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
			
			
			
/**
	Image styling
**/
.image .entry {
	float: left;
}

.image .navigation {
	float: right;
	width: 320px;
	padding: 10px;
	background: #353535;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	.image .navigation a:link,
	.image .navigation a:visited {
		display: block;
		border: 3px solid #4F4F4F;
	}

	.image .navigation a:hover,
	.image .navigation a:active {
		border-color: #c41f3a;
	}

	.image .navigation .caption {
		display: block;
		margin: 5px 0 0 0;
	}

	.image .navigation .alignleft {
		float: left;
		margin: 0;
	}

	.image .navigation .alignright {
		float: right;
		margin: 0;
	}

		.image .navigation .alignright .caption {
			text-align: right;
		}
		
	.image .attachment {
		padding: 10px;
		background: #353535;
		text-align: center;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
		.gallery a:link img,
		.gallery a:visited img,
		.image .attachment a:link img,
		.image .attachment a:visited img {
			border: 3px solid #4F4F4F;
		}
		
		.gallery a:hover img,
		.gallery a:active img,
		.image .attachment a:hover img,
		.image .attachment a:active img {
			border: 3px solid #c41f3a;
		}
		
		
		
/**
	Captions
**/
.wp-caption {
	padding: 10px 5px;
	background: #EEE;
	border: 1px solid #CCC;
	text-align: center;
}

	.wp-caption-text {
		margin-bottom: 0;
		font-size: 10px;
	}



/**
	Sidebar
**/
#sidebar {
	float: right;
	width: 230px;
}

	.widget {
		margin-bottom: 20px;
	}

	.textwidget {
		padding: 10px;
		text-align: left;
	}

	.widget_sclw ul,
	.widget_links ul {
		margin: 0;
		padding: 0;
	}
	
		.widget_sclw ul li,
		.widget_links ul li {
			display: block;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			.widget_sclw ul li a:link,
			.widget_sclw ul li a:visited,
			.widget_links ul li a:link,
			.widget_links ul li a:visited {
				display: block;
				color: #000;
				padding: 3px 10px;
				background: url(images/sidebar.items.bg.gif) repeat-x top left;
				border-top: 1px solid #FFF;
				border-bottom: 1px solid #EEE;
				text-decoration: none;
				text-align: left;
				font-size: 11px;
			}
			
				.widget_sclw ul li a:hover,
				.widget_sclw ul li a:active,
				.widget_links ul li a:hover,
				.widget_links ul li a:active {
					color: #FFF;
					background: #FC7215;
					border-bottom-color: #FFF;
				}


/**
	Footer
**/
#footer {
	position: relative;
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #121212;
	font-size: x-small;
}

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

	#footer .container {
		color: #FFF;
		padding: 120px 10px 10px 10px;
		background: url(images/footer.gif) no-repeat top center;
		text-align: center;
	}
	
		#footer .container a:link,
		#footer .container a:visited {
			color: #FFF;
		}
		
#launchpad_launch {
	position: absolute;
	right: 0;
	float: right;
	margin-right: 30px;
}		

a#launchpad_launch:link,
a#launchpad_launch:visited,
a#launchpad_launch:hover,
a#launchpad_launch:active {
	background: none;
}
	
	



/**
	Safari Hacks
**/
@media screen and (-webkit-min-device-pixel-ratio:0)
{

}



/** 
	Opera Hacks
**/

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{	
	#mainmenu ul li.page-item-27 {
		width: 162px;
	}
	
	#mainmenu ul li.page-item-27 a {
		width: 92px;
	}
}