	/*
	Theme Name: Your Content WordPress Theme
	Theme URI: http://www.jump2top.com
	Description: The Your Content WordPress Theme is a simple and stylish search engine friendly 2-column theme brought to you by jump2top. 
	Version: 1.0
	Author: Jump2Top 
	Author URI: http://www.jump2top.com
	
	These WordPress Themes can be redistributed and/or modified as long as the bottom links are intact.
	
	*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(images/background.gif) repeat-y #efefef center;
	font-size: 9pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000000;
}
#wrap {
	width: 800px;
}
#header {
	height: 134px;
	text-align: left;
}	
#navigation {
	border-top: #acacac 1px dashed;
	border-bottom: #acacac 1px dashed;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px 0px;
	background-color: #efefef;
	margin-bottom: 10px;
}
#navigation ul li{
	list-style: none;
	display: inline;
	padding-left: 10px;
}
#navigation li a {
	text-decoration: none;
	color: #000000;
	padding-right: 10px;
}
#main {
	padding-top: 10px;

}
#leftcol {
	width: 780x;
	padding: 10px;
	text-align: left;
}

#content {
	width: 550px;
	padding: 10px;
	border: 1px  dashed #acacac;
	text-align: left;
	margin-bottom: 20px;
}
#content ul li {
	margin-left: 25px;
	list-style-type: square;
}

.post {
	width: 760px;
	padding: 10px;
	border: 1px dashed #acacac;
	text-align: left;
	margin-bottom: 20px;
}
.post ul li{
	margin-left: 25px;
	list-style-type: square;
}
#sidebar {
	width: 180px;
	padding: 10px;
	float:right;
	text-align: left;
}

#sidebar ul li{
	list-style: none;
}
#sidebar ul {
	padding-bottom: 20px;
}
.box {
	width: 160px;
	padding: 10px;
	border:1px solid #acacac;
	text-align: left;
	margin-bottom: 20px;
}
#footer {
	width: 100%;
	clear: both;
}
#footertxt {
	padding: 10px;
	text-align: center;
	color: #363636;
	font-size: 8pt;
}
#footertxt a {
	color: #363636;
}
.navigation {
	width: 100%;
	color: #363636;
	font-size: 8pt;
}
.navigation a {
	color: #363636;
	text-decoration: none;	
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.center {
	text-align: center;
}
.postmetadata {
	color: #363636;
	font-size: 8pt;
	padding-top: 10px;
}
.postmetadata a {
	color: #363636;
	text-decoration: none;

}
.entry {
}
.linkcat {
	padding-top: 5px;
}
#search {
	margin-bottom: 20px;
}
/* TEXT */
#title {
	padding-top: 20px;
	font-size: 24pt;
	padding-left: 10px;
}
#title a {
	text-decoration: none;
}
#description {
	font-size: 14pt;
	color: #acacac;
	padding-left: 10px;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 5px 0px;
}

h1 {
	font-size: 12pt;
	padding-bottom: 10px;
}
h1 a{
	text-decoration: none;
}

h2 {
	font-size: 11pt;
	padding-bottom: 10px;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 10pt;
}
h3 a {
	text-decoration: none;
}
blockquote {
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 10px;
		background-color: #e1e1e1;
		margin-left: 20px;
}


.clear {
	clear: both;
}