/*
Theme Name: OneBug Custom
Theme URI: http://www.vectordefector.com
Description: A customized theme developed for OneBug.org.
Version: 1.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/

body {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
	background-color: #141414;
	color: #444444;
	margin: 0 0 0 0;
}
	
a {
	color: #4283b2;
	text-decoration: none;
}

a:hover{
	color: #4283b2;
	text-decoration: underline;
}

h1 {
	font-family: "Myriad", "Myriad Pro", Verdana, Arial, Sans-Serif;
	font-size: 24px;
	font-weight:bold;
	color:#4283b2;
}

h2 {
	font-family: "Myriad", "Myriad Pro", Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight:bold;
	color:#4283b2;
}

img {
	border: none;	
}

p {
	font-size: 12px;
}

li {
	font-size: 12px;
}

td {
	font-size: 12px;
}

.clear {
	clear:both;
}
	
#page {
 /* */
}

#header {
	float:left;
	width: 100%;
	height: 164px;
	background-image: url(images/header_bg_repeating.gif);
	background-repeat: repeat-x;
}


#headerImg {
	width:850px;
	height:164px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_sub_bg.jpg);
}

#logo {
	float:left;
	width:348px;
	height:132px;
	margin-top: 20px;
	z-index: 1;
}

#socialTop {
	float:right;
	width: 260px;
	margin-top: 5px;
	color: #ffffff;
	text-align: right;
}


#searchbox {
	float:right;
	width: 260px;
	margin-top: 20px;
	color: #ffffff;
	text-align: right;
}

#searchbox a {
	font-size: 11px;
	color: #ffffff;
}

#searchFields {
	float:left;
	width:259px;
	height:49px;
	margin-top:10px;
}
 
.homeBtn {
	float:left;
	width: 70px;
	height: 32px;
	margin-top: 131px;
	background-image: url(images/home_btn_bg.gif);
	text-align: center;
	z-index: 10;
}

.homeOver {
	float:left;
	width: 70px;
	height: 32px;
	margin-top: 131px;
	background-image: url(images/home_btn_bgMO.gif);
	text-align: center;
	z-index: 10;
}

#homeLeft {
	float:left;
	width:640px;
	height:375px;
    margin-top:25px;
	margin-bottom:25px;
}

#homeRight {
	float:right;
	width:190px;
    margin-top:25px;
	margin-bottom:25px;
}

.navText a{
	float:left;
	margin-left: 20px;
	margin-top: 10px;
	color:#ffffff;	
	text-decoration: none;
}

.navText a:hover {
	color:#ffffff;	
	text-decoration: none;
}

#homeFrame {
	float:left;
    width:100%;
    height:430px;
    padding-bottom: 10px;
    background-color:#000000;
}

#pageFrame {
    float:left;
    width:100%;
    min-height:430px;
    padding-bottom: 10px;
    background-color:#000000;
}

#content {
	font-size: 13px;
	width:850px;
	min-height: 550px; 
	margin-left: auto;
	margin-right: auto;
}

#newcomersFrame {
	float:left;
	width:891px;
	height:373px;
    	margin-top:30px;
	margin-bottom:25px;
    	background-image: url(images/newcomers_content_bg.jpg);
}

.formBtns {
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #e9ad20;
	background-color: #e9ad20;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	cursor: pointer;	
}

/* ## NAVIGATION ## */

	#navigation {
		float:left;
		width: 640px;
		height: 37px;
		margin-top: 25px;
	}
	
	/* Parent Blocks */
	
	.navParentLcap {
		float: left;
		width:7px;
		height:37px;
		margin-left: 3px;
		background-image: url(images/nav_parent_Lcap.gif);
	}
	
	.navParentRcap {
		float: left;
		width:7px;
		height:37px;
		background-image: url(images/nav_parent_Rcap.gif);
	}
	
	.navParent {
		float:left;	
		height: 37px;
		padding-top: 14px;
		padding-left: 4px;
		padding-right: 4px;
		font-size: 12px;
		text-transform: uppercase;
		background-image: url(images/nav_parent_bg.gif);
		background-repeat: repeat-x;
	}
	 
	.navParent a{
		color: #ffffff;
	}
	
	.navParentActiveLcap {
		float: left;
		width:7px;
		height:37px;
		margin-left: 3px;
		background-image: url(images/nav_parent_active_Lcap.gif);
	}
	
	.navParentActiveRcap {
		float: left;
		width:7px;
		height:37px;
		background-image: url(images/nav_parent_active_Rcap.gif);
	}
	
	.navParentActive {
		float:left;	
		height: 37px;
		padding-top: 14px;
		padding-left: 4px;
		padding-right: 4px;
		font-size: 12px;
		text-transform: uppercase;
		background-image: url(images/nav_parent_active_bg.gif);
		background-repeat: repeat-x;
	}
	 
	.navParentActive a{
		color: #ffffff;
	}
	
	/* Child Blocks Default */
	.navChild {
		float:left;	
		width: 179px;
		height: 20px;
		margin-top: 2px;
		padding-top: 14px;
		padding-left: 10px;
		font-size: 12px;
		text-transform: uppercase;
		background-image: url(images/nav_child_bg.gif);
		background-repeat: repeat-x;
	}
	
	.navChild a{
		color: #ffffff;
	}
	
	.navChildActive {
		float:left;	
		width: 179px;
		height: 20px;
		margin-top: 2px;
		padding-top: 14px;
		padding-left: 10px;
		font-size: 12px;
		text-transform: uppercase;
		background-image: url(images/nav_child_active_bg.gif);
		background-repeat: repeat-x;
	}
	
	.navChildActive a{
		color: #ffffff;
	}
	
	/* Child Blocks Top */
	.navChildTop {
		float:left;	
		width: 179px;
		height: 20px;
		padding-top: 14px;
		padding-left: 10px;
		font-size: 12px;
		text-transform: uppercase;
		background-image: url(images/nav_sub_top.gif);
		background-repeat: repeat-x;
	}
	 
	.navChildTop a{
		color: #ffffff;
	}
	
	.navChildTopActive {
		float:left;	
		width: 179px;
		height: 20px;
		padding-top: 14px;
		padding-left: 10px;
		font-size: 12px;
		text-transform: uppercase;
		background-image: url(images/nav_sub_top_active.gif);
		background-repeat: repeat-x;
	}
	 
	.navChildTopActive a{
		color: #ffffff;
	}
	
	/* Child Blocks Bottom */
	.navChildBottom {
		float:left;	
		width: 179px;
		height: 20px;
		margin-top: 2px;
		padding-top: 14px;
		padding-left: 10px;
		font-size: 12px;
		text-transform: uppercase;
		background-image: url(images/nav_sub_btm.gif);
		background-repeat: repeat-x;
	}
	 
	.navChildBottom a{
		color: #ffffff;
	}
	
	.navChildBottomActive {
		float:left;	 
		width: 179px;
		height: 20px;
		margin-top: 2px;
		padding-top: 14px;
		padding-left: 10px;
		font-size: 12px;
		text-transform: uppercase;
		background-image: url(images/nav_sub_btm_active.gif);
		background-repeat: repeat-x;
	}
	 
	.navChildBottomActive a{
		color: #ffffff;
	}
	

/* --- end nav --- */

/* ####### Body elements ####### */


#bodyWrap {
	float:left;
	width:636px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#outerBodyCapTop {
	float:left;
	width:636px;
	height:6px;
	background-image:url(images/body_content_top_cap.gif);
}

#outerBodyCenter {
	float:left;
	width: 636px;
	background-color: #7d7d7d;
    }

#bodyBreadCrumbs {
	float:left;
	width:606px;
	height:17px;
	padding-top: 3px;
	margin-top: 10px;
    margin-left: 15px;
	background-image:url(images/body_breadcrumbs_bg.gif);
	font-size: 11px; 
	font-weight: bold;
	text-transform: lowercase;
	
}

#bodyBreadCrumbs a {
	font-size: 11px; 
	font-weight: bold;
	text-transform: lowercase;
	color:#4283b2;	
	
}

.breadCrumbsArrow {
	float:left;
	width:5px;
	height:6px;
	margin-left: 7px;
	margin-top: 5px;
	background-image:url(images/breadcrumbs_arrow.gif);
}

#innerBodyCapTop {
	float:left;
	width:606px;
	height:5px;
	margin-top: 15px;
    margin-left: 15px;
	background-image:url(images/body_inner_top_cap.gif);
}

#innerBody {
	float:left;
	width: 606px;
    margin-left: 15px;
	background-color: #FFFFFF;
}

#innerBodyContent {
	float:left;
	width: 550px;
	min-height: 635px;
    	margin-left: 30px;
    }

/* images in body styles */
    
    .alignright {
    	float:right;
		min-height: 120px;
		padding: 5px;
		margin-left: 8px; 
		margin-bottom: 8px;
		text-align:center;
    }
    
   .aligncenter{
    	min-height: 120px;
		padding: 5px;
		margin-left: auto; 
		margin-right: auto; 
		margin-bottom: 8px;
		text-align:center;
    }
    
   .alignleft{
    	float:left;
		padding: 5px;
		min-height: 120px;
		margin-right: 8px;
		margin-bottom: 8px;
		text-align:center;
    }
	
	.wp-caption  {
		border: 1px solid #c0c0c0;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px; 
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-align:center;
	}
    
.sociable_tagline {
	margin-top: 10px;
    margin-bottom: 10px;
}


#innerBodyCapBottom {
	float:left;
	width:606px;
	height:5px;
    margin-left: 15px;
	margin-bottom: 15px;
	background-image:url(images/body_inner_btm_cap.gif);
}

#outerBodyCapBottom {
	float:left;
	width:636px;
	height:6px;
	background-image:url(images/body_content_btm_cap.gif);
}



#sidebar {
	float:right;	
	width: 190px;
	margin-top: 25px;
    }

.sideBarImages {
	float:left;
	margin-top: 10px;
	margin-bottom:10px;	
}

.widgettitle {
	display:none;
}

.box {
	float:left;
    width: 190px;
    margin-top:10px;
    margin-bottom: 0px;
}

.box ul {
	margin: 0px;
    padding: 0px;
}

.box li {
	margin-top: 0px;
	margin-bottom: 10px;
    padding: 0px;
	list-style: none;
    border: 1px solid #3b3b3b;
}


/* --- end body elements  --- */
 

#footer {
	float: left;
	width: 100%;
	background-image: url(images/footer_bg_repeating.gif);
	background-repeat: repeat-x;
    background-position: top center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
    color: #ffffff;
}

#footer a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	
}

#footer a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #57b7df;
	text-decoration: underline;
}
	
#footerImg {
	width:850px;
	height:164px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer_sub_bg.jpg);
}	
	
#footerLeft {
	float:left;
	width:420px;
	margin-top:30px;	
	text-align: left;
}

#footerRight {
	float:right;
	width:400px;
	margin-top:30px; 
	text-align: right;
}
	