/*   
Theme Name: The Art of Randomness
Theme URI: http://blog.desertshadow.net/
Description: A pie. Some paintstrokes. Splatters of shapes. And many pieces of random type. What more can I say? 
Author: Shadow Files
Author URI: http://desertshadow.net/
Version: 1.0
.
First theme of Randomness, Rambles, and Reflections. Made using Adobe Illustrator and Photoshop. Brushes used in this theme downloaded from: http://www.bittbox.com/
.
*/

img{
	border:0px;
	margin:0px;
}

html{
	height:100%;
	min-height:100%;
	width:100%;
	min-width:100%;
	margin:0px;
}

body{
	margin:0px;
	height:100%;
	min-height:100%;
	background:#6347D9 url('bg.jpg') repeat-x;
	width:100%;
	min-width:100%;
	text-align:center;
}

a:link,a:visited,a:active{
	color:#EF8700;
	text-decoration:none;
}

a:hover{
	color:#0042ff;
	text-decoration:underline;
}

h1{
	font-variant:small-caps;
	font-size:25px;
	line-height:29px;
	text-align:center;
	color:#EF8700;
}

h2{
	font-variant:small-caps;
	font-size:20px;
	line-height:24px;
	text-align:center;
	color:#EF8700;
}

h3{
	font-variant:small-caps;
	font-size:15px;
	line-height:19px;
	text-align:center;
	color:#EF8700;
}

#ccont{
	margin:auto;
	width:960px;
}

#container{
	float:left;
	width:960px;
	background:#fff url('bg2.png') repeat-y;
	height:auto;
	text-align:justify;
}

#container-bg{
	width:960px;
	float:left;
	min-height:573px;
	height:auto;
	background: url('top4.jpg') no-repeat;
	margin:0px;
}

#banner{
	margin:0px;
	float:left;
	height:204px;
	width:960px;
}

	#bannertext{
		display:block;
	}

#content{
	width:553px;
	margin-left:75px;
	margin-right:43px;
	float:left;
	font-size:14px;
	line-height:18px;
	color:#000;
	font-family:tahoma;
	min-height:100%;
}

#sidebar{
	width:191px;
	margin-right:95px;
	float:left;
	font-size:14px;
	font-family:verdana;
	color:#f25c01;
	text-align:left;
}

#sidebar li{
	list-style-type:square;
	color:#FFC62F;
	list-style-position:outside;
}

	#sidebar h2{
		color:#661923;
		font-size:16px;
		font-variant:small-caps;
		font-weight:bold;
		background-color:#FFF47F;
		display:block;
		font-family:Courier New;
		text-align:center;
	}
	
	#sidebar a:active, #sidebar a:visited, #sidebar a:link{
		color:#BF2323;
		display:block;
		font-family:arial;
		text-decoration:none;
	}
	
	#sidebar a:hover{
		background-color:#FFC62F;
		color:#004BCF;
		font-style:italic;
		text-decoration:none;
	}
	
	#s{
		width:120px;
		height:16px;
		font-size:12px;
	}
	
	#searchsubmit{
		width:60px;
		background-color:#FFED2F;
		border:#FFB900 1px solid;
		color:#CF7000;
	}
	
#footer{
	width:960px;
	height:165px;
	background:#fff url('footer.jpg') no-repeat;
	float:left;
}
	
#footertext{
	float:left;
	margin-top:30px;
	margin-left:86px;
	width:690px;
	font-size:12px;
	color:#CFAE19;
	line-height:16px;
	font-weight:bold;
	font-family:tahoma;
	display:block;
	background-color:#FFFE80;
	text-align:center;
}

#commentform {
	margin: 5px 0 0 10px;
	}

#commentform textarea{
	width:500px;
	height:150px;
	border:#FFB900 1px solid;
	background-color:#FFFEAF;
}	
	
#commentform input {
	margin: 5px 0 1px 5px;
	border:#FFB900 1px solid;
	background-color:#FFFEAF;
}
#commentform #submit {
	float:left;
	background-color:#FFB900;
	border-color:#FF8A00;
}

.navigation{
	width:100%;
	float:left;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}