/*------------------------------------------------
****************************************************
Welcome, you are in the source code.
This is how I learned too!
You can follow me @joemaddalone
 
Regards,
Joe Maddalone
****************************************************



AUTHOR: Joe Maddalone
follow me @joemaddalone

**TABLE OF CONTENTS**
A - PARTIAL RESET
00 - BODY
01 - HEADER
02 - CONTENT
03 - NAVIGATION
04 - COMMENTS
05 - FOOTER
06 - GENERAL TYPOGRAPHY
----------------------------------------------*/


/* A - PARTIAL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
ul,li,embed,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {line-height: 1;color: black;background: #000;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*  00 - BODY
/* ----------------------------------------------*/

html,body {height: 100%;}

body {
	font: 13px/22px "Trebuchet MS",Arial,sans-serif;
	margin: 0;
}


#container{
background: #fff;

margin: 0 auto;;min-height:800px;width:940px;}



/*  01 - HEADER
/* ----------------------------------------------*/
header{}
#intro {
	margin-top: 0px;
	padding: 15px;
	background-color: #666;
	color:#fff;
	font: bold 35px/35px Helvetica, Arial, Sans-serif;
	color: #fff; text-shadow: 0px 2px 6px #333;	
}

    #intro a{color:#fff}
	

article header{border-bottom:1px solid #666;margin-bottom:8px;margin-top:55px;width:700px}


/*  02 - CONTENT
/* ----------------------------------------------*/
#content {
	margin: 0px 10px 0px 0px; ;
	padding: 2px 5px;;
	float:left;
	word-wrap: break-word; 
}

#posts {
	width: 680px;
	text-shadow:0 1px 0 #FFFFFF;
	font-size:1.1em;
	padding:10px;
}

#posts img {
	margin: 22px 0;
	-webkit-box-shadow: 3px 3px 7px #777;
}

article{padding:5px;}

.note,.addendum{background-color: #fff;margin-top:3px;margin-bottom:3px;width:100%;padding:5px;}
code,pre{padding:1px;font-size:.9em;font-family:"Consolas";}
code{background-color:white;display:block;width:700px;}
time{
font: 14px/18px arial, sans-serif;
float:right;font-weight:normal;color:#fff;
text-shadow:0;
background: #444;
border:1px solid #666;
border-radius: 4px;

padding:5px;

}

p::selection {
	background: #ffb7b7;
	}
p::-moz-selection {
	background: #ffb7b7;
	}
br{clear:both}

/*  03 - NAVIGATION
/* ----------------------------------------------*/

aside {
	width: 180px;
padding:0px 0px 15px 0px ;
	margin-left:25px;
	border:1px solid #fff;
	border-radius:0px 0px 12px 12px ;
	float:left;
	background-color:#09F;
background: -webkit-gradient(linear,left top,left bottom,from(#09F),to(#039)) fixed no-repeat 0 100%;	

	
	
}



nav ul li a {
	display: block;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border-bottom:1px dashed #fff;
	padding:3px 0px 0px 8px ;

}

nav ul li a:hover {
	color: yellow;
		background-color:#7CCDC9
}

nav ul li a .count {
float:right;
margin-right:10px;
}



nav ul li.selected a {
	color: #FF0000;
}
			

/*  04 - COMMENTS
/* ----------------------------------------------*/
.comment:nth-child(even) {margin:5px;
padding-right:0px;
background: #FFDDAA url(../images/comments_even.png) no-repeat top right;
color:#000
}


.comment:nth-child(odd) {margin:5px;
padding-left:65px;
background: #FFC6C6 url(../images/comments_odd.png) no-repeat;
color:#000



}
.comment header{margin:0px;width:600px;border-color:#444}
.comment p{font:12px/20px}
.comment time{
font: 14px/18px arial, sans-serif;
float:right;font-weight:normal;color:#222;
text-shadow:0;
background: none;
border:0px;
}



/*  05 - FOOTER
/* ----------------------------------------------*/

footer {
	/*
	position: absolute;
	left: 0;
	*/
	padding:5px 0px;
	width:100%;
	background: #444;
	float:left
}

footer header{width:300px;}

footer div {
	display: table;
	margin: 0 auto;
	padding: 20px 0;
	color: #777;
	
}

footer div section {
	display: table-cell;
	width: 280px;
	padding-right:20px;
	margin:5px;
	float:left;
}


footer h3 {
	display:block;
	text-transform:lowercase;
	font-weight:700;
	font-size:16px;
	padding:12px 15px;
	border-bottom:1px solid #74796b;
	background:#222;
	color:#fff;
}
footer ul {
	margin:0 0 20px
}
footer ul li {
	border-bottom:1px solid #4e5246;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-style:italic;
	padding:10px 15px;
	background-color:#333;
}
footer ul li a {
color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-style:normal!important;
	text-decoration:none;
	display:block;
	
}
footer ul li a:hover {
	text-decoration:none;
	border:none!important
}

/*  06 - GENERAL TYPOGRAHY
/* ----------------------------------------------*/

article h1 {
	font-size: 28px;
	line-height:32px;
	color:#222;
	margin-bottom:15px;
	text-shadow: 1px 1px 1px #eee;	
	font-weight:bold;

}




h2 {
	font-size: 24px;
	text-shadow:0 1px 0 #FFFFFF;
	margin-top:15px;
}


h3 {
	font-size: 18px;
	
}

a{color:#58c;text-decoration:none;-webkit-transition-duration: 0.5s;transition-duration: 0.5s;}
a:hover{color:#990000;}
#posts a{font-weight:bold}

/* OTHER STUFF */

	