/*
Theme Name: Scooter
Theme URI: http://ithemes.com/
Description: A Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 2.0.0
Template: Builder
Tags: scooter, retro

Version History
	See history.txt
*/

@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700&subset=latin&v2);

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	font-size: 90%;
	line-height: 1.7;
	color: #222222;
	font-family: 'Helvetica', Arial, sans-serif;
}
input, select, textarea {
	font-family: 'Helvetica', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, img, q, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}

/* selection styles */
::selection {
	background:#802830;
	color:#FFFFFF;
}
::-moz-selection {
	background:#802830;
	color:#FFFFFF;
}
::-webkit-selection {
	background:#802830;
	color:#FFFFFF;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #BBBAB6 url('images/bg-grain.png') repeat;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #262626;
	text-decoration: none;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	text-shadow: #fff 0px 1px 1px;
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.3em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.25em;
	line-height: 1.4em;
	color: #777777;
	font-style: italic;
	margin-bottom: .45em;
	font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0em;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 0 auto;
	border: 0em solid #FFFFFF;
	display: block;
}

/*********************************************
	Default Module
*********************************************/
.builder-module {
	background: transparent;
	margin: 0 auto !important;
	padding: 20px 0 !important;
}

/*********************************************
    Header Module
*********************************************/
.builder-module-header {
	background: #FFFFFF;
}
.builder-module-header .builder-module-element {
	padding: 1.5em;
}
.builder-module-header .builder-module-sidebar {
	background: none;
}

.site-title {
	font-size: 3em;
    line-height: 1;
    margin: 0 0 .5em 0;
}
.site-tagline {
	font-size: 2em;
    line-height: 1;
    margin: 0;
}

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	width: 100%;
	text-align: left;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	margin: 0 0 1em 0;
	color: #333333;
	background: #E0E2E3;
	padding: 1.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #93928F #DEDDD8 #D6D5D0 #93928F;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset #666 0 0 5px;
	-moz-box-shadow: inset #666 0 0 5px;
	-o-box-shadow: inset #666 0 0 5px;
	-khtml-box-shadow: inset #666 0 0 5px;
	box-shadow: inset #666 0 0 5px;
}
.builder-module-sidebar > div:last-child .widget:last-child {
	margin-bottom: 0;
}
.builder-module-block-outer-wrapper .left .widget,
.builder-module-block-outer-wrapper .middle .widget {
	margin-right: .5em;
}
.builder-module-block-outer-wrapper .middle .widget,
.builder-module-block-outer-wrapper .right .widget {
	margin-left: .5em;
}
.builder-module-block-outer-wrapper.left .builder-module-element,
.builder-module-block-outer-wrapper.middle .builder-module-element {
	margin-right: .5em;
}
.builder-module-block-outer-wrapper.middle .builder-module-element,
.builder-module-block-outer-wrapper.right .builder-module-element {
	margin-left: .5em;
}
.builder-module-sidebar h4.widget-title {
	font-size: 1.65em;
	line-height: 1.25em;
	font-weight: normal;
	padding: .326em .326em;
	margin: -.326em -.326em 0 !important;
	color: #333333;
	font-weight: bold;
}
.builder-module-sidebar h4.widget-title a {
	color: #777777;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget img {
	max-width: 100%;
}
.builder-module-sidebar .widget p {
	margin-top: 0;
	color: #333333;
}
.builder-module-sidebar .widget a {
	margin-top: 0;
	color: #777777;
}
.builder-module-sidebar .widget a:hover {
	margin-top: 0;
	color: #262626;
	text-decoration: none;
}
.widget-top {
	height: auto;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-container .builder-module-navigation-outer-wrapper:first-child {
	border-bottom: 8px solid #802830;
	box-shadow: #FFFFFF 0 10px 40px -10px;
}
.builder-module-navigation-outer-wrapper {
	background: #2C3033 url('images/nav-bg.gif') repeat top left;
}
.builder-module-navigation ul.menu > li {
	margin-right: 10px;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000 #444444 #444444 #000000;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.builder-module-navigation ul.menu > li > a {
	color: #EEEEEE;
	font-weight: bold;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	padding: 6px 10px;
}
.builder-module-navigation li a:hover,
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
	background-color: #444444;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset #000000 0 0 5px;
	-moz-box-shadow: inset #000000 0 0 5px;
	-o-box-shadow: inset #000000 0 0 5px;
	-khtml-box-shadow: inset #000000 0 0 5px;
	box-shadow: inset #000000 0 0 5px;
}
/* second level stuff */
.builder-module-navigation ul.menu > li > ul {
	padding-top: 11px !important;
	background-color: transparent;
	background-image: url('images/menu-top.png');
	background-repeat: no-repeat;
	background-position: 20px 0;
}
.builder-module-navigation li ul {
	width: 160px;
	border: none;
	text-align: left;
	margin: 0;
	background: transparent;
}
.builder-module-navigation li li {
	width: 160px;
	margin: 0;
	background-color: transparent;
	background-image: url('images/menu-bg.png');
	border-bottom: 1px solid #000000;
}
.builder-module-navigation li li + li {
	border-top: none;
}
.builder-module-navigation ul.menu > li > ul > li:first-child, .builder-module-navigation ul.menu > li > ul > li:first-child a {
	-webkit-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
} 
.builder-module-navigation ul.menu > li > ul > li:last-child, .builder-module-navigation ul.menu > li > ul > li:last-child a {
	-webkit-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-o-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.builder-module-navigation ul.menu > li > ul > li:last-child {
	border: 0 !important;
}
.builder-module-navigation li li a,
.builder-module-navigation li li.current_page_item a,
.builder-module-navigation li li.current-cat a {
	font-size: 15px;
	background: transparent;
	color: #FFFFFF;
	text-shadow: #000000 0px 1px 1px;
}
.builder-module-navigation li li a:hover {
	background-color: transparent;
	background-image: url('images/menu-bg.png');
}
.builder-module-navigation li ul ul {
	margin: -35px 0 0 160px;
}
.builder-module-navigation li ul.sub-menu ul {
	padding-left: 11px !important;
	background-color: transparent;
	background-image: url('images/menu-left.png');
	background-repeat: no-repeat;
	background-position: 0 8px;

}
.builder-module-navigation li ul.sub-menu ul li:first-child, .builder-module-navigation li ul.sub-menu ul li:first-child a {
	-webkit-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.builder-module-navigation li ul.sub-menu ul li:last-child, .builder-module-navigation li ul.sub-menu ul li:last-child a {
	-webkit-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-o-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar h4.widget-title {
	font-size: 1.65em;
	line-height: 1.1em;
	padding: 0 .326em .326em .326em;
	margin: -.326em -.326em 0 !important;
}
.widget-bar-outset .widget  {
	margin: 0  8px 20px !important;
	border-width: 3px;
	border-color: #CECDC9;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 20px 20px -10px, rgba(0,0,0,.2) 0 0 6px;
	-moz-box-shadow: rgba(0,0,0,.2) 0 15px 15px -10px, rgba(0,0,0,.2) 0 0 6px;
	-o-box-shadow: rgba(0,0,0,.2) 0 20px 20px -10px, rgba(0,0,0,.2) 0 0 6px;
	-khtml-box-shadow: rgba(0,0,0,.2) 0 20px 20px -10px, rgba(0,0,0,.2) 0 0 6px;
	box-shadow: rgba(0,0,0,.2) 0 15px 15px -10px, rgba(0,0,0,.2) 0 0 6px;
}
/*********************************************
	Footer Module
*********************************************/
.builder-module-footer-outer-wrapper {
	background: #0D0E0F;
	border-top: 8px solid #802830;
}
.builder-module-footer {
	font-size: .75em;
	background: transparent;
}
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #777777;
}
.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	padding: 1em 0;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #DDDDDD;
	text-decoration: none;
	font-style: italic;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element {
	font-size: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}
.builder-module-image .left .widget,
.builder-module-image .middle .widget {
	margin-right: 1em;
}
.builder-module-image .middle .widget,
.builder-module-image .right .widget {
	margin-left: 1em;
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-html.builder-module-after-navigation {
	background: transparent url('images/html-light.png') no-repeat top center;
}
.html-dark-outer-wrapper {
	background: #1F2224;
	border-width: 6px 0;
	border-style: solid;
	border-color: #802830;
}
.html-dark-outer-wrapper .builder-module-element {
	padding: 1.5em;
	background: #E0E2E3;
	padding: 1.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #93928F #DEDDD8 #D6D5D0 #93928F;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset #666 0 0 5px;
	-moz-box-shadow: inset #666 0 0 5px;
	-o-box-shadow: inset #666 0 0 5px;
	-khtml-box-shadow: inset #666 0 0 5px;
	box-shadow: inset #666 0 0 5px;
}
/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	margin: 0;
	display: block;
	text-align: left;
	overflow: hidden;
}
.builder-module-content .hentry {
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #C2C2C2;
}
.builder-module-content .hentry p, .builder-module-content .hentry ul, .builder-module-content .hentry ol {
	color: #222222;
	text-shadow: #FFFFFF 0px 1px 1px;
}
.entry-title, .entry-title * {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
h1.entry-title,
h2.entry-title,
h3.entry-title {
	float: left;
	color: #262626;
	font-family: 'Dancing Script', inherit;
	font-size: 38px;
	line-height: 46px;
	text-shadow: #FFFFFF 0px 1px 1px;
}
.entry-title a {
	text-decoration: none;
	color: #262626;
	font-size: 1em;
}
.hentry .entry-title a:hover {
	color: #777777;
}

.hentry .entry-meta,
.hentry .entry-meta * {
	padding: 0;
	margin: 0;
}
.hentry .entry-meta.show-date {
	float: right;
	font-size: 1em;
	line-height: 1em;
	margin-top: 12px;
	color: #333333;
	font-style: italic;
	background: transparent url('images/date.png') no-repeat  top left;
	width: 24px;
	height: 24px;
}
.hentry .entry-meta .date {
	color: #FFFFFF;
	font-style: normal;
	position: absolute;
	visibility: hidden;
	background: #2C3033;
	padding: 5px 7px;
	top: -.5em;
	right: 0;
	opacity: 0;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #FFF 1px 1px 1px;
	-moz-box-shadow: #FFF 1px 1px 1px;
	-o-box-shadow: #FFF 1px 1px 1px;
	-khtml-box-shadow: #FFF 1px 1px 1px;
	box-shadow: #FFF 1px 1px 1px;
	-webkit-transition:  opacity .2s linear;
	-moz-transition:  opacity .2s linear;
	-o-transition:  opacity .2s linear;
	transition:  opacity .2s linear;
}
.hentry .entry-meta.show-date:hover .date {
	visibility: visible;
	opacity: 1;
}
.hentry .entry-meta.author {
	margin-top: .1em;
	color: #777777;
	font-size: 14px;
}
.hentry .entry-meta.author a {
	color: #262626;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry.attachment .entry-footer {
	background: transparent;
}
.entry-content {
	margin-top: 1.5em;
	clear: both;
}
.loop-title {
	font-size: 1.8em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: .75em;
}
/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 150px;
	border: 1px solid #CFCFCF;
	background: #FDFCFC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	margin: 0;
	padding: 1em .5em .5em .5em;
	line-height: 1;
}
.hentry .gallery + * {
	margin-top: 0;
}
.hentry img {
	border: 1px solid #CFCFCF;
	background: #FDFCFC;
	padding: 5px;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}
.hentry .wp-caption {
	border: 1px solid #CFCFCF;
	background: #FDFCFC;
	padding: .5em;
}
.hentry .wp-caption img {
	border: none;
	background: transparent;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	text-align: center;
	margin: 0;
	padding: 0 .5em;
	line-height: 1;
}
/*********************************************
	Post Meta Styles, if needed
*********************************************/
.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
	position: relative;
}
.entry-footer {
	margin-top: 0em;
}
.entry-footer * {
	padding: 0;
	margin: 0;
}
.entry-footer .alignleft {
	width: 50e%;
}
.entry-footer .categories {
	font-size: 0.8em;
	padding-left: 25px;
	background: url('images/category-bg.png') center left no-repeat;
}
.entry-footer .categories a {
	font-style: italic;
}
.entry-footer .comments {
	font-size: 0.8em;
	padding-left: 25px;
	background: url('images/comments-bg.png') center left no-repeat;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px;
	width: 100%;
}
.EXIF {
	margin: 0;
	padding: 0;
	float: left;
}
.photometa h4 {
	border-bottom: 1px solid #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
	margin: 0px;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 3em 3px 1.5em 0;
	padding: 0;
}
#comments h3 {
	font-weight: normal;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 50px 0px;
}
#comments ol.commentlist {
	margin: 1.5em 0;
	padding: 0;
	background: transparent;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px 0 0;
}
#comments .comment-meta {
	font-size: 12px;
	margin-bottom: 1.5em;
}
#comments li {
	clear: both;
	list-style: none;
	margin: 1.5em 0 1.5em 0;
	padding: 1.5em;
	overflow: hidden;
	color: #333333;
}
#comments li.depth-1 {
	background: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #93928F #DEDDD8 #D6D5D0 #93928F;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset #666 0 0 5px;
	-moz-box-shadow: inset #666 0 0 5px;
	-o-box-shadow: inset #666 0 0 5px;
	-khtml-box-shadow: inset #666 0 0 5px;
	box-shadow: inset #666 0 0 5px;
}
#comments .comment.depth-1,
#comments .comment.depth-3,
#comments .comment.depth-5,
#comments .comment.depth-7,
#comments .comment.depth-9 {
	color: #262626;
}
#comments a{
	color: #262626;
}
#comments a:hover {
	color: #777777;
}
.says {
	color: #777777;
}
#comments .children {
	margin: 0;
}
#comments .children li {
	margin-bottom: 0;
	list-style: none;
}
#comments .comment.depth-2,
#comments .comment.depth-4,
#comments .comment.depth-6,
#comments .comment.depth-8,
#comments .comment.depth-10 {
	background: #E6E5E0;
	color: #333333;
}
#comments blockquote {
	margin: 10px 0;
	padding: 10px;
}
#comments .alert {
	background: #FFFBD6;
	border: 1px solid #EBE067;
	margin: 5px 0px;
	padding: 5px;
}
#respond {
	margin-top: 3em;
	overflow: visible !important;
}
#respond h3 {
	margin-bottom: 0;
	color: #262626;
	font-weight: normal;
}
#respond .cancel-comment-reply a {
	margin: 1.5em 0;
	display: block
}
#commentform {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#commentform p {
	margin-bottom: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	padding: 5px;
	width: 50%;
}
#commentform input[type="text"],
#commentform textarea {
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #93928F #DEDDD8 #D6D5D0 #93928F;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset #666 0 0 5px;
	-moz-box-shadow: inset #666 0 0 5px;
	-o-box-shadow: inset #666 0 0 5px;
	-khtml-box-shadow: inset #666 0 0 5px;
	box-shadow: inset #666 0 0 5px;
}
#commentform input[type="text"]:focus,
#commentform textarea:focus {
	-webkit-box-shadow: inset #8C2B35 0 0 5px;
	-moz-box-shadow: inset #8C2B35 0 0 5px;
	-o-box-shadow: inset #8C2B35 0 0 5px;
	-khtml-box-shadow: inset #8C2B35 0 0 5px;
	box-shadow: inset #8C2B35 0 0 5px;
}
#commentform #comment {
	width: 90%;
	height: 18em;
	padding: 5px;
}

/*********************************************
	Text elements
*********************************************/
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000000;
}
blockquote {
	background: #FFFFFF;
	margin: 1.5em;
	padding: 20px 20px 20px 20px;
	color: #222222;
	font-style: italic;
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: #93928F #DEDDD8 #D6D5D0 #93928F;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset #666 0 0 3px;
	-moz-box-shadow: inset #666 0 0 3px;
	-o-box-shadow: inset #666 0 0 3px;
	-khtml-box-shadow: inset #666 0 0 3px;
	box-shadow: inset #666 0 0 3px;
}
blockquote p {
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	padding-left: 20px;
}
ol {
	margin-left: 20px;
	*margin-left: 24px; /* targeted IE 6, 7 fix */
	list-style-type: lower-roman;
}
ul {
	list-style: circle;
	margin-left: 20px;
}
li {
	margin: 0;
	padding: 0;
}
li *:last-child {
	margin-bottom: 0;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}

/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #FFFFFF;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #E5ECF9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}

/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.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;
}

/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: .1em solid #CCCCCC;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: .6em .3em;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}

input[type="submit"] {
	padding: 8px 7px;
	background-color: #2C3033;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2C3033), to(#50575C));
	background-image: -moz-linear-gradient(#2C3033, #50575C);
	background-image: -o-linear-gradient(#2C3033, #50575C);
	background-image: linear-gradient(#2C3033, #50575C);
	border-width: 2px;
	border-style: solid;
	border-color: #333333 #000000 #000000 #333333;
	color: #FFFFFF;
	text-shadow: #000000 0px 1px 1px;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #626B72 0 0 4px;
	-moz-box-shadow: #626B72 0 0 4px;
	-o-box-shadow: #626B72 0 0 4px;
	-khtml-box-shadow: #626B72 0 0 4px;
	box-shadow: #626B72 0 0 4px;
	cursor: pointer;
}
input[type="submit"]:hover {
	background-color: #50575C;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#50575C), to(#2C3033));
	background-image: -moz-linear-gradient(#50575C, #2C3033);
	background-image: -o-linear-gradient(#50575C, #2C3033);
	background-image: linear-gradient(#50575C, #2C3033);
}
input[type="submit"]:active {
	background-color: #50575C;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#50575C), to(#2C3033));
	background-image: -moz-linear-gradient(#50575C, #2C3033);
	background-image: -o-linear-gradient(#50575C, #2C3033);
	background-image: linear-gradient(#50575C, #2C3033);
	-webkit-box-shadow: #FFFFFF 0 0 2px;
	-moz-box-shadow: #FFFFFF 0 0 2px;
	-o-box-shadow: #FFFFFF 0 0 2px;
	-khtml-box-shadow: #FFFFFF 0 0 2px;
	box-shadow: #FFFFFF 0 0 2px;
}
textarea {
	width: 390px;
	height: 250px;
}
input[type=text], input[type=password], textarea {
	max-width: 95%;
}

/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #DDDDDD;
}
.error {
	background: #FBE3E4;
	color: #8A1F11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8A1F11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

/*********************************************
	Widget Styling
*********************************************/
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	Contactbuddy
*********************************************/
.hentry .contactbuddy-form ul {
	margin: 0 !important;
	padding: 0 !important;
}
.hentry .contactbuddy-form ul li input.cbfit{
	width: 98%;
	max-width: 256px;
}
.hentry .contactbuddy-form ul li textarea.cbfit {
	width: 100%;
	max-width: 520px !important;
}
.hentry .contactbuddy-form ul li input,
.hentry .contactbuddy-form ul li textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #93928F #DEDDD8 #D6D5D0 #93928F;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset #666666 0 0 5px;
	-moz-box-shadow: inset #666666 0 0 5px;
	-o-box-shadow: inset #666666 0 0 5px;
	-khtml-box-shadow: inset #666666 0 0 5px;
	box-shadow: inset #666666 0 0 5px;
}
.hentry .contactbuddy-form ul li input:focus,
.hentry .contactbuddy-form ul li textarea:focus {
	-webkit-box-shadow: inset #8C2B35 0 0 5px;
	-moz-box-shadow: inset #8C2B35 0 0 5px;
	-o-box-shadow: inset #8C2B35 0 0 5px;
	-khtml-box-shadow: inset #8C2B35 0 0 5px;
	box-shadow: inset #8C2B35 0 0 5px;
}

/*********************************************
    Browser-Specific Fixes
*********************************************/
#ie6 #comments .comment {
	word-wrap: break-word;
}
#ie6 #social-tags {
	display: none;
}
#ie6 .builder-module-navigation {
	padding-bottom: 0 !important;
}
#ie6 .builder-module-navigation ul.menu  li  a {
	color: #FFFFFF !important;
}
#ie6 .entry-meta {
	display:none;
}
#ie6 .clearfix {
	height: 1%;
}
#ie6 .builder-module-navigation,
#ie6 .builder-module-navigation .builder-module-block-outer-wrapper {
	height: 4em;
}
#ie6 .hentry .gallery-item {
	float: left;
}
#ie6 .entry-header {
	clear: both;
	display: block;
	height: auto;
}

#ie7 .clearfix {
	height: 1%;
}
#ie7 .builder-module-navigation,
#ie7 .builder-module-navigation .builder-module-block-outer-wrapper {
	height: 4em;
}
#ie7 .hentry .gallery-item {
	float: left;
}
#ie7 .entry-header {
	clear: both;
	display: block;
	height: auto;
}