/*
Theme Name: Architect
Theme URI: http;//tan-com.com/
Description: The theme for Kevein : Architect
Author: Tyler Nienhouse
Author URI: http://tan-com.com/
Template:
Version: 1.0
.
General comments/License Statement if any.
.
*/

body {
	background: #e5e5e5 url('./images/bg.png') repeat-y top center;
	font-family: Arial, "arial";
	margin: 0px;
	padding: 0px;
}
a {
	color: #000000;
}

#header {
	background: #ffffff url('./images/header.png') no-repeat top left;
	background-position: 0px 0px;
	height: 219px;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}
#header h1 {
	color: #000000;
	font-size: 30pt;
	margin: 0px;
	padding: 35px 0px 0px 20px;
}
#header h1 a {
	color: #000000;
	text-decoration: none;
}
#header p {
	font-size: 12px;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#navigation {
	background: #000000;
	color: #ffffff;
	height: 40px;
	margin: 0px auto;
	width: 800px;
}
#navigation ul {
	height: 40px;
	list-style: none;
	margin: 0px;
	padding: 9px 0px 0px 0px;
}
#navigation ul li {
	display: inline;
	height: 40px;
	padding: 10px 0px 10px 0px;
}
#navigation ul li a {
	color: #ffffff;
	display: inline;
	font-size: 14pt;
	margin: 0px 5px 10px 5px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#navigation ul li:hover {
	background: url('./images/hover.png') repeat-x bottom left;
	display: inline;
	height: 40px;
	padding: 10px 0px 10px 0px;
}
#navigation ul li a:hover {
	color: #ffffff;
	display: inline;
	font-size: 14pt;
	margin: 0px 5px 10px 5px;
	padding: 0x 5px 0px 5px;
	text-decoration: none;
}

#container {
	clear: both;
	margin: 0px auto;
	width: 800px;
}

#content {
	border-right: 1px solid #d6d6d6;
	float: left;
	margin: 0px 0px 0px 10px;
	overflow-x: hidden;
	width: 589px;
}
.post{
	border-bottom: 1px solid #d6d6d6;
	margin: 10px 10px 5px 10px;
}
.post-title {
	height: 26px;
	padding-bottom: 20px;
}
.post-title h2 {
	color: #000000;
	float: left;
	font-size: 20px;
	margin: 3px 0px auto auto;
}
.post-title h2 a {
	color: #000000;
	text-decoration: none;
}
.post-title p {
	float: left;
	font-size: 12px;
	margin: 11px 0px auto 5px;
}
.post .post-title p a {
	color: #000000;
	text-decoration: none;
}
.post-title p.edit {
	float: right;
}
.post-content p {
	clear: both;
	font-size: 14px;
}
.post-content h2, .post-content h3 {
	font-size: 16px;
}
.post-content a {
	color: #000000;
}
.post-content a.more-link {
	border-top: 2px dashed #C2C2C2;
	clear: both;
	color: #808080 !important;
	float: left;
	margin: 10px 0px 10px 0px;
	text-align: right;
	text-decoration: none;
	width: 100%;
}
.post-content blockquote {
	background: #d6d6d6;
	clear: both;
	font: monospace;
	margin: 10px;
	padding: 5px 5px 5px 10px;
}
.post-info {
	clear: both;
}
.post-info p {
	color: #666666;
	font-size: 12px;
	margin-bottom: 40px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
.post-info a {
	color: #666666;
}

/* Images */

.post img {
	background: #d6d6d6;
	border: 1px solid #666666;
	margin: 10px;
	padding: 5px;
}
.post img.alignleft {
	float: left;
}
.post img.alignright {
	float: right;
}
.post .wp-caption {
	background: #d6d6d6;
	border: 1px solid #666666;
	margin: 10px;
	padding: 5px;
}
.post .wp-caption img {
	background: transparent !important;
	border: 0px solid !important;
	margin: auto !important;
}
.post .wp-caption p {
	color: #333333;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}

.newer_older {
	width: 95%;
}
.newer_older a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.newer_older .newer {
	float: left;
}
.newer_older .older {
	float: right;
}
.newer_older p {
	clear: both;
	text-align: center;
}

#sidebar {
	background: #ffffff;
	float: right;
	margin: 0px 9px 0px 0px;
	width: 191px;
}
.sidebar-box {
	clear: both;
	margin: 3px 5px 20px 5px;
}
.sidebar-box .title {
	background: #cccccc;
	padding: 7px;
	width: 100%;
}
.sidebar-box .title h2 {
	font-size: 20px;
	margin: auto auto 0px auto;
	padding: auto auto 0px auto;
}
.sidebar-item .contain {
	font-size: 14px;
	margin: 0px auto 15px auto;
}
.sidebar-item .contain ul {
	margin: 0px;
	padding: 0px;
}
.sidebar-item .contain li {
	margin: 0px;
	padding: 0px
}


#footer {
	background: #000000 url('./images/footer.png') no-repeat top left;
	clear: both;
	color: #ffffff;
	height: 54px;
	margin: 0px auto -10px auto;
	text-align: center;
	width: 800px;
}
#footer p {
	font-size: 14px;
	margin: 10px 0px auto 0px;
	padding: 10px 0px 0px 0px;
}
#footer p a{
	color: #ffffff;
	text-decoration: underline;
}


/* comments */
#comentarii ol {
	background: #666666;
	clear: both;
	list-style: none;
	margin-right: 10px;
}
#comentarii ol li {
	background: #d6d6d6;
	border-bottom: 2px dashed #666666;
	clear: both;
	margin: 0px 5px 0px -35px;
	min-height: 175px;
	padding: 5px;
}
#comentarii ol li cite {
	border: 1px solid #666666;
	display: block;
	float: left;
	padding: 5px;
	width: 100px;
}
#comentarii ol li .commenttext {
	float: right;
	width: 440px;
}
.clear {
	clear: both;
}
