/*
Theme Name: 10PAD2-Rising Sun
Theme URI: http://takteekmedia.com/
Version: 1.2
Description: White 2 column theme with an orange rising sun banner.
Author: TAKTEEK
Author URI: http://takteekmedia.com/
Tags: two columns, right sidebar, widget ready, fixed width, rising sun, simple, white, orange, black
*/

/* -standards- */

body {
	background: #ffffff;
	color: #333;
	font-family: "Lucida Sans","Helvetica",sans;
	display: block;
    font-size: 13px;
	}
p {
	text-align: left;
    padding-bottom: 0.8em;
    display: block;
    margin: 0;
	}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	}
h3 {
	font-size: 1.1em;
	margin: 0 0 0.2em;
	padding: 0.8em 0 0;
	border-bottom: 1px solid #ddd;
}
a {
	color: #cc1e00;
	text-decoration: none;
    border-bottom: 1px dotted blue;
	}
a:hover {
	color: #333;
    border-bottom: 1px dotted #fc0;
	}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}
#navlink {
	margin: 30px 0 30px 0;
    text-align: right;
	}
#navlink a {
    border: 0;
}

/* -header- */

#topbar {
	border-bottom: 1px solid #a9a9a9;
	padding: 30px 0 35px 0;
	width: 800px;
	}
.blogtitle {
	color: #cc1e00;
	font-weight: bold;
	}
.blogdescription {
    display: none;
	color: #a9a9a9;
	text-transform: uppercase;
	}
#banner { }

/* -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 a {
    border: 0;
}
#navigation div.navtitle {
	background: #fff url(/wp-content/themes/rounded-grey-blog-10/images/logo4.gif) no-repeat left top;
	padding: 10px;
    height: 30px;
    text-align: right;
    padding-top: 85px;
	}
#navigation div.navtitle a { 
    color: #000;
}
#navigation h2 {
	color: #ffffff;
	font-weight: normal;
    font-size: 13px;
    text-transform: none;
	}
#navigation h2.small, #navigation h2.widgettitle {
	background: #000000;
	color: #ffffff;
	font-size: .9em;
	font-weight: bold;
	margin-top: 20px;
	padding: 3px;
	}
#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: #555;
	font-size: 1em;
	font-weight: bold;
	}
.postdateW {
    padding-bottom: 0.4em;
}
.postcats {
    font-size: 90%;
}
.postcats a{
	border-bottom: 0;
    color: #333;
    text-decoration: underline;
}
.posttags {
    text-align: right;
    font-size: 90%;
}
.pagetitle {
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	}
.posttitle {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
    background: #e9e9e9;
    padding-left: 0.1em;
	}
.posttitle a {
	color: #cc1e00;
    border: 0;
	}
.posttitle a:hover {
	color: #000000;
	}
.postmetadatabottom {
	background: #a9a9a9;
	margin: 15px 0 15px 0;
	padding: 3px;
	text-transform: uppercase;
	width: 100px;
	}
.postmetadatabottom a {
	color: #000000;
    border: 0;
	}
.postmetadatabottom a:hover {
	color: #ffffff;
	}
.entry {
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 10px;
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	background: #333 url("images/magnifier.png") no-repeat top left;
	border: 2px solid #000;
	color: #ffffff;
	padding: 0px 1px 0px 22px;
	width: 223px;
	}

/* -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: 20px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #e0e0e0;
	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;
   margin: 0 1em 0.2em 0;
}

.alignright {
   float: right;
}

a.more-link {
    display: block;
    margin: 0.3em 0;
    background: #e9e9e9;
    font-weight: bold;
    text-align: right;
    border: 0;
    clear: both;
}
a.more-link:hover {
    border: 0;

}
#searchformW {
    padding: 2em 0 1em;
}



#commentform p {
    display: block;
    margin: 4px 0;
}
#commentform a {
    border: 0;
}
#commentform textarea, 
#commentform input {
    border: 1px solid #333;
}







pre, code {
    padding-left: 0.5em;
    color: #040;
    background:#EEEEEE none repeat scroll 0 0;
    border:1px solid #DDDDDD;
    display:block;
    font-family:Consolas,"Andale Mono",Courier,"Courier New";
    font-size:0.929em;
    line-height:1.185em;
    margin: 0 0 1.2em;
    overflow:auto;
}
code { 
  border: 0;
  display: inline;
}
pre.shell {
    color: #3c3;
    border: 1px solid #222;
}
blockquote {
    background: #e0e0e0;
    padding-left: 1em;
    margin-left: 1em;
}



.footer_text {
	text-align: left;
 	margin: 0; padding: 0;
	color: #aaa;
    margin-top: 8em;
}

.footer_text a { color: #777; }

.postedit {
    text-align: right;
}
.postedit a {
    border: 1px solid #555;
    color: #555;
    font-size: 9px;
}


#delicious-cached {
    font-size: 90%;
}

img.native-thumbnail {
    -ms-interpolation-mode: bicubic;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/path/to/image.jpg', sizingMethod='scale');
}
