/*
Theme Name: 10PAD2-Rising Sun
Theme URI: http://takteekmedia.com/
Version: 1.3
Description: White 2 column theme with an orange rising sun banner.
Author: TAKTEEK
Author URI: http://ericcrooks.com/
Tags: two columns, right sidebar, widget ready, fixed width, rising sun, simple, white, orange, black
*/

/* -standards- */

body {
	background: #fffdfc;
	color: #444444;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 11px;
	display: block;
	line-height: 17px;
	}
p {
	text-align: left;
	}
h2 {
	font-size: 13px;
	text-transform: uppercase;
	}
a {
	color: #333333;
	text-decoration: underline;
	}
a:hover {
	color: #76acdb;
	text-decoration: underline;
	}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}
img {
	border: 0;
}
a img {
	border-left: 5px solid #222222;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}
a:hover img {
	border-left: 5px solid #76acdb;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}
#navlink {
	margin: 30px 0 30px 0;
	}

/* -header- */

#topbar {
	border-bottom: 1px solid #a9a9a9;
	padding: 30px 0 35px 0;
	width: 800px;
	}
.blogtitle {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	}
.blogdescription {
	color: #a9a9a9;
	text-transform: uppercase;
	font-size: 12px;
	}
#banner {
	background: url("http://farm5.static.flickr.com/4055/4393484611_3d30bd00c4.jpg") no-repeat top left;
	border: none;
	width: 500px;
	height: 333px;
	}

/* -content- */

#contentwrap {
	margin-top: 30px;
	width: 800px;
	}
#content {
	float: left;
	margin-right: 30px;
	width: 500px;
	}

/* -navigation- */

#navigationwrap {
	float: right;
	margin-bottom: 30px;
	}
#navigation {
	width: 250px;
	}
#navigation div.navtitle {
	background: #fffdfc;
	padding: 10px;
	border:1px solid #a9a9a9;
	border-right:none;
	border-left:none;
	}
#navigation h2 {
	color: #222222;
	font-weight: normal;
	text-transform: uppercase;
	}
#navigation h2.small, #navigation h2.widgettitle {
	background: #fffdfc;
	color: #222222;
	font-size: .9em;
	font-weight: bold;
	margin-top: 20px;
	padding: 3px;
	text-transform: uppercase;
	border-top:1px dotted #a9a9a9;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	list-style: none;
	}
#navigation ul li {
	border-bottom: 1px dotted #a9a9a9;
	padding: 3px 3px 3px 10px;
	}

/* -post and entries- */

.postdate {
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	}
.pagetitle {
	color: #222222;
	font-size: 2em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	}
.posttitle {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}
.posttitle a {
	color: #76acdb;
	text-decoration: none;
	}
.posttitle a:hover {
	color: #333333;
	text-decoration: none;
	}
.postmetadatabottom {
	background: #fffdfc;
	margin: 15px 0 15px 0;
	padding: 3px;
	text-transform: uppercase;
	width: 100px;
	border-top:1px dotted #a9a9a9;
	border-bottom:1px dotted #a9a9a9;
	}
.postmetadatabottom a {
	color: #333333;
	}
.postmetadatabottom a:hover {
	color: #76acdb;
	}
.entry {
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 10px;
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	background: #fffdfc url("images/magnifier.png") no-repeat top left;
	border: 1px dotted #a9a9a9;
	border-left:none;
	border-right:none;
	color: #333333;
	padding: 1px 2px 1px 17px;
	width: 250px;
	}

/* -footer- */

#footer {
	border-top: 1px solid #a9a9a9;
	clear: both;
	color: #a9a9a9;
	padding: 10px 0 35px 0;
	width: 800px;
	}

/* -comments- */

#comments {
	clear: both;
	padding-top: 20px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	border-top:1px dotted #a9a9a9;
	padding: 10px;
	font-size:11px;
	}
.commentlist div {
	border-top:1px dotted #a9a9a9;
	padding: 10px;
	font-size:11px;
	}
.commentlist p {
	font-size:11px;
	}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}
#comment {
	width: 100%;
}
/* -floats -*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}