/*  
Theme Name: superuntitled

*/
* { 
   margin : 0;
   padding : 0;
}
body
{
	margin: 0;
	width: 900px;
	padding: 0;
	font: 83% Arial, Verdana, Arial, Sans-Serif;
	/* Resets 1em to 10px */
	line-height: 1.25;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCF;

}

a {
	color: #722 ;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: none;
}

a img {
	border: none;
	padding-right: 5px;
	}
	
img {
	border: none;
	padding-right: 5px;
	display:inline;
	}
	
p{
	margin-top:10px;
	color: #111;

	}
/********* Tags *********/

blockquote {
	margin: 15px 30px 0 20px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color:#069;
		clear:both;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	color:black;

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

h1 {
	font-size: 3.2em;
	text-align: left;
}

h2 {
	font-size: 1.8em;
}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;  
	font-weight:bold;

}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}



/********** Misc Classes *********/


.center {
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}	

/***************** Layout Structure ******************/		

#megawrap {
	width: 850px
	background: #fff;
}

#colorer {
width: 900px;
padding:0px 25px 5px 25px;
background: #fff;
	background-image: url('images/bodyBg.gif');
	background-repeat: repeat-y;
}


#header {
	width: 901px;
	height: 300px;
    background: url('images/header.jpg') top left no-repeat;
    margin-bottom: 0px;
}
		
#wrapper {
	width: 940px;
}

#content {
	width: 711px;
	float: left;
	color: #000;
	margin-top:0px;
	margin-left:0px;
	margin-right:9px;
	margin-bottom:5px;
}



#sidebarRight {
	width: 180px;
	float: left;
	margin-left: 0px;
	background: #99c;
	padding-bottom:50px;
}

#sidebarLeft {
	width: 160px;
	float: left;
	margin-left: 0px;
	background: #99c;
	padding:10px;
	margin-right:9px
}

#bars{
	background-image: url('images/bars.gif') top left repeat-y;
	background-repeat: repeat-y;
}


#footer
{
	height: 65px;
	background: url('images/footer.gif') top left no-repeat;
	clear: both;
}


/*** TOP MENU ***/
#topMenu {
	font-size: 1.3em;
	line-height: normal;
}
		
#topMenu a {
		display: block;
		padding: 3px 5px 3px 5px;
		}
		
#topMenu ul {
float:left; 
padding:10px 20px;padding-top:0px;
}

#topMenu ul {
	list-style:none; 
	padding:0 8px;
}
	
#topMenu  li {
	float:right; 
	text-align:center;
}

#topMenu ul li {
	display:block;
	text-decoration:none;
	margin-left:3px;
	font-size: 0.9em;
    font-weight: bold;
	text-transform: uppercase;
	float:left;
}

#topMenu .current_page_item {
	text-decoration:none;
    color: #fff;
}


#topMenu .current_page_item a {
    color: #39F;

}

#topMenu .current_page_item a:hover {
	text-decoration:none;
    color: #39F;
}


#topMenu ul li:hover {
	text-decoration:none;
	color:#06C;
}


#topMenu ul li a {
	color: #000;

}


#topMenu ul li a:hover {
	color: #39F;
}


/***************** Entry Styles  ******************/
.entrytitle
{
	color: #FF0;
	display: block;
	text-align: left;
	font-family: Century Gothic,Tahoma,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: lighter;
}

.entrytitle a {
	color: #fff;
}

.post, .noresult
{
	margin: 0px;
	padding: 0px 40px 45px 20px;
	text-align: left;
	background: #aaabd5;
	color:#fff;
}

.post hr {
	display: block;
}

.postmetadata {
	display: block;
	color: #000000;
	padding: 15px 0 2px 2px;
	text-align: left;
    margin: 25px 0 15px 0;
}	

.postmetadata a {
	color: #1D43AE;
}

.entry img {
	display: block;
	padding: 6px 6px 6px 0px;
	margin-right:5px;
	}		

.entry ul {
	margin-left: 15px;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
	} 

.entry li {
	margin: 7px 0 4px 5px;
	}

.entry ul li {
	background: url('images/blue-bullet.png') left no-repeat;
	padding-left: 25px;
	}

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

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry ol li, #single ol li {
	list-style: decimal outside;
	margin-left: 15px;
	}
	
.more-link  {
    float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 20px;
	background: url('images/tick.png') left no-repeat;
	font-weight: bold;
}

/***************** Right Sidebar Styling ******************/

#sidebarRight a {
	padding: 0px;
	display: block;
	color: #333;
	text-decoration: none;
	text-transform:uppercase;
}

#sidebarRight ul li a:hover {
	color: #fff;
}

#sidebarRight ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #c6dff3;
	color: #000;
	border-bottom: 1px solid #ffffff;

}

#sidebarRight li:hover { 
	background-color: #fff;
	color:#000;
}	

#sidebarRight li {
	margin:0px;
	border-top: 1px solid #ffffff;
}


#sidebarRight li a {
	display:block;
	padding:4px 0px 4px 10px;
	text-align: left;
	color: #000;
}

#sidebarRight li a:hover {
	color: #fff;
	background-color:#F06F6B;}

#sidebarRight .current_page_item a {
    color: #ffffff;
    background: #ff7e75;
}

#sidebarRight .current_page_item a:hover {
    color: #ffffff;
    background: #ff7e75;
}

#sidebarRight div.title {
display:none;
}




/***************** Left Sidebar Styling ******************/

#sidebarLeft a {
	padding: 0px;
	display: block;
	color: #333;
	text-decoration: none;
	text-transform:uppercase;
}

#sidebarLeft ul li a:hover {
	color: #fff;
}

#sidebarLeft ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #c6dff3;
	color: #000;
	border-bottom: 1px solid #ffffff;

}

#sidebarLeft li:hover { 
	background-color: #fff;
	color:#000;
}	

#sidebarLeft li {
	margin:0px;
	border-top: 1px solid #ffffff;
}


#sidebarLeft li a {
	display:block;
	padding:4px 0px 4px 10px;
	text-align: left;
	color: #000;
}

#sidebarLeft li a:hover {
	color: #fff;
	background-color:#F06F6B;}

#sidebarLeft .current_page_item a {
    color: #ffffff;
    background: #ff7e75;
}

#sidebarLeft .current_page_item a:hover {
    color: #ffffff;
    background: #ff7e75;
}

#sidebarLeft div.title {
display:none;
}


/******* FOOTER STYLE *********/

.credits {
	clear: both;
	float: left; 
	padding: 11px 16px 0px 11px;
	text-align: center;
	width: 80%;
	color: #9a9b9d;
}

* html p.credits{ /*IE6 only rule.*/
	margin-top: 25px;
}

.credits a{
	color: #fbd91e;
}


          ul, ol, dl {
              position: relative;  }
            