/*
Theme Name: Raised
Theme URI: http://www.developdaly.com/raised
Description: SEO and AdSense Ready WordPress Theme. Extremely flexible and customizable; easily suits your needs.
Version: 1.0
Author: Patrick Daly
Author URI: http://developdaly.com/

The CSS, XHTML and design is released under the following license:
http://creativecommons.org/licenses/by/3.0/
*/

body { background:#000; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; line-height:1.7em; margin:0; padding:0; }

h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }

a { color:#006699; }

	a:hover { text-decoration:none; }

#container { width:980px; margin:0 auto; background:#eef7fc; border-left:4px solid #333; border-right:4px solid #333; }

#header { background:#006699 url('images/header_bg.gif') repeat-x; text-align:center; padding:1em; color:#fff; }

	#title a { color:#fff; text-decoration:none; font-size:2em; }
	
	h1 { color:#333; font-size:1em; margin:20px 10px 0 20px; padding:10px; background:#f4fbff; border:1px solid #d7e9f5; }

ul#navigation { margin:20px 0 0 0; padding:5px 20px; list-style:none; }

	ul#navigation li { display:block; float:left;  padding:0 10px 0 0; }
	
		ul#navigation li a { padding:10px; background:#f4fbff; border:1px solid #d7e9f5; text-decoration:none; }

			ul#navigation li a:hover { background:#d7e9f5; }
			
#content { clear:both; margin:0; padding:0; width:778px; float:left; height:100%; }

	.post { margin:20px 10px 20px 20px; padding:10px; background:#f4fbff; border:1px solid #d7e9f5; }
	
		.postmetadata { padding:5px; border-top:1px solid #d7e9f5;  border-bottom:1px solid #d7e9f5; }
		
		.icon { border:none; }
		
		blockquote { border-left:2px solid #d7e9f5; padding:0 0 0 10px; font-style:italic; color:#666; }
		
		h2 a { text-decoration:none; color:#333; }
		
			h2 a:hover { text-decoration:underline; color:#000; }
		
	.single h1 { font-size: 1.2em; color:#666; border:none; margin:0; padding:0; background:inherit; }

		.commentlist li { padding:5px; } 
		
		.commentlist .alt { background:#eef7fc; border-bottom:2px solid #d7e9f5; border-top:1px solid #d7e9f5; }
		
		.comments-link a { font-size:1.6em; float:right; text-decoration:none; }
		
			.comments-link  a:hover { text-decoration:underline; }
			
.sidebar { float:right; margin:20px 20px 0 10px; width:150px; background:#f4fbff; border:1px solid #d7e9f5; padding:10px; clear:right; }
	
	.sidebar .box { margin:0 auto; text-align:center; }
	
		.sidebar .box img { border:none; }
	
	.sidebar ul { list-style:none; margin:0; padding:0; }
	
		.sidebar ul li { margin:0; padding:.2em 0 0 .5em; }
		
			.sidebar ul li a { font-size:.9em; }
		
#footer { clear:both; padding:10px; color:#fff; background:#333; text-align:center; font-size:12px; }

	#footer a { color:#fff; }

	#footer ul { list-style:none; margin:0; padding:0; text-align:left; }
	
		#footer ul li { display:inline; margin:0; padding:0; }

.hide { display:none; }

.clear { clear:both; margin:0; padding:0; }

/* @group Special Styles */
/* This is based on styles from the Sawchuk scheme for K2 */
.download, .code, .note,
.alert, .new, .construction,
.information { background-position: 15px 10px; background-repeat: no-repeat; line-height: 115%; margin: 10px auto; padding: 10px 10px 10px 50px; text-align: left; }

ul.download, ul.code, ul.note,
ul.alert, ul.new, ul.construction,
ul.information { line-height: 115%; list-style-type: disc; list-style-position: inside; padding: 10px 10px 10px 50px; }

ol.download, ol.code, ol.note,
ol.alert, ol.new, ol.construction,
ol.information { line-height: 115%; list-style-type: decimal; list-style-position: inside; padding: 10px 10px 10px 65px; }

dl.download, dl.code, dl.note,
dl.alert, dl.new, dl.construction,
dl.information { line-height: 115%; padding: 10px 10px 10px 50px; }

dl.download dt, dl.code dt, dl.note dt,
dl.alert dt, dl.new dt, dl.construction dt,
dl.information dt { font-weight: bold; line-height: 115%; }

dl.download dd, dl.code dd, dl.note dd,
dl.alert dd, dl.new dd, dl.construction dd,
dl.information dd { line-height: 115%; list-style-type: disc; }

.download { background-color: #ccffcc; background-image: url('images/download.png'); border-bottom: 1px solid #383; border-top: 1px solid #383; }

.download a, .download a:visited { border-bottom: 1px dotted #3F3; color: #383; text-decoration: none !important; }

.download a:hover { border-bottom: 1px dotted #3C3; color: #3C3; text-decoration: none !important; }

.code { /* use p class=code when you want to fake it, sometimes handy */ background-color: #F2F2F2; background-image: url('images/code.png'); border-bottom: 1px solid #AAA; border-top: 1px solid #AAA; font-family: 'Courier New', Courier, Fixed; }
	
.alert { background-color: #ffccff; background-image: url('images/alert.png'); border-bottom: 1px solid #F33; border-top: 1px solid #F33; }

.new { background-color: #ffd9cc; background-image: url('images/new.png'); border-bottom: 1px solid #F93; border-top: 1px solid #F93; }

.construction { background-color: #ffffcc; background-image: url('images/construction.png'); border-bottom: 1px solid #FF3; border-top: 1px solid #FF3; }

.information { background-color: #ccccff; background-image: url('images/information.png'); border-bottom: 1px solid #33F; border-top: 1px solid #33F; }

.note { color:#fff; background-color: #999; background-image: url('images/note.png'); border-bottom: 1px solid #AAA; border-top: 1px solid #AAA; }

/* @end */

