/* Color Elements for SuperPress Sky - So that's what it looks like from up here. Beautiful! */

	body { /* Blog Background */
		background: #EBEDEE;
	}

/* Link Elements */

	a { /* General Link Color */
		color: #3366FF;
		text-decoration: underline;
	}
	h1 a { /* Blog Title */
		color: #3366ff;
	}
	h1 a:hover { /* Blog Title Hover */
		color: #DF4800;
	}
	h2 a { /* Main Post Titles */
		color: #292929;
	}
	a:hover, #nav a:hover, #footer a:hover, #credits a:hover, #footernarrow a:hover { /* Hover */
		color: #DF4800;
	}
	#footer a, #credits a, #footernarrow a { /* Footer Links */
		color: #3366FF;
	}

/* Image Borders */

	img.alignright, img.alignleft, img.aligncenter { /* Image Borders */
		border: none;
	}

/* Leaderboard Module */

	.topad { /* Background */
		background: none;
		border-bottom: none;
	}

/* Navigation Module */

	#navholder { /* Background */
		background: #D9E5EB;
		border-bottom: 1px solid #C1DFEE;
		border-top: 1px solid #C1DFEE;
	}
	#narrow { /* Background */
		background: #D9E5EB;
		border: 1px solid #C1DFEE;
	}
	#nav a:hover { /* Link Hover */
		color: #DF4800;
	}
	#nav ul li a { /* List Separator */
		background: #fff;
		border-top: 1px solid #C1DFEE;
		border-bottom: none;
		color: #3366ff;
	}
	#nav ul li a:hover { /* List Separator Hover */
		background: #D9E5EB;
		border-bottom: none;
	}

/* Search */

	#searchnav { /* Background */
		background: #fff url(images/s.png) no-repeat 252px center;
		border:1px solid #C1DFEE;
	}
	#searchnav input { /* Input Field */
		color: #292929;
		background: #fff;
		border: none;
	}
	
/* Header */

	#headerright { height: 135px; }
	.headerleft h1 { /* Title Background */
		background: #EBEDEE url(images/skybg.gif) repeat-x center top;
		border: 1px solid #C1DFEE;
	}
	.headerleft h3 { /* Description Background */
		color: #292929;
		border: 1px solid #C1DFEE;
		border-top: none;
		background: #fff;
	}
	.rss { /* RSS Details */
		border-left: 1px solid #C1DFEE;
		border-right: 1px solid #C1DFEE;
		border-bottom: 1px solid #C1DFEE;
		color: #292929;
		background: #EBEDEE url(images/skybg.gif) repeat-x top;
	}

/* Top Category Module */

	#categories, #category a { /* Background */
		background: #fff;
	}
	#category a:hover { /* Link Hover */
		color: #DF4800;
		background: #E2E9EC;
	}
	#category ul li a { /* Menu Separator */
		border-bottom: 1px solid #C1DFEE;
	}
	#category ul li a:hover { /* Menu Separator Hover */
		border-bottom: 1px solid #C1DFEE;
	}

/* Left Category Module */
	
	#categoryleftc { /* Background */
		background: #fff;
		border-top: 1px solid #C1DFEE;
		border-bottom: none;
		border-left: 1px solid #C1DFEE;	
	}
	#categoryleftc h3 { /* Heading */
		background: #E2E9EC;
		color: #3366FF;
		border-bottom: 1px solid #C1DFEE;
	}
	#categoryleft a { /* Link */
		background: #fff;
		color: #3366FF;
		border-bottom : 1px solid #C1DFEE;
	}
	#categoryleft a:hover { /* Link Hover */
		color : #DF4800;
		border-bottom : 1px solid #C1DFEE;
		background: #E1E5ED;
	}
	
/* Featured Posts Module */

	.featuredpost, .featuredpostm { /* Background */
		border: 1px solid #C1DFEE;
		background: #fff;
	}
	.featuredpost h2, .featuredpostm h2 { /* Title Border */
		border-bottom: 1px solid #C1DFEE;
	}
	.featuredpost h2 a, .featuredpostm h2 a { /* Title Link */
		color: #292929;
	}
	.featuredpost h2 a:hover, .featuredpostm h2 a:hover { /* Title Hover */
		color: #DF4800;
	}
	.featuredpost p, .featuredpostm p {  /* Post Color */
		color: #292929;
	}
	ul.featuredmeta {  /* Date Color */
		color: #C1DFEE;
	}
	ul.featuredmeta .alt {  /* Comment */
		background: url(images/com.gif) no-repeat right top;
	}
	
/* Bottom Featured Posts Module */
	
	.contentbottom, .bottomalt { /* Background */
		border: 1px solid #C1DFEE;
		background: #fff;
	}
	h2.contenth2 {  /* Category Title */
		color: #3366FF;
		border-bottom: 2px solid #C1DFEE;
		background: #fff url(images/t.png) no-repeat 5px center;
	}
	.contentbottom h2, .bottomalt h2 { /* Title Border */
		border-bottom: 1px solid #C1DFEE;
	}
	.contentbottom h2 a, .bottomalt h2 a { /* Title Link */
		color: #292929;
	}
	.contentbottom h2 a:hover, .bottomalt h2 a:hover { /* Title Hover */
		color: #DF4800;
	}
	.contentbottom p, .bottomalt p { /* Post Color */
		color: #292929;
	}
	
/* Content */

	.content { /* Nackground */
		background: #fff;
		border: 1px solid #C1DFEE;
	}
	.content h2 { /* Title Border */
		border-bottom: 2px solid #C1DFEE;
		border-top: 1px solid #C1DFEE;
	}
	.content h3 { /* H3 Color */
		border-bottom: 1px solid #C1DFEE;
		color: #292929;
	}
	.content .date, .content .meta { /* Date */
		color:  #C1DFEE;
		background: #fff;
	}
	.content .first { /* Highlighted First Letter In Paragraph */
		color: #292929;
	}
	.content .post h2 { /* Inner Post H2 Titles */
		border-bottom: 2px solid #C1DFEE;
		border-top: none; /* Need not be adjusted */
		color: #3366FF;
		background: none; /* Need not be adjusted */
	}
	.content .post h3 { /* Inner Post H3 Titles */
		border-bottom: 1px solid #C1DFEE;
		color: #333;
	}
	.content .post p { /* Post Color */
		color: #292929;
	}
	.content .post ul li, .content .post ol li { /* List Text Color */
		color: #333;
	}
	.content .post blockquote { /* Blockquote */
		border-bottom: 2px solid #D9E5EB;
		border-right: 1px solid #D9E5EB;
		background: #EBEDEE url(images/quote.gif) no-repeat 5px 5px;
	}
	.content .quoteleft, .content .quoteright { /* Quotes */
		background: #EBEDEE url(images/quote.gif) no-repeat 5px 5px;
		color: #292929;
	}
	.content .commentmeta { /* Comment Meta */
		border: none;
		background: #E2E9EC;
		color: #292929;
	}

/* Related Posts Module */

	.relatedposts { /* Background Color and Image */
		background: #fff;
	}
	.relatedposts h4 { /* Heading Color */
		color: #292929;
	}
	.relatedposts ul { /* Border */
		border-top: 3px double #C1DFEE;
		border-bottom: 3px double #C1DFEE;
		color: #3366FF;
	}
	.relatedposts ul li { /* List Details */
		background: #fff;
		border-bottom: 1px solid #C1DFEE;
		border-left: 1px solid #C1DFEE;
		border-right: 1px solid #C1DFEE;
	}
	.relatedposts ul li:hover { /* List Hover Details */
		background: #CDE2ED;
		color: #DF4800;
	}

/* Content List Module */

	.contentlist ul { /* Main Border */
		border-top: 1px solid #C1DFEE;
		border-bottom: 1px solid #C1DFEE;
	}
	.contentlist ul li {  /* List Border */
		background: #fff;
		border-bottom: 1px solid #C1DFEE;
		border-left: 1px solid #C1DFEE;
		border-right: 1px solid #C1DFEE;
		color: #3366FF;
	}
	.contentlist ul li span {  /* List Comment */
		background: url(images/com.gif) no-repeat right top;
		color: #C1DFEE;
	}
	.contentlist ul li:hover {  /* List Hover */
		background: #CDE2ED;
		color: #DF4800;
		border-left: 1px solid #DF4800;
	}

/* Sidebar */

	#sidebar, #sidebarone, #sidebartwo {  /* Border and Background */
		border: 1px solid #C1DFEE;
		background: #fff;
	}
	#sidebar h3, #sidebarone h3, #sidebartwo h3 {  /* Heading */
		background: #E2E9EC;
		color: #3366FF;
	}
	#sidebar ul li, #sidebarone ul li, #sidebartwo ul li, .textwidget, .adrotatorwidget {  /* List Color */
		color: #292929;
	}

/* Sidebar Ads Starts */
	
	#sideads {
		border: 1px solid #C1DFEE;
		background: #E2E9EC;
	}

/* Footer Starts */

	#footer { /* Background and Text Color */
		border-top: 1px solid #C1DFEE;
		color: #17161A;
		background: #D9E5EB;
	}
	#footernarrow { /* Background and Text Color */
		border: 1px solid #C1DFEE;
		color: #17161A;
		background: #D9E5EB;
	}
	.footerone ul li, .footertwo ul li, .footertwoalt ul li, .footerthree ul li, .footerthreeend ul li, .footerthreemid ul li { /* Container Details */
		border: 1px solid #C1DFEE;
		color: #17161A;
		background: #fff;
	}
	.footerone h3, .footertwo h3, .footertwoalt h3, .footerthree h3, .footerthreeend h3, .footerthreemid h3 { /* Header */
		color: #3366FF;
		background: #E2E9EC;
	}

/* Comments Starts */

	#comments {
		border-top: 1px solid #C1DFEE;
	}
	#comments h4, #respond h4 { /* Comment Titles */
		color: #292929;
		background: #E2E9EC;
	}
	p.num {  /* Comment Number */
		color: #EBEDEE !important;
	}
	ol#commentlist li { /* This is for the normal entry headings */
		color: #292929;
	}
	ol#commentlist li .heading span {  /* Commenter Color */
		color: #999;
	}
	ol#commentlist .entry { /* Normal Entry Comments */
		background: #fff;
		border-top: 1px solid #D9E5EB;
		border-bottom: 2px solid #D9E5EB;
	}
	ol#commentlist .alternate { /* Alternate Entry Comments */
		background: #EBEDEE;
		border-top: 1px solid #CDE2ED;
		border-bottom: 2px solid #CDE2ED;
	}
	ol#commentlist .author { /* Author Entry Comments */
		background: #D9E5EB;
		border-top: 1px solid #C1DFEE;
		border-bottom: 2px solid #C1DFEE;
	}
	ol#commentlist .entry p, ol#commentlist .author p, ol#commentlist .alternate p {  /* Comment Color */
		color: #292929;
	}
	#commentform input {  /* Input Field */
		border: 1px solid #C1DFEE;
		background: #EBEDF0;	
	}
	#commentform textarea {  /* Textarea Field */
		border: 1px solid #C1DFEE;
		background: #EBEDF0;
	}
	#commentform #submit {  /* Submit Button */
		border: 1px solid #C1DFEE;
		background: #E1E5ED;
		color: #3366FF;
	}
	#commentform #submit:hover {  /* Submit Button Hover */
		border: 1px solid #fff;
		background: #C1DFEE;
		color: #DF4800;
	}
	#commentform input[type="text"]:focus, #commentform textarea:focus {  /* Fields Selected */
		background: #fff;
		border: 1px solid #C1DFEE;
	}

/* Tabber */

	ul.tabbernav li a {  /* Unselected Navigation Links */
		border-bottom: none;
		border-top: 1px solid #C1DFEE;
		border-left: 1px solid #C1DFEE;
		border-right: 1px solid #C1DFEE;
		background: #fff;
	}
	ul.tabbernav li a:hover { /* Unselected Navigation Links Hover */
		color: #DF4800;
		background: #fff;
	}
	ul.tabbernav li.tabberactive a { /* Selected Navigation Links */
		border-top: 1px solid #C1DFEE;
		border-left: 1px solid #C1DFEE;
		border-right: 1px solid #C1DFEE;
		border-bottom: 1px solid #C1DFEE;
		color: #292929;
		background: #CDE2ED;
	}
	.tabberlive .tabbertab { /* Background */
		border:1px solid #C1DFEE;
		background: #fff;
	}
	.tabberlive .tabbertab p { /* Post Color */
		color: #292929;
	}
	.tabberlive .tabbertab ul li, .tabberlive .tabbertab ol li { /* List Text Color */
		color: #292929;
	}
	
/* Media Module CSS */

	ul.tobbernav li a {  /* Unselected Navigation Links */
		border-bottom: none;
		border-top: 1px solid #C1DFEE;
		border-left: 1px solid #C1DFEE;
		border-right: 1px solid #C1DFEE;
		background: #fff;
	}
	ul.tobbernav li a:hover { /* Unselected Navigation Links Hover */
		color: #DF4800;
		background: #fff;
	}
	ul.tobbernav li.tobberactive a { /* Selected Navigation Links */
		border-top: 1px solid #C1DFEE;
		border-left: 1px solid #C1DFEE;
		border-right: 1px solid #C1DFEE;
		border-bottom: 1px solid #C1DFEE;
		color: #292929;
		background: #CDE2ED;
	}
	.tobberlive .tobbertob { /* Background */
		border:1px solid #C1DFEE;
		background: #fff;
	}
	.tobberlive .tobbertob p { /* Post Color */
		color: #292929;
	}
	.tobberlive .tobbertob ul li, .tobberlive .tobbertob ol li { /* List Text Color */
		color: #292929;
	}
