/***********************************************************
adapted from Eric Meyer's recommended reset styles
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
***********************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, small, strike, strong, ol, ul, li, form, table, tr, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

/*  remember to define focus styles!  */

:focus {
	outline: 0;
	}

body {
	background: white;
	color: black;
	line-height: 1;
	}

ol, ul {
	list-style: none;
	list-style-position: outside;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

td {
	font-weight: normal;
	text-align: left;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote {
	quotes: "" "";
	}body {
	background-color: white;
	font-family: verdana,sans-serif;
	font-size: 0.8em;
	line-height: 160%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	vertical-align: top;
	}

.container {
	margin: 0 auto;
	text-align: left;
	width: 845px;
	}
	
#draft {
	background-color: #cc0000;
	clear: both;
	display: block;
	height: 15px;
	margin: 27px 0 -27px 0;
	padding: 0;
	width: 100%;
	}
	
#content {
	clear: both;
	margin: 60px auto 0 auto;
	text-align: left;
	width: 835px;
	}
	
#details {
	background-color: #cccccc;
	clear: both;
	color: black;
	display: block;
	font-size: 90%;
	height: 15px;
	margin: 27px 0 0 0;
	padding: 7px 0 10px 0;
	text-align: left;
	width: 100%;
	}
		
	#details #date {
		display: inline;
		float: left;
		padding-left: 13px;
		}
		
	#details #sharethis {
		display: inline;
		float: right;
		padding-right: 20px;
		}
		
		#details #sharethis span {
			margin-left: 5px;
			}
	
.raleway {
	font-family: 'RalewayThin',verdana,sans-serif;
	}

.bellopro {
	font-family: 'bello-pro-1','bello-pro-2',verdana,sans-serif;
	}
	
#about {
	font-size: 120%;
	}
		
  #about hr {
    background: #cccccc;
    color: #cccccc;
    height: 1px;
    margin: 0 0 20px 0;
  	z-index: -1;
    }
		
	#about blockquote {
    background-color: #f0f0f0;
    border: 5px solid #e1e1e1;
    display: block;
    margin: 0 0 20px 0;
    padding: 20px;
		width: 360px;
    }
		
		#about blockquote img {
			margin-right: 20px;
			}	
	
  #about #photo {
  	float: right;
  	margin: 23px 0 20px 20px;
		right: 0;
  	width: 400px;
		z-index: 50;
  	}
  	
  	#about #photo img {
  		margin-bottom: -4px;
  		}
  	
  	#about #photo .caption {
			background-color: #f0f0f0;
			border: 5px solid #e1e1e1;
			display: block;
  		font-size: 80%;
			font-weight: bold;
			margin: 0;
			padding: 10px;
  		}
	
#archives {
	font-size: 120%;
	}
		
	#archives hr {
		background: #cccccc;
    color: #cccccc;
		height: 1px;
		margin: 0;
		}
	
	#archives table {
		width: 100%;
		}
		
		#archives td {
			padding: 20px;
			}
			
			#archives td.month {
				border-right: 1px solid #cccccc;	
				padding: 20px 20px 20px 0;
				width: 140px;
				}

	#archives .post {
		border: 5px solid #e1e1e1;
		background-color: #f0f0f0;
		line-height: 150%;
		margin: 0 0 20px 0;
		padding: 20px;
		width: 641px;
		}
		
		#archives .post h2 {
			line-height: 150%;
			margin-bottom: 0;
			padding-bottom: 0;
			}
			
		#archives .post img {
			border: 3px solid #e1e1e1;
			margin-bottom: 10px;
			}
			
		#archives .post .cats {
			color: #999999;
			float: right;
			}/*
jQuery MegaMenu Plugin Examples CSS
Author: GeekTantra
Author URL: http://www.geektantra.com/2010/05/jquery-megamenu-2/
*/
	
#menumain {
	background-color: black;
	color: white;
	left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

	#menumain a {
		color: #71b8db;
		display: block;
		margin-left: 20px;
		text-indent: -20px;
		}
		
	#menumain a.menulink {
		color: white;
		}
		
	#menumian a.menulink:hover {
		color: black;
		}
		
	#menumain h1 {
		color: #999999;
		font-size: 90%;
		font-weight: normal;
		margin: 0 0 3px 0;
		padding: 0;
		}
		
	#menumain form {
		margin-bottom: 15px;
		}
		
		#menumain input[type="text"] {
			margin-right: 5px;
			width: 220px;
			}
			
	#menumain .menuwidth {
		width: 350px;
		}
		
#menumain #logo {
	background-color: black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	float: left;
	font-size: 150%;
	padding: 13px;
	}
	
	#menumain #logo a {
		color: white;
		text-decoration: none;
		}

#menumain ul.megamenu {
	background-color: black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	display: none;
	float: right;
	list-style: none;
	margin: 0 auto;
	padding: 5px 10px;
	}

	#menumain ul.megamenu li.mm-item {
		}
	
	#menumain ul.megamenu li {
		margin: 0 0 0 30px;
		padding: 0;
		}
	
	#menumain ul.megamenu li.clear-fix {
		clear: both;
		float: none;
		font-size: 0;
		height: 0;
		line-height: 0;
		margin: 0;
		padding: 0;
		}
	
	#menumain ul.megamenu a.mm-item-link {
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		border-top: 1px solid transparent;
		color: white;
		display: inline-block;
		font-size: 14px;
		margin: 0 3px 0 0;
		padding: 8px 15px;
		position: relative;
		text-decoration: none;
		z-index: 10;
		}
	
	*html ul.megamenu a.mm-item-link {
		border-color: pink;
		filter: chroma(color=pink);
		}
	
	#menumain ul.megamenu a.mm-item-link-hover {
		color: white;
		background: black;
		}
	
	#menumain ul.megamenu div.mm-item-content {
		background: black;
		border: 8px solid rgba(0, 0, 0, 1); 
		border-radius: 8px;
		padding: 0;
		position: absolute;
		z-index: 9;
		}

#menumain .mm-content-base {
	background: black;
	padding: 10px;
	position: relative;
	text-align: left;
	z-index: 11;
	}
	
	#menumain table {
		width: 100%;
		}

#menumain .mm-js-shadow {
	background: transparent;
	position: absolute;
	z-index: 10;
	}
	
/*  text  */

p {
	margin: 0;
	padding: 0 0 20px 0;
	}

strong, b, .bold {
	font-weight: bold;
	}

em, i, .ital {
	font-style: italic;
	}
	
hr {
	background-color: #999999;
	border: 0;
	color: black;
	height: 3px;
	}

.small {
	font-size: 80%;
	}
	
.under {
	text-decoration: underline;
	}
	
.strike {
	text-decoration: line-through;
	}

.center {
	margin: 0 auto;
	text-align: center;
	}

.floatleft {
	float: left;
	}
	
.floatright {
	float: right;
	}
	
.indent, .padleft {
	padding-left: 20px;
	}
	
.padright {
	padding-right: 20px;
	}
	
.padbottom {
	padding-bottom: 20px;
	}
	
.padtop {
	padding-top: 20px;
	}
	
.clear {
	clear: both;
	font-size: 1px;
	height: 0;
	margin: 0;
	padding: 0;
	}
	
blockquote {
	background-color: #999999;
	margin: 0 0 20px 0;
	padding: 20px;
	}
	
.req {
	color: #cc0000;
	}
	
.grey {
	color: #999999;
	}



/*  headers  */

h1 {
	color: black;
	font-family: verdana,sans-serif;
	font-size: 190%;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h2 {
	color: black;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h3 {
	color: black;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h1.nopad, h2.nopad {
	padding: 0;
	}
	
	
		
/*  links  */

a { 
	color: #135d82;
	text-decoration: none; 
	border: 0;
	}

a:active, a:hover {
	text-decoration: underline;
	}
	

/*  fonts  */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 19, 2011 09:59:35 PM America/New_York */

@font-face {
    font-family: 'RalewayThin';
    src: url('../fonts/raleway_thin-webfont.eot');
    src: url('../fonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway_thin-webfont.woff') format('woff'),
         url('../fonts/raleway_thin-webfont.ttf') format('truetype'),
         url('../fonts/raleway_thin-webfont.svg#RalewayThin') format('svg');
    font-style: normal;
    font-weight: normal;
}
	
	
	
/*  images  */



/*  lists  */

ul {
	list-style-type: disc;
	margin: 0 0 10px 35px;
	padding: 0;
	}
	
ol {
	list-style-type: decimal;
	margin: 0 0 10px 35px;
	padding: 0;
	}

ul.space, ol.space {
	margin: 0 0 0 35px;
	padding: 0;
	}

ul.space li, ol.space li {
	margin: 0;
	padding: 0 0 20px 0;
	}

ul ul, ol ul {
	list-style-type: circle;
	}

ol ol, ul ol, ol.letters {
	list-style-type: lower-alpha;
	}



/*  tables  */

table {
	margin-bottom: 10px;
	}
	
table.border {
	border-left: 1px solid #135d82;
	border-top: 1px solid #135d82;
	}
	
table.border td {
	border-bottom: 1px solid #135d82;
	border-right: 1px solid #135d82;
	padding: 5px;
	}

table td {
	padding: 5px 20px 5px 0;
	text-align: left;
	vertical-align: top;
	}

td.required { 
	font-weight: bold;
	}

td.head { 
	font-size: 90%;
	font-style: italic;
	}

td.rowhead { 
	font-weight: bold;
	padding-top: 20px;
	}
	
	
	
/*  forms  */

.go {
	background-color: #999999;
	border: 0;
	color: black;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	margin: 0 20px 0 0;
	text-align: center;
	}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #999999;
	padding: 3px;
	}
