@charset "utf-8";
/*
Theme Name: Ascii Art
Theme URI: http://www.asciiart.in/
Description: Ascii Art WordPress Theme
Version: 2.0
Author: Stylegraph Inc.
Author URI: http://stylegraph.com/
Tags: stripe, border, fixed width, two columns, widgets
*/

.Blue {
	color: #1919FF;
}
.Gray {
	color: #808080;
}
.Green {
	color: #00CC00;
}
.Orange {
	color: #FF8000;
}
.Red {
	color: #FF1919;
}

body {
	padding-left: 20px;
	background-image: url('image/border.gif');
	background-repeat: repeat-y;
	color: #333333;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	text-align: center;
}

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

img {
	border-width: 0px;
}

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

#header {
	padding: 60px 0px;
}

#header .title {
	float: left;
	border-right: 1px solid #BFBFBF;
}
#header .title a {
	display: block;
	overflow: hidden;
	width: 260px;
	height: 0px;
	padding-top: 50px;
	background-image: url('image/logo.gif');
}

#header .description {
	float: right;
	width: 460px;
	color: #808080;
	font-size: 11px;
}

#header .menu {
	clear: both;
	padding-top: 60px;
}

#header .menu ul {
	padding: 0px;
	list-style-type: none;
}
#header .menu li {
	float: left;
	margin-right: 20px;
}
#header .menu li a {
	display: block;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #BFBFBF;
	padding: 10px;
	color: #595959;
	font-size: 13px;
	font-weight: bold;
}
#header .menu li a:hover {
	border-width: 0px 1px 1px 0px;
	background-color: #F2F2F2;
	color: #333333;
}
#content {
	float: left;
	width: 570px;
}

#content .post {
	background-image: url('image/stripe.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 20px;
}

#content .entry {
	float: right;
	width: 480px;
	border-left: 1px solid #BFBFBF;
}

#content .AsciiArt {
	padding: 10px;
	font-size: 14px;
	font-family: 'MS Gothic', 'Osaka-Mono', monospace;
	line-height: 1em;
}

#content .post-ratings, #content-ratings-loading {
	clear: both;
	padding: 0px 0px 30px 150px;
}

#content .postmetadata {
	float: left;
	width: 80px;
	text-align: right;
}

#content .PrBanner {
	text-align: center;
	padding: 10px 30px;
}
#content .PrBanner a {
	color: #333333;
	text-decoration: none;
}

#sidebar {
	float: right;
	width: 160px;
}

#sidebar h2 {
	border-bottom: 1px solid #BFBFBF;
	padding: 10px 5px;
}

#sidebar ul {
	padding: 0px;
	list-style-type: none;
}

#footer {
	clear: both;
}
#feed {
	padding: 30px;
	text-align: right;
}
#feed a {
	padding-left: 20px;
	background-image: url('image/feed.png');
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#tag_cloud a, .postmetadata a {
	display: block;
	padding: 5px;
	font-weight: bold;
}
#tag_cloud a:hover, .postmetadata a:hover {
	border: 1px solid #FFFFA6;
	background-color: #FFFFD9;
}

textarea#AsciiArt {
	font-family: 'MS Gothic', 'Osaka-Mono', monospace;
}

.navigation {
	padding: 10px 20px;
	text-align: center;
}

.Button {
	text-align: center;
}