/*
Theme Name: TASC
Theme URI: http://www.tascinc.org.au/
Description: Custom designed for TASC.
Version: 1.0
Author: PX Webdesign
Author URI: http://www.pxwebdesign.com.au/

*/

/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2009
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #464646;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #fff;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#topBar {
	background: #f1f1f2 url(images/topBar_bg.gif) repeat-x bottom left;
	height: 60px;
}

#topBar-i {
	width: 960px;
	margin: 0 auto;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#main {
	padding-top: 40px;
}

#content {
	width: 720px;
	float: left;
}

#side {
	width: 200px;
	float: right;
}



/*	-------------------------------------------------------------
	TopBar
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#topBar #topBar_text {
	float: left;
	margin: 26px 0 0 0;
}


/*	Search
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#topBar_search {
	background: #fff url(images/topBar_search_left.gif) top left no-repeat;
	height: 30px;
	padding-left: 10px;
	float: right;
	margin-top: 14px;
	width: 210px;
}

#topBar_search-i {
	background: url(images/topBar_search_right.gif) top right no-repeat;	
	height: 30px;
	padding-right: 10px;
}

#topBar_search_input {
	float: left;
	margin-top: 10px;
	border: 0;
	background: #fff;
	color: #adadad;
	font-size: 0.9em;
	font-weight: bold;
	width: 160px;
	padding: 0;
}

#topBar_search_button {
	float: right;
	margin: 4px 0 0 10px;	
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #header_logo {
	float: left;
	margin-top: 42px;
}


/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header_menu {
	float: right;
	padding-top: 45px;
}

#menuMain li {
	display: block;
	float: left;
	margin-left: 25px;
	max-width: 130px;
}

#menuMain li.start {
	margin-left: 0;	
}

#menuMain h3 {
	font: 1.2em Georgia, serif;
}

#menuMain h3,
#menuMain h3 a:link,
#menuMain h3 a:visited {
	color: #636363;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/*	Childs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain ul.childs {
	padding-top: 5px;
}

#menuMain ul.childs li {
	float: none;
	margin: 0;
	padding: 0 0 4px 0;
}

#menuMain ul.childs li a:link,
#menuMain ul.childs li a:visited {
	font-size: 1.0em;
	line-height: 1.0em;
	color: #adb62b;
	text-decoration: none;
}

#menuMain ul.childs li a:hover {
	color: #a1a650;
	text-decoration: underline;
}





/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content p {
	line-height: 1.4em;
	padding: 10px 0 5px 0;
}

#content p.intro {
	line-height: 1.0em;
	padding: 0 0 15px 0;
}


#content h1 {
	font: 2.4em Georgia;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 10px 0 2px 0;
}

#content h1.quote {
	font-size: 2.1em;
	font-weight: normal;
	text-transform: none;
	padding: 10px 0 10px 0;
}

#content h2 {
	font: 2em Georgia;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 8px 0 1px 0;
}

#content h2.quote {
	font-size: 2em;
	font-weight: normal;
	text-transform: none;
	border: 3px solid #a9b21c;
	border-left: 0;
	border-right: 0;
	padding: 20px 20px 18px 20px;
	margin: 10px 0 10px 0;
	text-align: center;
}

#content h3 {
	font: 1.5em Georgia;
	font-weight: bold;
	line-height: 1.2em;
	padding: 8px 0 1px 0;
}


#content a:link,
#content a:visited {
	color: #9ea718;
	text-decoration: none;
}

#content a:hover {
	color: #98a01f;
	text-decoration: underline;
}

#content ul {
	padding: 10px 0 10px 17px;
}

#content ul li {
	padding: 0 0 5px 20px;
	background: url(images/li_bg.gif) no-repeat 0 3px;
	line-height: 1.4em;
}


/*	Index
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#index_posts .date {
	font-size: 0.9em;
	color: #887;
	font-weight: bold;
}

#index_posts .post {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}


/*	Normal Comments
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.commentlist li .avatar {
	float:left;
}

.commentlist li {
	padding: 5px 10px 10px 5px;
	}
.commentlist li ul li { 
	margin-left: -5px;
	margin-right: 10px;
}

.commentlist p {
	margin: 10px 0 10px 5px;
}
#commentform {
	margin: 5px 0 0 10px;
	}
#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
.commentlist p {
	margin: 10px 0 10px 5px;
}

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

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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




/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#side h2 {
	font: 1.5em Georgia;
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}

#side h4 {
	font-weight: bold;
	color: #464646;
	padding: 8px 0 1px 0;
}

#side p {
	padding: 3px 0 10px 0;
}

#side a:link,
#side a:visited {
	color: #a1aa19;
}

#side p.more {
	font: 1.3em Georgia;
	font-weight: bold;
	color: #636363;
}

#side p.more a:link,
#side p.more a:visited {
	font-weight: bold;
	color: #636363;	
	text-decoration: none;
}





/*	-------------------------------------------------------------
	SIDE BOX
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side .side_box {
	background: #f3f3f3 url(images/side_box_bg.jpg) no-repeat bottom left;
	font-size: 0.9em;
	color: #464646;
}

#side .side_box .inner {
	background: url(images/side_box_head.jpg) no-repeat top left;
	padding: 0 13px 20px 13px;
	min-height: 150px;
}

#side .side_box ul {
	padding: 5px 0 5px 10px;	
}

#side .side_box ul li {
	padding: 2px 0 3px 0;	
}



/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer {
	margin-top: 30px;
	background: url(images/footer_bg.gif) no-repeat top left;
	padding: 0 20px;
	height: 102px;
	font-size: 0.9em;
}

#footer p {
	padding: 15px 0 0 0;
}

#footer p.footer_col {
	padding: 10px 0 0 0;
	width: 230px;
	float: left;
}

#footer_boots {
	margin-top: 5px;
	float: right;
}