/*  
Theme Name: Camplate
Description: Template designed by Cameron Koczon for his personal blog.
Version: 3.2
Author: Cameron
Author URI: http://www.sayhellotoyournewbestfriend.com
*/ 


/**Colors
Dark Grey: #343434
LIght Grey: #9a9a9a 
Purple: #a270ff
purple2: 8571d1
**/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*****The Basics***/

body { 
	width: 910px; 
	margin: 0 auto;  
	font: 62.5% helvetica,arial,sans-serif;
	color: #000;
	background: #fff;
  
}


h1 {font-size: 3em; font-weight: bold; color: #fff;}
h2 {color:#000; font-size: 3.2em; letter-spacing: .6px; display: block; border-bottom: 1px solid #000;}
h3 {font-size: 1.6em; font-weight: bold; color: #000;}


a {color: #000; text-decoration: none;}
a:hover { color: #8571d1; text-decoration: underline;}
/*******General Layout*******/

#container {
  position: relative;
  width: 910px;
}

#content_main{
  position: absolute;
  top: 20px;
  left: 240px;
  width: 430px;
  height: 600px;
}


#sidebar_left{
  position: absolute;
  top: 70px;
  left: 0px;
  width: 200px;
  height: 600px;
}


#sidebar_right{
  position: absolute;
  top: 70px;
  left: 710px;
  width: 200px;
  height: 600px;
}

/*******Center Column*******/

#header {
  height: 160px;
  background: #000;
  color: #fff;
	margin-bottom: 20px;
}


/*******Posts*******/
.post {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.post h2{
  font-size: 2em;
  border: none;
	margin-bottom: 10px;
}

.post h2 a{
	color: #000;
}


.post h3{
  font-size: 1.2em;
  color: #888;
  border: none;
  font-weight: normal;
  text-decoration: italic;
}

.post img{
  margin-top: 6px;
  width: 430px;
  vertical-align: top;
}

ul.post_meta{
  height: 20px;
  background: #000;
  margin-bottom: 6px;
}

ul.post_meta li{
  padding-top: 5px;
  float: left;
  padding-left: 10px;
}


ul.post_meta li a{
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
}


ul.post_meta li.cite{
  float: right;
  padding-right: 15px;
}


ul.post_meta li a{
}


.post p {
  font-family:arial,helvetica,sans-serif;
  font-size: 1.2em;
  line-height: 150%;
  margin-bottom: 10px;
  
}

.post a {
  font-weight: bold;
}


/****************************Right Column***********************************/

div.right_bar_module, div.left_bar_module{
  float: left;
  position: relative;
  border-top: 2px solid #000;
  width: 200px;
  margin-top:15px;
}

div.right_bar_module h3, div.left_bar_module h3{
  margin: 2px 0 0 2px
}

/*******Post Filters*******/

div.filtered_post_list{
}

ul.post_filters{
  margin-top: 7px;
}


ul.post_filters li{
  float: left;
  width: 60px;
  margin-left: 8px;
  font-size: 1.3em;
  background: #000;
}

ul.post_filters li.first {
  margin-left: 2px;
}


ul.post_filters li:hover {
  background: #8571d1;
}


ul.post_filters li a{
  color: #fff;
  padding: 3px;
  display: block;
  text-align: center;
}

ul.post_filters_listing_invis {
  display: none;
}

ul.post_filters_listing{
  clear: both;
  padding-top: 10px;
}

ul.post_filters_listing li.first {
  border-top: 1px solid #ccc;
}

ul.post_filters_listing li{
  font-size: 1.4em;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 4px 5px;
}

ul.post_filters_listing li a{
  line-height: 110%;
}

ul.post_filters li.active {
background: #8571d1;
}

/*******RSS & Search*******/

.right_bar_module_noborder{
  float: left;
  position: relative;
  width: 200px;
  margin-top:15px;
}

input[type="text"].search {
  border: none;
  background: #000;
  color: #fff;
  height: 18px;
  width: 196px;
  margin-left: 0px;
  margin-top: 5px;
  padding-top: 4px;
  padding-left: 3px;
}



/*******Categories*******/

ul.categories, ul.details {
  margin-left: 5px;
  margin-top: 10px;
}

ul.categories li a, ul.details li a{
  font-size: 1.3em;
  line-height: 125%;
	color: #888;
	border-top: 1px solid #888;
	padding: 3px 0;
	display: block;
}


ul.categories li a:hover, ul.details li a:hover{
  color: #8571d1;
}




/****************************Left Column***********************************/

/*******About*******/

p.about {
  margin-top: 5px;
  font-size: 1.2em;
  line-height: 133%;
  padding-left: 5px;
}



/*******Business*******/

ul.business li{
  width: 198px;
  border: 1px solid #000;
  margin: 5px 0;
}


ul.business li img{
  width: 154px;
}

ul.business li img.pocobor{
  width: 50px;
  padding-left: 73px;
  padding-top: 2px;
}

ul.business li img.border{
  padding: 7px 0 4px 19px;
}


ul.business li img.fictive{
  padding: 13px 0 10px 19px;
}

/*******Details*******/
.yes {
visibility: hidden;
}

ul.yes li {
float: right;

}


ul.yes li.comments {
float: left;
visibility: visible;
padding-left: 1px;
}

ul.yes li.comments a{
color: #000;
}

div.yes {
visibility: visible;
}
