/*
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: #ffffff;
	color: #000000;
	font-family: "Times";
	font-size: .86em;
	display: block;

	}
p {
        text-align: left;
	}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	}
a {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #949494;
	}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 5px;
	}
#navlink {
	margin: 30px 0 30px 0;
	}

/* -header- */

.blogtitle {
        color: #ffffff;
        font-size: 0.00000001em;
	font-weight: bold;
	text-transform: uppercase;
	}

.blogdescription {
	color: #ffffff;
	text-transform: uppercase;
	}

#banner {
	align: center;
        margin: 0 auto 0;
	width: 100%;
	}
#banner h1 {
	
	}
#banner h1 a {
        background: url(images/bannertest5.jpg) no-repeat top center;
	width: 970px;
	height: 135px;
        align: center;
	display: block;
	}
#banner h1 a span { display: none; }


/* -content- */

#contentwrap {
	margin-top: 0px;
	width: 970px;
	}
#content {
	float: left;
	margin-left: 30px;
	width: 800px;
        line-height:1.3em;
	}

/* -navigation- */

#navigationwrap {
	float: left;
	margin-bottom: 30px;
        margin-top: -10px;
	}
#navigation {
	width: 140px;
	}
#navigation div.navtitle {
	background: #000000;
	padding: 6px;
	}
#navigation h2 {
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	}
#navigation h2.small, #navigation h2.widgettitle {
	background: #949494;
	color: #949494;
	font-size: .001em;
	
	margin-top: 15px;
        margin-bottom: 15px;
	padding: 1px;
	text-transform: uppercase;
        
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	list-style: none;
	}
#navigation ul li {
	
	padding: 3px 3px 3px 10px;
	}

/* -post and entries- */

.postdate {
        color: #000000;
	font-size: .75em;
	font-weight: regular;
	margin-top: -10px;
	
	}
.pagetitle {
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 14px;
	text-transform: none;
	}
.posttitle {
	font-size: 1.4em;
        margin-top: 3px;
        font-weight: bold;
	font-style: italic;
	text-transform: none;
	}
.posttitle a {
	color: #000000;
	}
.posttitle a:hover {
	color: #949494;
	}




.postmetadatabottom a:hover {
	color: #ffffff;
	}
.entry {
	border-bottom: 2px dotted #ffffff;
        margin-top: 0px;
	padding-bottom: 40px;
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	float: right;
        background: #000000 url("images/magnifier.png") no-repeat top left;
	border: none;
	color: #ffffff;
	padding: 1px 2px 1px 17px;
	width: 170px;
	}

/* -footer- */

#footer {
	border-top: 1px solid #a9a9a9;
	clear: both;
	color: #a9a9a9;
	padding: 10px 0 35px 0;
	width: 800px;
	}
#footer a {
	color: #000000;
	}

/* -comments- */

#comments {
	clear: both;
	padding-top: 1px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #a9a9a9;
	color: #000000;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}


/* -floats -*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
