/*
Theme Name: Edun LIVE on Campus
Theme URI: http://www.edunliveoncampus.com/
Description: Theme designed specifically for edun LIVE on Campus
Version: 1.0
Author: dynamIt
Author URI: http://dynamit.us/
Tags: edun LIVE, Shirts, Africa

*/

body {
	margin: 0;
	padding: 0;
	background: url(img/body-bg.gif);

	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
}

a img { border: 0; }

a, a:link, a:visited {
	color: #E74A2B;
}

a:hover, a:active {

}

#container {
	margin: 20px auto 0 auto;
	background: url(img/container-bg.png);
	width: 920px;
}

#inner {
	padding: 25px 50px 50px 50px;
}

#header {
	height: 125px;
	position: relative;
}

	#logo {
		position: absolute;
		top: 15px;
		left: 320px;
	}

	#rss {
		float: right;
	}

ul#nav {
	list-style-type: none;
	height: 40px;
	margin: 0;
	position: absolute;
	top: 90px;
	left: 0px;
}

ul#nav li {
	position: absolute;
	width: 225px;
	height: 40px;
	top: 0px;
}

ul#nav li a {
	display: block;
	width: 151px;
	height: 25px;

	background-image: url(img/nav-sprite.gif);

	color: white;
	font-size: 1.8em;
	text-align: center;
}

	#nav-eloc { left: -30px; }
	#nav-eloc a, #nav-eloc a:link, #nav-eloc a:visited 			{	background-position: 0px 0px; }
	#nav-eloc a.on, #nav-eloc a:hover, #nav-eloc a:active 			{	background-position: 0px -25px; }

	#nav-chapters { left: 102px; }
	#nav-chapters a, #nav-chapters a:link, #nav-chapters a:visited 		{	background-position: -151px 0px; }
	#nav-chapters a.on, #nav-chapters a:hover, #nav-chapters a:active 	{	background-position: -151px -25px; }

	#nav-shirts { left: 230px; }
	#nav-shirts a, #nav-shirts a:link, #nav-shirts a:visited 		{	background-position: -302px 0px; }
	#nav-shirts a.on, #nav-shirts a:hover, #nav-shirts a:active 		{	background-position: -302px -25px; }

	#nav-africa { left: 450px; }
	#nav-africa a, #nav-africa a:link, #nav-africa a:visited 		{	background-position: -453px 0px; }
	#nav-africa a.on, #nav-africa a:hover, #nav-africa a:active 		{	background-position: -453px -25px; }

	#nav-order { left: 584px; }
	#nav-order a, #nav-order a:link, #nav-order a:visited 			{	background-position: -604px 0px; }
	#nav-order a.on, #nav-order a:hover, #nav-order a:active 		{	background-position: -604px -25px; }

	#nav-faq { left: 708px; }
	#nav-faq a, #nav-faq a:link, #nav-faq a:visited 			{	background-position: -755px 0px; }
	#nav-faq a.on, #nav-faq a:hover, #nav-faq a:active 			{	background-position: -755px -25px; }


#content {
	background-color: white;
	padding: 22px;
	font-size: 1.2em;
	line-height: 1.7em;
}

ul#auxnav {
	margin: 0;
	padding: 5px 0;
}

ul#auxnav li {
	list-style-type: square;
	list-style-position: inside;
	color: #e74a2b;
	font-size: 1.7em;
	float: right;
	margin-left: 20px;
}

ul#auxnav li a,
ul#auxnav li a:link,
ul#auxnav li a:visited {
	font-family: "MonotypeCorsiva", Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-size: 0.7em;
}


#sidebar {
	float: left;
	width: 190px;
}

#blogcontent {
	margin: 0 0 0 215px;
}

ul.sidebar, ul.sidebar>li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #dedede;
	border: 1px solid #d3d3d3;
	border-top: none;
	margin-bottom: 14px;
}

ul.sidebar h2 {
	margin: 0;
	padding: 4px 8px 2px 8px;
	background-color: #dedede;
	border: 1px solid #d3d3d3;
	border-bottom: none;
	font-size: 1.2em;
}

ul.sidebar p {
	margin-top: 0;
}

ul.sidebar li ul li {
	border: none;
	border-top: 1px solid #d3d3d3;
	padding: 2px 8px;
}

ul.sidebar a, ul.sidebar a:link, ul.sidebar a:visited {
	color: #5c5c5d;
	text-decoration: none;
}

ul.sidebar a:hover, ul.sidebar a:active {
	color: #000000;
	text-decoration: none;
}


.post>h2 {
	margin: 0;
}


.clean {
	clear: both;
}

