/*  
Theme Name: DSF Theme
Theme URI: http://www.dsf.org.au/
Description: Official theme for DSF website.
Version: 1.0
Author: Webonautics
Author URI: http://www.webonautics.com/

*/
body {
	margin:0in;
	font: 12px/14pt Arial, Helvetica, sans-serif;
	/*background: #262626;*/
	color: #494855;
	text-align: center;
} 

A:link, 
A:active,
A:visited{
	color:#0174AA;
	font: 12px/14pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:hover{
	color: #F78E1E;
	text-decoration: underline;
}


/* ******* layout elements */

#container {
  margin: 0 auto;
 /* width: 960px;*/
	 width: 880px;
  text-align: left;
  background: #fff;
} 


#headerwrap{
	background: url(images/header-shadow.gif) repeat-x left bottom;
	height: 180px;
}

#contentwrap{
  background: #fff;
  margin: 10px;	
}

#footerwrap{
/*	background-color: #000000;*/
	margin: 0px;
	padding: 12px;
	clear:both;
}

/* header */
#headerarea{
	background: url(images/header-gradient.gif) repeat-x left top;
	height: 164px;
}

#logo{
	width: 256px;
	height: 164px;	
	float:left;
}

#menusearch{
	float:left;
	text-align:right;
	width: 704px;
	height: 164px;
}

#topmenus{
	margin: 0px 0px 0px 367px;
	padding: 1px 0px 0px;
	height: 60px;
	width: 337px;
	display: block;	
}

#topmenus ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
}

#topmenus ul li
{
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#searchblock{
	margin-left: 515px;
	width: 189px;
	display: block;
	margin-top: 2px;
}

#mainmenuarea{
	margin-left: 284px;
	width: 420px;
	display: block;	
	margin-top: 11px;	
}


/* contents */
#pathway{
	padding: 10px;
	margin: 5px;
	text-align:right;
}


#leftPanel{
	width: 200px;
	float: left;
	margin: 0px 10px 10px 0px;
}

#mainBody{
	width: 640px;
	margin: 0px 0px 20px 210px;
}


/* ******* generic - all purpose */
.imglinks{
	padding: 0px;
	margin: 0px;
	border: 0px;
}


/* ####################### wordpress css ############################## */

/* ----------------- typography -----------------  */	
#content {
	font: 12px/14pt   Arial, Helvetica, sans-serif;
	}

.widecolumn .entry p {
	font: 12px/14pt   Arial, Helvetica, sans-serif;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
small {
	font: 10px Arial, Helvetica, sans-serif;
	}
	
	

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
	}

/*h1 {
	font-size: 26px;
	}

h2 {
	font-size: 22px;
	}

h3 {
	font-size: 18px;
	}
*/
h2.pagetitle {
	font-size: 22px;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #7b7b7b;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 11px;
	letter-spacing: .07em;
	}


	

/* End Typography & Colors */

/* ----------------- wordpress core structure elements -----------------  */
/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
	width: 620px;
	}

.widecolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
	width: 620px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	/*padding-left: 12px;*/
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 700px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
/*	padding-top: 70px;*/
	margin: 0;
	}

h2 {
	/*margin: 30px 0 0;*/
	}

h2.pagetitle {
	/*margin-top: 30px;*/
	text-align: center;
}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

/*h3.comments {
	padding-left: 12px;
	margin: 40px auto 20px ;
	}
*/	
/* End Headers */



/* 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 10px;
	list-style: none;
/*	padding-left: 10px;
	text-indent: -10px; */
	} 

html>body .entry li {
	margin: 7px 0 2px 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;
	}

/* End Entry Lists */



/* Begin Form Elements */
fieldset{
	border: 1px solid #000;	
	padding: 10px;
	text-align:left;
}

legend{
	font: 14px  Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 4px;
	padding-right: 4px;
}

.error{
	color:#000;
	font: bold 14px  Arial, Helvetica, sans-serif;
}

#login_error{
	color:#000;
	font: 14px  Arial, Helvetica, sans-serif;

}

.success{
	color:#000;
	font: 14px  Arial, Helvetica, sans-serif;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */




/* 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;
	}

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: 60px;*/
	}
	
.entry p a:visited {
	color: #0174AA;
	}
	
/* End Various Tags & Classes*/

/* ----------------- Begin Comments styles -----------------  */	

.thread-alt {
	border: 1px solid #e1f7ff;
	background: #F1FAFE;
}
.thread-even {
	background-color: #fff;
	border: 1px solid #e1f7ff;
	
}

.depth-1 {
border: 1px none #ddd;
}

.even, .alt {

	border-left: 1px none #ddd;
}

.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;
	}

#commentform{
	
}
	
/* ----------------- End Comments styles -----------------  */	

/* form elements */
label{
	display:block;
}

#loginform, #searchform, #lostpass
{
	background: #fff;
	border: #e1f7ff solid 1px;
	padding: 6px;
}


#loginform a {
	color:#0174AA;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#loginform a:hover {
	color:#F78E1E;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


#loginform .button
{
	background: #ffffff;
	border: 1px solid #000000;	
	font: 12px  Arial, Helvetica, sans-serif;
	color: #000000;
}


#registerform{
	padding: 12px;
	border: #e1f7ff solid 1px;
	background: #fff;	
}

#submit, #user_email, #user_login, #log, #pwd, #login_password, #email, #code, #cimy_uef_2, #cimy_uef_5, #author, #url, #securitycode, #comment, #addcommentbutton, #captchatext{
	background: #ffffff;
	border: 1px solid #000000;	
	font: 12px  Arial, Helvetica, sans-serif;
	color: #000000;
}

#comment{
	width: 75%;
} 

#search{
	margin-bottom:10px;
}

#searchform input
{
	background: #ffffff;
	border: 1px solid #a10000;
	font: 11px  Arial, Helvetica, sans-serif;
	color: #000000;
}

#captchacode{
	font: bold 24px Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000000;
}


/* ----------------- Sidebar styles -----------------  */	
/* Begin Sidebar */
#sidebar
{
	padding: 0px;
	width: 180px;
	font: 12px/14pt Arial, Helvetica, sans-serif;
	color: #656363;
}


#sidebar form {
	margin: 0;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #000000;	
	font: 12px  Arial, Helvetica, sans-serif;
	color: #000000;	
	margin-bottom: 2px;
	}

#sidebar #searchform #searchsubmit {
	padding: 1px;
	background: #ffffff;
	border: 1px solid #000000;	
	font: 12px  Arial, Helvetica, sans-serif;
	color: #000000;	
	}


#sidebar ul li a
{
	color:#0174AA;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#sidebar ul li a:hover{
	text-decoration: underline;
}

#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 li ul 
{
	margin: 0px;
	padding: 4px;
	background:#fff;
	border: 1px dotted #e1f7ff;	
}
	
#sidebar h2 {
	font: bold 16px/14pt Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 6px;
	background: #e1f7ff;
	text-align:left;
	margin-bottom: 1px;
	}	
	
/* ----------------- end sidebar styles -----------------  */	

/* ----------------- calendar/archives -----------------  */	
/* Begin Calendar */
#calendar_wrap{	
background:#fff;
	border: #e1f7ff solid 1px;
}

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

#wp-calendar #next a {
	margin-right: 10px;
	text-align: right;
	border: solid 1px #f6f6e4;
	}

#wp-calendar #prev a {
	margin-left: 10px;
	text-align: left;
	border: solid 1px #f6f6e4;	
	}

#wp-calendar a {
	display: block;
	}

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

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

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar caption, cite {
	text-decoration: none;
}		
	
/* End Calendar */	


/* ----------------- end calendar/archives -----------------  */	

/* ----------------- various links -----------------  */	

.authorlinks, a.authorlinks, a.authorlinks:visited, a.authorlinks:active{
	color: #0174AA;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
}


a.authorlinks:hover{
	text-decoration: none;
	color: #900202
}

.authorstitle{
	color: #000000;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
}

.category{
	margin-left: 35px;
} 

.smfonts{
	color: #000;
	text-decoration: none;
	font: 9px Arial, Helvetica, sans-serif;
}

.smfonts a, .smfonts a:visited, .smfonts a:active{
	color: #000;
	text-decoration: none;
	font: 9px Arial, Helvetica, sans-serif;
}

.smfonts a:hover{
	text-decoration: underline;
}



.titleforpage {
	padding: 3px 0px 0px 0px;
	margin-bottom: 2px;
	}

.titlelinks, a.titlelinks, a.titlelinks:visited, a.titlelinks:active{
	color: #0174AA;
	text-decoration: none;
	font: normal 18px Arial, Helvetica, sans-serif;
}


a.titlelinks:hover{
	text-decoration: none;
	color: #F78E1E
}

.titlecats, a.titlecats, a.titlecats:visited, a.titlecats:active{
	color: #0174AA;
	text-decoration: none;
	font: 10px/14pt Arial, Helvetica, sans-serif;
}


a.titlecats:hover{
	text-decoration: none;
	color: #900202

}

h2 a, h2 a:visited, h2 a:active, h3 a, h3 a:visited, h3 a:active {
	color: #0174AA;
	text-decoration: none;
	font: normal 18px Arial, Helvetica, sans-serif;
	}

h2 a:hover, h3 a:hover {
	color: #F78E1E;
	text-decoration: none;
}
/* ----------------- end various links -----------------  */	
