/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 16px;
  color: #333; 
  background: #fff;
  font-family: "Century Gothic", "Apple Gothic","Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 25px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 35px; line-height: 50px; margin-bottom: 25px; color: black; font-family: Museo, Museo-100, "Century Gothic", "Apple Gothic", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: 100; }
h2 { font-size: 35px; line-height: 50px; margin-bottom: 25px; color: black; font-family: Museo, Museo-100, "Century Gothic", "Apple Gothic", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: 100; }
h3 { font-size: 24px; margin-bottom: 25px; font-family: Museo, Museo-300, "Century Gothic", "Apple Gothic", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: 300; margin-top: 50px; }
h4 { font-size: 18px; margin-bottom: 25px; font-style: italic; }
h5 { font-size: 14px; margin-bottom: 25px; text-transform: uppercase; color: #666 }
h6 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
img.alignleft, img[align="left"]  { float: left; margin: 0 25px 25px 0; padding: 0; }
img.alignright, img[align="right"] { float: right; margin: 0 0 25px 25px; }

a:focus, 
a:hover     { color: #660000; text-decoration: none; }
a           { color: #222; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #444; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 12px Consolas, 'andale mono', 'lucida console', 'Courier New', Courier, monospace; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 25px 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 25px; width:100%; font-size: 14px; }
th,td,caption { padding: 4px 10px 4px 5px; background: #fff; }
th          { font-style: italic; background: none; }
thead th 		{  }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

.pricing td,
.pricing thead th { text-align: center; }

tr:hover td,
tr:hover th { background: #ffc; }
col:hover td,
col:hover th { background: #ffc; }

thead tr:hover th { background: none; }
.header-column tr:hover th { background: none; }

.header-column { width: 35%; text-align: right; }

#content .pricing img { outline: none; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: 12px; margin-bottom: 25px; line-height: 25px; }
.large      { font-size: 18px; line-height: 25px; margin-bottom: 25px; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* sIFR */

  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
  .sIFR-active object {
	  display: block;
	}


/* Custom Styles */

#container {
	width: 940px;
	padding: 25px;
	margin: auto;
	position: relative;
	background: transparent url('images/white-90.png');
	background: rgba(255,255,255,0.90) none;
	box-shadow: 0 0 25px #333;
	-moz-box-shadow: 0 0 25px #333;
	-webkit-box-shadow: 0 0 25px #333;
}

#masthead {
	width: 280px;
	float: left;
}

	#branding a { color: black; border: none; }
	#branding a:hover { color: #660000;}

	#main-nav {
		list-style: none;
		margin-left: 0;
		margin-right: 0;
		font-size: 30px;
		font-family: Museo-900, "Century Gothic", "Apple Gothic", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-weight: 900;
		text-transform: lowercase;
		margin-bottom: 25px;
	}
	
		#main-nav li {
			margin-bottom: 25px;
			line-height: 25px;
		}
		
		#main-nav li.sIFR-replaced {
			margin-bottom: 19px;
		}
	
		#main-nav a {
			color: #aaa;
			text-decoration: none;
		}
		
		#main-nav a:hover {
			color: #660000;
		}
	
		#recent-posts {
			list-style: none;
			margin-left: 0;
			margin-top: 25px;
			font-family: "Century Gothic", "Apple Gothic", "Helvetica Neue", Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: normal;
			font-style: italic;
			line-height: 25px;
			text-transform: none;
			margin-right: 0;
		}
		
			#recent-posts li {
				margin-bottom: 25px;
			}
			
				#recent-posts a {
					color: #999;
					text-decoration: none;
				}
				
				#recent-posts a:hover{
					color: #660000;
				}
				
	#subscribe {
		font-size: 12px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	
		#subscribe a {
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 25px;
		}
		
			#subscribe .rss { background-image: url('images/feed.gif'); }
			#subscribe .email { 	background-image: url('images/email.gif');	}
			
		#colophon {
			font-size: 12px;
			color: #aaa;
			text-decoration: none;
		}
		
		#colophon:hover {
			color: #660000;
		}

#content {
	width: 620px;
	float: right;
	padding-bottom: 50px;
}

	h2 + h3 {
		margin-top: 25px;
	}

	.nav_categories {
		margin-left: 0;
		margin-bottom: 50px;
		margin-right: 0;
		background-color: #f0f0f0;
		font-size: 12px;
		padding: 0 25px;
		text-transform: uppercase;
	}

		.nav_categories li {
			display: inline;
			margin-right: 25px;
		}
		
			.nav_categories li a.current {
				text-decoration: none;
			}

	.blog-index h3 {
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.post h3.sIFR-replaced {
		margin-bottom: 23px;
	}
	
	.blog-index .post {
		margin-bottom: 50px;
	}
	
		.blog-index .post h3.sIFR-replaced {
			margin-bottom: -2px;
		}

	.byline {
		font-size: 14px;
		color: #aaa;
		display: block;
		margin-bottom: 25px;
		line-height: 25px;
	}
	
		.byline .avatar {
			vertical-align: middle;
		}
		
	.blog-index .byline {
		margin-bottom: 0;
	}
	
	#content img {
		outline: 1px solid #ccc;
	}
	
	#content a:hover img {
		outline: 1px solid #666;
	}
	
	#content pre {
		width: 570px;
		overflow: auto;
		background-color: white;
		padding: 25px;
	}
	
	#available {
		background: #ffffcc;
		padding: 25px;
	}
	
	#comments {
		font-size: 14px;
		color: #333;
	}
	
		.comment {
			background-color: #f0f0f0;
			padding: 25px;
			margin-bottom: 25px;
		}
		
	
		.comment:nth-child(even) {
			background-color: #ddd;
		}
		
		.author-comment, .author-comment:nth-child(even) {
			background-color: #ffffcc;
		}
		
			.avatar {
				vertical-align: text-bottom;
				margin-right: 5px;
			}
	
			.comment .name {
				font-size: 16px;
				font-weight: normal;
				font-style: normal;
				color: #222;
			}
			
				.comment .name a {
					color: #222;
				}
				
					.comment .name a:hover {
						color: #660000;
					}
			
			.comment-date {
				font-size: 12px;
			}
			
			.comment :last-child {
				margin-bottom: 0;
			}
	
	.comment-header, .comment-form-header {
		font-size: 30px;
		font-family: Museo, Museo-900, "Century Gothic", "Apple Gothic", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-weight: 900;
		text-transform: lowercase;
		line-height: 50px;
		color: #aaa;
		padding-top: 25px;
	}
	
	#comments h2.sIFR-replaced, #comment-form h2.sIFR-replaced {
		margin-bottom: 19px;
	}
	
	.pagination {
		margin-top: 50px;
		background-color: #f0f0f0;
		font-size: 12px;
		padding: 0 25px;
	}
	
		.pagination a {
			background-color: white;
			border: 1px solid #aaa;
			padding: 0 5px;
		}
		
		.pagination a:hover {
			background-color: #ffffcc;
			border: 1px solid #666;
		}

/* Comment Form */

.comment-form label {
	font-size: 14px;
}

.comment-form textarea {
	width: 610px;
	padding: 5px;
}

.comment-form input {
	width: 20em;
}

#submit {
	width: auto;
	font-size: 100%;
}

/* Freeform */

#freeform label {
	display: block;
	font-size: 14px;
}

#freeform label small {
	font-size: 12px;
}

#freeform input {
	width: 310px;
}

#freeform .radio,
#freeform .checkbox {
	width: auto;
}

#freeform textarea {
	width: 620px;
	height: 200px;
}

#freeform #submit {
	width: auto;
	font-size: 100%;
}
/* Body Background */

body, html {
	background-position: center top;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}

.background-01, .background-01 body { background-image: url('images/01.jpg'); background-color: #004861;}
.background-02, .background-02 body { background-image: url('images/02.jpg'); background-color: #00389a;}
.background-03, .background-03 body { background-image: url('images/03.jpg'); background-color: #4a4a4a;}
.background-04, .background-04 body { background-image: url('images/04.jpg'); background-color: #766e5e;}
.background-05, .background-05 body { background-image: url('images/05.jpg'); background-color: #453327;}
.background-06, .background-06 body { background-image: url('images/06.jpg'); background-color: #407d7b;}
.background-07, .background-07 body { background-image: url('images/07.jpg'); background-color: #72480f;}
.background-08, .background-08 body { background-image: url('images/08.jpg'); background-color: #4c6354;}
.background-09, .background-09 body { background-image: url('images/09.jpg'); background-color: #6e7180;}
.background-10, .background-10 body { background-image: url('images/10.jpg'); background-color: #404040;}
.background-11, .background-11 body { background-image: url('images/11.jpg'); background-color: #5b6a7d;}
.background-12, .background-12 body { background-image: url('images/12.jpg'); background-color: #d7e6fb;}

/* Tools */

.clear {
	clear: both;
}