/*
Theme Name: Spacerama
Theme URI: http://www.ezwpthemes.com/templates/spacerama.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: black, fixed width, two columns, right sidebar, threaded comments, widget ready, adsense ready, pagenavi, social bookmarking, valid xhtml, valid css
*/


/* Global */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: url(images/bg.gif) repeat-x top left #a0a0a0;
}
a, body a {
	text-decoration: none;
	color: #fff;
}
a:hover, body a:hover {
	color: #fff4a8;
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	border: none;
}
h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-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: 5px 20px;
	padding: 0;
	color: #333;
	border: 1px dashed #999;
	background: #E6EBF1;
}
blockquote p {
	padding: 10px 20px;
	display: block;
}
code {
	display: block;
	margin: 5px 20px;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #333;
	border: 1px dashed #999;
	background: #D9E2EC;
}
.endline {
	clear: both;
}

/* Layout Map */
/*
	wrapper
		- bottom_frame
			- top_frame
				- header
				- container
					- content 
					- sidebar_wrapper
				- footer
*/

/* Layout */
#wrapper {
	min-width: 998px; /* not working in IE6 */
	background: url(images/container_bg.jpg) repeat-y center top;
	margin: 0 auto;
}
#bottom_frame {
	padding-bottom: 0px;
	margin: 0 auto;
	background: url(images/bottom_frame.jpg) no-repeat center bottom;
}
#bottom_frame_bg {
	padding-bottom: 0px;
	margin: 0 auto;
	background: url(images/bottom_frame_bg.jpg) repeat-x center bottom;
}
#top_frame {
	margin: 0 auto;
	background: url(images/top_frame.jpg) no-repeat center top;
}
#header {
	width: 998px;
	height: 473px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#container {
	width: 998px;
	position: relative;
	padding: 0 0 180px 0;
	margin: 0 auto;
}
#content {
	width: 559px;
	padding: 0 0 0 127px;
	display: inline;
	margin: 0 0 0 0px;
	float: left;
}
#sidebar_wrapper {
	width: 258px;
	padding: 0 0 80px 0;
	float: left;
}
#sidebar {
	width: 258px;
	padding: 0;
	margin: 0px 0 0 0;
	float: left;
	color: #fff;
}
#footer {
	width: 998px;
	margin: 0 auto;
	clear: both;
	color: #000;
	line-height: 16px;
	font-size: 1.1em;
	text-align: right;
}

/* Header */
#header h1 {
	font-size: 4em; /* Blog title */
	text-align: left;
	padding: 21px 60px 0 200px;
}
#header h1 a {
	text-decoration: none;
	color: #00dfe7;
}
#header h2 {
	color: #00dfe7;
	text-align: left;
	font-size: 1.2em; /* Blog Description */
	padding: 0 60px 0 200px;
}
/* menu */
#menu {
	width: 400px;
	height: 36px;
	position: absolute;
	left: 148px;
	top: 230px;
	overflow: hidden;
}
#menu ul {
	width: 400px;
	margin: 0;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	width: 91px;
	display: inline;
	height: 36px;
	margin: 0;
	padding: 0 8px 0 0;
	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;
	text-decoration: none;
	/*background: url(images/menu_out.jpg) repeat-x left top;*/
	color: #fff;
}
#menu ul li a:hover {
	/*background: url(images/menu_over.jpg) repeat-x left top;*/
	color: #fff4a8;
}
#menu ul ul {
	margin: 0;
	padding: 0;
}
#menu ul ul li {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
/* searchform */
#searchform {
	position: absolute;
	top: 152px;
	left: 494px;
	width: 241px;
	height: 47px;
	padding: 23px 0 0 16px;
}
.searchtext {
	width: 138px;
	color: #fff;
	border: 0;
	background: none;
}
#searchsubmit {
	border: 0;
	width: 42px;
	height: 21px;
}

#rss {
	width: 45px;
	height: 40px;
	position: absolute;
	left: 890px;
	top: 114px;
}

/* welcome */
#welcome {
	width: 192px;
	height: 145px;
	position: absolute;
	left: 730px;
	top: 165px;
	font-size: 1.2em;
	line-height: 18px;
	margin: 0;
	padding: 0;
	color: #fff;
}
#welcome div {
	width: 192px;
	height: 140px;
	overflow: hidden;
	padding: 0px 0 0 0px;
}
#welcome div div {
	margin: 0;
	padding: 0;
}

/* Content */
.post {
	width: 514px;
	padding: 0;
	margin: 25px 0 0 0;
	position: relative;
}
.post h2 {
	width: 485px;
	line-height: 20px;
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 5px;
	font-size: 1.6em; /* Post title */
}
.post h2 a {
	color: #eb0a6a;
}
.post h2 a:hover {
	text-decoration: none;
	color: #ae0aeb;
}
.postmetadata {
	margin: 2px 10px 0 0;
	display: block;
	text-align: right;
	color: #003f9d;
	font-size: 1.1em;
}
.postmetadata a {
	color: #003f9d;
	text-decoration: underline;
}
.postmetadata a:hover {
	color:#703f9d;
	text-decoration: none;
}
.post_date {
	width: 91px;
	height: 45px;
	padding: 3px 0px 0 0px;
	position: absolute;
	top: 10px;
	left: -93px;
	color: #fff;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	font-size: 1.2em;
	background: url(images/date_bg.gif) no-repeat right top;
}
.entry p{margin:5px 0;}
.entry {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
	color: #000;
	font-size: 1.2em;
	line-height: 20px;
}
.tags {
	font-size: 1.2em;
	color: #003f9d;
	margin: 10px 0 0 0px;
}
.tags a {
	color: #003f9d;
	text-decoration: underline;
}
.tags a:hover {
	color: #703f9d;
	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;
}

/* Sidebar */
#sidebar_top_frame {
	width: 258px;
	height: 22px;
	background: url(images/sidebar_top.jpg) no-repeat left bottom;
}
#sidebar_bottom_frame {
	width: 258px;
	height: 22px;
	background: url(images/sidebar_bottom.jpg) no-repeat left top;
}
#sidebar h3 {
	font-size: 1.8em; /* Sidebar Title */
	height: 35px;
	width: 146px;
	line-height: 34px;
	white-space: nowrap;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 0px 20px 0px 92px;
	background: url(images/sidebar_header.jpg) no-repeat left top;
	color: #fff;
}
#sidebar ul {
	width: 258px;
	background: url(images/sidebar_bg.jpg) repeat-y left top;
	overflow: hidden;
	padding: 0 0 0px 0px;
	list-style-type: none;
}
#sidebar ul li {
	width: 258px;
	padding: 0;
	margin: 0;
}
#sidebar ul li a {
	color:#fff;
}
#sidebar ul li a:hover {
	color: #fff4a8;
}
#sidebar ul ul {
	width: 208px;
	margin: 5px 0 15px 0;
	padding: 0 0 0 42px;
	background: none;
}
#sidebar ul ul li {
	width: 154px;
	margin: 0 0 0 20px;
	line-height: 16px;
	font-size: 1.2em;
	background: url(images/sidebar_li.jpg) no-repeat left 2px;
	padding: 4px 0 3px 32px;
}
#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul li li {
	
	margin: 0 0 0 0px;
	font-size: 1em;
}
#sidebar .textwidget {
	margin: 7px 0;
}
#sidebar select {
	margin: 7px 29px;
	width: 75%;
}
.top_ads {
	width: 180px;
	height: 150px;
	position: absolute;
	top: 320px;
	left: 733px;
	padding: 0;
	margin: 0px 0 0px 0px;
}
/* sidebar recent */
#sidebar_recent {
	width: 444px;
	height: 143px;
	overflow: hidden;
	position: absolute;
	left: 202px;
	top: 312px;
}
#sidebar_recent h3 {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
}
#sidebar_recent ul {
	width: 444px;
	display: block;
	list-style-type: none;
}
#sidebar_recent ul li {
	width: 220px;
	float: left;
}
#sidebar_recent ul ul {
	width: 220px;
	margin: 10px 0 0 0px;
}
#sidebar_recent ul ul li {
	width: 206px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.2em;
	padding: 1px 0 4px 0;
	line-height: 15px;
	float: none;
}
#sidebar_recent ul ul li a {
	display: block;
	color: #000;
	padding: 0 0 0 0px;
}

/* Sidebar_Footer */
#sidebar_footer {
	width: 258px;
	margin: 20px 0 0 0;
	font-size: 1.2em;
	line-height: 16px;
	float: left;
	color: #fff;
}
#sidebar_footer ul {
	width: 258px;
	background: url(images/sidebar_bg.jpg) repeat-y left top;
	overflow: hidden;
	padding: 0 0 0px 0px;
	list-style-type: none;
}
#sidebar_footer ul li {
	width: 258px;
	padding: 0;
	margin: 0;
}
#sidebar_footer ul li a {
	color:#fff;
}
#sidebar_footer ul li a:hover {
	color: #fff4a8;
}
#sidebar_footer ul ul li {
	font-size: 1em;
}

/* Footer */
.credit {
	width: 173px;
	margin: 0;
	padding: 0px 0px 0px 60px;
}
.credit a {
	color: #fff;
	text-decoration: none;
}
.credit a:hover {
	text-decoration: none;
	color: #fff;
}

/* 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 auto 0;
	width: 80%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	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: 100%;
	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;
	color: #2abbc0;
	text-align: right;
	margin: 10px 0 0 0;
}
.read_comments a {
	padding: 15px 0 15px 52px;
	color: #2abbc0;
	background: url(images/read_comments.jpg) no-repeat left 7px;
	font-size: 1.2em;
	font-weight: bold;
}
.read_comments a:hover {
	color: #0035c0;
}
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 0px;
	color: #333;
}
#respond a{
	color: #333;
	font-weight: bold;
}
#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: #D9E2EC; 
	padding: 10px;
}
.even {
	border-left: 1px solid #666; /* even page */
	background-color: #E8F2FC;
}

/* 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;
}
#content .entry ul {
	margin: 0 22px;
	list-style-type: disc;
}
#content .entry ol {
	margin: 0 0px;
	padding: 0 30px;
	list-style-type:decimal;
}


p {
	margin: 6px 0;
}
