/* @override 
	http://localhost:8888/wp-content/themes/illhacks/style.css
	http://www.illustratorhacks.com/wp-content/themes/illhacks/style.css
*/

/*  
Theme Name: Illustrator Hacks
Theme URI: http://illustratorhacks.org/
Description: A custom WordPress theme designed for Illustrator Hacks
Version: 1.6
Author: Richard Testani
Author URI: http://rtest.ws/

*/

/* GLOABL */

body {
	background: #d76203 url(images/body_bg.png) repeat-x;
	font: 62.5% "Myriad Pro", Myriad, Helvetica, Ludica;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style-type: none;
}


/* LAYOUT */

#page {
	width: 1024px;
	margin: 0 auto	;
}

#header {
	background: url(images/site_name.png) no-repeat left;
	height: 148px;
}

#headerimg a {
	display: block;
	width: 620px;
	height: 150px;
}

#content {
	width: 583px;
	background-image: url(images/post_bg.png);
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
	float: left;
	margin-top: 25px;
}

#page_top {
	margin-left: -20px;
	margin-top: -19px;
	margin-bottom: 10px;
}

#page_bottom {
	height: 25px;
	margin-left: -20px;
	margin-bottom: -25px;
	margin-top: 20px;
}

#sidebar {
	width: 310px;
	background-image: url(images/layer_bg.png);
}

#sidebar ul li a{
	display: block;
	height: 21px;
	padding-left: 100px;
	color: black;
	font: 1.1em/21px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar ul li a:hover {
	background: url(images/layer_active.png) no-repeat center center;
}


li h2 {
	padding-left: 40px;
}

#pagenav_top {
	margin-top: -5px;
}

#pagenav_bottom {
	margin-bottom: -5px;
}

#footer {
	clear: both;
	padding-top: 40px;
}


/* TYPE */
h2 a, .post h3 a {
	color: #d76203;
	font: bold 2.5em "Myriad Pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 a:hover, .post h3 a {
	color: gray;
}

.entry h4 {
	color: #e06b00;
	font-size: 2em;
	margin-bottom: 2px;
}

#sidebar {
	width: 310px;
	
}

#sidebar {
	width: 310px;
	float: right;
}

.entry p {
	font-size: 1.4em;
	line-height: 1.6em;
}

.entry small, .post small {
	font-size: .8em;
}

h3#comments {
	font-weight: bold;
	font-size: 1.2em;
	color: black;
}

ol.commentlist li {
	margin: 7px 0;
	background-color: #c0d0ff;
	padding: 4px;
	border-right: 2px solid #001e76;
	border-bottom: 2px solid #001e76;
}

.commentlist, .commentlist p {
	padding: 10px 10px 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: .6em;
}

ol.commentlist {
	list-style-position: inside;
	font-size: 2em;
}

.commentlist a, .entry .postmetadata a, #commentform p a, .post .postmetadata a, .entry a, .navigation a{
	color: #e06b00;
}

.commentmetadata a {
	font-size: 80%;
	color: white;
}

.commentlist a:hover, .entry .postmetadata a:hover, #commentform p a:hover, .post .postmetadata a:hover, .entry a:hover, .navigation a:hover {
	color: black;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: black;
}


/* FORMS */
form textarea {
	width: 500px;
}

form#searchform div{
	margin: 0 auto;
	width: 280px;
	padding: 10px;
}

/* IMAGES */
.entry .lgimg {
	margin: 0 auto;
}

.entry p img {
	margin: 6px;
}

/* LISTS */

.entry ul {
	margin-left: 20px;
}

.entry ul li {
	font: 1.2em/2em Georgia, "Times New Roman", Times, serif;
	list-style-type: circle;
	text-shadow: #000000 0 0 0;
}
