body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;
}
ol,ul {
	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;
}
a{
	color:#fffec5;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:3px solid #7184A9;
}
a:hover img{
	border-color:#8498c1;
}
h1 {
	font-size:24px;
	font-weight:200;
}
h2 {
	font-size:18px; 
}
h3 {
	font-size:16px;
	font-weight:bold;
	margin:1em 0 .5em;
}
h1,h2,h3 {
	color:#fff;
	/* top & bottom margin based on font size */
	margin:1em 0;
}
p{
	font-size:16px;
	line-height:1.5em;
}
strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
blockquote{
	font-style:italic;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

body{
	background:#35496f;
	color:#fff;
	font-family:arial, helvetica, sans-serif;
	padding-top:60px;
}

div#wrap{
	margin:0 auto;
	padding:0 20px;
	width:960px;
}

div#header{
	margin-bottom:50px;
	position:relative;
}

a#logo{
	background:url(images/logo.png) 0 0 no-repeat;
	float:left;
	height:44px;
	outline:none;
	text-indent:-10000px;
	width:240px;
}

div#mast{
	background:#405377;
	margin-left:262px;
	padding:8px 10px;
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div#mast p{
	background:url(images/maya.png) 0 0 no-repeat;
	font-size:24px;
	margin:0;
	padding:9px 70px;
}

div#mast span{
	color:#fffec5;
}

div#mast span.arrow{
	background:url(images/arrow.png) 0 0 no-repeat;
	bottom:-17px;
	display:block;
	height:17px;
	left:75px;
	position:absolute;
	width:20px;
}

div#menu{
	font-size:18px;
	left:36px;
	position:absolute;
	top:42px;
}

div#menu a{
	color:#fff;
}

div#menu a:hover{
	text-decoration:underline;
}

div#menu ul{
	margin:0;
}

div#menu ul li{
	float:left;
	list-style:none;
	margin-right:20px;
}

div#content{
	float:left;
	width:600px;
}

div#sidebar{
	margin-left:630px;
	padding-left:29px;
	border-left:1px dotted #405377;
}

div#sidebar h1{
	background:url(images/fodder.png) 0 0 no-repeat;
	height:17px;
	text-indent:-10000px;
	width:161px;
}

/* Wordpress */

div.post{
	margin-bottom:2em;
}

div.post img{
	float:right;
	padding:20px 0 20px 10px;
}

div.post ul li{
	font-size:14px;
	margin:10px 0;
}

div.post h2, div.post h2 a{
	font-size:24px;
	margin:0;
}

div.post small{
	color:#879abe;
	font-size:12px;
}

div.post div.entry{
	margin:0.5em 0;
}

div.post div.entry p{
	font-size:14px;
}

div.entry a img{
	border:none;
}

p.postmetadata{
	font-size:14px;
}

div.navigation{
	font-size:14px;
	margin-bottom:.5em;
	overflow:auto;
}

div.alignleft{
	float:left;
}

div.alignright{
	float:right;
}

/* Sidebar */

div#sidebar h2{
	margin-bottom:.25em;
}

div#sidebar a#rss{
	background:url(images/rss.png) 0 0 no-repeat;
	float:right;
	height:28px;
	width:28px;
}

div#sidebar ul{
	margin:0;
}

div#sidebar ul li{
	list-style:none;
}

div#sidebar ul li ul li{
	font-size:14px;
	list-style:none;
	margin-left:1em;
}

div#sidebar ul#twitter{
	border-bottom:1px dotted #61769e;
	border-top:1px dotted #61769e;
	margin:1em 0;
	padding:1em 0;
}

div#sidebar ul#twitter h2{
	margin-top:0;
}

div#sidebar ul#twitter li{
	background:url(images/twitter.png) 0 0 no-repeat;
	padding-left:70px;
}

div#sidebar ul#twitter li ul li{
	background:none;
	font-size:14px;
	margin-left:0;
	padding-left:0;
}

div#sidebar ul li ul#social{
	margin-left:1em;
	overflow:auto;
}

div#sidebar ul li ul#social li{
	display:inline;
	line-height:24px;
	margin:0 .5em 0 0;
}

div#sidebar ul#googleside{
	margin-top:1em;
}

/* Comments */

div.commentmetadata{
	font-size:12px;
	margin:0.5em 0;
}

ol.commentlist{
	margin-top:0;
}

ol.commentlist li p{
	font-size:14px;
}

div#respond textarea{
	width:100%;
}

/* About Me */

div.post img#aboutme{
	float:left;
	padding:0;
}

div#aboutme_text{
	margin-left:232px;
}

/* Archives */

div#archive_search{
	float:left;
	width:230px;
}

div#archive_content{
	margin-left:250px;
	width:500px;
}

div.archive h2.pagetitle{
	margin-top:0;
}

div.archive div.post h3{
	margin-bottom:.25em;
}