/* CSS reset is from Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */


/**Start 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/**End Reset*********************************/

/*Utility Styles************************/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

/*   sean frame ************************/

body {
background:#D5E9ED url(/Images/bkgd.jpg) top left repeat-x;
color:#333333;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
}

a {color:#076a7a; text-decoration:none;
border:0 none;
border-collapse:separate;
border-spacing:0;}
a:hover {color:#0c98af; }

#container {
	width:960px;
	text-align:left;
	position:relative;
}
#social {
	width:180px;
	height:150px;
	position:absolute;
	top:78px;
	right:34px;
	overflow:hidden;
}

#social a.resume, #social a.facebook, #social a.twitter {
	background-repeat:no-repeat;
	background-position: 0px 0px;
	behavior: url(/includes/iepngfix.htc);
	width:60px;
	height:150px;
	float:left;
	background:url(/Images/social.png);
	overlow:hidden;
}
#social a.resume {	background-position: 0px 0px;}
#social a.twitter {	background-position: 60px 0px;	}
#social a.facebook {	background-position: 120px 0px;	}
#social a.resume:hover {	background-position: 0px -150px;}
#social a.twitter:hover {	background-position: 60px -150px;	}
#social a.facebook:hover {	background-position: 120px -150px;	}

#header {
	background: #fff url(/Images/header.jpg) top left no-repeat;
	height:212px;
	width:960px;
	position:relative;
}
#header .home {
 width:27px;
	height:25px;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:36px;
	border:0px;
}
#header .home a {
	text-decoration:none;
	display:block;
	width:27px;
	height:25px;
	background: url(/Images/home.gif) top left no-repeat;
}
#header .home a:hover {
	background-position:-27px 0px;
}

#header h1 {
	text-indent:-10000px;
 width:27px;
	height:25px;
	overflow:hidden;
	position:absolute;
	top:100px;
	left:0px;
	border:0px;
}

#topNav {
		height:46px;
		overflow:hidden;
}
 #topNav ul {
		float:right;
		margin-right:30px;
		height:46px;
	}
	#topNav li {
		list-style:none;
		display:inline;
		padding:0px;
		margin:0px;
		height:46px;
		float:left;
	}
	#topNav li a {
		font-size:18px;
		color:#ccc;
		font-weight:normal;
		padding:15px 20px 0 20px;
		height:46px;
		display:block;
	}
	#topNav li a b {
		color:#fff;
		font-weight:bold;
	}
	#topNav li a.on, #topNav li a:hover {
		background: url(/Images/bkgdNav.gif) top center no-repeat;
	}

#content {
	background: #fff url(/Images/bkgdBody.jpg) top left repeat-y;
	width:960px;
}

#page {
	margin-left:30px;
	width:900px;
}

#maincontent {
	width:730px;
	float:left;
}
#sidebar {
	width:150px;
	float:right;
	text-align:right;
}
#sidebar ul, #sidebar li {
	margin:5px 0 10px 0;
}


#promo {
	width:900px;
	height:284px;
	margin:0px 0 10px 30px;
	background: url(/Images/areaBlog.jpg) top left no-repeat;	
	}
	
	#top {
		background:#ededed;
		-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #bbb;
  padding: 10px;
		height:25px;
	}
	#description {
		width:400px;
		float:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#777;
		font-size:20px;
		font-style:italic;
	}
	#search {
		width:350px;
		float:right;
		text-align:right;
	}
	.button {
		background: #399;
		padding:0px 5px;
			-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #099;
		color:#fff;
	}
	.button:hover {
		background:#222;
		border-color:#999;
		color:#fff;
	}

textarea.comment {
	width:600px;
	padding:10px;
	border:2px solid #777;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#222;
}


.commentlist ol {
	padding:20px; 
}
.commentlist li {
	padding:20px 0;
	border-top: 1px dotted #ccc;
	border-left:10px solid #399;
	padding-left:30px;
}
.comment .vcard IMG {
	margin-right:10px;
}
.comment .comment-meta {
	margin:5px 0 12px 44px;
}
.comment .comment-body p {
	margin:10px 0 12px 44px;
	font-size:12px;
	line-height:19px;
}

#respond {
	margin-top:20px;
	padding-top:10px;
	border-top:1px dotted #bbb;
}
#respond p {
	margin:5px 0;
}
		
		#crumb {
			font-size:11px;
		}
		
	.date {
		width:40px;
		background:#399;
		color:#fff;
		padding:5px 0;
		float:left;
		margin:0 25px 0 -30px;
		overflow:hidden;
		text-align:center;
		left:-50px;
		border-left:6px solid #366;
	}
	
	.date p.day {
		font-size:22px;
		font-weight:bold;
	}
	.date p.month {
		font-variant:small-caps;
		font-size:17px;
	}
	
	.entry {
		float:left;
		width:620px;
	}
	
	.entry p {
		margin:0 0 10px 0;
		line-height:21px;
		font-size:12px;
	}
	
	.entry blockquote {
		margin:20px 30px;
		border:1px dotted #aaa;
		padding: 8px;
	}

h2 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:10px;
}
h2.pagetitle {
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
}
h3 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:10px;
}
	
#bottom {
	background: #D5E9ED url(/Images/bkgdBottomCap.jpg) top left no-repeat;
	min-height:40px;
	margin:0 0 10px 0;
	width:960px;
}
#bottom p.footer {padding:40px 0 0 40px; text-align:center; margin:0px;}

#bottom ul {
		float:left;
		margin:30px 0 20px 30px;
		font-size:12px;
		width:650px;
	}
	#bottom li {
		list-style:none;
		display:inline;
		padding:0px 7px;
		margin:0px;
		float:left;
		color:#76afb8;
		border-right:1px dotted #76afb8;
	}
	#bottom li.last {
				border:0px;
	}
	#bottom li a {
		font-weight:normal;
		display:block;
	}
	#bottom li a b {
			font-weight:bold;
	}
	#bottom li a.on, #bottom li a:hover {
	}
#bottom p.right {
	float:right;
	width:200px;
		color:#76afb8;
		text-align:right;
		margin:30px 15px 0 0;
}


.clear0 {	clear:both;	height:0px;	overflow:hidden;}
.clear5 {	clear:both;	height:5px;	overflow:hidden;}
.clear10 {	clear:both;	height:10px;	overflow:hidden;}
.clear20 {	clear:both;	height:20px;	overflow:hidden;}
