/* @group RESETS & FIXES */
/* -----------------------------------------------
			RESET & FIXES - RESET % FIXES 
-------------------------------------------------- */


body{ 
	text-align: center; /* IE fix A1. Ensures Centered Design. */
	vertical-align: top;
}

#wrapper{
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left; /* IE fix A2. Ensures Centered 
	Design. */
}

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;
}/* Resets, and Form is an IE fix. */

body { line-height: 1; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: none; }
a img { border: none; }
ol, ul { list-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
input,textarea { margin: 0; }

/* Highlight and Strike-through */
ins { text-decoration: none; font-weight: bold; }
del { text-decoration: line-through; }
	

/* @end */

/* @group GLOBAL */
/* -----------------------------------------------
			Global
-------------------------------------------------- */
/* @group WP STYLES */

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin: 10px 20px 10px 10px;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin: 10px 10px 10px 20px;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 5px;
	font-weight: bold;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}


/* @end */
/* ---------------------------------------------
					GLOBAL						
_________________________________________________  */


p {
	padding: 0 0 15px 0;
	line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	padding: 20px 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-weight: bold;
	line-height: 100%;
}

h4, h5, h6 {
	font-weight: bold;
}

h1 { font-size: 25px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

a {
	text-decoration: none;
	}
	a:hover {
	text-decoration: none;
	}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

ul { list-style-type: square;
	margin-left: 0px;
	font-weight: bold;
}
li {
	font-weight: normal;
	margin-left: 35px;
}
ol { 
	font-weight: bold;
	list-style-type: decimal;
	margin-left: 0px;
}

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

blockquote {
	margin: 0 0 20px 0;
	padding: 6px 12px 12px 45px;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: #4c4c4d;
}

blockquote p {
	padding: 6px 0;
}
blockquote blockquote {
	background-image: none;
	padding-left: 12px;
	margin: 6px 0;
	background-color: #fff;
}

code, pre {
	white-space: pre;
	padding: 15px;
	margin: 20px;
	font-size: 10px;
	font-family: "Monaco", monospace;
	overflow: auto;
	background: #ebeaeb;
	color: blue;
}
p code {
	display: inline;
	padding: 3px 6px;
	margin: 0;
	border: 0;
	white-space: normal;
	color: blue;
}

hr {
	margin: 0 0 20px 0;
	border: 0;
	height: 1px;
	border-bottom: 1px solid #ccc;
}

address{
	color: #bebebe}

/* @group Forms & Tables */

/* FORMS
========================================== */
form {
	width: auto;
}

form input {
	margin: 6px 0;
}

table form input {
	margin: 3px 0;
}

form table {
	margin: 12px 0 20px;
}
form table th,
form table td {
	border: 0;
	border-collapse: collapse;
	padding: 6px 12px;
	text-align: left;
}
form table input {
	margin: 0;
}
form table td textarea,
form table td select {
	width: 100%;
	margin: 0;
}

fieldset {
	width: auto;
	border: 0;
}

label {
	font-size: 100%;
	line-height: 100%;
	white-space: pre;
	display: block;
	color: #999;
	text-align: left;
	margin: 0 0 6px;
}
form p {
	line-height: 150%;
	clear: both;
}
form p input {
	display: inline;
	float: left;
	clear: both;
	margin: 0;
	margin-right: 6px;
}
form p label {
	display: inline;
	clear: none;
	padding: 0;
	margin: 0;
	white-space: normal;
}

input, textarea, select, button {
	margin: 0 0 12px 0;
}

input.text, textarea.text {
	padding: 4px 4px;
	background: #fff url('images/input.png') repeat-x top left;
	border: 1px solid #CCCCCC;
	border-top-color: #BDBDBD;
	border-bottom-color: #DDDDDD;
}

input.text, textarea.text {
	width: 230px;
	font-size: 100%;
}

textarea.text {
	width: 345px;
	height: 60px;
	padding: 5px;
	margin-bottom: 6px;
}

input.button {
	float: none;
	clear: both;
	margin: 3px 0 0 0;
	padding: 3px 6px;
	font-size: 100%;
	font-weight: normal;
}

textarea.text:focus,
input.text:focus { outline: none; border-color: #666; }

/* TABLES
========================================== */
table {
	width: auto;
	margin: 0 0 20px 0;
}

table caption,
table tfoot {
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	color: #000;
}

table th {
	text-align: center;
	padding: 6px 12px;
	font-weight: bold;
	color: #666;
}

table tr {
	text-align: center;
}

table tr.alt th,
table tr.alt td {
	background-color: #F7F7F7;
}

table td {
	text-align: center;
	font-size: 1.0em;
	line-height: 100%;
	padding: 6px;
	vertical-align: middle;
}

/* @end */



/* @end */

