/*   
Theme Name: My Theme
Theme URI: http://www.designbulb.com/
Description: This is the theme description
Author: Chris Farrugia
Author URI: http://www.designbulb.com/
Version: 1.0
*/



/*		ERIC MEYER RESET
/********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color:#313436;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font:normal 13px/18px Arial, Verdana, Helvetica;
}


/*		LAYOUT
/********************************/
#container {
	margin:0 auto;
	width:960px;
}

#content {
	float:left;
	width:710px;
}

.post {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}

#sidebar {
	width:250px;
	float:left;
}


/*		HEADERS
/********************************/
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, sans-serif;
	font-weight:bold;
}

h2 {
	font-family:Georgia,Sans-serif;
	font-size:28px;
	line-height:32px;
	margin-bottom:6px;
}

/*		ANCHORS
/********************************/
a, a:visited {
	color:#
}

a.post_title, a.post_title:visited {
	color:#222;
	text-decoration:none;
}
a.post_title:hover {
	color:blue;
	text-decoration:underline;
}

/*		NAVIGATION
/********************************/
ul#nav li {
	display:inline;
	margin-right:25px;
	font-size:14px;
}