/*  
Theme Name: ChaoticSoul
Theme URI: http://sandbox.avalonstar.com/
Description: An old version of the beloved Avalonstar, remade into a WordPress theme.
Version: 1.0
Author: Bryan Veloso. Adaptions by Dominik Osterholt
Author URI: http://avalonstar.com/
*/


/*  -----|  Globals  |------------------------------------------------------  */

body { 
	background-color: #000000;
	color: #999;
	font: 62.5%/125% 'Lucida Grande', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

/* hr { display: none; } */

hr {
	background-color: #161714; /* #22201d; */
	border: 1px solid #363430;
	height: 10px;
	margin: 10px 0;
	width: 760px;
	}
	
a:link, a:visited, a:active { color: #d8d7d3; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; }

ul { list-style: none; }

input, textarea {
	color: #9c9890;
	font-size: 11px; 
	text-decoration: none; 
	background-color: #161410; 
	border: 1px solid #363430;
	padding: 5px;
	}

input#submit {
        cursor: pointer;
        color: #006cb8; 
}
	
blockquote {
	background: #1b1814;
	padding: 1px 15px 5px;
	border-bottom: 1px solid #35302a;
}

table { width: 100%; border-collapse: collapse; }
	th { border-bottom: 1px solid #35302a; text-align: left; }

pre {
	padding: 5px 0;
	border-top: 1px dotted #35302a;
	border-bottom: 1px dotted #35302a;
}



/*  -----|  Structure  |----------------------------------------------------  */
	
#page {
	margin: 50px auto 25px;
	padding: 0;
	width: 760px;
	}
	
#header {
	text-align: center;
	}

#wrapper, #headerimg { width: 760px; }
#wrapper { border-left: 1px solid #363430; border-right: 1px solid #363430; /*background: url('images/content_bkg.gif') repeat-y top left;*/ }

.image {
	background: #22201d url('images/image_left.png');
	border: none; // 1px solid #363430;
	height: 149px;
        width: 372px;
	}
	
	.bkgleft { background: url('images/image_left.jpg'); float: left; }
	.bkgright { background: url('images/image_right.jpg'); float: right; }
	
#footer {
	font-family: Georgia, 'Times New Roman', serif; 
	color: #999;
	}
	
#content, #sidebar { 
	/* border-left: 1px solid #363430; */
	/* border-right: 1px solid #363430; */
	padding: 0 10px; 
	}
	
	#content { float: left; font-size: 1.1em; width: 517px; /* border-top: 1px solid #363430; */ }
	#content h2 { margin: 0 0 10px; }
	#content p { line-height: 1.5em; }
	#content img { border: none;}
	#sidebar { border-left: 0; /* border-top: 1px solid #363430; */ float: right; width: 200px; }
	#sidebar h3 { color: #006cb8; margin: 15px 0 5px; font-variant: small-caps; }
	#sidebar ul { margin: 0 0 10px; padding: 0; border-top: 1px solid #363430; border-bottom: 1px solid #363430; }
	#sidebar li { display: block; padding: 4px 10px; background: #22201d; margin: 1px 0; }
	#sidebar li.menu:hover { background: #363430; }
		
#searchform { color: #d8d7d3; border: 1px solid #363430; background: #22201d; padding: 10px; text-align: center; }
	#s { width: 160px; color: #d8d7d3; }
	
.goleft { float: left; }
.goright { float: right; }

ul.navigation { 
	border-top: 1px solid #363430; 
	border-bottom: 1px solid #363430; 
	}
	
	ul.navigation li { display: block; padding: 4px 10px; background: #22201d; margin: 1px 0; }
	ul.navigation li:hover { background: #363430; }

/* Post Structure */

.post { padding: 10px 0 0; }
	.widecolumn .post { padding: 0; margin: 0; }
	
.top { padding: 15px 10px 0px;  margin-bottom: 15px; border-bottom: 1px solid #35302a; }
.lastfive { padding-left: 10px; padding-right: 10px; text-align: justify; }
	.postmetadata { margin: 3px 0; padding: 0;  }
	.postmetadata a { font-weight: bold;  }
	#sidebar .postmetadata { line-height: 1.2em; }
	.continue { font-weight: bold; font-size: 1.3em; }
	
	.top .entry { font-size: 1.1em; text-align: justify; }
        // .entry a {border-bottom: 1px dotted #ccc;}
        .entry a { color: #fff; }
        .entry a:hover { color: #0484de; }
	.entrytext { padding: 0 10px 0;  font-size: 1.1em; text-align: justify; }
	.entrytext a { color: #fff; }
        .entrytext a:hover { color: #0484de; }
	.entrytext h2 { border-bottom: 1px solid #bd934f; display: block; }
	.entrytext ul { list-style-type: square; }

.leftimg { float: left; margin-right: 15px; margin-bottom: 5px; }

.rightimg {float: right; margin-left: 15px; margin-bottom: 5px; }

/* Comments Structure */

.comments { padding: 10px; margin-top: 15px; /* background: #1b1814; */ border-top: 1px solid #35302a; position: relative; }
	#commentform p { float: left; margin: 0 10px 10px 0;}

.commentlist { /* background: #1b1814; */ list-style: none; margin: 0; padding: 0; }
	.commentlist li { background: #161410; margin-top: 10px; padding: 5px 0 0; }
	.commentlist li p { padding: 5px 10px 0; margin: 0; }
	.commentlist li p.commentmetadata { border-bottom: 1px solid #35302a; background: #181612; padding: 5px 10px; margin-top: 10px; }

	
ul.archive { list-style: none; padding: 0; margin: 0 10px 25px; font-size: 1.3em; }	
ul.archive li { display: inline; }


/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; }

h1 { font-size: 4em; margin: 0 0 12px; }

h1 img { color: none; text-decoration: none; border: none;  }

h2 { color: #006cb8; font-size: 1.25em; margin: 0; padding: 1px 0; display: inline; border-bottom: 1px dotted #35302a; line-height: 1.1em; }
	.post h2 a { color: #006cb8;}
        .post h2 a:hover  { color: #0484de; }
	.post h2.first { font-size: 2.75em; }
	
	.widecolumn h2.title { 
		display: block; 
		padding: 13px 10px;
		background: #1b1814;
		margin: 0 0 15px; 
		border-bottom: 1px solid #35302a; 
		font-size: 1.75em;
                line-height: 1.1em; }

.description { color: #666; font-weight: bold; }

.comments h3 { margin: 0 0 10px 0; color: #006cb8; }



/*  -----|  Miscellaneous  |------------------------------------------------  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Tagcloud */

ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; background: none; }
ul#tagcloud li { display:inline; font-size:85%; background: none; padding: 0;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; background: none; }
ul#tagcloud li a:hover { text-decoration: underline; color:#fff; background: none; }
ul#tagcloud li.t1 a { color:#013860; font-size: 120%; background: none; }
ul#tagcloud li.t2 a { color:#014779; font-size: 160%; background: none;}
ul#tagcloud li.t3 a { color:#015692; font-size: 190%; background: none;}
ul#tagcloud li.t4 a { color:#0165AD; font-size: 210%; background: none;}
ul#tagcloud li.t5 a { color:#0174C6; font-size: 230%; background: none;}
ul#tagcloud li.t6 a { color:#0183DF; font-size: 250%; background: none;}
ul#tagcloud li.t7 a { color:#0192F9; font-size: 270%; background: none;}
ul#tagcloud li.t8 a { color:#169DFE; font-size: 290%; background: none;}
ul#tagcloud li.t9 a { color:#2FA8FE; font-size: 310%; background: none;}
ul#tagcloud li.t10 a { color:#48B2FE; font-size: 330%; background: none;}