/* Global */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 0.5em; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	
	color: #F90;
	background: #101821;
}
a, body a {
	text-decoration: none;
	color: #35b7c4;
}
a:hover, body a:hover {
	color: #625993;
	text-decoration: underline;
	letter-spacing: inherit;
}
a img {
	border: none;
}
img {
	border: none;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.6em;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
}

.blockquote {
    margin: 50px 0px 50px 0px;
	padding: 30px 0px 30px 0px;
	color: #333;
	border-top: 1px solid #142F42;
	border-bottom: 1px solid #142F42;
	background-color: #121C26;
        text-align: center; 
}
.blockquote p {
	font-size: 1.6em;
	
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em; /* Post title */
	color:#CBC48E;
	font-weight: bold;
}

.blockquote p.author {
    font-family: Arial, Helvetica, sans-serif;	
	font-weight:normal;
    font-size: 1.8em;
	padding: 5px 0px;
}

code {
	display: block;
	margin: 5px 20px;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #333;
	border: 1px dashed #999;
	background: #FEFAF0;
}
.endline {
	clear: both;
}

/* Layout Map */
/*
	wrapper
		- bottom_frame
			- top_frame
				- header
				- container
					-sidebar_left
					- content 
					- sidebar
				- footer
*/

/* Layout */
#wrapper {
	min-width: 1075px; /* not working in IE6 */
	background: url(images2/bg_container.gif) center top repeat-y;
	margin: 0 auto;
}
#bottom_frame {
	padding-bottom: 48px;
	margin: 0 auto;

}
#top_frame {
	margin: 0 auto;
	/* background: url(images2/top_frame.jpg) no-repeat center top; */
}
#header {
	width: 1075px;
	height: 178px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#container {
	width: 1075px;
	padding: 0px;
	margin: 0 auto;
        
}
#footer {
	width: 1075px;
	height: 160px;
	margin: 0px auto;
	background-color: #20303D;
		
}

#footer .footer-block 
{    
    padding: 20px 20px 20px 80px;
    width: 200px;
    color: #FCF3FF;
    font-family: Arial, Helvetica, sans-serif;	
    font-weight: bold;
    display: inline;
    position: relative;
    float:left;   
}


#footer h1 
{
    font-size:1.8em;
    padding: 0px 70px 50px 0;
    width: 400px;
    color: #FCF3FF;
    font-family: Arial, Helvetica, sans-serif;	
    font-weight: bold;
    display: inline; 

}


#footer .footer-block a
{
    display:block;
    font-size:1.4em;
    font-family: Arial, Helvetica, sans-serif;	
    font-weight: bold;
    color: #A5B6D4;
    padding-top:0px;
    margin-top:0px;
	line-height:22px;
}

#footer .footer-block a:hover
{
   text-decoration:none;	
   color: #fffcec;
}


#footer img
{
	padding-top:0px;
	vertical-align: middle;
}

/* Header */
#header h1 {
	font-size: 4em; /* Blog title */
	text-align: left;	
}
#header h1 a {
	text-decoration: none;
	color: #afd812;
}
#header h2 {
	color: #FF9;
	text-align: left;
	font-size: 1.4em; /* Blog Description */
	margin-top: -4px;
	padding: 0 220px 0 0;
}
/* menu */
#menu {
	width: 1075px;
	overflow: hidden;
	background-color: #1C3249;
}
#menu ul {
	width: 1075px;
	height: 30px;
	top: 165px;
	padding-left: 180px;
	list-style-type: none;
}
#menu ul li {
	display: inline;
	width:150px;
	height: auto;
	margin: 0;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em; /* menu Font Size */
	font-weight: bold;
	text-align: center;
	float: left;
}
#menu ul li a {
	width: auto;
	height: 36px;
	margin: 0;
	padding: 0px;
	line-height: 36px;
	display: block;
	text-decoration: none;
	float: left;
	/*background: url(images/menu_out.jpg) repeat-x left top;*/
	color: #FFC;
}
#menu ul li a:hover {
	text-decoration: underline;
	/*background: url(images/menu_over.jpg) repeat-x left top;*/
	color: #D27F3C;
	background-image:url(images2/bg_menu.jpg);
}
#menu ul ul {
	margin: 0;
	padding: 0;
}
#menu ul ul li {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#rss {
	width: 52px;
	height: 52px;
	position: absolute;
	left: 98px;
	top: 146px;
}
/* searchform */
#searchform {
	width: 177px;
	height: 47px;
	position: absolute;
	right: 67px;
	top: 149px;
}
.searchtext {
	width: 100px;
	color: #333;
	border: 0;
	background: none;
}
#searchsubmit {
	border: 0;
	width: 70px;
	height: 36px;
}

/* Content */
#content {
	width: 640px;
    padding-top: 20px;
	padding-left: 70px;
	padding-bottom:40px;
	display: inline;
	float: left;
}


.article {
	width: 500px;
	padding-left: 40px;
	padding-right : 40px;
	display: inline;
	float: left;
	background-color: #4F504C;
	margin-top : -14px;
	
}

.imgheader
{
    width: 580px;
    height: 54px;
    background: url(images2/bg_article.gif) no-repeat left top;*/
}

.article h1
{
       
    color: #C3C2A3;
	padding-top: 20px;
	padding-bottom: 20px;

}
.article h2
{
	color:#CCC196;
	line-height: 1.5em;
}

.article p
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.6em; /* Sidebar Title */
	color:#C3C2A3;
	line-height: 18px;
	padding: 10px 0 0 0;
	
}

.article p.footnote
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.6em; /* Sidebar Title */
	color:#C3C2A3;
	line-height: 18px;
	padding: 10px 0 0 0;
	border-top: 2px solid #30312e;
	margin-top: 10px;
}

#content img
{
	margin-left: -70px;
	margin-top: 10px;
}
#content_bottom {
	padding: 0 0 0px 0;
	height: 59px;
	margin: 0 auto;
	background: url(images/content_bottom.jpg) no-repeat center bottom;
}
#content_bottom_bg {
	height: 59px;
	margin: 0 auto;
	
}
.post {
	width: 505px;
	padding: 0;
	margin: 40px 0 0 0;
	position: relative;
}
.post h1 {
	width: 505px;
	line-height: 25px;
	margin: 0 0 0 0px;
	padding: 0px 0px 10px px;
	font-size: 2.8em; /* Post title */
	color:#35b7c4;
}
.post h2 {
	width: 505px;
	line-height: 25px;
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	font-size: 2.8em; /* Post title */
	color:#CBC48E;
}
.post h2 a {
	color: #CBC48E;
}
.post h2 a:hover {
	text-decoration: none;
	color: #625993;
}
.post .entry-date
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em; /* Sidebar Title */
	color:#67b8f9;
	padding: 5px 5px 5px 0;
	
}
.postmetadata {
	margin: 2px 5px 0 0;
	display: block;
	text-align: right;
	color: #5d8e32;
	font-size: 1.1em;
}
.postmetadata a {
	color: #5d8e32;
	text-decoration: underline;
}
.postmetadata a:hover {
	color: #625993;
	text-decoration: none;
}
.entry {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
	color: #CBC48E;
	font-size: 1.7em;
	line-height: 20px;
}
.tags {
	font-size: 1.2em;
	color: #609135;
	margin: 10px 0 0 0px;
}
.tags a {
	color: #609135;
	text-decoration: underline;
}
.tags a:hover {
	text-decoration: none;
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #7e2d17;
}
.post_ads {
	padding: 0 0 0 24px;
}


/* welcome */
#welcome {
	width: 228px;
	height: 283px;
	font-size: 1.2em;
	line-height: 18px;
	margin: 0 0px 0px -1px;
	padding: 0;
	background: url(images/welcome.jpg) no-repeat right top;
	color: #000;
}
#welcome div {
	width: 190px;
	height: 127px;
	overflow: hidden;
	padding: 51px 0 0 24px;
}
#welcome div div {
	margin: 0;
	padding: 0;
}
/* Sidebar */
#sidebar {
	width: 280px;
	padding: 0;
	margin: 20px 0 100px 0;
	float: left;
}

#sidebar h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 2.2em; /* Sidebar Title */
	color:#5c9baa;
	line-height: 38px;
	margin: 0 0 0 0;
	letter-spacing: -0.1em;

}

#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
	font-size: 2.8em; /* Sidebar Title */
	color:#F90;
	height: 40px;
	width: 280px;
	overflow: hidden;
	line-height: 38px;
	white-space: nowrap;
	font-weight: bolder;
	margin: 0 0 0 0px;        

}

#sidebar ul {
	width: 290px;
	overflow: hidden;	
	list-style-type: none;
}
#sidebar ul li {
        
	width: 290px;
	overflow: hidden;	
	font-weight: bolder;
        border-top: 1px solid #142F44;
	padding: 20px 0px 0px 0px
         
}
#sidebar ul li a {
	color:#000;
        ; 
}
#sidebar ul li a:hover {
	color: #666;
}
#sidebar ul ul {
	width: 290px;
	padding: 0 0 0 0;
	margin: 0px 0 0 0;
	background: none;
}
#sidebar ul ul li {
	width: 290px;
	margin: 0 0 0 6px;
	line-height: 16px;
	font-size: 1.2em;
	padding: 3px 0 2px 1px;
}
#sidebar ul ul ul {
	width: 290px;
	margin: 0;
	padding: 0;
}
#sidebar ul ul li li {
	padding: 3px 0 2px 16px;
	margin: 0;
	font-size: 1em;
}
#sidebar .textwidget {
	margin: 7px 0;
}
#sidebar select {
	margin: 7px 0;
	width: 95%;
}

#sidebar .title
{
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;	
	font-size: 1.4em; /* Sidebar Title */
	color:#CBC48E;
        padding: 10px 0 0 0;
	
	
}

#sidebar .title a
{
	color:#CBC48E;
        
	text-decoration: none;
}

#sidebar .title a:hover
{
    color: #625993;
	text-decoration: none;
}
#sidebar .author
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
	font-size: 1.4em; 
	color:#CBC48E;
	padding: 0 0 10px 0;

}

#sidebar .link 
{
	 font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	font-size: 1.8em; 
	color:#6A94A4;	
        border-top: 1px solid #142F44;
	padding: 10px 0px 0px 0px
}


#sidebar .link a
{
       font-family: Arial, Helvetica, sans-serif;
       text-decoration: none;
       font-weight: bold;
       color:#6A94A4;
       font-style: italic;
       
}

/* sidebar bottom */
#sidebar_left {
	width: 228px;
	margin: 0 0 30px 0;
	padding: 0 0px 0 0px;
	float: left;
}
#sidebar_left h3 {
	margin: 0;
	padding: 0 0 16px 29px;
	background: url(images/recent_line.jpg) no-repeat left 20px;
}
#sidebar_left ul {
	width: 187px;
	text-align: left;
	margin: 0 0 0 41px;
	padding: 3px 0 0 0px;
	overflow: hidden;
	display: block;
	list-style-type: none;
}
#sidebar_left ul li {
	width: 187px;
	overflow: hidden;
	padding: 8px 0;
}
#sidebar_left ul ul {
	background: none;
	width: 187px;
	padding: 0;
	margin: 0 0 0 0px;
}
#sidebar_left ul ul li {
	width: 146px;
	display: block;
	overflow: hidden;
	font-size: 1.1em;
	padding: 1px 0 4px 32px;
	line-height: 15px;
	float: none;
}
#sidebar_left ul ul li a {
	display: block;
	padding: 0 0 0 0px;
	color: #000;
}
#sidebar_left ul ul li a:hover {
	color: #325993;
}
#sidebar_left ul ul ul {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#sidebar_left ul ul ul li {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#sidebar_left .textwidget {
	margin: 7px 0;
}
#sidebar_left select {
	margin: 7px 0;
	width: 95%;
}
.sidebar_ads {
	width: 180px;
	height: 150px;
	margin: 5px 0 35px 38px;
}

/* Footer */
.credit {
	width: 500px;
	margin: 0 auto;
	padding: 0px 0px 0px 80px;
}
.credit a {
	color: #000;
	text-decoration: none;
}
.credit a:hover {
	text-decoration: none;
	color: #000;
}
.title

/* PageNavi*/
.wp-pagenavi {
	padding: 5px 10px 5px 10px;
}
.wp-pagenavi a {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #06c;
	color: #06c;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	border: 1px solid #000;
	color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px 0 0 10px;
	width: 90%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: left;
	font-size: 1.1em;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 1.1em;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #000;
	color: #fff;
}
#wp-calendar caption {
	text-align: center;
	width: 90%;
	font: bold 1.3em Verdana, Arial, Sans-Serif;
}
#wp-calendar td {
	padding: 3px 0;
	font-size: 1.2em;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	font-size: 1.2em;
	text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark {
	margin: 18px 0 0 0px;
}
.bookmark ul {
	display: inline;
}
.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}
.bookmark_line img {
	border: 0;
}

/* Comments */
.read_comments {
	height: 32px;
	text-align: right;
	margin: 10px 0 0 0;
}
.read_comments a {
	padding: 5px 0 5px 0px;
	background: url(images/read_comments.jpg) no-repeat left 7px;
	font-size: 1.2em;
	font-weight: bold;
}
h3#comments {
	padding: 0 0 0 0px;
}
h3#comments, #respond h3 {
	padding-top: 10px;
	font-size: 1.4em;
	color: #333;
}
#commentform {
	margin: 5px 0 0 0px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#respond {
	padding: 0 0 0 10px;
	color: #333;
}
#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.commentlist {
	padding: 0 0 0 0px;

}
.commentlist li {
	margin: 15px 0 0px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #333;
	padding: 2px;
	background: #fff;
}
.commentlist li a {
	color: #000;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}
.nocomments {
	text-align: center;
}
.commentmetadata {
	font-size: 1.2em;
	display: block;
	font-weight: normal;
}
.thread-alt {
	background-color: #dcbea4;
}

.thread-even {
	background-color: #e3cbb3;
}
.depth-1 {
	border: 1px solid #000;
}
.alt { 
	border-left: 1px solid #666; /* odd page */
	background-color: #FEFEF0; 
	padding: 10px;
}
.even {
	border-left: 1px solid #666; /* even page */
	background-color: #FCFCD3;
}

/* Images */
p img {
	max-width: 100%; /* not working in IE6 */
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}
