/*
Theme Name: Claydell
Theme URI: http://claydell.com/themes/claydell/
Author: Jamie Thompson
Author URI: http://claydell.com/
Description: Claydell for WordPress is a stylish, customizable theme for all artistic projects. The Claydell theme supports a custom login page, featured images, custom header images and logo, a portfolio, social links options and more.
Version: 0.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template

Credits:
Claydell was built on the solid foundation of Toolbox:
http://wordpress.org/extend/themes/toolbox
*/

@import "css/reset.css";

/* =Structure
-------------------------------------------------------------- */

body {
	padding: 0 2em;
	background: url("images/bg-3px.png") repeat 0 0 #06c;
}
#branding {
    background: url("images/menu-bg.jpg") repeat 0 0 #111;
    display: block;
    height: 108px;
    margin: 0;
    padding: 10px 0;
    position: relative;
}
#page {
	background: #fff;
	border: none;
	display: block;
	margin: 2em auto;
	max-width: 1000px;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 96%;
}
#content {
	margin: 0 34% 0 3.6%;
	width: 680px;
}
#main .widget-area {
	background: url("images/menu-bg.jpg") repeat 0 0 #111;
	float: right;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: medium;
	font-style: normal;
	margin-top: -26px;
	overflow: hidden;
	padding: 5px 6px 5px 5px;
	width: 240px;
}

/* =Increase the size of the content area for templates without sidebars               
------------------------------------------------------------- */

.full-width #content,
#portfolio.full-width {
	width: 980px;
}

#portfolio.full-width .portfolio-item {
	margin: 0 5px 15px 0;
	width: 308px;
	height: 220px;
}

.error404 #content {
	margin: 0;
}

.image-attachment #content {
	margin: 0 4.1%;
	position: relative;
	width: 96%;
}

/* =Text meant only for screen readers               
------------------------------------------------------------- */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
p {
	margin-bottom: 1.625em;
}

/* =Hyperlinks                    
------------------------------------------------------------- */

a:link,
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#colophon a:link,
#colophon a:visited {
	color: #06c;
	text-decoration: none;
}
#colophon a:hover {
	text-decoration: underline;
}

/* =Header
-------------------------------------------------------------- */

#logo {
	float: left;
	margin: 2px 10px 5px 0;
}
#logo img {
	max-width: 596px;
}
#site-title {
	display: none;
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0 0;
}
#site-title a {
	color: #555;
	text-decoration: none;
}
#site-title a:active,
#site-title a:hover {
    color: #06c;
}
#site-description {
	color: #06c;
	display: none;
	font-size: 1em;
	font-weight: normal;
	margin: 1em 0;
}

/* =Navigation Menu Home Icon
------------------------------------------------------------- */

#menu-item-309 {
	text-indent: -9999px;
	width: 48px;
} 
#menu-item-309 a {
	background: transparent url(images/menu-home-bg.png) center 40% no-repeat !important;
} 
#menu-item-309 a:hover {
	background: transparent url(images/menu-home-active-bg.png) center 40% no-repeat !important;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: url("images/access-menu-gradient-overlay.png") repeat #000;
	border-bottom: none;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
.menu ul {
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li {
	float: left;
	position: relative;
}
.menu a {
	color: #06c;
	display: block;
	line-height: 3em; /* same as .menu ul ul top */
	padding: 0 0.8125em;
	text-decoration: none;
}
.menu ul ul {
	border-radius: 0 0 .7em .7em;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-border-radius: 0 0 .7em .7em;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	background: url("images/menu-bg.jpg") repeat #111;
	display: none;
	float: left;
	margin: 0;
	padding-bottom: 15px;
	position: absolute;
	top: 3em; /* same as .menu aaccess ul ul line height */
	left: 0;
	width: 204px;
	z-index: 99999;
}
.menu ul ul ul {
	top: 40;
	right: -20%;
}
.menu ul ul a {
	background: url("images/menu-bg.jpg") repeat #111; 
	border-bottom: none; 
	color: #06c; 
	font-size: 14px; 
	font-weight: normal;
	line-height: 1em; 
	padding: 10px 10px; 
	width: 168px;
	height: auto; 
}
.menu li:hover > a, 
.menu ul ul :hover > a { 
	background: url("images/menu-bg.jpg") repeat #111; 
	color: #fff;
}
.menu li:hover > a {
	background: url("images/menu-bg.jpg") repeat #111;
}
.menu ul ul a:hover {
	background: url("images/menu-bg.jpg") repeat #111; 
	border-bottom: none;
	color: #06c;
}
.menu ul li:hover > ul {
	display: block;
}
.menu .current-menu-item a,
.menu .current_page_item a,
.menu .current_page_parent a {
	color: #06c;
	font-weight: bold;
}
.menu ul li a.sf-with-ul {
	padding-right: 25px;
}
.menu ul li:hover ul,
.menu ul li.sfhover ul,
.menu ul li li:hover ul,
.menu ul li li.sfhover ul,
.menu ul li li li:hover ul,
.menu ul li li li.sfhover ul,
.menu ul li li li li:hover ul,
.menu ul li li li li.sfhover ul {
	left: auto;
}
.menu ul .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	top: 1.3em;
	right: 0.4em;
	width: 10px
	height: 10px;
}
.menu li ul .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 0.5em;
}

/* =Content
-------------------------------------------------------------- */

#main {
	background: url("images/bg-texture.png") repeat 0 0 #fff;	
	border-top: 2px solid #555;
	clear: both;
	overflow: hidden;
	padding: 1.625em 0 0;
}
.page-title {
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}
.hentry {
	border-bottom: none;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #000;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
}
.entry-title,
.entry-title a {
	color: #000;
	text-decoration: none;
}
.entry-title a:hover {
	color: #1778c2;
}
.sticky .entry-header .entry-meta {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.entry-meta {
	clear: both;
	color: #676767;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 25px;
	padding-top: 20px;
	text-transform: uppercase;
}
.entry-meta a {
	color: #06c;
	font-weight: bold;
	text-decoration: none;
}
.entry-meta a:focus,
.entry-meta a:active,
.entry-meta a:hover {
	color: #555;
	text-decoration: underline;
}
.entry-content,
.entry-summary {
	color: #333;
	padding: 1.625em 0 0;
}
.entry-content h1 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 .8125em;
}
.entry-content h2 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 .8125em;
}
.entry-content h3 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	line-height: 2.6em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.entry-content .caps {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry-content table {
	margin: 0 0 1.625em;
}
.entry-content .link-list {
	list-style: none;
	margin-left: 0;
}
.entry-content .link-list ul {
	list-style: square;
	margin: 0 0 1.625em 1.625em;
}
#content nav {
	display: block;
	margin: 0 0 20px;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0;
}
.page-link {
	margin: 1em 0 1em;
}
.entry-utility {
	clear: both;
	color: #676767;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 25px;
	padding-top: 10px;
	text-transform: uppercase;
}
.entry-utility a {
	color: #06c;
	font-weight: bold;
	text-decoration: none;
}
.entry-utility a:focus,
.entry-utility a:active,
.entry-utility a:hover {
	color: #555;
	text-decoration: underline;
}

/* =404 page
-------------------------------------------------------------- */

.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget ul {
	font-size: 15px;
	margin: 0;
}
.error404 ul {
	list-style: none;
}
.error404 .menu ul {
	list-style: none;
}
.error404 .widgettitle {
	color: #000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.error404 .entry-title {
	font-weight: bold;
	text-align: left;
}
.error404 .entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.error404 p {
	margin-bottom: 1.625em;
}
.error404 #colophon-block-2 #login-form p {
	margin-bottom: 0;
}
.error404 .page404 {
	color: #f00;
}
.error404 input#s {
	width: 94%;
}
.error404 #main #searchform {
	background: #06c;
	border: 1px solid #555;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #searchform {
	margin-bottom: 30px;
}
.error404 #searchform input#s {
	box-shadow: 1px 1px 1px #1a1600 inset;
	-moz-border-radius: 22px 22px 22px 22px;
	-moz-box-shadow: 1px 1px 1px #1a1600 inset;
	-webkit-border-radius: 22px 22px 22px 22px;
	-webkit-box-shadow: 1px 1px 1px #1a1600 inset;
	background: url("images/search.png") no-repeat 98% 50% #fafafa;
	border: none;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0.675em;
	padding: 6px 0 4px 20px;
	width: 97%;
}
.error404 #topsearch #searchform input#s {
	width: 94%;
}
.error404 #searchsubmit {
	display: none;
}
.error404 #content {
	margin: 0 7.6%;
	width: 90%;
}
.error404 #content p {
	font-size: 94%;
}
.error404 #primary {
	margin: 0;
}
.error404 #content {
	margin: 0 7.6%;
}
.error404 .post {
	padding: 1.875em 0 0;
}
.error404 #main #s {
	width: 94%;
}
.error404 #main .widget {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin: 0 0 20px;
	width: 100%;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}
.error404 #content h2.entry-title {
	border-bottom: none;
	font-family: arial,helvetica,sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	text-align: left;
}
.error404 #content ul li {
	list-style-type: disc;
}
.error404 .widget a:link,
.widget a:visited {
	color: #676767;
	text-decoration: none;
}
.error404 .widget a:hover {
	color: #06c;
	text-decoration: none;
}
.error404 .widget a:active {
	color: #676767; /* color when clicked */
}

/* Notices */
.post .notice {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.image-attachment img {
	border:2px solid #cfcfcf;
	padding: 2px
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-top: 0;
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}

/* =Forms
-------------------------------------------------------------- */

#searchsubmit {
	background: #06c;
	border-color: #ccc #efefef #efefef #ccc;
	border-style: solid;
	border-width: 1px;
	display: none;
	padding: 7px 0 7px 7px;
}
#searchform .nothing-found-search input {
	box-shadow: 1px 1px 1px #1a1600 inset;
	-moz-border-radius: 22px 22px 22px 22px;
	-moz-box-shadow: 1px 1px 1px #1a1600 inset;
	-webkit-border-radius: 22px 22px 22px 22px;
	-webkit-box-shadow: 1px 1px 1px #1a1600 inset;
	background: url("images/search.png") no-repeat 98% 50% #fafafa;
	border: none;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding: 6px 0 4px 20px;
	width: 94%;
}

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #c03;
}

/* =Search Form               
------------------------------------------------------------- */

.searchfrmcntr {
	text-align: center;
}
.search header .page-title {
	background: #000;
	color: #555;
	display: block;
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 22px;
	letter-spacing: 0.0125em;
	line-height: 2.6em;
	margin: -26px 0 20px;
	padding-left: 36px;
	text-transform: none;
}
.search .page-header .page-title span {
	color: #06C;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
}

/* =Widgets
-------------------------------------------------------------- */

#secondary {
}
.widget-area {
	font-size: 12px;
}
.widget {
	display: block;
	margin: 0.2em 0 0.1em;
}
.widget-title {
	font-size: 18px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-left: 5px;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:link,
.widget a:visited {
	color: #333;
	text-decoration: none;
}
.widget a:hover {
	color: #fff;
	text-decoration: none;
}
.widget a:active {
	color: #333; /* color when clicked */
}

/* Search Widget */
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px #777;
	-moz-border-radius: 5px;
	-moz-box-shadow: inset 1px 1px 1px #777;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 3px #777;
	background: #eee;
	border: none;
	color: #777;
	float: left;
	padding: 4px;
	width: 198px;
}
.widget_search input#searchsubmit {
	border-radius: 5px;
	box-shadow: inset -1px -1px 1px #000;
	-moz-border-radius: 5px;
	-moz-box-shadow: inset -1px -1px 1px #000;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset -1px -1px 1px #000;
	background: #222;
	border: none;
	color: #eee;
	margin: 0;
	padding: 5px 8px;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	background: url("images/footer-bg.jpg") repeat 50% 50% #111;
	border-top: 1px solid #808080;    
	clear:both;
	display: block;
	padding: 20px 0;
	width: 100%;
}
#colophon-widgets {
	border-bottom: 1px dotted #c5c58c;
}
#colophon-widgets .block {
	float: left;
	padding: 20px 20px 0 0;
	width: 230px;
}
#colophon-widgets .footer-widget-4 {
	padding: 20px 0px 0 0;
}
#colophon #site-generator {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: auto;
}
#colophon #site-generator p {
	color: #06c;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#colophon #site-generator img {
	position: relative;
	top: 7px;
}
#colophon h3 {
	color: #06c;
	font-family: arial,helvetica,sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: 32px;
	padding: 0 0 7px;
	text-transform: none;
}
#colophon #social-links {
	border-top: none;
	border-bottom: none;
	color: #066;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	line-height: 35px;
	margin: 12px 0 0;
	padding: 0;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.55);
	text-transform: none;
}
#colophon #social-links a:link,
#colophon #social-links a:visited {
	color: #676767;
	font-size: 18px;
	text-decoration: none;
}
#colophon #social-links a:hover {
    color: #06c;
    text-decoration: none;
}
#colophon span.follow {
	color: #676767;
 	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-style: normal;
 	font-weight: normal;
	line-height: 35px;
	text-transform: none;
}
#colophon #social-links ul li {
	display: inline-block;
	list-style: none;
}
#colophon ul li {
	list-style: none;
}
#colophon-block-1,
#colophon-block-2,
#colophon-block-3{
	background: transparent;
	border-right: none;
	color: #676767;
	margin: 0 auto 40px 28px;
	padding-right: 1.583em;
}
.colophon-block .avatar {
	float: left;
	margin: 0.25em 10px 0 0;
}
.colophon-block {
	float: left;
	width: 280px;
}
#colophon-block-2 #login-form {
	float: left;
	width: 100%;
}
#colophon-block-2 #login-form p {
	margin-bottom: 0;
}
#colophon-block-2 .pwd,
#colophon-block-2 .log {
	padding: 3px 0;
}
#colophon-block-2 #pwd,
#colophon-block-2 #log {
	width: 70%;
}
#colophon-block-2 input,
#colophon-block-2 textarea {
	border-color: #ccc #efefef #efefef #ccc;
	border-style: solid;
	border-width: 1px;
	margin: 0 0.5em 10px 0;
	padding: 3px 0 3px 5px;
}
#colophon-block-2 .button {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background: #06c url(images/gradient-overlay.png);
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px 10px 6px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	width: 110px;
}

.block .avatar {
	float: left;
	margin: 0.25em 10px 0 0;
}
.block {
	float: left;
	width: 478px;
}
.block .avatar {
	float: left;
	margin: .25em 10px 0 0;
}
.block ul {
	border-top: none
	list-style: none;
	margin: 0;
}
.block ul li {
    display: inline;
}
.block ul li a {
	border-top: none;
	border-bottom: none;
	color: #676767;
	display: block;
	font-family: arial,helvetica,sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	padding: 14px 0;
	text-decoration: none;
}
.block ul li a:hover,
.block ul li a:active {
	background: #fafafa;
	color: #06c;
}

/* =Top social links
-------------------------------------------------------------- */

#topsocial-container {
	background: #fff;
	float: right;
	margin: 0 10px;
	padding: 0;
	position: relative;
	width: 48%;
	height: 61%;
}
#topsocial {
	background: transparent;
	position: absolute;
	top: -21px;
	right: 20px;
}
#topsocial ul {
	list-style: none outside none;
}
#topsocial ul li {
	float: left;
	padding: 0 10px;
	width: 50px;
}

#topsocial ul li a {
	display:block;
	width:79px;
	height:79px;
}
#topsocial ul li a img {
	border: none;
	margin-top:24px;
	margin-left:8px;
}

/* =Top Search
-------------------------------------------------------------- */

#topsearch {
    background: #fff;
    float: left;
    margin: 10px 10px 8px;
    padding: 0;
    position: relative;
    width: 48%;
    height: 28%;
}
#topsearch #searchform {
    background: transparent;
    float: left;
    margin: -7px 0 7px 4px;
    padding: 0;
    position: relative;
    width: 100%;
    height: 20%;
}
#topsearch #searchform input#s {
	width: 94%;
	border: none;
}
#topsearch input[type="text"] {
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px #1a1600;
	-moz-border-radius: 10px;
	-moz-box-shadow: inset 1px 1px 1px #1a1600;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 3px #1a1600;
	background: url("images/search.png") no-repeat 98% 50% #fafafa;
	color: #777;
	border: none;
	padding: 6px 0 4px 20px;
}
#topsearch input#searchsubmit {
	border-radius: 5px;
	box-shadow: inset -1px -1px 1px #1a1600;
	-moz-border-radius: 5px;
	-moz-box-shadow: inset -1px -1px 1px #1a1600;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset -1px -1px 1px #1a1600;
	background: #222;
	color: #eee;
	display: none;
	border: none;
	margin: 0;
	padding: 5px 8px;
}
#topsearch input[type="text"]:hover,
#topsearch input[type="text"]:focus {
	background: url("images/search.png") no-repeat 98% 50% #fafafa;
	color: #444;
}
#topsearch input#searchsubmit:active {
	box-shadow: inset -1px -1px 1px #333;
	-webkit-box-shadow: inset -1px -1px 1px #333;
	-moz-box-shadow: inset -1px -1px 1px #333;
	background: #777;
}

/* =Aside widget
-------------------------------------------------------------- */

aside.widget_search {
	background: url("images/menu-bg.jpg") repeat #111;
	border-bottom: 2px solid #555;
	display: none;
	padding: 0 10px 10px;
	width: 218px;
}
aside.widget_search #searchform input#s {
	width: 96%;
	border: none;
}
aside.widget_search input[type="text"] {
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px #1a1600;
	-moz-border-radius: 10px;
	-moz-box-shadow: inset 1px 1px 1px #1a1600;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 3px #1a1600;
	background: url("images/search.png") no-repeat 96% 50% #06c;
	color: #777;
	border: none;
	padding: 4px;
}
aside.widget_search input#searchsubmit {
	border-radius: 5px;
	box-shadow: inset -1px -1px 1px #1a1600;
	-moz-border-radius: 5px;
	-moz-box-shadow: inset -1px -1px 1px #1a1600;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset -1px -1px 1px #1a1600;
	background: #222;
	color: #eee;
	display: none;
	border: none;
	margin: 0;
	padding: 5px 8px;
}
aside.widget_search input[type="text"]:hover,
aside.widget_search input[type="text"]:focus {
	background: #fff;
	color: #444;
}
aside.widget_search input#searchsubmit:active {
	box-shadow: inset -1px -1px 1px #333;
	-webkit-box-shadow: inset -1px -1px 1px #333;
	-moz-box-shadow: inset -1px -1px 1px #333;
	background: #777;
}
aside.widget_twitter {
	background: #cde8eb;
	padding-top: 10px;
	padding-bottom: 10px;
}
aside.widget_twitter h1 a {
	color: #178a97;
}
aside.widget_twitter li {
	list-style-type: none;
	color: #222;
	font-size: 13px;
}
ul.tweets {
	padding-left: 0;
}
aside.widget_text a {
	color: #478fa2;
}

/* Secondary
-------------------------------------------------------------- */

#secondary {
	font-size: 24px;
}
.widget-area {
	border: none;
}
aside {
	float: right;
}
aside h1 {
	font-size: 24px;
	color: #fff;
}
aside ul {
	background: #555;
	float: right;
	font-size: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 240px;
	text-indent: 5px;
}
aside ul li {
	background: #06c;
	border-color: #111;
	border-style: solid;
	border-width: 1px 1px 0;
	float: left;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	text-indent: 5px;
	width: 240px;
}
aside ul a {
	background: #06c;
	color: #fff;
	float: left;
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
	width: 240px;
}
aside ul a:hover {
	background: #555;
	color: #fff;
}
aside ul li.activelink a,aside ul li.activelink a:hover {
	background: #FFF;
	color: #003;
}
aside ul A:active {
	color: #c5c58c; /* color when clicked */
}
aside ul .children {
	border-color: #111;
	border-style: solid;
	border-width: 0 1px 0;
	margin: 0;
	padding: 0;
}

hgroup {
    background: none repeat 0 0 #fff;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
    width: 490px;
    height: 106px;
}

/* =Misc styles
------------------------------------------------------------- */

header,
hgroup,
footer,
section,
article,
nav,
aside {
	display: block;
}

.clear {
	clear: both;
}

#copyright {
	background: url("images/footer-bg.jpg") repeat 50% 50% #111;
	border-top: 1px solid #808080;
	color: #676767;
	display: block;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}

hr {
	background-color: #c5c58c;
	border: 0 none;
	height: 1px;
	margin-bottom: 20px;
}

p.interview {
	font-weight: bold;
}

.meta-nav {
	color: #06c;
	font-weight: bold;
}

#content #about-me ul li {
	list-style-type: none;
}

.post-image-large img {
	border:2px solid #cfcfcf;
	clear: both;
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px
}

.archive header .page-title {
	background: #000;
	color: #555;
	display: block;
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 22px;
	letter-spacing: 0.0125em;
	line-height: 2.6em;
	margin: -26px 0 20px;
	padding-left: 36px;
	text-transform: none;
}
.archive .page-header .page-title span {
	color: #06C;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
}

.bypostauthor {
	background:#ffc;
}

/* =Typographic Elements             
------------------------------------------------------------- */

#content h1.entry-title {
	font-family: arial,helvetica,sans-serif;
	font-size:28px;
	line-height:32px;
	border-bottom:none;
	margin-bottom:0;
	padding-bottom: 0;
}
	
#content h1 {
	padding-bottom: 20px;
}
#content h2 {
	padding-top: 20px;
}
#content h3 {
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#content blockquote {
	background:url(images/blockquote.png) no-repeat 0 12px;
	padding: 10px 20px 10px 50px;
	color: #444;
}
#content blockquote p {
	font-style:italic;
}
#content ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
#content ul ul {
	margin: 0;
}
#content ul li {
	list-style-type: square;
	padding: 0 0 10px;
}
#content ul ul li {
	list-style-type: square;
}
#content ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
#content ol ol {
	margin: 0;
}
#content ol li {
	list-style-type: upper-latin;
	margin-bottom: 10px;
}
#content ol li ol li {
	list-style-type: lower-latin;
}

/* =jQuery Collapsible Plugin               
------------------------------------------------------------- */

#colophon-block-2 h2 {
	color: #676767;
	font-size: 1.3em;
	padding: 0;
}

#colophon-block-2 .collapsible,
#colophon-block-2 .page_collapsible,
#colophon-block-2 .accordion {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background: url("images/gradient-overlay.png") repeat-x #1d1d1d;
	color: #06c;
	border: none;
	margin: 20px 0 0;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
#colophon-block-2 .accordion-open,
#colophon-block-2 .collapse-open {
	-moz-border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background:url("images/gradient-overlay.png") #555;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
#colophon-block-2 .accordion-open span,
#colophon-block-2 .collapse-open span {
	display: block;
	float: right;
	padding: 10px;
}
#colophon-block-2 .collapse-open span {
	background:url(images/arrow-up.gif) center center no-repeat;
} 
#colophon-block-2 .accordion-close span,
#colophon-block-2 .collapse-close span {
	background: url(images/arrow-down.gif) center center no-repeat;
	display: block;
	float: right;
	padding: 10px;
}
#colophon-block-2 div.collapse-container {
	margin: 0;
	padding: 0;
}
#colophon-block-2 div.collapse-content {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	background: #fff;
	font-family: "helvetica,sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#colophon-block-2 div.collapse-content ul,
#colophon-block-2 div.collapse-content p {
	margin: 0;
	padding: 10px;
}
#colophon-block-2 div.collapse-content ul li {
	line-height: 25px;
	list-style-position: inside;
}
#colophon-block-2 div.collapse-content ul li a {
	color: #333;
}

/* =Read more               
------------------------------------------------------------- */

#read-more {
	float: right;
	margin: 10px 0;
}
#read-more a {
	color: #333;
	text-decoration: none;
}
#read-more a:visited {
	color: #333;
}
#read-more a:hover,
#read-more a:active {
	color: #06c;
}

/* =Members only page               
------------------------------------------------------------- */

.page-template-members-only-page-php h1.restrict-entry-title {
	clear: both;
	color: #000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	text-decoration: none;
}
.page-template-members-only-page-php #content h2.restrict-title {
	font-size: x-large;
	padding: 20px 0;
}
.page-template-members-only-page-php span.oops {
	color: #f00;
}
.page-template-members-only-page-php .hentry {
	border-bottom: none;
}

/* =Members only page loginform               
------------------------------------------------------------- */

.page-template-members-only-page-php #loginform {
	width: 100%;
}
.page-template-members-only-page-php #loginform .input {
	float: right;
	padding: 3px 0;
}
.page-template-members-only-page-php #loginform #user_login,
.page-template-members-only-page-php #loginform #user_pass {
	width: 85%;
}
.page-template-members-only-page-php #loginform input, textarea {
	border-color: #ccc #efefef #efefef #ccc;
	border-style: solid;
	border-width: 1px;
	margin: 0 0.5em 10px 0;
	padding: 3px 0 3px 5px;
}
.page-template-members-only-page-php #loginform .button-primary {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background: #06c url(images/gradient-overlay.png);
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px 10px 6px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	width: 110px;
}

/* =Links Page               
------------------------------------------------------------- */

.page-template-links-page-php h1.links-entry-title {
	clear: both;
	color: #000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
}
.page-template-links-page-php #links {
	color: #676767;
	font-family: arial,helvetica,sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.page-template-links-page-php #links ul li {
	list-style-type: square;
	line-height: 1.2;
	margin-left: 0;
	padding: 0;
}
.page-template-links-page-php #links span {
	color: #676767;
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
}
.page-template-links-page-php #content ul {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
}

/* =Comments              
------------------------------------------------------------- */

article.comment {
	display: block;
}
#comments {
	border-top:1px solid #ddd;
	margin:40px 0 0;
	padding:40px 0 0 0;
	position:relative;
}
#comments .commentlist {
	padding-left:0px;
}
#comments h2 {
	color: #333;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 0;
}
#comments h3 {
	color:#333;
	font-weight:normal;
	margin-bottom:20px;
}
#comments .comment.thread-even {
	background: #fafafa;
	border-bottom:1px solid #ddd;
}
#comments .comment {
	list-style-type:none;
	margin-top:10px;
	width:100%;
}
#comments .comment .comment-body {
	padding: 20px;
	position:relative;
}
#comments .comment-head {
	margin: 0 0 15px 0;
}
#comments .comment-author img {
	background:#f6f6f6;
	border:1px solid #ddd;
	float:left;
	margin: 0;
	margin: 0 15px 5px 0;
	padding:3px;
	vertical-align: middle;
}
#comments .comment-author cite {
	font-weight:bold;
}
#comments .comment-meta {
	font-size: 12px;
}
#comments .comment-entry p {
	margin: 0 0 10px 0;
}
#comments .reply {
	padding-top:10px;
}
#comments ul.children {
	margin:10px 10px 0 25px;
	padding:0;
}
#comments ul.children li {
	border-top:1px solid #ddd;
}
#comments .cancel-comment-reply {
	margin:10px 0;
}
#comments h3#pings {
	margin-top:25px;
}
#comments .pingbacks li.pingback {
	margin:10px 0;
}
#comments .pingbacks li.pingback .reply {
	display:none;
}

/* =Comments Form
-------------------------------------------------------------- */

#respond h3 {
	color:#333;
	font-weight:normal;
	margin-bottom:20px;
}
#comments label {
	color: #777;
	font-size: 13px;
}
#commentform {
	margin: 15px 0 40px 0;
}
#commentform input.txt,
#commentform textarea {
	border-color: #bcbcbc #dedede #dedede #cbcbcb;
	border-style: solid;
	border-width: 1px;
	font: 14px/14px arial,helvetica,sans-serif;
}
#commentform input.txt {
	background: #fcfcfc;
	color: #676767;
	margin: 0 5px 10px 0;
	padding: 5px 7px;
	width: 170px;
}
#commentform textarea {
	background: #fcfcfc;
	color: #676767;
	padding: 5px 7px;
	width: 100%;
}
#commentform .form-allowed-tags {
	color: #676767;
	font-size: 12px;
}
#comments input[type="text"],
input#s {
	border-color: #bcbcbc #dedede #dedede #cbcbcb;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 0 0.5em 10px 0;
	padding: 3px 0 3px 5px;
	width: 45%;
}
#comments textarea {
	display: block;
	margin: 0 0 1em;
	width: 100% !important;
} 
#commentform #submit {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background: #06c url(images/gradient-overlay.png);
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 5px 10px 6px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.reply a {
	font-size:11px;
	padding: 2px 6px;
}

/* =Comments link
-------------------------------------------------------------- */

.entry-header .comments-link {
}
.entry-header .comments-link a {
	border: 1px solid #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
}
.entry-header .comments-link a:hover {
	background: #06c;
	border-color: #333;
	color: #fff;
}
.entry-header .comments-link span {
	display: none;
}

/* =Pingbacks / Trackbacks               
------------------------------------------------------------- */

h3#pings {
	margin: 25px 0 10px 0;
}
.pinglist li {
	list-style-type: decimal;
	margin: 0 0 0 20px;
}
.pinglist li .author {
	font-size: 15px;
	font-weight: bold;
}
.pinglist li .date {
	font-size: 11px;
}
.pinglist li .pingcontent {
	display: block;
	margin: 10px 0;
}

/* =Portfolio
------------------------------------------------------------- */

#portfolio {
	float: left;
	margin: 0 auto 0 34px;
	padding: 20px 0 40px;
	position: relative;
	width: 685px;
}
#portfolio .portfolio-item {
	background-color: #111;
	border: 2px solid #111;
	float: left;
	margin: 0 8px 15px 0;
	padding: 2px;
	width: 215px;
	height: 175px;
}
#portfolio .last {
	margin-right:0px;
}
#portfolio .thumb {
	display:block;
	width:215px;
	height:175px;
}
#portfolio .nothumb {
	display:block;
	padding:80px 10px 10px 10px;
	font-weight:bold;
	text-align:center;
	width:195px;
	height:85px;
}
#portfolio a.nothumb:hover {
	text-decoration:none;
}
#portfolio a.title-overlay {
	color:#fff;
	display:block;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	padding:5px 10px;
	margin-top:-165px;
	width:195px;
	height:165px;
	z-index:1;
}
#portfolio a.title-overlay:hover {
	text-decoration:none;
}
#portfolio-title {
	 color: #777;
	 font-size: 36px;
	 margin: 0 0 .9em;
	 text-align: center;
}
#portfolio-title p {
	 margin: 0;
}

/* Pagination / WP-Pagenavi               
------------------------------------------------------------- */

/* If you're using PageNavi you should turn the css in its settings page */

.wp-pagenavi {
	clear:both;
	font-size:12px;
	padding:10px 15px;
	border:1px solid #ddd;
	border-width:1px 0 1px;
}
.menu ul-entries a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi .current,
.wp-pagenavi .on,
.wp-pagenavi a:hover,
.wp-pagenavi span.extend,
.wp-pagenavi span.pages {
	display: block;
	font:italic 12px/16px verdana,sans-serif;
	color:#777;
	text-decoration:none;
	padding:0;
}
.menu ul-entries a:hover {
	text-decoration:underline;
}
.wp-pagenavi a:link,
.wp-pagenavi a:visited {
	display: inline;
	text-decoration: none;
	background: #fff;
	background:rgba(fff, 0, 0, 0.1);
	color: #676767;
	padding: 3px 7px;
	border:1px solid #ddd;
	border:1px solid rgba(0, 0, 0, 0.2);
	margin-left:10px;
}
.wp-pagenavi .current,
.wp-pagenavi .on,
.wp-pagenavi a:hover {
	display:inline;
	padding: 3px 7px;
	background: #fff;
	background:rgba(fff, 0, 0, 0.5);
	border:1px solid #bbb;
	margin-left:10px;
}
.wp-pagenavi span.extend,
.wp-pagenavi span.pages {
	display:inline;
	background:none;
	border:none;
	color:#676767;
}
#content nav,
#portfolio nav {
	clear:both;
	display: block;
	overflow: hidden;
}
#content nav .nav-previous,
#portfolio nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next,
#portfolio nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.page-link {
	margin: 0 0 1em 0;
}

/* =Reverse order on single-portfolio pages               
------------------------------------------------------------- */

.single-portfolio  #content nav .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
}
.single-portfolio  #content nav .nav-next {
	float: left;
	text-align: left;
	width: 50%;
}

/* =Calendar               
------------------------------------------------------------- */

#wp-calendar {
	width:95%;
	margin-bottom:15px;
	clear:both;
	padding:0;
}
#wp-calendar caption {
	padding:0 0 10px;
}
#wp-calendar th,
#wp-calendar td {
	text-align:center;
	background:rgba(0, 0, 0, .05);
	padding:5px;
}
#wp-calendar td {
	background:transparent;
}
#wp-calendar td, table#wp-calendar th {
	padding:3px 0;
}

/* =Front Page Styles
------------------------------------------------------------- */

.page-template-front-page-php #xcerpt-container {
	margin-bottom: 8px;
	overflow: hidden;
	padding: 0;
} 
.page-template-front-page-php #xcerpt-content {
	-moz-border-radius: .7em;
	-khtml-border-radius: .7em;
	-webkit-border-radius: .7em;
	background: #fff;
	border: 1px solid #dddec6;
	border-radius: .7em;
	color: #333;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 110%;
	margin-bottom: 20px;
	padding: 0 12px 0;
	text-align: none;
}
.page-template-front-page-php #leader {
	border-bottom: 0;
	padding: 20px 0 20px 0;
}
.page-template-front-page-php #feature {
	color: #111;
	float: none;
}
.page-template-front-page-php #feature img {
	border: 1px solid #333;
	float: left;
	margin: -10px 10 0 -10px;
	padding: 2px;
}
.page-template-front-page-php #feature-info {
	border-left: 1px solid #333;
	float: right;
	margin: 0 0 0 19px;
	padding-left: 20px;
	width: auto;
}
.page-template-front-page-php #feature-info h2 {
	color: #000;
	font-family: "helvetica,sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 45px;
	margin-top: -8px;
	padding: 0 0 14px 0;
}
.page-template-front-page-php #container {
	margin-top: -21px;
}
.page-template-front-page-php #container,
.page-template-front-page-php #content {
	margin: 0;
	padding: 0;
	width: 100%;
}
.page-template-front-page-php #content p {
	color: #333;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 18px;
	margin: 0 0 20px;
	text-align: none;
}
#front-block-1 {
	margin-left: 48px;
}
#front-block-1 {
	margin-right: 64px;
}
.page-template-front-page-php .block {
	float: left;
	width: 420px;
}
.page-template-front-page-php #sub-feature h3 img {
	border: medium none;
	position: absolute;
	top: 3px;
	right: 50px;
}
.page-template-front-page-php #main {
	background: #fff;
	padding: 40px 0 40px 0;
	width: 100%;
}
.page-template-front-page-php .more {
	margin: 0 0 18px;
}
.page-template-front-page-php .more a {
	color: #676767;
	font: 20px arial,helvetica,sans-serif;
	text-decoration: none;
}
.page-template-front-page-php .more a:visited {
	color: #676767;
}
.page-template-front-page-php .more a:hover,
.page-template-front-page-php .more a:active {
	color: #06c;
}
.page-template-front-page-php .block ul {
	border-top: none
	list-style: none;
	margin: 0;
}
.page-template-front-page-php .block ul li {
	display: inline;
}
.page-template-front-page-php .block ul li a {
	border-top: none;
	border-bottom: none;
	font-family: arial,helvetica,sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #676767;
	display: block;
	padding: 14px 0;
	text-align: left;
	text-decoration: none;
}
.page-template-front-page-php .block ul li a:hover,
.page-template-front-page-php .block ul li a:active {
	background: #fafafa;
	color: #06c;
}
.page-template-front-page-php #content ul {
	margin: 0 0 15px;
	padding: 0;
}
.page-template-front-page-php #content ol li {
	color: #333;
	font-size: 18px;
	list-style-type: upper-alpha;
	padding: 0 0 10px;
}
.page-template-front-page-php #sub-feature h3 {
	font-family: arial,helvetica,sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	padding: 0 0 20px;
	text-transform: none;
}
.page-template-front-page-php .block .avatar {
	float: left;
	margin: .25em 10px 0 0;
}
.page-template-front-page-php #sub-feature {
	font-size: 13px;
	line-height: 18px;
	position: relative;
	overflow: hidden;
}

/* =Share this
------------------------------------------------------------- */

.stButton {
	margin-top: 20px;
}

.page-template-front-page-php .stButton .sharethis {
	display: none !important
}
.page-template-front-page-php .stButton .chicklets {
	display: none !important
}
.page-template-front-page-php .stButton {
	display: none !important
}

/* = MailChimp              
------------------------------------------------------------- */

#mc_signup {
	margin-bottom: 0 !important;
	padding: 0 !important;
}
#mc_signup_form .mc_var_label {
	color: #ccc !important;
}
#mc_display_rewards {
	font-size: 10px !important;
	color: #ccc !important;
}
#mc_display_rewards .widget a:link,
#mc_display_rewards .widget a:visited {
	color: #ccc !important;
	text-decoration: none !important;
}
#mc_signup_form {
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) !important;
	background: #111 !important;
	border: 1px solid #555 !important;
	color: #555 !important;
	margin: 0 !important;
	padding: 4px !important;
}
#mc_signup_form input, textarea {
	background: url("images/input-bg-texture.png") repeat 0 0 #fqfqfq !important;
	border-color: #ccc #efefef #efefef #ccc !important;
	border-style: solid !important;
	border-width: 1px !important;
	margin: 5px 0 !important;
	padding: 5px !important;
	width: 216px !important;
}
#mc_signup_form #mc_signup_submit,
#mc_signup_form #mc_signup_submit .button {
	-moz-border-radius: 5px !important;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
	-webkit-border-radius: 5px !important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
	background: url(images/gradient-overlay.png) #06c !important;
	border: none !important;
	color: #fff !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-family: arial,helvetica,sans-serif !important;
	font-weight: bold !important;
	padding: 5px 10px 6px !important;
	margin: 10px 0 0 0 !important;
	position: relative !important;
	text-decoration: none !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25) !important;
	width: 180px !important;
}
#mc-indicates-required {
  display: none !important;
}

/* = MailChimp              
------------------------------------------------------------- */

/* subscribe-to-newsletter.html popup window */

#mailchimp-embed-signup {
	background-color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}
#mc-embedded-subscribe-form {
	-moz-border-radius: 0.7em 0.7em 0.7em 0.7em !important;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) !important;
	-webkit-border-radius: 0.7em 0.7em 0.7em 0.7em !important;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) !important;
	background: url("images/mc-popup-bg.jpg") repeat-x 0 bottom #eef3f8 !important;
	border: 1px solid #c4d3ea !important;
	color: #555 !important;
	margin: .8em !important;
	padding: .7em 1em;
	width: 590px;
}
#mc-embedded-subscribe-form .form-field
#mc-embedded-subscribe-form .form_button {
	background: #00f;
	color: #fff;
	border: 1px solid #000;
	font-weight: bold;
}
#mc-embedded-subscribe-form .required {
	color: #9e2828;
}
#mc-embedded-subscribe-form  .mailchimp-input-group ul li {
	list-style: none;
}
#mc-embedded-subscribe-form .mailchimp-field-group  input, textarea {
	background: url("images/input-bg-texture.png") repeat 0 0 #fafafa;
	border-color: #ccc #efefef #efefef #ccc;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 7px;
	padding: 7px 0 7px 7px;
	width: 568px;
}
#mc-embedded-subscribe-form #mc-embedded-subscribe,
#mc-embedded-subscribe-form #mc_signup_submit .form_button {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background: url("images/gradient-overlay.png") repeat scroll 0 0 #06c;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: arial,sans-serif;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: 180px;
}
#mc-embedded-subscribe-form .mailchimp-field-group {
    background-color: #eeeeee;
    border-color: #d0d0d0;
    border-width: 2px;
}
#mc-embedded-subscribe-form .mailchimp-field-group {
    background: transparent;
    border: none;
    float: none;
    margin: 3px 0 15px;
    padding: 5px;
    width: 580px;
}
#mc-embedded-subscribe-form ul.interestgroup_field {
    display: block;
    margin: 0;
    padding: 5px;
}
#mc-embedded-subscribe-form ul.interestgroup_field li, .interestgroup_row {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#mc-embedded-subscribe-form ul.interestgroup_field input {
    display: inline !important;
    width: auto !important;
}
#mc-embedded-subscribe-form .field-group input {
    color: #333;
    font-family: helvetica,sans-serif;
    font-size: 16px;
}
#mc-embedded-subscribe-form .radiogroup input, .phonearea input, .addressfield input, .datefield input, .groups input {
    width: auto;
}
#mc-embedded-subscribe-form ul.interestgroup_field label {
    display: inline;
    font-weight: normal;
    padding: 0 30px 0 3px;
}

/* =Buttons
------------------------------------------------------------- */

#buttons {
}
.button {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background: #06c url(images/gradient-overlay.png);
	border: none;
	color: #fff;
	display: inline-block;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding: 8px 16px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
#buttons ul li {
	display: inline-block;
	list-style-type: none;
}

.buy-button {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background: url("images/gradient-overlay.png") repeat 0 0 #06c;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: arial,sans-serif;
    font-weight: bold;
    margin: 10px 0;
    padding: 8px 16px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

/* = Twitter Tools              
------------------------------------------------------------- */

#aktt_tweet_form input[type="text"], input#s {
	margin: 1em 0;
	width: 98%;
}
#aktt_tweet_form fieldset #aktt_tweet_submit {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background: #555 url(images/gradient-overlay.png);
	border: none;
	color: #fff;
	display: inline-block;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding: 4px 8px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

/* = Paypal Donate             
------------------------------------------------------------- */

.paypal-donations {
	background-co;or: #fafafa;
	margin: 1em 2.25em 1em auto;
	overflow: hidden;
	padding: 10px;
}

#image-navigation {
	float: right;
	margin: -44px 0 20px !important;
}
#image-navigation a {
	color: #06C;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

#image-navigation-below {
	margin: 0.625em 0 !important;
	text-transform: none;
}

#colophon .spacer {
	margin-top: 0;
	margin-left: 20px;
}

/* =Contact Form               
------------------------------------------------------------- */
#contact-form ul {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
}
#contact-form #contact-name {
	color: #676767;
}
#contact-form #submit, button, .reply a {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background: #06c url(images/gradient-overlay.png);
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 5px 10px 6px;
	margin: 10px 0 0 0;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	width: 110px;
}
#contact-form ul li {
	list-style:none;
}
#contact-form a:link,
#contact-form a:visited {
	color: #06C;
	text-decoration: none;
}
#contact-form {
	margin: 15px 0 0 0;
	overflow: hidden:
}
#contact-form  label {
	display: inline-block;
	float: none;
	width: 70px;
}
#contact-form .form-label-comment {
	margin: 0 0.625em;
}
#contact-form #form-section-comment {
	margin-top: 10px;
}
#contact-form .error {
	color: #9e2828;
	margin-left: 0;
}
#contact-form textarea {
	background: #fcfcfc;
	color: #676767;
	padding: 5px 7px;
	width: 98% !important;
} 
#contact-form input.txt,
#contact-form textarea {
	border-color: #bcbcbc #dedede #dedede #cbcbcb;
	border-style: solid;
	border-width: 1px;
	font: 14px/14px Arial, Helvetica, sans-serif;
}
#contact-form input.txt {
	background: #fcfcfc;
	color: #676767;
	margin: 0 5px 10px 0;
	padding: 5px 7px;
	width: 170px;
}
#contact-form input {
	border-color: #bcbcbc #dedede #dedede #cbcbcb;
	border-style: solid;
	border-width: 1px;
	margin: 0 0.1em 0 0;
	padding: 7px 0 7px 7px;
	width: 45%;
}
#contact-form #commentsText {
	color: #555;
}
#contact-form .form-allowed-tags {
	color: #676767;
	font-size: 12px;
}
#contact-form .required {
	color: #9e2828;
}
#contact-form p {
	margin: 0 10px 20px;
}
.page-template-page-contact-php .entry-content p.error  {
	color: #9e2828;
}
.page-template-page-contact-php #contact-back {
	background: url("images/menu-home-bg.png") no-repeat scroll left 50% transparent;
	width: 280px;
	height: 24px;
}
.page-template-page-contact-php #contact-back .contact-back {
	display: inline;
	position: absolute;
	top: 155px;
	left: 28px;
}
.page-template-page-contact-php .entry-content .thanks p span {
	color: #555;
	font-family: Georgia,Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
	text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.25);
}

