/*
Theme Name: Cubed
Theme URI: http://ithemes.com/
Description: A Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.0
Template: Builder
Tags: blue, business, professional

Version History
See history.txt
*/

/*********************************************
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 Neue',Helvetica,Arial,sans-serif;
}
input,select,textarea {
	font-family: 'Helvetica Neue',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 {
	background: #15333E;
	color: #FFF;
}
::-moz-selection {
	background: #15333E;
	color: #FFF;
}
::-webkit-selection {
	background: #15333E;
	color: #FFF;
}
/*********************************************
Main Background
*********************************************/
body {
	background: #111 url('images/bg.gif') repeat top left;
}
/*********************************************
Universal Link Styles
*********************************************/
a {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #262626;
	text-decoration: underline;
}
/*********************************************
Headings
*********************************************/
h1,h2,h4,h5,h6 {
	color: #111111;
}
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;
	text-transform: capitalize;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	color: #555555;
}
h3 {
	font-size: 1.3em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #29647E;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	color: #888888;
}
h5 {
	color: #15333E;
}
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: #FFFFFF;
	border: 10px solid #333333;
	display: block;
	margin: 20px auto;
	padding: 10px;
	-webkit-box-shadow: inset #333 0 0 10px;
	-moz-box-shadow: inset #333 0 0 10px;
	-o-box-shadow: inset #333 0 0 10px;
	-khtml-box-shadow: inset #333 0 0 10px;
	box-shadow: inset #333 0 0 10px;
}
/*********************************************
Default Module
*********************************************/
.builder-module {
	background: transparent;
}

/*********************************************
All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	width: 100%;
	text-align: left;
}
.builder-module-sidebar .widget {
	color: #333333;
	margin-bottom: 5px;
}
.builder-module-sidebar > div:last-child .widget:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget > div,
.builder-module-sidebar .widget > ul,
.builder-module-sidebar .widget > ol {
	padding: 0 10px;
	margin: 0;
}
.builder-module-sidebar h4.widget-title {
	padding: 10px;
	margin-bottom: 10px;
	background-color: # 503D14;
	background-image: url('images/nav-default.gif');
	background-repeat: repeat-x;
	border: 2px groove # 20200B;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: #15333E 0px 1px 1px;
}
.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-module-navigation {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	background-color: #8F7421;
	background-image: url('images/nav-default.gif');
	background-repeat: repeat-x;
	border: 2px groove # 8F7421;
}
.builder-module-navigation ul {
	float: left;
	display: block;
}
.builder-module-navigation ul.menu > li {
	border-right: 2px groove #CA9D47;
}
.builder-module-navigation ul.menu > li > a {
	text-shadow: #000 0px 1px 1px;
}
.builder-module-navigation li {
	margin: 0px 0px 0px 0px;
	background: transparent;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
}
.builder-module-navigation li a:hover {
	background-color: #150D0B; 
	background-image: url('images/nav-default-hover.gif');
	background-repeat: repeat-x;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 160px;
	border: none;
	text-align: left;
	margin: 0;
	background: #150D0B;
	border: 1px solid #CA9D47;
	-webkit-box-shadow: #8F7421 0 0 8px;
	-moz-box-shadow: #8F7421 0 0 8px;
	-o-box-shadow: #8F7421 0 0 8px;
	-khtml-box-shadow: #8F7421 0 0 8px;
	box-shadow: #8F7421 0 0 8px;
}
.builder-module-navigation li li {
	width: 160px;
	background: #53463E;
	border-bottom: 2px groove #CA9D47;
	margin: 0;
}
.builder-module-navigation li li + li {
	border-top: none;
}
.builder-module-navigation li li:last-child {
	border: none !important;
}
.builder-module-navigation li li a,
.builder-module-navigation li li.current_page_item a,
.builder-module-navigation li li.current-cat a {
	background: transparent;
	color: #fff;
}
.builder-module-navigation li li a:hover {
	background: #150D0B;
	color: #fff;
}
.builder-module-navigation li ul ul {
	margin: -38px 0 0 160px;
}
/* Alternate Navigation */
.nav-alternate {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	background-color: #222222;
	background-image: url('images/nav-dark.gif');
	background-repeat: repeat-x;
	border: 2px groove #444444;
}
.nav-alternate ul.menu > li {
	border-right: 2px groove #333333;
}
.nav-alternate li a:hover {
	background-color: #333333;
	background-image: url('images/nav-dark-hover.gif');
	background-repeat: repeat-x;
}
.nav-alternate li li a:hover {
	background: #444444;
}
.nav-alternate li ul {
	background: #222222;
	border: 1px solid #212121;
	-webkit-box-shadow: #333333 0 0 8px;
	-moz-box-shadow: #333333 0 0 8px;
	-o-box-shadow: #333333 0 0 8px;
	-khtml-box-shadow: #333333 0 0 8px;
	box-shadow: #333333 0 0 8px;
}
.nav-alternate li li {
	background: #222222;
	border-bottom: 2px groove #555555;
}
/*********************************************
Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	padding-bottom: 10px;
	padding-top: 10px;
}
.builder-module-widget-bar .builder-module-block.left .widget-wrapper {
	margin-right: 5px;
}
.builder-module-widget-bar .builder-module-block.right .widget-wrapper {
	margin-left: 5px;
}
.builder-module-widget-bar .builder-module-block.middle .widget-wrapper {
	margin-right: 5px;
	margin-left: 5px;
}
/* Light on Dark - Alternate */
.widget-bar-alternate-outer-wrapper {
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.widget-bar-alternate {
	background-color: #212121;
	padding: 10px !important;
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.widget-bar-alternate .widget-wrapper {
	background-color: #FFFFFF;
	-webkit-box-shadow: inset #555555 0 0 10px;
	-moz-box-shadow: inset #555555 0 0 10px;
	-o-box-shadow: inset #555555 0 0 10px;
	-khtml-box-shadow: inset #555555 0 0 10px;
	box-shadow: inset #555555 0 0 10px;
}
.widget-bar-alternate .widget {
	padding: 10px;
}
.widget-bar-alternate .widget > div,
.widget-bar-alternate .widget > ul,
.widget-bar-alternate .widget > ol {
	padding: 0;
}
.widget-bar-alternate h4.widget-title {
	padding: 0;
	margin-bottom: 5px;
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #29647E;
	text-shadow: none;
	border: none;
}

/*********************************************
Footer Module
*********************************************/
.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 .middle .builder-module-block {
	padding: 0 10px;
}
.builder-module-footer .builder-module-element a {
	color: #333333;
	text-decoration: none;
	font-style: italic;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}
/* Light on Dark - Alternate */
.footer-alternate-outer-wrapper {
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.footer-alternate {
	background-color: #212121;
	padding: 10px !important;
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.footer-alternate .widget-wrapper {
	background-color: #FFFFFF;
	-webkit-box-shadow: inset #555555 0 0 10px;
	-moz-box-shadow: inset #555555 0 0 10px;
	-o-box-shadow: inset #555555 0 0 10px;
	-khtml-box-shadow: inset #555555 0 0 10px;
	box-shadow: inset #555555 0 0 10px;
}
.footer-alternate .widget {
	padding: 10px;
}
.footer-alternate .widget > div,
.footer-alternate .widget > ul,
.footer-alternate .widget-1 > ol {
	overflow: hidden;
	padding: 0 2px;
}
.footer-alternate h4.widget-title {
	padding: 0;
	margin-bottom: 5px;
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #29647E;
	text-shadow: none;
	border: none;
}
.footer-alternate .builder-module-element {
	color: #BBBBBB;
}
.footer-alternate .builder-module-element a {
	color: #FFFFFF;
}
.footer-alternate .builder-module-element a:hover {
	color: #888888;
}

/*********************************************
Image Module
*********************************************/
.builder-module-image {
	margin-bottom: 10px;
	padding-top: 10px;
}
.builder-module-image .builder-module-element {
	font-size: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
	border: 2px inset #FFF;
	-webkit-box-shadow: inset #888 0 0 6px;
	-moz-box-shadow: inset #888 0 0 6px;
	-o-box-shadow: inset #888 0 0 6px;
	-khtml-box-shadow: inset #888 0 0 6px;
	box-shadow: inset #888 0 0 6px;
}
.builder-module-image .builder-module-block {
}
.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-element-outer-wrapper.right .builder-module-element {
	padding: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: inset #555555 0 0 10px;
	-moz-box-shadow: inset #555555 0 0 10px;
	-o-box-shadow: inset #555555 0 0 10px;
	-khtml-box-shadow: inset #555555 0 0 10px;
	box-shadow: inset #555555 0 0 10px;
}
.builder-module-html .builder-module-sidebar.left .widget-wrapper .widget {
	margin-right: 10px;
}
.builder-module-html .builder-module-sidebar.right .widget-wrapper .widget {
	margin-left: 10px;
}
/* Light on Dark - Alternate */
.html-alternate-outer-wrapper {
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.html-alternate {
	background-color: #212121;
	padding: 10px;
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.html-alternate .widget-wrapper {
	background-color: #FFFFFF;
	-webkit-box-shadow: inset #555555 0 0 10px;
	-moz-box-shadow: inset #555555 0 0 10px;
	-o-box-shadow: inset #555555 0 0 10px;
	-khtml-box-shadow: inset #555555 0 0 10px;
	box-shadow: inset #555555 0 0 10px;
}
.html-alternate .widget {
	padding: 10px;
}
.html-alternate .widget > div,
.html-alternate .widget > ul,
.html-alternate .widget-1 > ol {
	padding: 0 2px;
}
.html-alternate h4.widget-title {
	padding: 0;
	margin-bottom: 5px;
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #29647E;
	text-shadow: none;
	border: none;
}

/*********************************************
Content Module
*********************************************/
.builder-module-content .builder-module-block {
	padding: 10px 0;
}
.builder-module-content .builder-module-element {
	margin: 0;
	display: block;
	text-align: left;
	overflow: hidden;
}
.builder-module-content .builder-module-sidebar.left .widget-wrapper .widget {
	margin-right: 10px;
}
.builder-module-content .builder-module-sidebar.right .widget-wrapper .widget {
	margin-left: 10px;
}
.builder-module-content .hentry {
	padding-left: 10px;
	padding-right: 10px;
}
.builder-module-content .post {
	margin-bottom: 1.5em;
}
.post-title, .post-title * {
	margin: 0;
	padding: 0;
}
.post-title h1,
.post-title h2,
.post-title h3 {
	clear: both;
	color: #262626;
	font-family: Arvo;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1em;
	letter-spacing: -1px;
}
.post-title a {
	text-decoration: none;
	color: #262626;
	font-size: 1em;
}
.post .post-title a:hover {
	color: #777777;
}
.post .entry-attachment .attachment {
	text-align: center;
}
.post.attachment .meta-bottom {
	background: transparent;
}
.post-content {
	margin-top: 1.5em;
	clear: both;
}
.page-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;
	height: auto !important;
}
.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
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	padding-bottom: 20px;
	border-bottom: 1px dashed #CCCCCC;
	color: #777777;
	font-size: 11px;
}
.meta-bottom a {
	color: #999999;
}
.meta-bottom * {
	padding: 0;
	margin: 0;
}
.meta-bottom .alignleft {
	width: 50%;
	margin: 0;
}
.meta-bottom .alignright {
	width: 50%;
	margin: 0;
}
.meta-bottom .categories {
}
.meta-bottom .categories a {
	font-style: italic;
}
.meta-bottom .comments {
}
.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
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0 10px;
}

/*********************************************
Comment Styles
*********************************************/
#comments {
	margin: 0 0 1.5em 0;
	padding: 0;
}
#comments h3 {
	font-weight: normal;
	color: #333333;
	margin: 0 0 -10px 0;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 50px 0px;
}
#comments ol.commentlist {
	margin:0 0 1.5em 0;
	padding: 0;
	background: transparent;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: right;
	margin:  0 0 10px 10px;
}
#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;
	background: #FFFFFF;
	overflow: hidden;
}
#comments .comment.depth-1 {
	background: #BBBBBB;
}
#comments .comment.depth-1,
#comments .comment.depth-3,
#comments .comment.depth-5,
#comments .comment.depth-7,
#comments .comment.depth-9 {
	background: #414141;
	border: 1px solid #333333;
	color: #FFFFFF;
}
#comments .comment.depth-1 a,
#comments .comment.depth-3 a,
#comments .comment.depth-5 a,
#comments .comment.depth-7 a,
#comments .comment.depth-9 a {
	color: #BBBBBB;
}
#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 {
	color: #333333;
}
#comments .comment.depth-2 a,
#comments .comment.depth-4 a,
#comments .comment.depth-6 a,
#comments .comment.depth-8 a,
#comments .comment.depth-10 a {
	color: #BBBBBB;
}
#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,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 90%;
	height: 18em;
	/* padding: 1.45em;*/
	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: #EEEEEE;
	border-left: 3px solid #E9E9E9;
	margin: 1.5em;
	padding: 20px 20px 20px 20px;
	color: #888888;
	font-style: italic;
	clear: both;
}
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;
	margin: 0 0 0 15px;
	padding: 0;
}
ol {
	margin-left: 35px;
	*margin-left: 24px; /* targeted IE 6, 7 fix */
}
li {
	margin: 0;
	padding: 0;
}
li *:last-child {
	margin-bottom: 0;
}
ul {
	list-style: inside url('images/list.png');
}
ol {
	list-style-type: decimal;
}
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] {
	color: #F5F5F5;
	background: #262626;
	border: none;
	font-size: 1em;
	display: inline-block;
	margin: 0;
	padding: .7em .8em;
	cursor: pointer;
}
input[type=submit]:hover {
	background: #DDDDDD;
	color: #262626;
}
input[type=submit]:active {
	background: #FFFFFF;
	color: #262626;
}
textarea {
	width: 390px;
	height: 250px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/* position: relative;
top: .25em;*/
}
input[type=text], input[type=password], textarea {
	max-width: 95%;
}
/*.search-text-box {
margin-bottom: 0;
}
.search-submit-button {
margin: 0 !important;
padding: .2em .5em;
}
*/

/*********************************************
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
*********************************************/
.post img.wp-smiley {
	border: none;
}
