		/*
Theme Name: TechJunkie
Description: web design <a href="mailto:derekshirk@gmail.com">derek shirk</a>and<a href="mailto:subliminimal_diseno@yahoo.com">jacob obrien</a>
Version: 1.0
Author: Derek Shirk and Jacob Obrien
*/

/* ----------------------------------------------
	Template Name : UrbanForum
	Version : 1.0   
	Author : Derek Shirk/Jacob Obrien
	Last Date Modified : June 11, 2008	
 ------------------------------------------------ */
 



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

/* Top Elements */

* { margin: 0; padding: 0; outline: 0 }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-align: justify; 
	background: #68a8be url(images/gradient_bg.jpg) repeat-x;	
}

/* links */

a, a:visited {	
	color: #306495;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */

h1, h2, h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold; 	
	padding: 0px;		
	color: black;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 2em;
	color: #88ac0b;
}

h3 {
	font-size: 1em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

h4 {
	font-size: 1em;
	font-weight: normal;	
}


/* Paragraph */

p { padding: 6px 0px;	}


/* Lists */

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}

dd {
  padding-left: 25px; 
}


/* images */


img {
	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 7px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #deedae; 
	background: #F0FFD2; 
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}

blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #DFF4B5; 
	background: #F0FFD2 url(images/quote.gif) no-repeat 7px 10px;
}

/* start - table */

table {
	border-collapse: collapse;
	margin: 15px 10px;		
}

th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}

tr {
	height: 34px;
	background: #fff;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}
	
/* end - table */

/* form elements */

form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid #D8E99E; 
	background: #deedae; 	
}

label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}

input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	font: normal 11px Verdana, sans-serif;
}

textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}



/**********************************LAYOUT****************************************/ 



#wrap {
	/*this controls the footer content bg*/
	position: relative;
	width: 920px;
	height: auto;
	background: url(images);
	margin: 25px auto;
	text-align: left;	
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 921px;	
	padding: 0px 0; 	
	background: url(images/content_repeat_bg.png) repeat-y;	
}

#content-wrap2 {
	position: relative;
	clear: both;
	float: left;	
	width: 919px;	
	padding: 0 0;
	margin-right: 2px;
	background: url(images/content_wide_repeat_bg.png) repeat-y; 
		
}

/*---------------------START HEADER IMAGE DIV IDS----------------------------*/


#header {
	position: relative;
	width: 920px;
	height: 115px;
	background: url(images/header_top_bg.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}


/*---------------------HEADER BOTTOM----------------------------*/
#header_bottom_home {
	position: relative;
	width: 920px;
	height: 270px;
	background: url(images/header_bottom_bg3.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}

#header_bottom_challenge {
	position: relative;
	width: 920px;
	height: 270px;
	background: url(images/header_bottom_bg2.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}

#header_bottom_news {
	position: relative;
	width: 920px;
	height: 270px;
	background: url(images/header_bottom_bg1.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}

#header_bottom_documents {
	position: relative;
	width: 920px;
	height: 270px;
	background: url(images/header_bottom_bg4.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}

#header_bottom_contact {
	position: relative;
	width: 920px;
	height: 270px;
	background: url(images/header_bottom_bg5.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}

#header_bottom_community {
	position: relative;
	width: 920px;
	height: 270px;
	background: url(images/header_bottom_bg6.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}

/*---------------------END HEADER BOTTOM----------------------------*/

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 58px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #D6EBAB;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 122px; left: 135px;		
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 75px; right: 55px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #82c7f4 url(images/header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #0e5792;
	float: left;
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}

/**********************************Navigation****************************************/ 

#nav {
	clear: both;	
	padding: 0;	
	margin: 0;
	width: 920px;
	height: 52px;
	background: url(images/nav_placeholder2.png) no-repeat;		
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 32px;			
	height: 50px;	
}
#nav ul li {
	display: inline;
	margin: 0; 
	padding: 0;
}

#nav ul li a {
	float: left;
	color: #006699;
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/nav_divider.png) no-repeat;
	margin-top: 14px;
	margin-left: 7px;
	padding-top: 8px;
	padding-right: 17px;
	padding-left: 20px;
	height: 28px;
}

* html #nav ul li a {
	float: left;
	color: #006699;
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/nav_divider.png) no-repeat;
	margin-top: 14px;
	margin-left: 4px;
	padding-top: 8px;
	padding-right: 18px;
	padding-left: 18px;
	height: 28px;
}

*:first-child+html #nav ul li a {
	float: left;
	color: #006699;
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/nav_divider.png) no-repeat;
	margin-top: 14px;
	margin-left: 7px;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	height: 28px;
}

#nav ul li a:hover, 

#nav ul li a:active {
	color: #999999;	
}

#nav ul li.current_page_item a {		
	color: #999999;
}

/***************************END Navigation****************************************/ 




/*---------------------START CONTENT TITLE DIV IDS-------------------------*/

#content_title_home {
	position: relative;
	width: 901px;
	height: 115px;
	background: url(images/content_title_home2009.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin-left: 11px;

}


#content_title_challenge {
	position: relative;
	width: 901px;
	height: 115px;
	background: url(images/background.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin-left: 11px;

}


#content_title_news {
	position: relative;
	width: 901px;
	height: 115px;
	background: url(images/content_title_news.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin-left: 11px;

}


#content_title_documents {
	position: relative;
	width: 901px;
	height: 115px;
	background: url(images/public_documents.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin-left: 11px;

}

#content_title_contact {
	position: relative;
	width: 901px;
	height: 115px;
	background: url(images/contact.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin-left: 11px;

}

#content_title_community {
	position: relative;
	width: 901px;
	height: 115px;
	background: url(images/community.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin-left: 11px;

}

/*---------------------END CONTENT TITLE DIV IDS---------------------------*/



/*****************************Main Column****************************************/ 


#main {
	float: left;
	width: 630px;
	padding: 0 0 0 15px; 
	margin: 0 0 0 48px;
	display: inline;
	text-align: justify;
	
}
#main h2 {
	color: #000000;
	font-size: 1em; 
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 5px 0px; 	
	margin-left: 0px;
	margin-top: 10px;		
	
	
}

#main h2 a {
	color: #000000;
	text-decoration: none;		
}

#main ul li {
	list-style-image: url(images/bullet.png);
}

#main2 ul li {
	list-style-image: url(images/bullet.png);
}

/*****************************Main2 Column****************************************/ 

#main2 {
	float: left;
	width: 800px;
	padding: 0 0 0 15px; 
	margin: 0 0 0 50px;
	display: inline;
	
}

#main2 h2 {
	color: #006699;
	font-size: 1.4em; 
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0 5px 0px; 	
	margin-left: 0px;		

}

#main2 h2 a {
	color: #006699;
	text-decoration: none;		
}
#main2 ul li {
	list-style-image: url(images/bullet.gif);
}


/*---------------------START SIDEBAR---------------------------*/

#sidebar {
	float: right;
	width: 140px;
	padding: 0; 
	margin: 0 40px 0 0;
	display: inline;	
}

#sidebar h3 {
	font-size: 13.2px; 		
	color: #006699;
	font-weight: bold;
	letter-spacing: .9px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

/* sidebar menu */

#sidebar ul {
	font-size: .8em;
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 2px 5px; 			
}

* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	color: #999999;	
}
#sidebar ul li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar ul li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul li { border: none; }

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}

/* footer */

#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding-bottom: 12px;	
	margin: 0;
	background: url(images/footer_bg.png) no-repeat left bottom;		
}

#footer-content {
	width: 920px;
	background: url(images) no-repeat;	
	padding: 0px 0 0px 0;
}

#content_footer {
	position: relative;
	width: 915px;
	height: 24px;
	background: url(images/content_footer2.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin-bottom: 0px;
}

#content_footer_wide {
	position: relative;
	width: 918px;
	height: 24px;
	background: url(images/content_footer_wide.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin-bottom: 0px;
}



#footer-wrap p {
	padding: 0px 0;
}
#footer-wrap h3 {
	color: #145F94; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 1px solid #BFD286;
}
#footer-columns li {
	border-bottom: 1px solid #CCDA9E;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */

#footer-bottom {
	text-align: center;	
	font-size: 0.95em;
	clear: both;
	color: #555;	
	margin-top: 20px; 
	width: 920px;
	padding: 0px 0 10px 0;
}



* html #footer-bottom {
	text-align: center;	
	font-size: 0.95em;
	clear: both;
	color: #555;	
	margin-top: 0px; 
	width: 920px;
	padding: 0px 0 10px 0;
	
}

*:first-child+html #footer-bottom {
	text-align: center;	
	font-size: 0.95em;
	clear: both;
	color: #555;	
	margin-top: 3px; 
	width: 920px;
	padding: 0px 0 10px 0;
	
}


#footer-bottom a { color: #306495; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #deedae; 
	background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

img.avatar {float:left; margin-right:5px;}