/*
Theme Name: think-e.biz
Theme URI: http://think-e.biz/
Description: Wordpress theme featuring the think-e design.
Version: 1.0
Author: Christian Nikolajsen
Author URI: http://think-e.biz/
Tags: think-e.biz

*/

@import url(header.css);
@import url(content.css);
@import url(footer.css);
@import url(comments.css);

/* GENERAL CSS */
@media all {

  * {
		font-family: Verdana;
		color: #000000;
	}
	body {
	  font-size: 12px;
	  line-height: 20px;
		text-align: center;
		background: #E8E8E8;
		margin: 0;
	}
	img {
		border: 0;
	}
	
	h1{
	  color: #000000;
	  font-size: 16px;
	  margin-top: 10px;
	}
	
	h2{
	  color: #849A35;
	  font-size: 16px;
	  margin: 0px;
	  padding: 0px;
	  margin-top:10px;
	  margin-bottom:10px;
	}
	
	a{
	  color: #859C34;
	  text-decoration: none;
	}
	
	a:hover{
	  text-decoration: underline;
	}
	
	ul {
	  margin: 0px;
	  padding: 0px;
	  list-style: disc;
	  padding-left:23px;
	  
	}

	.toTopAnchor {}

	#page {
		width: 900px;
		margin: 10px auto 0;
		text-align: left;
		clear: both;
	}

	#content {
		clear: both;
		float: left;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}

.post {
  margin-bottom: 50px;
}
.post h2{
 font-size: 20px;
}

.alignright {
 float: right;
}
.alignleft {
 float: left;
}
.navigation {
float:left;
margin-bottom:10px;
width:100%;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

	
	/* MODIFIERS */
	.fleft {float: left;}
	.fright {float: right;}
	.aleft {text-align: left;}
	.acenter {text-align: center;}
	.aright {text-align: right;}
	.access {display: none;}
	.hidden {display: none !important;}
	.clear {clear: both;}
	.error {color: #cf0000;}
	.ghost {color: #a1a1a1;}
	.transparent {background: transparent !important;}

}

/* PRINT CSS */
@media print {
	
	#headerWrap,
	#menuWrap,
	#leftColumn,
	#rightColumn,
	#footerWrap {
		display: none;
	}
	
}
