/*
Theme Name: Orange Dice WP Theme
Theme URI: http://freeblogtemplates.org/
Description: 
Author: Michael Awwad
Author URI: http://freeblogtemplates.org/
*/

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background-color: #660000;
	color: #99CCFF;
}

a:link, a:visited{
	text-decoration: underline;
	color: #CCCCFF;
}

a:hover{
	text-decoration: none;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 860px;
	text-align: left;
	
}

#header{
	float: left;
	width: 860px;
	height: 175px;
	margin: 3px 0 5px 0;
	background-image: url(images/header.jpg);
	
}

#headerimg 	{
	margin: 7px 9px 0;
	height: 100px;
	width: 750px;
	}

#headerimg .description {
	font-size: 1.3em;
	text-align: left;
	}

#heading{
	text-align: left;
	clear: both;
	float: left;
	width: 860px;
	height: 160px;
	background: url(images/footer.png);
	margin: 5px 0 5px 0;
}

h1 {
	font-size: 2.3em;
	font-family: Monotype Corsiva, Trebuchet MS, Lucida Grande, Verdana, Arial, Sans-Serif;
	text-align: left;
	}

#box{
	float: left;
	width: 550px;
	background-color: #333300;
	padding: 10px 10px 10px 10px;
}

#sidebar{
	float: left;
	width: 280px;
	background-color: #330099;
	margin: 0 0 0 10px;
	font-family: Rockwell, Arial, Sans-serif;
	font-size: 14px;
}

	#sidebar .sidebar-box {
		text-align: left;
		width: 265px;
		margin-bottom: 20px;
	}
	
	#sidebar h2 {
			width: 260px;
			height: 40px;
			padding-left: 15px;
			font: bold 22px Century Gothic, Arial, Sans-serif;
			color: #000033;
			background-color: #ffffff;
		}
	
ul li .sidebar{

	color: #000000;

}
#footer{
	text-align: center;
	clear: both;
	float: left;
	width: 860px;
	height: 100px;
	background: url(images/footer.png);
	margin: 10px 0 10px 0;
}

#footerimg{
	margin: 10px 13px 0;
	height: 80px;
	width: 800px;
}

#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea {
                        background: #ffffff;
                        border: 1px solid #cccccc;
                        color: #333333;
                        }

#commentform textarea {
	width: 95%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
}

ol#commentlist li { 
                  list-style: decimal;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
