/*
Theme Name: Create
Theme URI: http://www.createmultimedia.be/blog/
Description: Create Multimedia Wordpress theme - Clean 2010
Version: 2.0
Author: Davy Hoskens
*/

@import "styles/posts.css";
@import "styles/links.css";
@import "styles/sidebar.css";
@import "styles/comments.css";
@import "styles/footer.css";


*
{
	margin:			0;
	padding:		0;
	border:			0px;
}

.aligncenter
{/*
	margin-left:			0 !important;
	text-align:		left !important;	*/
}

html
{
	height:			100%;
}

body
{
	font-family:	Helvetica, Arial, sans-serif;
	font-size:		9pt;
	color:			#333333;
	height:			100%;
	width:			100%;
}

#statement
{
	font-size:			24pt;
	font-style:			italic;
	margin-top:			22px;	
	font-family:		"Times New Roman", Times, serif;
	padding-bottom:		25px;
	border-bottom:		1px solid #c8c8c8;
	margin-bottom:		30px;
}

#tussentitel
{
	font-size:			18pt;
	font-style:			italic;
	margin-top:			5px;	
	font-family:		"Times New Roman", Times, serif;
	
}

.topLine
{
	border-top:		1px solid #c8c8c8;
	width:			100%;
	padding-top:	15px;
	margin-top:		10px;
}

.bottomLine
{
	width:				100%;
	padding-bottom:		15px;
	border-bottom:		1px solid #c8c8c8;
	margin-bottom:		10px;
}

#wrapper
{
}

#header
{
	height:			120px;
	background:		#FFF url(images/header.jpg) no-repeat left top	;
}

#innerheader{
	width: 			450px;	
	height:			110px;
	cursor:			pointer;
}

.topText
{
	float:			left;
	margin-bottom:	20px;
	text-transform:	uppercase;
	font-size:		9pt;
	font-weight:	bold;	
}

#content
{
}

#left-col
{
	width:			600px;
	clear:			both;
	float:			left;
}

#sidebar
{
	width:			250px;
	float:			right;
}

.inner
{
	width:			900px;
	margin:			0 auto;
	position:		relative;
}

.clearer
{
	clear:			both;
}

p
{
	text-align:	left !important;
	margin-bottom:	20px;
	letter-spacing:	.2px;
	text-align:		justify;
}

#sidebar h2, #footer h2
{
	text-transform:	uppercase;
	font-size:		10pt !important;
	margin-top:		40px;	
}

.prevEntries
{
	float:	left;	
}

.nextEntries
{
	float:		right;
}
