/*
Theme Name: Urban Dog Training
Theme URI: http://www.urbandogtraining.com.au/
Description: Custom designed for Urban Dog Training.
Version: 1.0
Author: PX Webdesign
Author URI: http://www.pxwebdesign.com.au

*/


body {
	font: 12px Verdana, Arial, sans-serif;
	text-align: left;
	background: #f070ab url(images/body_bg.jpg) repeat-x;
	color: #3b3b3b;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#wrapper {
	width: 960px;
	margin: 19px auto 20px auto;
	background: url(images/wrapper_bg.jpg) repeat-y;
}

#wrapper_left {
	background: url(images/sides_left.jpg) no-repeat top left;
}

#wrapper_right {
	background: url(images/sides_right.jpg) no-repeat top right;
}

#container {
	background: url(images/sides_top.jpg) no-repeat top center;
	padding: 38px 33px 0 33px;
}

#container-i {
	min-height: 440px;
	height: auto !important;
	height: 440px;
	background: url(images/container_bg.jpg) repeat-x;
}

#header {
	height: 115px;
}

#header_links {
	clear: both;
	height: 24px;
        padding-left: 20px;
	position: relative;
        top: 5px;
}

#main {
	clear: both;
	padding: 5px 0 10px 0;
}

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

#side {
	width: 220px;
	float: right;
	padding-top: 10px;
}

#footer {
	padding: 0 0 20px 0;
	background: url(images/sides_bot.jpg) no-repeat bottom center;
}





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

#header #logo {
	float: left;
}

#header #header_blog {
	float: left;
	margin: 38px 0 0 35px;
}

#header_image {
	float: right;
}



/*	-------------------------------------------------------------
	HEADER LINKS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header_links img {
	float: left;
	margin-right: 18px;
}






/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1,
#content h2 {
	font-size: 2.0em;	
	border-bottom: 3px solid #f69cc4;
	padding: 4px 0 5px 39px;
	letter-spacing: -1px;
	background: url(images/heading_paw.gif) 0 3px no-repeat;
}

#content h1,
#content h2,
#content h2 a:link,
#content h2 a:visited {
	color: #ea78ab;
	text-decoration: none;
}

#content p {
	padding: 5px 0 10px 0;
	line-height: 1.4em;
}
	
#content a:link,
#content a:visited {
	color: #f162a0;
}

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content ul {
	padding: 7px 0 11px 10px;
}	

#content ul li {
	padding: 1px 0 8px 20px;
	background: url(images/li_bg.jpg) no-repeat 0 1px;
}




/*	-------------------------------------------------------------
	POST
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .post {
	padding: 5px 0 20px 0;
}

#content .post h2,
#content .post h2 a:link,
#content .post h2 a:visited {
	color: #ea78ab;
	text-decoration: none;
}

#content .post .date {
	font-weight: bold;
	color: #9d9d9d;
	padding: 6px 0 2px 0;
}
	



/*	-------------------------------------------------------------
	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 .side_box {
	background: #f277ad url(images/side_box_top.gif) top left no-repeat;
	padding: 0 16px 8px 16px;
	border-bottom: 3px solid #f7a6c9;
	margin-bottom: 20px;
	color: #fff;
}

#side .side_box h2 {
	font-size: 1.5em;
	color: #f0599b;
	padding: 5px 0 10px 18px;
}

#side .side_box a:link,
#side .side_box a:visited {
	color: #fff;	
}

#side .side_box ul li {
	padding: 1px 0 3px 0;
	font-size: 1.1em;
}






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

#footer p {
	text-align: center;
	font-size: 0.8em;
	color: #888;
}

#footer p a:link,
#footer p a:visited {
	color: #888;	
}





