/*
Theme Name: Thrive
Author: DHX Advertising
Description: Created for Dr. Maddox
Author URI: www.dhxadv.com
*/

/*************************************************************************/
/********************* import global stylesheet **************************/

@import url('/assets/global.css');

/*************************************************************************/
/************************* blog-specific tweaks ***************************/

#left ul{ /* parent level */
	margin:0 auto;
	list-style:none;
}
ul.children li{
	margin:0 0 0 5px;
	padding:0 0 0 14px;
	list-style:none;
	background:url(/images/bullet.gif) no-repeat 0 3px;
}

h1{
	font-size:18px;
	margin-top:25px;
	padding-bottom:15px;
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
h2{
	font-size:18px;
	margin-top:25px;
	color:#FFFFFF;
	border:none;
}
h3{
	font-size:13px;
	font-weight:normal;
	color:#B9DCE6;
	padding-bottom:15px;
	border-bottom:1px solid #B9DCE6;
}
.box{
	margin-bottom:30px;
}
.navigation{
	height:50px;
	margin:15px 0 0 0;
	padding-top:15px;
	border-top:1px solid #B9DCE6;
}
.comment-body{
	padding-bottom:5px;
}
.alignleft{
	float:left;
	padding:5px 15px 5px 0;
}
.alignright{
	float:right;
	padding:5px 0 5px 15px;
}

/*************************************************************************/
/************************* comment form fields ***************************/

form{
	margin:0;
	padding:0;
	color:#B9DCE6;
}
.commentfield{
	width:400px;
	height:18px;
	padding-left:5px;
	background:#FFFFFF;
	border:1px solid #A0C1D3;
}
form#commentform button{
	height:16px;
	float:right;
	background:#B6DBE5;
	color:#2E4A51;
	font-size:10px;
	text-align:center;
	border:none;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor:pointer;
	vertical-align:middle;
}

/*************************************************************************/
/****************************** search bar *******************************/

form#searchform{
	float:left;
}
form#searchform input{
	width:230px;
	height:18px;
	padding-left:5px;
	outline:none;
	background:#FFFFFF;
	border:1px solid #A0C1D3;
}
form#searchform button{
	height:16px;
	margin-top:10px;
	float:right;
	background:#B6DBE5;
	color:#2E4A51;
	font-size:10px;
	text-align:center;
	border:none;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor:pointer;
	vertical-align:middle;
}

/*************************************************************************/
/***************************** linkage ***********************************/

/* left sidenav */
#left a:link, #left a:visited, #left a:active {color:#B6EDFF; text-decoration:none;}
#left a:hover {color:#FFFFFF; text-decoration:none;}

#left li {color:#B6EDFF; text-decoration:none;}
#left a:hover, #left .current_page_item a, #left .current-cat a {color:#FFFFFF; text-decoration:none;}

/* blog titles */
#right h2 a:link, #right h2 a:visited, #right h2 a:active {color:#FFFFFF; text-decoration:none;}
#right h2 a:hover {color:#E5C816; text-decoration:none;}


