/*
Theme Name: Defence Minister
Theme URI: http://wordpress.org/
Description: Theme for the Ministers for the Department of Defence
Author: Russell Paxton
*/


/* Reset - resets the values of the tags below  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td { 
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	border:0;
}

/* HACKS */

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix {
    zoom: 1;     /* triggers hasLayout */
} 	 			 /* Only IE can see inside the conditional comment
    				and read this CSS rule. Don't ever use a normal HTML
    				comment inside the CC or it will close prematurely. */
					
/* STRUCTURE */

body {
	font: 78% Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FFF;
}

div#container	{
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 3px 0px;
	border-bottom:5px solid #CCCCCC;
	border-left:5px solid #CCCCCC;
	border-right:5px solid #CCCCCC;
	/*border: 5px solid #CCCCCC;*/
	background-color:#FFFFFF;
	height:100%;
	}
	
	div#banner	{
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	font-size: 0.86em;
	letter-spacing: 0.05em;
	clear: right;
	height: 155px;
	width: 100%;
	}
	
	
	div#headLogo{
	float:left;
	clear:both;
	height:87px;
	width:250px;
	}	
	

h1.minName {
	margin-left:-9000px;
}

	div#headLogoprint{
	float:left;
	clear:both;
	height:0px;
	width:0px;
	display:none;
	}	

	

div#navcontainer	{
	position: relative;
	text-align:right;
	width: 390px;
	margin:7px 3px 0px 0px;
	float:right;
	clear:right;
	}	
	
div#navcontainer a{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-decoration:none;
	}	
	
div#navcontainer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}			
	
div#navcontainer ul li{
   display:inline;
   list-style:none;
    margin:0;
	padding:0;
	}	
	
	div#searchcontainer	{
	text-align:right;
	margin:0px 3px 0px 0px;
	width:340px;
	float:right;
	clear:right;
	}	

.nametitle {
	font-weight:bold;
}

div#ministers {
		padding:5px;
		border-right:#CCCCCC thin solid;
}

.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}
	
div#skip{
    float: left;
	margin:0px 0px 0px 5px;
}

div#skip a{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal;
	text-decoration:underline;
	}	


h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #0F3144;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
	line-height: 1.4;
	border-top: 1px solid #D6DADF;
	padding-bottom: 0.3em;
	padding-top: .8em;
}
h3 {
	margin-bottom: 0.6em;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bold;
	color: #0F3144;
	padding-top: .6em;
}
h4 {
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin-top:1em;
}


h4 p+ul {
	margin-top: -1.5em;
	
}

h4+ul {
	margin-right: 15em;
	
}



h5 {
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bold;
	color: #9f5409
	font-style: italic;
}
h6 {
	line-height: 1.4em;
	font-size: 0.76em;
	font-weight: bold;
	color: #9f5409;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding-bottom: 0.3em;
	padding-top: .1em;
}


.left_aligned {
	float:left;
}

/* ------------------------------ Begin Title ------------------------------*/
#title {border-bottom:1px solid #CCC; margin-bottom:1em; color:#333;}
#title h2 {border-bottom:none; font-size:1.3em; padding:0.2em 0; margin:0.2em 0;}
#title .subject, #title .subjects {font-weight:bold; font-size:1em; color:##0F3144;}
#title .category {font-weight:bold; font-size:1em; color:#0F3144;}
#title .location {font-weight:bold; font-size:1em;}
#title .date {font-weight:bold; color:#9f5409;}
/* ------------------------------ End Title ------------------------------*/
p {
	font-size: 1em;
	margin-bottom: 0.6em;
	line-height: 1.4em;
	margin-top:1em;
}

p+ul {
	margin-top:-1.5em;
}

h4+ul {
	margin-top:-1em;
}

h4+p {
	margin-top:0.2em;
}

p.postDate {
	padding-left:5px;
}

strong  {
	color: #333;
	font-weight: bold;
}
strong em, em strong {
	font-weight: bold; font-style:italic;
}



ul.globalLinks li:before {
 content: " | ";
}
 
ul.globalLinks li:first-child:before {
 content: "";
}

li {
	padding-top:1em;
}

li.previous {
}

p.prevIndent {
	margin-left:2em;
}

ol {
}
ul li {
}
/*label {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #333;
	clear: both;
	display: block;
	padding-bottom: 0.3em;
	padding-top: .3em;
}
input, textarea{
	margin-bottom: 1.4em;
	padding: 4px;
}*/
a {
	color: #336699;
}

#content a {
	border-bottom: 1px solid #D6D6D6;
}
a:hover {
	color: #F00;
	border-bottom: 1px solid #CCC;
}
a:active {
	color: #9f5409;
	border-bottom: 1px solid #9f5409;
}

a.image, #content a.image{
	background:none !important;
	padding:0 !important;
	border-bottom:none;
}
a.image:hover {
	border-bottom:none;
}
#branding {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#masthead .brand {
	text-align: left;
	width:100%;
}
#masthead .brand img {
	margin: 36px 30px 38px 41px;
	float:left;
}
#masthead .brand h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	letter-spacing:0.1em;
	color:#FFF;
	text-shadow: 1px 1px 1px #000;
	margin-top:46px;
}
#masthead .brand h2 {
	font-size:0.8em;
	display:block;
	clear:left;
}
#masthead .brand p {
	text-indent: 100px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 10px;
}
#masthead {
	background: #0D3144 repeat-y center top;
	width: 100%;
}
#masthead_title_screen {
	text-align: center; /* center fix for IE */
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#masthead_title_screen img {
	margin: 36px 286px 38px 41px;
}
#masthead_strip {
	border-top: 1px solid #5688A9;
	clear: both;
	padding:5px;
}
#breadcrumbs {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center; /* center fix for IE */
	padding-top: 8px;
	padding-bottom: 6px;
}
#breadcrumbs h2 {
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 205px;
	padding: 0px 12px 0px 0px;
	border-style: none;
	display: inline; /* double margin float bug fix for IE */
	display:none;
}
#content_area {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
}
#sidebar_nav {
	width: 175px;
	float: left;
	margin-right: 5px;
}

#sidebar {
	width: 175px;
	text-align: left;
	margin-right: 5px;
}

#main_content {
	float: left;
	width: 685px;
	text-align: left;
 	margin: 0 10px 0 20px;
	
}

#main_content_full {
 	margin: 0 10px 0 20px;
	
}
#minimage {
	float: right;
	margin-top: 0;
	margin-bottom: 2em;
	width: 174px;
	height:250px;
	}
	
	
#minimage p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	border:#CCCCCC 1px solid;
	width:130px;
	padding:10px;
	}

.minimage{
	width:130px;
	height:171px;
	background-image:url(images/20100914adf901682_045_th130.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:10px;
}

.minimagefp img{
	width:130px;
	height:171px;
	float:left;
	margin-right:5px;
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:5px;
}


.minimage_snowdon {
	width:130px;
	height:171px;
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:10px;
}

.minimage_snowdonfp img{
	width:130px;
	height:171px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:5px;
}


.minimage_clare {
	width:130px;
	height:171px;
	background-image:url(images/clareportrait.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:10px;
}

.minimage_clarefp img{
	width:130px;
	height:171px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:5px;
}

.minimage_carr {
	width:130px;
	height:195px;
	background-image:url(images/Senator Kim Carr V_th.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:10px;
}



.minimage_carrfp img{
	width:130px;
	height:195px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:5px;
}

.minimage_kelly {
	width:130px;
	height:163px;
	background-image:url(images/20120116adf201084LJB_004_th.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:10px;
}



.minimage_kellyfp img{
	width:130px;
	height:163px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:5px;
}




.minimage_feeney {
	width:130px;
	height:171px;
	background-image:url(images/feeney130.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:10px;
}

.minimage_feeneyfp img{
	width:130px;
	height:171px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	border:1px #CCCCCC solid;
	padding:5px;
}


#sidebar img {
	padding: 10px;
	border: 1px solid #D6DADF;
}


#sidebar p   {
	width: 140px;
	padding: 10px;
	background: #FFFFFF;
	margin-top: 10px;
	font-size: .85em;
	line-height: 1.6em;
	margin-bottom: 0px;
	border:1px solid #000000;
}
#sidebar p .darktext {
	color: #b1e0fb;
}
#events_container {
	background: #0E3144;
	width: 494px;
	margin-bottom: 2em;
}
#events_container img {
	padding: 20px;
	float: left;
}
.events_story {
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 154px;
}
.events_story h2 {
	border-style: none;
	margin-bottom: 0px;
	color: #b1e0fb;
	padding-top: 0px;
}
.events_story h6{
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	color: #FFF;
}
.events_story p {
	font-size: 0.85em;
	color: #FFF;
	line-height: 1.5em;
}
#latest_news {

	width: 504px;
}

#latest_news_full {
	display:block;
}

#latest_news_menu {
}


#latest_news .post {
	margin-bottom:0.6em;
	margin-left:25px;
}
#footer_strip {
	background:#333333;
	clear:both;
	border-bottom: 1px solid #5688A9;
}
#footer_strip_content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center; /* center fix for IE */
	padding-top: 8px;
	padding-bottom: 6px;
}
#footer {
	background: #0D3144;
	width: 100%;
	padding-bottom: 100px;
}
#footer_content {
	text-align: center; /* center fix for IE */
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* NAVIGATION */

#breadcrumbs ul {
	float: left;
	list-style: none;
	margin: 0em;
	padding: 0em;
	background: none;
	visibility:hidden;
}
#breadcrumbs li {
	float: left;
	color: #FFF;
	font-size: 1em;
	line-height: normal;
	margin: 0em;
	padding: 0em 6px 0em 0em;
	background: none;
}
#breadcrumbs ul li a, #breadcrumbs ul li a:visited {
	color: #336699;
	border-right: 1px solid #256382;
	padding-right: 6px;
	border-bottom-style: none;
}
#breadcrumbs ul li a:hover {
	color: #FFC;
	border-bottom-style: none;
}
#breadcrumbs ul li a:active {
	color: #FF6;
	border-bottom-style: none;
}
#sidebar_nav ul {
	list-style: none;
	margin: 0em;
	padding: 0em;
	line-height: normal;
	font-size: 1em;
	background: none;
}
#sidebar_nav li {
	margin: 0em;
	padding: 0em;
	display: inline;  /* space bug fix for IE */
	list-style: none;
	background: none;
}
#sidebar_nav ul li a {
	width: 145px;
	display: block;
	padding: 0.6em 15px 0.5em;
	border-bottom: 1px solid #D6DADF;
}
#sidebar_nav ul li a:hover {
	background: #F2F2F2;
	color:#000;
}
#sidebar_nav ul li a:active {
	color: #9f5409;
	background: #F8F8F8;
}

#sidebar a ,#sidebar a:visited {
	color: #336699;
}
#sidebar a:hover {
	color: #FFC;
	border-bottom: 1px solid #FFC;
}
#sidebar a:active {
	color: #FF6;
	border-bottom: 1px solid #FF6;
}
.events_story a, .events_story a:visited {
	color: #336699;
}
.events_story a:hover {
	color: #FFC;
	border-bottom: 1px solid #FFC;
}
.events_story a:active {
	color: #FF6;
	border-bottom: 1px solid #FF6;
}
.newsitem_bttn {
	padding-top: .6em;
	padding-bottom: 1.2em;
	padding-left: 10px;
}

#footer_strip p {
	font-size: .85em;
	color: #ffffff;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 205px;
	padding: 0px 12px 0px 0px;
	border-style: none;
}
#footer_strip a, #footer_strip a:visited {
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom-style: none;
}
#footer_strip a:hover {
	color: #FFC;
	border-bottom-style: none;
}
#footer_strip a:active {
	color: #FF6;
	border-bottom-style: none;
}

#footer_content ul {
	font-size: .85em;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 205px;
	padding: 12px 12px 0px 0px;
	border-style: none;
}
#footer_content li {
	float: left;
	color: #FFF;
	font-size: 1em;
	line-height: normal;
	margin: 0em;
	padding: 0em 6px 0em 0em;
	background: none;
}
#footer_content ul li a, #footer_content ul li a:visited {
	color: #336699;
	border-right: 1px solid #256382;
	padding-right: 6px;
	border-bottom-style: none;
}
#footer_content ul li a:hover {
	color: #FFC;
	border-bottom-style: none;
}
#footer_content ul li a:active {
	color: #FF6;
	border-bottom-style: none;
}

/* HIDE FROM SCREEN */

#masthead_title_print {
	display: none;
}

.hidden {
height: 1px;
		width: 1px;
		position: absolute;
		overflow: hidden;
		top: -999px;
}
#feature {
	background:#28617F;
	width:465px;
	margin-top:0;
	margin-bottom:15px;
	padding:20px;
	color:#fff;
}
#feature a{
	color:#fff;
	border-bottom: 1px solid #CCC;
}
#feature a:hover {
	color:#fff;
	border-bottom: 1px solid #000;
}
#feature h2 {
	margin-top:0; padding-top:0;
}
em {
	font-style:italic;
}
blockquote{ margin-left:20px; margin-right:20px; font-style:italic}
.speaker {font-weight:bold; text-transform:uppercase}

.box a{
color:#ffffff;
}
.box a:visited{
color:#ffffff;
}
.box a:active{
color:#ffffff;
}
.box a:hover{
color:#ffffff;
}


/*Search fields  BN 19Mar2010*/

#searchbox {
	float: right;
	margin-top: 20px;
	text-align: right;
}
#searchbox form {
	clear: both;
}
#searchbox form label {
	display: none;
}

#searchbox a, #searchbox a:visited {
	color: #ffcc66;
}
#searchbox a:hover {
	color: #FFC;
	border-bottom-color: #FFC;
}
#searchbox a:active {
	color: #FFF;
	border-bottom-color: #FFF;
}
.searchTextInput {
	width: 200px;
	background: #FEFEFE;
	border-top: 1px solid #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #CCC;
	color: #666;
	font-size: 1em;
	vertical-align: middle;
	line-height: 1;
	padding: 5px 3px 2px;
}
.searchBttnSubmit {
	vertical-align: middle;
}



/*Search box within MastheadStrip JS 28June2010*/

#masthead_strip #searchbox {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	float:none;
	text-align:right;
}
#masthead_strip #searchbox form {
	clear: both;
}
#masthead_strip #searchbox form label {
	display: none;
}

#masthead_strip #searchbox a, #searchbox a:visited {
	color: #ffcc66;
}
#masthead_strip #searchbox a:hover {
	color: #FFC;
	border-bottom-color: #FFC;
}
#masthead_strip #searchbox a:active {
	color: #FFF;
	border-bottom-color: #FFF;
}
#masthead_strip .searchTextInput {
	width: 200px;
	background: #FEFEFE;
	border-top: 1px solid #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #CCC;
	color: #666;
	font-size: 1em;
	vertical-align: middle;
	line-height: 1;
	padding: 5px 3px 2px;
	margin-bottom:1px;
}
#masthead_strip .searchBttnSubmit {
	vertical-align: middle;	margin-bottom:1px;
}



#box_size {
	width:300px;
}

div#minmenu {
   width:100%; 
   padding: 4px 0px 4px 0px; 
   text-align:center;
   }

.minmenu_item
{
	display		: inline;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: small;
   	margin		: 0 auto; 
   	text-align	: center;
	padding-top	: 5px;
	padding-bottom: 5px;
}

.minmenu_item a
{
	text-decoration:none;
}

.minmenu_item a:hover 
{
	color:#ffffff;
	background-color:#333333;
}

div#nav_menu-6 a{
	color:#000;
}

#gallery_centre {
	float: left;
	margin-right: 50px;
}

div#posttitle {
	color: #000;
	text-align:center;
}
div#headLogoprint_kelly img{
	display:none;
}

div#headLogoprint_kelly{
	display:none;
}

li.pos {
	margin-top:-1em;
	list-style:none;
}

ul.minList {
	list-style:none;
	padding:0;
}




@media print {

div#container	{
	margin:0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	background-color:none;
	height:100%;
	}
#content_area {
	padding-top: 1px;
}

	div#banner {
		height:50px;
		width: 100%;
	}
div#skip {
	display:none;
}

div#headLogo{
	margin-top:-87px;
	}
	
	
div#headLogo img{
		display:none;
	}
	
div#min_banner_kelly {
	height:1px;
}

div#headLogoprint{
	height:82px;
	color:black;
	width:500px;
	font-size:22px;
	display:inline;
	float:left;
	clear:both;

}

div#headLogoprint img{
	width:100%;
	height:100%;
}	

div#headLogoprint_kelly img{
	display:block;
	width:113px;
	height:82px;
}

div#headLogoprint_kelly{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#000;
	padding-bottom:40px;
}

div#minnameprint{
	float:right;
	clear:right;
	margin-top:-82px;
}
	
div#navcontainer {
	display:none;
}

div#searchcontainer {
	display:none;
}

div#min_banner {
	display:none;
	height:0px;
}


#footer_strip_content {
	display:none;
}

.promote {
	display:none;
}
div#posttitle {
	font-size:18px;
}
.main_text {
	font-size:16px;
	width:100%;
}

}