/* ----------------------------------------------

	Theme Name : D-Build
	Version : 1.0   
	Author : stressdesign
	Author URI : http://www.stressdesign.com/	

 ------------------------------------------------ */

 

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	margin:0;
	padding:0;
	/* customize_background */ background-color:#fff; /* customize_background */
}
/*
a img { border: 0 }
*/



/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#page {
}


/* Header */

#header {
	margin-top: 15px;
}
#logo {
	margin-bottom: 25px;
	border: 0;
}
#logo img,
#logo a img {
	margin-left: -6px;
	border: none;
}
#header-area {
	text-align: right;
	margin-top: 5px;
}
#header-area a img,
#header-area img { border:solid #CCC 1px; }




/*  Main Navigation  */

#nav {
	clear: both;
	background-color: #ccc;
	height: 30px;
	overflow: hidden;
	margin-bottom: 15px;
}
#nav ul {	
	width: 940px;
	margin:6px auto 0;
	padding:0;
}
#nav ul li {
	margin:0 15px 0 0;
	padding: 0;
	list-style:none;
	float:left;
}
#nav ul li a {
	display:block;
	text-decoration:none;
	text-transform: lowercase;
	color: #333;
	font-size: 18px;
	line-height: 1;
}
#nav ul li a:hover {
	color: #006699;
}

#nav ul li:hover, #nav ul li.nav-selected {
}


/* Secondary Navigation */

#secondary-nav {
}
#secondary-nav ul {
	margin: 5px 0 5px 0;;
	padding: 0;
	overflow: hidden;
}
#secondary-nav ul li {
	margin: 0 15px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
#secondary-nav ul li a {
	display: block;
	text-decoration: none;
	color: #999;
	text-transform: lowercase;
	font-size: 15px;
}
#secondary-nav ul li a:hover, #secondary-nav ul li.nav-selected a {
	color: #006699;
	font-weight: bold;
}


/* Search */

#search {
}
#search form {
	margin: 0!important;
	float: right;
}
#search h3 {
	float: left;
	margin: 5px;
	text-transform: lowercase;
}



/* Wrapper */
#wrapper {
	overflow: hidden;
	padding: 15px 0;
	margin-bottom: 15px;
}
#home #wrapper {
	background: url(http://d-build.org/packages/theme_dbuild/themes/dbuild/images/wrapper-bg-home.gif) repeat-y center top;
}
#right_sidebar #wrapper {
	background: url(http://d-build.org/packages/theme_dbuild/themes/dbuild/images/wrapper-bg-rightsidebar.gif) repeat-y center top;
}
#three_column #wrapper {
	background: url(http://d-build.org/packages/theme_dbuild/themes/dbuild/images/wrapper-bg-threecolumn.gif) repeat-y center top;
}



/* Content */

#content {
	overflow: hidden;
	min-height: 1px;
}
#content img { border:solid #CCC 1px; }
#three_column #content .inner {
	margin: 0 20px;
}



/* Sidebar */
#sidebar {
	overflow: hidden;
	min-height:1px;
}
#sidebar img { border:solid #CCC 1px; }
#home #sidebar .inner {
	margin: 0 20px;
}
#right_sidebar #sidebar .inner {
	margin-left: 20px;
}
#home #sidebar .inner img {
	margin-right:3px;
}


/* Aside */
#aside {
}
#aside img { border:solid #CCC 1px; }


/* Sub Navigation */
ul.sub-nav {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
}
ul.sub-nav li {
	margin: 2px 0;
}
ul.sub-nav li a {
	text-decoration:none;
	display: block;
	padding: 3px 2px;
	color: #999;
	font-size: 15px;
	text-transform: lowercase;
}
ul.sub-nav li a:hover {
	color: #006699;
}
ul.sub-nav li.nav-selected a {
	color: #006699;
	font-weight: bold;
}
ul.sub-nav li li {
	font-size:0.9em;
}
ul.sub-nav li ul {
	margin-top:0;
	margin-bottom:0.5em;
}
ul.sub-nav li li a {
	padding:0!important;
}




/* Footer */

#footer {
	clear:both;
	width:940px;
	margin:0 auto 100px;
	padding:0;
}
#footer p {
}
#footer a {
	color: #666;
}


/* Form */

#page form {
	margin-bottom: 1.5em;
}
#page form table {
	margin-bottom: 0;
}
#page form table td {
	border: 0;
}
form input.formBlockSubmitButton, form input.searchBlockSubmitButton { 
	background: #fff url(http://d-build.org/packages/theme_dbuild/themes/dbuild/images/submit-btn-bg.jpg) repeat-x bottom;
	font-size: 15px;
	margin: 0 3px;
	padding: 1px 10px 3px; 
	color: #666;
	border: 1px solid #006699;
	cursor:pointer;
	-moz-border-radius:6px;
}
form input.searchBlockSearchField {
	width:140px;
}
form input, form textarea, form select {
	padding:3px;
	color:#666;
	font-family:Arial;
}


/* alignment classes & additional classes*/

.left  { float: left; }

.right { float: right; }



/* Clearing */

.clearboth { clear: both; }

.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}
#content td.question {
	font-size:15px;
	color:#999;
}
#content .required {
	color:#006699;
}
.advertisement {
	float:left;
	margin:0 0 3px;
}
#header-area .advertisement {
	float:none;
}
/* customize_miscellaneous */ /* customize_miscellaneous */
