@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: Tutorial
Theme URI: http://www.1010architags.com
Description: 1010architags weblog
Version: 1.0
Author: Leon Rey
Author URI: http://www.1010architags.com

*/

h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,form{
	margin: 0;
	padding: 0;	
	color:#ffa900
		
}

	
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	background: url('/wp-content/themes/1010blog/img/pmb-background.gif');
	margin: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: none;
	color: #ffa900;
}

p {
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header{
	float: left;
	width: 750px;
}

#container{
	float: left;
	width: 500px;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetdata{
		border-top: 1px solid #ccc;
		margin: 10px 0 0 0;
}

.navigation{
		padding: 10px 0 0 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
}

.siderbar{
		float: left;
		width: 240px;
		background: #eeeeee;
		margin: 0 0 0 20px;
		display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 0px 0 10px 0;
}

.sidebar ul li a {
	color: #000;
	
}

.sidebar ul li a:hover{
	color: #ffa900;
	text-decoration: none;
}

.sidebar ul li h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}


#footer{
	clear: both;
	float: left;
	width: 750px;
	padding: 10px;
}

#footer p{
	line-height: 18px;
}

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

.commentmetadata {
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

.contentbg{
	background-image: url('/wp-content/themes/1010blog/img/bg.jpg');
	background-repeat: no-repeat;
}

#footer{
	clear: both;
	margin: 0;
	padding: 0;
}

.content p{
	margin-top: 0;
	padding-top: 0;
}

.content a {
	border-bottom: 1px dashed #ffa900;
}

.postmetadata {
	color: #ffffff;
}

.postmetadata a:hover{
	color: #FFF;
}

label{
	color: #000;
}

#wp-calendar {
	width: 180px;
	margin-left: 35px;
}

#wp-calendar caption {
	color: #ff9a00;
	font-size: 13px;
}

#wp-calendar a {
	border-bottom: 1px dashed #ff9a00;
	color: #000;
}

#wp-calendar a:hover {
	border-bottom: 1px solid #ff9a00;
	color: #ff9a00;
}