/*
Theme Name: minimal
Theme URI: http://rizzlestudios.ath.cx/wordpress/minimal
Description: A minimalistic WordPress theme utilizing no images in the template.
Version: 1.1
Author: rizzlestudios
Author URI: http://rizzlestudios.ath.cx/
Tags: white, two-column, one-column, minimalist, widgets, widgetized
Licensed under GPL.
*/
BODY
{
	margin: 0;
	padding: 0;
	font: normal 13px Verdana, Arial, Sans-Serif;
	text-align: left;
	color: #FEFEFE;
	background-image: url(images/3.jpg);
}
/*Links*/
A:link
{
	color: #166409;
	text-decoration: none;
}
A:visited
{
	color: #BD8B09;
	text-decoration: none;
}
A:hover, A:active
{
	color: #FEBA00;
}
H3 A:link
{
	color: #3F4F5C;
	text-decoration: none;
}
H3 A:visited
{
	color: #3F4F5C;
	text-decoration: none;
}
H3 A:hover, A:active
{
	color: #FFFFFF;
}
/*Typography*/
H1, H2, H3, H4, H5, H6
{
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}
H1
{
	font-size: 36px;
	color: #293138;
}
H2
{
	font-size: 28px;
	color: #353F47;
}
#searchform H2
{
	display: none;
}
.post-title H2
{
	color: #3F4F5C;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
H3
{
	font-size: 24px;
	color: #1A70B6;
}
H4
{
	font-size: 20px;
	color: #3F4F5C;
}
H5
{
	font-size: 16px;
	color: #3F4F5C;
}
H6
{
	font-size: 13px;
	font-variant: small-caps;
}
UL
{
	line-height: 1.8em;
	list-style-type: circle;
	color: #333333;
}
OL
{
	line-height: 1.8em;
	color: #BFA311;
}
BLOCKQUOTE
{
	color: #FFFFFF;
	background-color: #091D52;
	border: 1px solid #CFCFCF;
	padding: 5px 10px;
	margin: 10px;
	border-right: none;
	border-left: none;
}
CODE
{
	font-family: Consolas, Verdana, Arial, "Courier New";
	color: #555555;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 20px;
}
ABBR, ACRONYM
{
	font-style: normal;
	border-bottom: 1px dotted #333333;
	cursor: help;
}
EM
{
	font-style: italic;
}
STRONG
{
	font-weight: bold;
}
DEL
{
	text-decoration: line-through;
	color: #555555;
	font-size: 11px;
}
INS
{
	text-decoration: none;
	color: #679B3C;
}
P EM, CITE
{
	font-family: Consolas, Verdana, Serif;
}
/*Structure*/
#container
{
	width: 800px;
	margin: 0 auto;
}
#header
{
	padding: 0px 0;
	margin-bottom: 0px;
	background-image: url(images/header.png);
	height: 122px;
	background-color: #020E27;
}
#navigation
{
	float: left;
	font-variant: small-caps;
	font-size: 1.5em;
	margin-top: -38px;
}
#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 800px;
	background: #010D26;
	font-size: 1.3em;
}
#content-wrapper
{
	width: 800px;
	float: left;
	background-color: #030F28;
}
#content
{
	float: left;
	padding: 31px 27px 27px;
	line-height: 1.6em;
	text-align: left;
}
#content .commentbox
{
	color: #166409;
	padding: 2px 5px;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 41px;
	width: 737px;
	margin-top: -13px;
}
.commentbox
{
	font-size: 0.9em !important;
}
#comments
{
	color: #4A4A4A;
	padding: 0px;
}
#comments .comment
{
	padding: 10px;
	background-color: #F6F6F6;
	border-bottom: 20px solid #FFFFFF;
}
#comments .comment CITE
{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
#sidebar-wrapper
{
	display: none;
	margin-left: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 180px;
	float: left;
	background-color: #F3F2F2;
	border: 1px solid #E6E4E4;
}
#sidebar
{
	display: none;
	float: left;
	width: 150px;
	padding: 15px;
	color: #5B5C5C;
	font-size: 9pt;
	text-align: left;
}
#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0;
	color: #555555;
	padding: 10px 0;
	text-align: center;
}
/*Single Post*/
#post_content-wrapper
{
	width: 640px;
	padding: 10px 0 20px;
	margin: 5px 0 0 80px;
}
#post_content
{
	float: left;
	padding: 27px;
	line-height: 1.6em;
	text-align: left;
	font-size: 1.3em;
}
#post_content .commentbox
{
	color: #918E85;
	background-color: #FBF4E2;
	padding: 2px 5px;
	border-top: 1px solid #D4CBB4;
	border-bottom: 1px solid #D4CBB4;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 10px;
	width: 575px;
}
/*Navigation*/
#navigation UL
{
	margin: 0px 5px 0;
	float: left;
	width: 800px;
	padding: 5px 0 0px 0px;
	list-style-type: none;
	height: 39px;
}
#navigation LI
{
	float: left;
	margin: 0px 0 0 5px;
	padding: 0;
}
#navigation A:link, #navigation A:visited
{
	float: left;
	display: block;
	margin-right: 14px;
}
#navigation UL LI.current_page_item A:link, #navigation UL LI.current_page_item A:visited, #navigation UL LI.current_page_item A:hover, #navigation UL LI.current_page_item A:active
{
}
#navigation UL LI.search
{
	float: right;
	margin-right: 10px;
}
/*Header*/
#header H1
{
	color: #191A1A;
	font-weight: bold;
	margin-bottom: 10px;
}
#header H1 A
{
	width: 750px;
	height: 200px;
	background: transparent url() no-repeat center center;
}
#header H1 A:link, #header H1 A:visited
{
	color: #333333;
}
#header H1 A:hover, #header H1 A:active
{
	color: #000000;
	background-color: transparent;
}
#header H1 SPAN
{
	color: #5B5C5C;
}
H1.blog-title
{
	display: inline;
}
H1.blog-title A
{
	display: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 36px;
	text-transform: lowercase;
	color: #333333;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 36px;
	border-bottom: none;
}
H1.blog-title A:hover
{
	text-decoration: none;
	color: #000000;
	background: transparent;
}
.tagline
{
	display: none !important;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	margin-left: 3px;
	padding: 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	display: inline;
}
/*Content*/
.date
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 24px;
	margin-left: 3px;
	padding: 0;
	color: #16D;
	letter-spacing: -1px;
	text-transform: lowercase;
	display: inline;
}
H3.post-title
{
	display: inline;
}
H3.post-title A
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 24px;
	text-transform: lowercase;
	color: #7ADF14;
	letter-spacing: -1px;
	border-bottom: none;
}
H3.post-title A:hover
{
	text-decoration: none;
	color: #FB0;
	background: transparent;
}
/*Sidebar*/
#sidebar H2
{
	font-size: 18px;
	color: #5B5C5C;
	text-transform: uppercase;
	border-bottom: 2px solid #5B5C5C;
}
.widgettitle
{
	font-size: 18px;
	color: #5B5C5C;
	text-transform: uppercase;
	border-bottom: 2px solid #5B5C5C;
}
#sidebar UL
{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	list-style-type: none;
}
#sidebar UL LI
{
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
#sidebar UL LI:hover
{
	background-color: #EEEEEE;
}
#sidebar UL LI .title
{
	display: block;
	font-weight: bold;
}
#sidebar UL LI .date
{
	display: block;
	color: #777777;
	font-size: smaller;
}
#sidebar UL LI .content
{
	display: block;
}
#sidebar UL LI A:link, #sidebar UL LI A:visited
{
	padding: 0;
	color: #333333;
}
#sidebar UL LI A:hover, #sidebar UL LI A:active
{
	background-color: transparent;
}
#sidebar UL .list_subpages
{
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	list-style-type: none;
}
/*Footer*/
#footer A:hover, #footer A:active
{
	color: #003355;
	background-color: transparent;
}
/*Comments*/
.alt
{
	margin: 0;
	padding: 10px;
}
.commentlist
{
	padding: 0;
	text-align: justify;
}
.commentlist LI
{
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border: 1px solid #DDD;
}
.commentlist P
{
	margin: 10px 5px 10px 0;
}
#commentform P
{
	margin: 5px 0;
}
.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata
{
	margin: 0;
	display: block;
}
.commentlist LI, #commentform INPUT, #commentform TEXTAREA
{
	font: 0.9em "Lucida Grande", Verdana, Arial, Sans-Serif;
}
.commentlist LI
{
	font-weight: bold;
}
.commentlist LI .avatar
{
	float: right;
	border: 1px solid #EEE;
	padding: 2px;
	background: #FFF;
}
.commentlist CITE, .commentlist CITE A
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist P
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform P
{
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
}
.commentmetadata
{
	font-weight: normal;
}
.alt
{
	background-color: #F8F8F8;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
/*/ .aligncenter, div.aligncenter*/
#INVALID-RULE
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.wp-caption
{
	border: 1px solid #DDD;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin: 10px;
/*optional rounded corners for browsers that support it*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption IMG
{
	margin: 0;
	padding: 0;
	border: 0 none #000000;
}
.wp-caption P.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*Forms*/
#searchform INPUT
{
	margin-left: 110px;
}
#searchsubmit
{
	height: 35px;
	width: 124px;
	border: none;
	background-repeat: no-repeat;
	background-position: inherit;
	background-image: url(images/search.png);
	background-color: #020E27;
	color: #020E27;
}
TEXTAREA
{
	width: 400px;
}
*
{
	font-family: calibri, "segoe ui", sans;
}
