/*  
	Theme Name:  Distorsia
	Author URI: http://www.robinmalau.com/
	Version: 1.0
	Author: Robin Malau
	Description: Just a simple cool theme for Distorsia.com
	Built based on Notepad Theme by http://ithemes.com/
*/

html, body { margin: 0; padding: 0; }

body { 
	background: #000 url(images/body.jpg) repeat;
        background-attachment: fixed;
	background-position: top center;
	color: #fff;
	font-size: 13px;
	font-family: Helvetica;
        text-shadow: 0px 2px #000;
	text-align: center;
	margin: 0px; padding: 0px 0px 0px 0px;
}

body * {margin: 0px; padding: 0px;}

/*********************************************
		Link Styles
*********************************************/
a {
	color: #ff9900;
	text-decoration: none;
}

a:hover { color: #0FA500; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: ccc;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
        background: transparent url(images/bg-comment.png) repeat;
	font-style: italic;
        margin: 0px 0px 5px 15px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #333;
        border-right: 1px solid #333;
}
img { border: 0px; border-color:#333; background: none; padding: 0px 10px 5px 0px; }
p {
	padding: 10px 0px;
	margin: 0px;
	line-height: 20px;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: #fff;
	font-size: 26px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
h1 a {
	color: #FFF;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	color: #fff;
	font-size: 16px;
	font-family: Arial, Tahoma, Helvetica;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #666;
}
h3 { /* This style used as the post titles on homepage/archive */
	color: #fff;
	font-size: 18px;
	font-family: Helvetica;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	text-decoration: none;
	text-align: left;
}
h3 a {
	color: #fff;
	text-decoration: underline;
}
h3 a:hover {
	color: #0FA500;
	text-decoration: underline;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	clear: both;
}
h5 { /* This style used as header in the sidebars */
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: double #C0C0C0;
	text-align: center;
}

/*********************************************
		Header Div Styles
*********************************************/
#toptag {
	display: block;
        height:20px;
	background: transparent;
	color: #fff;
	margin: 0px auto; padding: 10px;
	text-align: center;
	letter-spacing: 6px;
	text-transform: uppercase;
}
#header {
	display: block;
	width: 654px;
	margin: 0px auto; padding: 25px 0px 0px 0px;
	text-align: left;
}
#header #title {
	color: #fff;
	font-size: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
#header #title a {
	color: #fff;
	text-decoration: none;
}
#header #title a:hover {
	color: #ccc;
	text-decoration: none;
}
#header #tagline { 
	font-size: 13px;
	font-family: Arial, Tahoma, Helvetica;
	font-weight: bold;
	color: #333;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	text-align: center;
	letter-spacing: 5px;
	text-transform: uppercase;
}
#menu {
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 20px 0px; padding: 0px;
}
#menu li {
	margin: 0px; padding: 7px 10px;
	display: inline;
}
#menu li a {
	color: #fff;

	text-decoration: none;


}

/* if you want to set a "current page item" style, do it here */
#menu li.current_page_item a, #menu li.current_page_item a:visited {
	color: #fff;
	text-decoration: none;
}
#menu li a:hover {
	color: #fff;
	text-decoration: none;
}

/*********************************************
		Container Div / Wrap Div
*********************************************/
#container {
	text-align: left;
    margin: 0px auto;
    width: 654px;
    padding: 0px;
}
#wrap {
    margin: 0px; padding: 0px;
    width: 654px;
}

/*********************************************
		Content Div
*********************************************/
#content {
	background: transparent url(images/bg-content.png) repeat;
	float: right;
	margin: 0px;
	padding: 15px;
        width: 622px;
	border: 2px solid #333;
	display: block;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:5px;
}
.content-footer{
	padding:3px;
	line-height:18px;
	height:18px;
	font-size:12px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin-top:15px;
	margin-bottom:25px;
	background: transparent url(images/bg-comment.png) repeat;
}
.post-cat{
	background:url(images/folder.png) no-repeat left center;
	padding-left:17px;
	margin-left:5px;
	float:right
}
.post-comments{
	background:url(images/user.png) no-repeat left center;
	padding-left:17px;
	float:left;
	margin-left:10px
}
#content img.featureimg {
	float: left;
	margin: 0px; padding: 0px 10px 10px 0px;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 0px;
	margin: 0px;
}

.meta-top p {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 15px 0px 0px 0px; padding: 0px;
	text-align: center;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px; margin: 0px;
}
.meta-date {
	margin: 0px 5px;
}
.meta-author {
	margin: 0px 5px;
}
.meta-comments {
	margin: 0px 5px;
}
.meta-category {
	margin: 0px 5px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}

/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar h2, #r_sidebar h2  { /* This style used as header in the sidebars */
	color: #fff;
        font-size: 18px;
	font-family: Arial, Tahoma, Helvetica;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 0px solid #666;
}

#l_sidebar {
	color: #fff;
        background: transparent url(images/bg-content.png) repeat;
	display: block;
	float: left;
	width: 285px;
	margin: 10px 0px 10px 0px; padding: 10px 10px 5px 20px;
	border:3px solid #333;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:5px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#l_sidebar p, #l_sidebar .text-widget {
	padding: 0px 0px 5px 0px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 5px 0px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#l_sidebar ul li.item {
	padding: 0px 0px 10px 0px;
	display: block;
	float: left;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 15px;
	list-style-type: square;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 6px 0px;
}
#l_sidebar ul li ul li a {
	color: #fff;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	color: #0fa500;
	text-decoration: underline;
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}


/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {

	color: #fff;
        background: transparent url(images/bg-content.png) repeat;
	display: inline;
	float: right;
	width: 285px;
	margin: 10px 0px 10px 0px; padding: 10px 10px 5px 20px;
	border:3px solid #333;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:5px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#r_sidebar p {
	padding: 0px 0px 5px 0px;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px 0px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#r_sidebar ul li.item {
	padding: 0px 0px 10px 0px;
	display: block;




	float: left;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 15px;
	list-style-type: square;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 6px 0px;
}
#r_sidebar ul li ul li a {
	color: #fff;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	color: #0fa500;
	text-decoration: underline;
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: transparent;
	overflow: hidden;
	border-bottom: 0px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: transparent url(images/bg-comment.png) repeat;
	overflow: hidden;
	border-bottom: 0px dotted #B7B7B7;
}



/*********************************************
		Footer Styles
*********************************************/
#footer {
	width: 654px;
	color: #c0c0c0;
	margin: 0px auto;
	padding: 15px 0px;
	clear: both;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	border-top: 3px dotted #b7b7b7;
}
#footer a {
	color: #c0c0c0;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .left {
	width: 40%;
	float: left;
	margin: 0px 0px 0px 20px;
}
#footer .right {
	width: 40%;
	float: right;
	text-align: right;
	margin: 0px 20px 0px 0px;	
}

.footnotes {
  font-size: 85%;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}

.footnotes .footnotedivider {
  width: 620px;
  border-bottom: 1px solid #ccc;
}

.footnotes li {
  margin: 0 0 5px 0;
}

sup.footnote a {
  text-decoration: none;
  font-size: 80%;
}

sup.footnote {
  line-height: 0em;
}

.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}