/*
THEME NAME: Counterbeing V3
THEME URI: http://counterbeing.com
DESCRIPTION: Made especially for counterbeing...
AUTHOR: Cory Logan
AUTHOR URI: http://counterbeing.com	
*/

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


 /*
####################			Base			##################
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  }
ol, ul {
	list-style: none;
  }

a {
  color: #333;
	text-decoration: none;
  }
a:hover{
	text-decoration: underline;
}
  
body {
	font-family: Tahoma;
	font-size: 62.5%;
	line-height: 1.5;	  
	color: #000;	
	background-color: #63626c;
	background-image:url("http://counterbeing.com/wp-content/themes/counterbeing/images/rocks3.gif");
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 98%;
	overflow-x: hidden;
	
  }
  
#header {
	padding-left: 20px;
	position: relative;
	z-index: 10;
  }
#logo{
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
}
h2{
	padding-left: 5px;
	margin: 3px;
}


 /*
####################			Masonry Stuff			##################
*/

  
#linky {
	float: left;
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
  } 
  
  
.boxy h3 {
  font: 1.2em Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0 10px;
  }

.boxy {
  background: #EEE;
  font-size: 1.2em;
  float: left;
  margin-bottom: 20px;
  border-bottom: 0px solid #FFF;
  margin-left: 12px;
  float: left;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  } 

.boxy:hover {
  background: #FF0;
  }

.boxy div {
  padding: 10px;
  }
  
.boxy h4 {
  margin-bottom: 10px;
  }

.boxy h4 a {
  border-bottom-width: 0;
  color: #666;
  }
.wrap {
  border: 0px;
  padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	clear: both;
	width: 98%;
}

.col3 { width: 300px; }
.col9 { width: 940px; }
.col3 img { max-width: 300px; }
.col9 img { max-width: 900px; }
  

.boxy p {
	padding: 5px;
}


/*
####################			Navigation			##################
*/

#blog_title {
	color: #FFF;
	display: inline;
	background: #000;
	padding: 3px;
  	border: 2px dashed #666;
	font-size: 14px;

}
#blog_subtitle {
	color: #FFF;
	display: inline;
	background: #000;
	padding: 3px;
  	border-bottom: 2px solid #333;
	font-size: 14px;


}
#header_graphic{
	display: inline;
}

div.nav{
	display: inline-block;
	background-color: #000;
	height: 14px;
	padding: 5px;
	color: #FFF;

}
div.nav:hover{
	background-color: #FFF;
	color: #666;
	cursor: pointer;
}
div.dot{
	display: inline-block;
	background-color: #F00;
	width: 14px;
	height: 14px;
	padding: 5px;
	margin: 5px;
}
#dot1{
	background-color: #9FF;
}
#dot2{
	background-color: #F6C;
}
#dot3{
	background-color: #FF0;
}


#navdrop{
	height: 162px;
	width: 100%;
	position: absolute;
	display:block;
	left: 0px;
	top: -162px;
	background: #000;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
	opacity:0.6;
	overflow: hidden;
	z-index: 0;
}

#CategoryButtonHolder{
	position: absolute;
	display:block;
	margin-top: 110px;
	top: -162px;
	overflow: hidden;
	left: 0px;
	margin-left: 300px;


}

#CategoryButtonHolder li{
	display: inline-block;
	background-color: #FFF;
	height: 14px;
	padding: 5px;
	margin: 5px;
	color: #F00;
	font-weight: bold;
	
}



.pagination{
	clear: both;
	float:left;
	
}
.pagination span{
	display: inline-block;
	text-align: right;
	overflow: hidden;
	font-size:28px;
	padding: 5px;
	width: 30px;
	height: 30px;
	padding: 5px;
	margin: 5px;
}
.pagination .current{
	background-color: #99FFFF;
}

.pagination .inactive{
	background-color: #F6C;
	
}
.pagination .inactive:hover{
	background-color: #FF0;
}
/*
####################			Content			##################
*/

.boxtitles{
	padding-top: 2px;
	padding-bottom: 2px;
	
}
.quote{
	background: #99FFFF;
	color: #F0C;
	font-family: Tahoma;
	font-variant: normal;
	letter-spacing: 1px;
	

}
.thought{
	background: #F6C;
	color: #336699;
	font-family: Tahoma;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	
}
.goals{
  border: 2px  pink dashed;
	background: #fff;
	color: #336699;
	font-family: Tahoma;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
  opacity: 0.6;
}

.complete{
  border: 2px  lime dashed;
  text-decoration: line-through;
  opacity: 1;
}
.postinfo{
	font-style: italic;
	color: #333;
	font-size: 8pt;
	
}




/*
####################			Footer			##################
*/
#footer{
	background-color: #333;
	color: #999;
	width: 101%;
	height: 50px;
	text-align: center;
	position: relative;
	padding: 10px;
	overflow-x: hidden;
	
	
}

/*
####################			Single Page			##################
*/
#single_post{
	background: #EEE;
}
#single_post:hover{
	background: #EEE;
}
#single_post a{
	background: #FFF;
	padding:0px;
}

#publication ul{
	margin: 50px;
	list-style: disc;
}
#publication ul li{
	margin-bottom: 10px;
}
.comment div{
	padding: 0px;
	margin: 0px;
}
.depth-2{
	list-style-type: none;
}
/*
####################			Code Snippets		##################
*/
pre{
	background:#333;
	color: #CCC;
	padding: 5px;
}
code{
	background: #999;
	padding: 2px;

}


/*
####################			About Page		##################
*/
#big_black_bar{
	background-color: #333;
	color: #999;
	width: 101%;
	position: relative;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow-x: hidden;
	background-image:url('http://counterbeing.com/wp-content/themes/counterbeing/images/climber.gif');
	background-attachment: fixed;
	background-position: top right;
	overflow-y:hidden;
	background-repeat:repeat-y;
	
	
}
#about_contact{
	float: left;
	background: #F6C;
	font-size: 1.2em;
	margin-bottom: 20px;
	border-bottom: 0px solid #FFF;
	margin-left: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	width: 300px;
	padding: 5px;
	color: #336699;
}
#about_bio a{
	background-color: #666;
	color: #ccc;
	padding: 2px;
}
#about_bio{
	float: left;
 	font-size: 1.2em;
	border-bottom: 0px solid #FFF;
	margin-left: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	width: 550px;
}
#about_resume{
	color: #F0C;
	background: #9FF;
	font-size: 1.2em;
	margin-bottom: 20px;
	border-bottom: 0px solid #FFF;
	margin-left: 12px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	width: 300px;
	padding: 5px;

	
}
#about_resume ul{
		list-style: disc;
		padding-left: 20px;
}
#about_photo{
	margin-right: 10px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}
#about_column{
	width:300px;
	float:left;
}

/*
####################			Contact Page		##################
*/

#contact_form{
	float: left;
 	font-size: 1.2em;
	margin-left: 12px;
	width: 450px;
}
#contact_form input, #contact_form textarea{
	background-color: #000;
	border-color: #000;
	border: 0px;
	color: #CCC;
	width: 400px;
}
#contact_black_bar{
	background-color: #333;
	color: #999;
	width: 101%;
	position: relative;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow-x: hidden;
	background-image:url('http://counterbeing.com/wp-content/themes/counterbeing/images/rapping.gif');
	background-attachment: fixed;
	background-position: top right;
	overflow-y:hidden;
	background-repeat:repeat-y;
	
	
}
