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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}


/* all reset, now go... */


body {
	background:#77adeb url(images/sky-bg.jpg) repeat-x 50% 0;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;/* for IE */
}

a {
	color:#d00;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	float:left;
	width:410px;
	height: 135px;
	font-size: 24px;
}

#top h1 a {
	color: #333;
	text-decoration:none;
	display:block;
	width:410px;
	height: 135px;
	overflow:hidden;
	/*text-indent:-9000px;
	background:transparent url(images/logo.gif) no-repeat 0 5px;*/
}

#contact-info {
	float:right;
	width:220px;
	padding-top:32px;
}

#contact-info h2 {
	color: #2583ad;
	margin-bottom:2px;
}

#contact-info p {
	color:#888;
	font-size:11px;
	font-weight:bold;
	margin:0;
}

#masthead:after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
	height: 0;
}

h2 {
	color: #d00;
	font-size: 24px;
	letter-spacing:-1px;
	line-height:1;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	color: #2583ad;
	font-size: 14px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

code {
	color:#999;
	margin-bottom: 20px;
	font-family: monospaced;
}

blockquote {
	padding: 10px;
	margin-bottom: 20px;
	background: #e5e5e5;
	color: #999;
}

blockquote p {
	margin-bottom: 1px;
}

ul {
	list-style: none;
}

li {
	margin-bottom: 5px;
}


/* layout............................................................... */


#wrapper {
	width: 720px;
	margin: 20px auto;
	text-align:left;
	background:#fff;
	border:1px solid #858585;
}

#container {
	padding:30px;
}

#main {
	padding: 10px 0;
}

#top {
	margin-bottom: 20px;
}


/* nav ............................................................... */


#nav {
	margin: 0 -30px;
	background:#e4f2fd;
}

#nav ul { 
	border-top:1px solid #c6d9e9; 
	border-bottom:1px solid #c6d9e9;
}

#nav ul:after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
	height: 0;
}

#nav ul li { 
	list-style:none; 
	display:inline; 
}

#nav ul li a {
	float:left;
	display:block;
	width:auto;
	color: #2583ad;
	font-weight:bold;
	text-decoration: none;
	padding: 5px 10px;
	border-right: 1px solid #c6d9e9;
}

#nav ul li a:hover,
#nav ul li.current_page_item a {
	color: #fff;
	background:#2583ad;
}


/* content ............................................................... */


#main p.photo {
clear:right;
float:right;
width:220px;
margin:0 0 20px 0;
font-size:11px;
color:#888;
}

#main:after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
	height: 0;
}



#main p, #main ul, #main ol, #main h3, #main h4, #main h5, #main h6  {
	margin-right: 250px;
}

#main p.links {
	margin-right: 0;
}

#main p.links:after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
	height: 0;
}

#main p.links img {
	float:left;
	margin: 0 10px;
}

#main ul {
list-style:square;
margin-left:2em;
margin-bottom:20px;
}


/* footer ............................................................... */


#footer {
	margin: 20px -30px -30px -30px;
	padding: 10px 30px;
	color: #aaa;
	font-size:11px;
	font-weight: bold;
	background:#444;
}

#footer a {
	color: #eee;
}

#footer p {
	margin: 0;
}

img {
	border:none;
}

.float-left  { float: left; padding-right: 20px; }
.float-right { float: right; padding-left: 20px; }


/* blogs ............................................................... */


p.details {
	font-size:11px;
	color: #999;
}

p.tools {
	font-size:11px;
	color: #999;
}


/* forms ............................................................... */


#commentform input {
	width: 150px;
	}

#commentform textarea {
	width: 75%;
	}

.commentlist {
	}

.commentlist li {
	}

.nocomments {

	}