/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*
 * Swig505 - Copyright (c) 2008, Swig505, Inc. All rights reserved.
 *
 */

body {
	font-size: 13px;
	font-family: Georgia, 'Lucida Grande', Verdana, sans-serif;
	color: #333;
	text-align: left;
	background: transparent url(/images/header_bg.png) repeat-x top left;
}

/*
 * General Styles
 *
 */

h1, h2, h3, h4 {
	font-family: Georgia, Helvetica, serif;
	font-weight: bold;
	color: #000;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

a, a:visited {
	color: #03C;
	text-decoration: none;
}

a:hover, a:active {
	color: #03C;
	text-decoration: underline;
}

a.feed {
	padding: 0 25px 0 20px;
	line-height: 16px;
	background: transparent url(/images/feed14.png) no-repeat center left;
}

p {
	padding: 10px 0;
	line-height: 25px;
}

strong {
	font-weight: bold;
	color: #000;
}

em {
    font-style: italic;
}

blockquote {
    padding: 0 50px;
    font-style: italic;
    color: #555;
}


/*
 * Everything else...
 *
 */

#page {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 125px;
	color: #CCC;
	position: relative;
}

	#header h1 {
		padding: 25px 0 5px 15px;
		border-bottom: 1px solid #777;
		margin: 0;
	}
	
	#header h1 a {
		text-decoration: none;
		color: #FFF;
	}

	#header p.tagline {
		padding: 5px 0 0 15px;
	}
	
#content {
	float: left;
	width: 700px;
	margin: 25px 0;
	padding: 0 35px 0 15px;
}

	#content h1,
	#content h2,
	#content h3,
	#content h4 {
		margin-bottom: 10px;
		margin-top: 20px;
	}
		
	#content ul li {
	    padding: 3px 0;
	    list-style: disc inside;
	}
	
	ol li {
	  padding: 3px 0;
    list-style-type: decimal;
    list-style-position: inside;
  }
	
	#content div.widget {
    	border: none;
    }

	#content pre {
        border: 1px solid #ddd;
        background-color: #eef;
        padding: 15px;
        overflow: auto;
      }

    #content code {
        border: 1px solid #ddd;
        background-color: #eef;
        font-size: 95%;
        padding: 0 .2em;
    }

    #content pre code {
        border: none;
    }
    
    #content pre.terminal {
        border: 1px solid black;
        background-color: #333;
        color: white;
        padding: 3px 15px;
        margin: 3px 0;
    }

    #content pre.terminal code {
        background-color: #333;
    }
	
	#content #comments {
	    margin-top: 30px;
	}

#sidebar {
	float: right;
	width: 250px;
	margin: 25px 0;
}

	#sidebar h3 {
		font-size: 15px;
		padding: 15px 0 12px 0
	}
	
	#sidebar ul li {
		padding: 3px 0 3px 5px;
	}
	
	#sidebar ul#article_list li {
	    list-style: disc inside;
	    padding: 5px 0 5px 10px;
	}

#footer {
	clear: both;
	margin: 30px 0;
	padding: 15px 0;
	border-top: 1px dotted #777;
}

	#footer .feeds {
		padding-top: 5px;
		float: right;
	}
	
	#footer .copyright {
		float: left;
		padding: 0 0 0 30px;
		line-height: 25px;
	}