/*
Theme Name: Minimal Attitude WordPress Theme
Description: Minimal Attitude WordPress Theme is a clean, simple and stylish WordPress theme by <a href="http://jump2top.com">jump2top</a>.
Author: jump2top
*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(images/background.gif) repeat-x #ffffff;
	color: #333333;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	width: 1100px;
	background-color: #ffffff;
	padding: 0px 20px;
}
#header {
	padding-top: 10px;
}
#title {
	text-align: left;
	padding-left: 10px;
	float: left;
	margin-bottom: 15px;
}
#topright {
	float: right;
	padding-right: 10px;
	margin-bottom: 15px;
}
#navigation {
	background-color: #f7f7f7;
	clear: both;
	text-align: left;
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0px;
	padding: 10px;
}
#navigation ul li {
	display: inline;
	list-style: none;
}
#navigation li a {
	color: #333333;
	padding-right: 15px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #333333;
	text-decoration: none;
}
#main {
	width: 1100px;
	text-align: left;
}
#content {
	width: 800px;
	margin: 10px 300px 10px 0px;
	text-align: left;

}
#sidebar {
	width: 200px;
	float: right;
	margin-right: 10px 0px 10px 0px;
	text-align: left;
}
.entry {
	padding-left: 10px;
}
#footer {
	clear: both;
	padding: 10px 0px;
	color: #666666;
}
/* font */
#title h1 {
	font-size: 25pt;
	color: #333333;
	font-weight: normal;
}
#title h1 a{
	color: #333333;
	text-decoration: none;
}
#content h1 a {
	color: #333333;
	text-decoration: none;
}
#content h1 {
	color: #333333;
	font-size: 14pt;
	font-weight: normal;
	padding-bottom: 5px;
}
#sidebar h2, .post h2 {
	color: #333333;
	font-size: 11pt;
	padding-bottom: 5px;
}
.post h2 a {
	color: #333333;
	text-decoration: none;
}

.post h3 {
	font-size: 10pt;
	color: #333333;
}
.post h3 a {
	color: #333333;
	text-decoration: none;
}	
.description {
	color: #f7941d;
	font-size: 12pt;
	font-weight: bold;
}
p {
	padding-bottom: 5px;
}
#content ul li, #content ol li {
	margin-left: 35px;
}
#content ul, #content ol {
	padding-bottom: 5px;
}
blockquote {
	margin: 10px 10px 15px 0px;
	color: #f7941d;
	padding: 10px 0px 0px 45px;
	background: url(images/background_blockquote.gif) left no-repeat top;
}
.post a {
	color: #0072bc;
}
.post a:hover {
	color: #8dc63f;
	text-decoration: none;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
.navigation {
	padding: 10px 0px;
	color: #666666;
}
.navigation {
	color: #666666;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#sidebar ul li {
	list-style: none;
}
#sidebar a {
	color: #333333;
	text-decoration: none;
}
#sidebar a:hover {
	color:#0072bc;
}
#sidebar ul {
	padding-bottom: 10px;
}

/* default */
.postmetadata {
	color: #999999;
	margin:10px 0px;
}
.postmetadata a {
	color: #999999;
	text-decoration: none;
}
#date {
	padding-bottom: 5px;
	color:#0072bc;	

}
#date a {
	color:#0072bc;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #999999; 
	padding: 5px;
	font-size: 8pt;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #666666; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
#commentform a {
	color:#0072bc;	
	text-decoration: none;
}
#commentform a:hover {
	color:#333333;	
	text-decoration: underline;
}