/*  
Theme Name: OldStyle_blue
*/

@charset "utf-8";

/*tables*/

* {
	margin-top: 0;
	padding-top: 0;
}

body {
	margin: 0 auto 0 auto;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	margin-top: 0;
	padding-top: 0;
	background-color: #3D392E;
	color: #FEFBEC;
}

#wrap {
	width: 770px;
	margin: 0 auto 0 auto;
	background-color: #3C3A2E;
}

#header {
	height: 145px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}

#container {
	padding-left: 10px;
	padding-top: 20px;
	float: left;
}

#content {
	float: left;
	width: 520px;
}

#sidebar {
	float: right;
	width: 220px;
	padding-left: 6px;
	background-image: url(img/sidebar_bg.jpg);
	background-repeat: repeat-y;
}

#footer {
	clear: both;
	color: #FEFBEC;
	text-align: right;
	padding: 10px;
	margin: 12px auto 0 auto;
	border-top: #504E42 solid 1px;
}

.meta {
	text-align: right;
	font-size: 11px;
	border-bottom: #504E42 solid 1px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.text {
	margin: 0;
	padding: 0;
}

.post {
	padding-bottom: 10px;
}

#sidebar ul {
	list-style: none;
	margin-left: 6px;
	padding-left: 6px;
}

blockquote {
	margin-top: 6px;
	margin-left: 10px;
	padding: 6px;
	border: #686457 solid 1px;
	background-color: #504D43;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.com-write {
	width: 520px;
}

.side-center {
	text-align: center;
}

/*forms*/

.search {
	width: 130px;
}

/*thypography*/

#header h1 {
	font-size: 36px;
	padding-left: 56px;
	padding-top: 26px;
	color: #FFFBEC;
}

#header p {
	font-size: 20px;
	margin-top: -12px;
	margin-left: 230px;
	color: #4BFFFF;
}

.page h2 {
	font-size: 20px;
	font-weight: normal;
	color: #FFFBEC;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #FFFBEC;
}

#content h2 {
	font-size: 26px;
	font-weight: normal;
	color: #FFFBEC;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #4BFFFF;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	color: #FFFBEC;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFBEC;
}

#sidebar h3 {
	font-weight: normal;
	padding-left: 6px;
	padding-top: 2px;
	margin-bottom: 6px;
	color: #FFFBEC;
}

#sidebar h4 {
	font-size: 15px;
	font-weight: normal;
	padding-left: 6px;
	padding-top: 2px;
	margin-bottom: 6px;
	color: #FFFBEC;
}

.searchs {
	background-image: url(img/search.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 1px;
}

#sidebar .searchs {
	color: #3C3A2E;
}

.categories {
	background-image: url(img/categories.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 1px;
}

#sidebar .categories {
	color: #3C3A2E;
}

.archives {
	background-image: url(img/archives.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 1px;
}

#sidebar .archives {
	color: #3C3A2E;
}

.links {
	background-image: url(img/links.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 1px;
}

#sidebar .links {
	color: #3C3A2E;
}

.rss {
	background-image: url(img/meta.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 1px;
}

#sidebar .rss {
	color: #3C3A2E;
}

.trackback {
	font-size: 12px;
}

.com-name {
	font-size: 14px;
	font-weight: bold;
}

/*links*/

#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	color: #FFFBEC;
}

#header h1 a:hover {
	text-decoration: none;
	color: #FFFBEC;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #4BFFFF;
}

h2 a:hover {
	text-decoration: underline;
	color: #FFFBEC;
}

a:link, a:visited {
	text-decoration: underline;
	color: #FFFBEC;
}

a:hover {
	text-decoration: none;
	color: #4BFFFF;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFBEC;
}

#sidebar a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #4BFFFF;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #FFFBEC;
}

#footer a:hover {
	text-decoration: none;
	color: #4BFFFF;
}

/*menu*/

#menu {
	height: 33px;
	color: #FFFBEC;
	font-size: 13px;
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	margin-left: 10px;
	margin-right: 20px;
	text-align: center;
	color: #FFFBEC;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #FFFBEC;
}

#menu a:hover {
	text-decoration: none;
	color: #4BFFFF;
}