/*
Theme Name: Is-Epic Wordpress Theme
Theme URI: http://www.is-epic.co.uk
Description: A wordpress theme developed for is-epic
Version: 0.1
Author: Andrew Dodd
Author URI: http://www.is-epic.co.uk
Tags: is-epic, header-menu, two-column

The Is-Epic theme for Wordpress

*/

/* Begin Typography & Colors */
body {
	background-color: #e7e7e7;
	font-size: 75%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
}

#page {
	background-color: white;
}

#sidebar {
	background-color: #fbfbfb;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h1.heading_left {
	float: left;
	padding-left: 20px;
}

h1.heading_right {
	float: right;
	padding-right: 20px;
}

h2 {
	font-size: 1.6em;
}

h1, h1 a, h1 a:visited {
	text-decoration: none;
	color: #000;
}

a, h1 a:hover , h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

.entry p {
	font-size: 1.05em;
}

.postmetadata {
	text-align: center;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* Rounded boxes */
.box_bl {background: url('images/corner_bl.jpg') 0 100% no-repeat}
.box_br {background: url('images/corner_br.jpg') 100% 100% no-repeat}
.box_tl {background: url('images/corner_tl.jpg')  0 0 no-repeat}
.box_tr {background: url('images/corner_tr.jpg') 100% 0 no-repeat; padding: 10px}

.box_b {background: url('images/border_bottom.jpg') 0 100% repeat-x}
.box_t {background: url('images/border_top.jpg') 0 0 repeat-x;}
.box_l {background: url('images/border_left.jpg') 0 0 repeat-y;}
.box_r {background: url('images/border_right.jpg') 100% 0 repeat-y;}

.center {text-align: center;}

/* Structure */
#content {
	margin-left: 275px; 
}

#sidebar {
	float: left;
	width: 250px;
}

#footer {
	clear: both;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

#content h2 {
	margin: 0px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.page_content {
	margin: 0;
	text-align: justify;
}

.clear {
	clear: both;
	height: 0px;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}
/* End Form Elements */