/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
background:url repeat-y center;
vertical-align: middle;
font-size: 11px;
background-color: #f6f5f5;
padding:20px;
margin:30px;
text-align: left;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1, h2, h3 {
	font-weight: normal;
	color: #666666;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
	text-align: right;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	colour: #EB42A3
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}


a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #EB42A3;
}

/* Header */

#header {
	width: 760px;
	height: 100px;
	margin: 0 auto;
	background: url(images/img01_alt.jpg) no-repeat right top;
}

#header h1, #header p {
	margin: 0;
	color: #999999;
}

#header h1 {
	text-align: right;
	}

#header a {
	color: #EB42A3;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Navigation */

#navigation {
	width: 760px;
	height: 25px;
	padding: 10px 10px 1px 0px;
	float: right;
	text-align: right;
	background-color: #f6f5f5;
}

/* Content */

#content {
	width: 760px;
	background-color: #FFFFFF;
}

#post {
	float: left;
	text-align: left;
	width: 300px;
	background-color: #FFFFFF;
}

#post2 {
	float: left;
	text-align: left;
	width: 760px;
}

	#contentleft {
		width:230px;
		padding:5px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:230px;
		padding:5px;
		float:left;
		border-left-style:dotted;
		border-right-style:dotted;
		border-color: #f6f5f5;
		background:#fff;
		}
	
	#contentright {
		width:230px;
		padding:5px;
		float:left;
		background:#fff;
		}
		
		#contentportfolio {
		width:430px;
		padding:5px;
		float:left;
		border-left-style:dotted;
		border-color: #f6f5f5;
		background:#fff;
		}
		
.maintext {
	padding: 90px 90px 90px 90px;
	font-size: 1em;
	border-right: dotted;
	border-right-width: medium;
	border-right-color: #f6f5f5;
}

.maintextabout {
	padding: 10px 90px 90px 90px;
	font-size: 1em;
	border-right: dotted;
	border-right-width: medium;
	border-right-color: #f6f5f5;
}

.maintextport {
	padding: 10px 10px 50px 30px;
	font-size: 1em;
	border-right: dotted;
	border-right-width: medium;
	border-right-color: #f6f5f5;
}

#recent {
	float: right;
	width: 220px;
	height: 300px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
}

.title {
	margin: 0;
	border-bottom: 2px solid #333333;
}

.byline {
	margin: 0;
	color: #333333;
}

.meta {
	text-align: right;
	color: #999999;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.more {
	text-align: right;
	color: #666666;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}
.testamonial {
	text-align: left;
	color: #999999;
	font-size: 10px;
	font-style: italic;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 700px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #333333;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #333333;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	padding: 15px 0;
	background-color: #f6f5f5;
	text-align: center;
	font-size: smaller;
}

.footer {
    color: #A7A7A7;
	text-align: center;
}

