/*   
Theme Name: Simple Royale
Theme URI: http://findingsimple.com
Description: Thematic Child Theme
Author: Jason Conroy
Author URI: http://findingsimple.com
Template: thematic
Version: 0.1a
Tags: Thematic
.
.
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}

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

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

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

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:960px;
    margin:0 auto;
    position: relative;
}
#access {
    position:absolute;
    overflow:hidden;
	top:0;
	right:0;
}
.menu {
}

#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:620px;
}

.main-aside {
    width:300px;
    float:right;
    position:relative;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 40px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:960px;
    margin:0 auto;
	position:relative;
}


body { background:#fff; color:#3c3c3c;}
#wrapper {background: transparent url(images/main-grad.png) repeat-x 0 133px;}
.home #wrapper {background: transparent url(images/main-grad.png) repeat-x 0 290px;}

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 14px Helvetica, Arial,sans-serif;
    line-height:22px;
    color: #333;
}
p, ul, ol, dd, pre {
    margin-bottom:15px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
    margin:0 3em 0 1em;
    border-left: 3px solid #e1e1e1;
    padding-left: 2em;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 15px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
a:link {
    color:#3c3c3c;
}
a:visited {
    color:#3c3c3c;
}
a:active,
a:hover {
    color: #6cb284;
}


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

#header {
    z-index:2;
	background: #75c28f url(images/bogy.png) repeat-x bottom center; 
}

#branding {
    padding:44px 0 14px 0;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
    text-indent: -9999px;
}
#blog-title a {
    color:#fff;
    text-decoration:none;
    background: transparent url(images/fslogo3.png) no-repeat scroll top left;
    display: block;
    width: 263px;
    height:  75px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #fff;
}
#blog-description {
    color:#fff;
    font-size:13px;
    font-style:italic;
    text-indent:-9999px;
	float: left;
	height: 0px;
}


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

.skip-link {
    display:none;
}
#access {
    height:32px;
    font-size:14px;
    overflow:visible;
    z-index:100;
	text-transform:uppercase;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    float:left;
}
.sf-menu a {
	padding:80px 13px 9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    background:#6cb284;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		transparent;
}
.sf-menu li li li {
	background:		transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline:		0;
	border-bottom:	3px solid #6cb284;
}
.sf-menu ul {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:transparent;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}


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

#main {
    clear:both;
    padding:44px 0 0 0;
}

.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 22px 0;
	color: #6cb284;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding: 0 0 1px 0;
    margin-bottom:22px;
    /* background: transparent url(images/underline.gif) no-repeat scroll bottom center; */
    border-bottom:1px solid #e1e1e1;
}
.single .hentry {
    padding:0 0 11px 0;
}
.page .hentry {
	border-bottom:none;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
	color:#000;
	text-transform:uppercase;
	clear: none;
}

.page .entry-title {color: #6cb284;}

.entry-title a {
    color:#6cb284;
    text-decoration:none;
}

.entry-title {
color:#6cb284;
}

.entry-title a:active,
.entry-title a:hover {
    color: #75c28f;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {}
.entry-meta .n {}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
}
.entry-content,#work-recent {
    padding:22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:14px 0 14px 0;
	
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
	font-weight:bold;
    padding:14px 0 14px 0; 
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-content a {
	color: #598969;
	font-weight:normal;
	text-decoration:underline;
}
.entry-content a:hover {
	color: #598969;
	text-decoration:none;
}

.entry-content ul {
	margin-left: 20px;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
}
.entry-utility a {
    color: #598969;;
    /* font-style:italic; 
    text-decoration:none; */
    /* font-weight: bold; */
}
.entry-utility a:active,
.entry-utility a:hover {
    text-decoration:none;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */
.attachment-jpeg #container,
.attachment-png #container {width:100%;}
.attachment-jpeg #content,
.attachment-png #content {width:930px;}
.attachment-jpeg #comments,
.attachment-png #comments {width:540px;overflow:hidden;}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {display:none;}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 22px 0;
}


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

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link { 
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:14px;
    line-height:22px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#333;
}
.aside a {
    color:#333;
	text-decoration:none;
}
.aside a:active,
.aside a:hover {
    color: #75c28f;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}

.aside h3 a:hover {
    color: #fff;
}

#primary.main-aside  h3,
#secondary.main-aside  h3 {
	font-style:normal;
    font-size:15px;
    line-height:22px;
	padding:5px 10px;
	display:block;
	color:#fff;
	margin:0 0 10px 0;
}

.aside h3 a,.aside h3 a:hover {
    text-decoration:none;
	border:none;
}

.main-aside h3 a {color:#fff;}

.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
	padding:0 0 10px 0;
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Helvetica, Arial,sans-serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;
}

#subsidiary .aside {
	color:#444;	
}

#subsidiary .aside a{
	color:#444;	
	border:none;
	font-weight:normal;
}

#subsidiary h3 {
font-size:18px;
font-style:normal;
text-transform:uppercase;
margin-bottom:10px;
color:#444;
font-weight:bold;
}

#subsidiary #first {width:460px;}
#subsidiary #second {width:200px;}
#subsidiary #third {width:200px;}

/* =Connect with us
-------------------------------------------------------------- */
#third ul {padding:0; margin:0;}
.connect {padding:0;margin:0;list-style:none;}
.connect li {display:block;list-style:none;padding:0;margin:0;}
.connect a:link,.connect a:visited {border:none;display:block;padding-left:20px;}
.connect a:hover,.connect a:active {border:none;}
.twitter {background:transparent url(images/connect/twitter.png) no-repeat scroll top left;}
.flickr {background:transparent url(images/connect/flickr.png) no-repeat scroll top left;}
.linkedin {background:transparent url(images/connect/linkedin.png) no-repeat scroll top left;}
.connect-rss {background:transparent url(images/connect/feed.png) no-repeat scroll top left;}
.connect-lastfm {background:transparent url(images/connect/lastfm.png) no-repeat scroll top left;}

/* =Footer
-------------------------------------------------------------- */
#footer {margin-top:0px;
/* background: #9d9d9d url(images/footer-grad3.png) repeat-x scroll bottom left; */
background:#e1e1e1;
}
#siteinfo {color:#444;font-size:11px;line-height:18px;padding:22px 0 44px 0;}
#siteinfo a {color:#444;}
#siteinfo a:active,
#siteinfo a:hover {color: #FF4B33;}

/* =PageNavi
-------------------------------------------------------------- */
.wp-pagenavi {margin:0 0 0 .5em;padding:0.5em 0;   background:none !important;}
.wp-pagenavi a, .wp-pagenavi a:link {border:none  !important;color:#666!important;font-style:normal;margin:0 .375em !important;padding:0.5em 0.25em !important;background:none !important;}
.wp-pagenavi a:visited {border:none !important;color:#666 !important;}
.wp-pagenavi a:hover {border:none  !important;color:#FF4B33 !important;}
.wp-pagenavi a:active {border:none  !important;color:#FF4B33 !important;}
.wp-pagenavi span.pages {border:none !important;color:#666 !important;margin:0 10px 0 0 !important;padding:0 !important;background:none !important;}
.wp-pagenavi span.current {border:none !important;color:#666 !important;font-weight:normal !important;margin:0 !important;padding:0 !important;background:none !important;}
.wp-pagenavi span.extend {border:none  !important;color:#666 !important;margin:2px;padding:0.5em 0.25em !important;background:none !important;}

/* =Banner
-------------------------------------------------------------- */
#main-banner {display: none;}
.home #main-banner {width:960px;margin:0 auto;color:#fff;font-size:34px;line-height:1.5;padding:30px 0 25px 0;display: block;font-weight:500;}
#main-banner a{color:#fff;padding-bottom:.1em;border-bottom: .1em dotted #89c29c;text-decoration:none;}
#main-banner a:hover{border-bottom: .1em dotted #fff;text-decoration:none;}
/* =3 Panels Home Page
-------------------------------------------------------------- */

.home #container,
.home #content {
	width:100%;
	margin-left:0;
}


.home-panel img {
	display:block;
	margin:0 0 15px 0;
	padding:0;
}

.home-panel {
	display:block;
	width:300px;
	margin:0 30px 0 0;
	float:left;
}

#home-test {
	margin:0;
	position:relative;
	background: transparent;
}

#home-test .test-content {
text-align:right;
clear:both;
padding-bottom:25px;
}

#home-test .test-content p {
margin-bottom:5px;
font-size:17px;
}

#home-test .test-content p.test-name {
background: #75c28f;
padding:5px 10px;
text-transform:uppercase;
display:block;
font-size:16px;
color:#fff;
width:130px;
margin-left:150px;
}

#home-test .test-content p.test-org {
padding:5px 10px;
background: #6cb284;
display:block;
font-size:16px;
color:#fff;
width:120px;
margin-left:160px;
}


.home-category {
	text-transform: uppercase;
	color:#a8a8a8;
	font-weight:normal;
}

.home-panel h2 {
	font-size:22px;
	color: #6cb284;
	font-weight:bold;
	margin-bottom:5px;
}

.home-panel a {
	color: #6cb284;
	text-decoration:none;
}

.home-panel a:hover {
	color: #75c28f;
}

.home-panel p{
	font-size:14px;
}

ul.contact-list {
list-style:none;
margin:0;
padding:0;
}

.contact-list li {
list-style:none;
margin:0;
padding:0;
}

.contact-label {
	display:block;
	width:80px;
	float:left;
	margin:0;
	padding:0;
}

#twitter-home {margin-top: 20px;background: transparent url(images/twitter.png) no-repeat scroll top left;display:block;width: 300px;padding:10px 0 0 0;z-index:1;}
#twitter-wrapper {background: transparent url(images/twitter-bottom.jpg) no-repeat scroll bottom left;padding: 0 20px 90px 20px;display:block;z-index:2;}
#twitter-home a{color:#3c3c3c;font-weight:bold;text-decoration:none;padding-bottom:0.1em;border-bottom:0.1em dotted #3c3c3c;}

.slug-work #container,
.slug-work #content {
	width:100%;
	margin-left:0;
}

.work-panel img {
	display:block;
	margin:0 0 15px 0 !important;
	padding:0;
	width: 210px;
	height: 140px;
}

.work-panel {
	display:block;
	width:217px;
	margin:0 30px 25px 0;
	float:left;
	cursor:pointer;
}

.work-panel h2 {
	font-size:22px;
	line-height:26px;
	color: #6cb284;
	font-weight:bold;
	margin-bottom:5px;
}


.work-panel a {
	color: #6cb284;
	text-decoration:none;
	margin-bottom:15px;
}

.work-panel a:hover{
	color: #75c28f;
}

.work-panel.active h2 a{
	color: #75c28f;
}

.work-panel p{
	font-size:14px;
}

.panel-end {
	margin-right:0;
}

.cs-image-link {
	overflow: hidden;
	width: 210px;
	height: 140px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #ccc;
}

div.work-panel img {
	position: absolute;
	top: 0;
	left: 0;
}

#container.cs {
	width: 100%;
}

.cs #content {
	width: 300px;
	float: left;
}

.cs #cs-gallery-wrapper {
	float: right;
	width: 630px;
}

#cs-more-work {
	clear: both;
	width: 100%;
	padding-bottom:20px;
}

#cs-more-work h3 {
    font-family:Arial,sans-serif;
    font-size:18px;
    font-weight:bold;
    line-height:26px;
    padding:2px 10px 4px 10px;
	background:#6cb284;
	color:#fff;
	width:130px;
	text-transform:uppercase;
}

#cs-more-work ul {
	padding: 20px 0 0 0;
	margin: 0;
	list-style:none;
	overflow: hidden;
}

#cs-more-work ul li {
	padding: 0;
	margin: 0;
	list-style:none;
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 20px;
}

#cs-more-work ul li a{
	padding: 0;
	margin: 0;
	display: block;
	background: #ccc;
}

span.launched {
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:bold;
}

span.launched a{
	color:#333;
	font-weight:bold;
}


.work-panel .cs-hover-image {position:relative;top:55px;left:60px;width:90px; height:30px;}

.entry-content img {}
.clear {clear:both;display:block;}
.intro {font-size:16px; line-height:1.6em; color: #777773;padding:0 0 20px 0;background: transparent url(images/underline.gif) no-repeat scroll bottom center;}

/* =Client Login
-------------------------------------------------------------- */

.top p {margin: 0;line-height:27px;clear: both;}
.top label {display: block;width: 100px;float: left;}
.top input.text {width: 400px;float: none;}
input.button {margin: 0 0 20px 100px;}
.sf-menu li.page-item-983 a{padding: 9px 9px 9px 9px;background:  #65B983;margin-top: 71px;}
.sf-menu .page-item-983 a:focus, 
.sf-menu .page-item-983 a:hover, 
.sf-menu .page-item-983 a:active {outline:0;border:	none;background:  #6cb284;}
.sf-menu li:hover.page-item-983, 
.sf-menu li.page-item-983.sfHover {border:	none;background: transparent;}
.sf-menu .page-item-983.current_page_item a,
.sf-menu .page-item-983.current_page_ancestor a,
.sf-menu .page-item-983.current_page_parent a {background: #6cb284;}

.widgetcontainer {margin-bottom:20px;clear:both;}

#flickrrss {clear:both;height:200px;}
#flickrrss a {display:block; width:65px; height:65px; border:5px solid #c2e5ce;float:left; margin:0 10px 10px 0;padding:0;}
#flickrrss a img{margin:0;padding:0;border:0;width:65px; height:65px;}
#flickrrss h3 {width: 90px;background: #6cb284;}

.aside .lastfm {list-style:none;padding:0;margin:0;}
.aside .lastfm li {background: transparent url(images/music.png) no-repeat scroll 0 0.1em; list-style:none; padding: 0 0 0 23px;margin-bottom:5px;}
#lastfm-1 h3 {width:90px;background: #75c28f;}
.lastfm-timestamp {display:none;}

.aside #get_recent_comments_wrap {clear:both;}
.aside #get_recent_comments_wrap ul {list-style:none;padding:0;margin:0;}
.aside #get_recent_comments_wrap ul li {background: transparent url(images/comment.png) no-repeat scroll 0 0.1em; list-style:none; padding-left:23px;margin-bottom:5px;}
.aside #get-recent-comments h3 {width:130px;background: #75c28f;}
.aside #get-recent-comments a {font-weight: bold;}

#text-344232906 li{margin-bottom:5px;}

.footer-logos {display:block; width:65px;height:24px;position:absolute;top:22px;right:0;}
.mt {display:block; width:33px; height:24px;background:transparent url(images/mt2.png) no-repeat scroll 0 -24px;text-indent:-9999px;float:left;}
.wp-link {display:block; width:24px; height:24px;background:transparent url(images/wp-small-2.png) no-repeat scroll  0 -24px;text-indent:-9999px;float:left;margin-right:5px;}
a:hover.mt {background:transparent url(images/mt2.png) no-repeat scroll top left;}
a:hover.wp-link {background:transparent url(images/wp-small-2.png) no-repeat scroll  top left;}


#speak-nav {padding-bottom:20px;}
#speak-nav a {margin-right: 5px;padding: 4px;border: none;font-size: 16px;}
.gs-section {position:relative;clear:both;}
.gs-section .top {position:absolute;top:14px;right:0;}

#text-344225071 h3 {width:90px;background: #75c28f;}
#text-344232902 h3 {width:170px;background: #6cb284;}
#text-344232903 h3 {width:110px;background: #75c28f;}
#text-344232905 h3 {
width:90px;background: #75c28f;
}

#text-344232906 h3{
	width:210px;background: #6cb284;
}


#text-344232903  ul {list-style:none;padding:0;margin:0;}
#text-344232903  li {list-style:none;padding:0;margin:0 0 10px 0;line-height:18px;}
#text-344232903 a {display:block;border:none;font-weight:bold;padding-left:45px;}
#text-344232903 a.rec-mt {background: transparent url(images/rec-mt.jpg) no-repeat scroll center left;}
#text-344232903 a.rec-fresh {background: transparent url(images/rec-fresh.jpg) no-repeat scroll center left;}
#text-344232903 a.rec-bc {background: transparent url(images/rec-bc.jpg) no-repeat scroll center left;}
#text-344232903 span {display:block;font-weight:normal;}
#text-344232904 h3 {width:135px;background: #75c28f;}

/*Steps */
#get-a-domain {background:transparent url(images/steps/pink-foot.jpg) no-repeat scroll bottom left;margin-bottom:15px;clear:both;}
#get-hosting {background:transparent url(images/steps/blue-foot.jpg) no-repeat scroll bottom left;margin-bottom:15px;clear:both;}
#get-a-design {background:transparent url(images/steps/purple-footer.jpg) no-repeat scroll bottom left;margin-bottom:15px;clear:both;}
#get-a-domain h2{background:transparent url(images/steps/pink-head.jpg) no-repeat scroll top left;padding:10px 10px 10px 10px;text-indent:-9999px;}
#get-hosting h2{background:transparent url(images/steps/blue-head.jpg) no-repeat scroll top left;padding:10px 10px 10px 10px;text-indent:-9999px;}
#get-a-design h2{background:transparent url(images/steps/purple-head.jpg) no-repeat scroll top left;padding:10px 10px 10px 10px;text-indent:-9999px;}
.step-content {padding:10px;}
.step-content p, .step-content li {font-size:12px;}
.step-content a.buy-btn {display:block;width:489px;height:34px;border:none;position:relative;margin:0 auto;color:#fff;padding:45px 0 0 90px;}
.step-content a.buy-btn span {display:block;line-height:79px;height:79px;border:none;position:absolute;top:0;right:0;font-size:50px;padding-right:20px;}
a.buy-hosting {background: #fff url(images/steps/buy-hosting.jpg) no-repeat scroll top left;}
a.buy-domain{background: #fff url(images/steps/buy-domain.jpg) no-repeat scroll top left;}
a.buy-design-1{background: #fff url(images/steps/buy-template.jpg) no-repeat scroll top left;}
a:hover.buy-hosting {background: #fff url(images/steps/buy-hosting.jpg) no-repeat scroll 0 -80px;}
a:hover.buy-domain{background: #fff url(images/steps/buy-domain.jpg) no-repeat scroll 0 -80px;}
a:hover.buy-design-1{background: #fff url(images/steps/buy-template.jpg) no-repeat scroll 0 -80px;}
.step-content small {display:block;text-align:right;padding-right:10px;font-size:smaller;line-height:1.4em;}

#finished-wrapper {background:#7A533C url(images/steps/ready-foot.jpg) no-repeat scroll bottom left;}
#finished {background:transparent url(images/steps/ready-head.jpg) no-repeat scroll top left;color:#fff;}
#finished  h2 {text-indent:-9999px;}
#finished .step-content {padding: 20px 150px 20px 20px;}
#finished input{margin:0 0 5px 0;padding:0;}
#finished .label {float:left;display:block;width:120px;font-style:italic;font-weight:bold;font-size:16px;margin:0;padding:0;} 
#finished input.button {margin:0;width:440px;height:80px;clear:both;cursor:pointer;font-size:16px;background:#7a533c url(images/steps/sign-up.jpg) no-repeat scroll top left;border:none;text-indent:-9999px;}
#finished input:hover.button {background:#7a533c url(images/steps/sign-up.jpg) no-repeat scroll 0 -80px;}  
.finished-name {width:310px;margin:0;padding:0;float:right;font-size:16px;}
.finished-email {width:310px;margin:0;padding:0;float:right;font-size:16px;} 
.finished-div {clear:both;display:block;margin-bottom:20px;float:left;width:440px;height:26px;}
#finished form {width:440px;margin:0 auto;padding:0 0 30px 0;}

a.ready-quick {display:block;width:280px;height:175px;float:right;text-indent:-9999px;background:transparent url(images/steps/ready-quick.jpg) no-repeat scroll top left;border:none;margin:0 0 10px 10px;}

#text-5 {
	font-size:15px;
	line-height:1.5;
	color: #333;
}

.home #main-banner,
.home-panel h2,
#subsidiary h3,
.page .entry-title,
#home-test .test-content p.test-name,
#home-test .test-content p.test-org,
.entry-content h1, .entry-content h2,
#primary.main-aside h3, 
#secondary.main-aside h3,
.intro,
.work-panel h2,
#text-5,
.entry-title {
	font-family: "museo-sans-1","museo-sans-2",Helvetica, Arial,sans-serif;
}

.author-grav {
	float: left;
	margin-right: 20px;
}

.author-grav img {
	width: 48px;
	height: 48px;
	padding: 2px;
	border: 1px solid #e1e1e1;
	background:#fff;
}

.postheader {
	float: left;
	width: 535px;
}

.blog.not-singular .entry-utility .meta-sep,
.blog.not-singular .entry-utility .edit {
	display:none;
}

.blog.not-singular .cat-links {
	padding: 1px 5px 3px 20px;
	background:transparent url(images/icons/note.png) no-repeat scroll center left;
}

.blog.not-singular .tag-links {
	padding: 1px 0 3px 20px;
	background:transparent url(images/icons/tag_red.png) no-repeat scroll center left;
}

.blog.not-singular .comments-link {
	display:block;
	padding: 1px 0 3px 20px;
	background:transparent url(images/icons/comments.png) no-repeat scroll center left;
}

#form-allowed-tags {
	display:none;
}

#related-posts p{
	font-weight:bold;
} 

#footer-search-wrapper {
	width: 100%;
	height:40px;
	padding-top:15px;
	border-top: 1px solid #e6e6e6;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	background:#fafafa;
}

#footer-search {
	margin: 0 auto;
	width: 490px;
	position:relative;
	vertical-align:top;
	line-height: 25px;
}

#footer-search #searchform {
	position:absolute;
	top: 0;
	right:0;
	vertical-align:top;
	padding: 0;
	margin: 0;
	line-height: 25px;
}

#footer-search input#s {
	border: 1px solid #e6e6e6;
	padding: 4px 5px;
	color: #ccc;
	vertical-align:top;
	width: 240px;
	height: 17px;
	line-height:17px;
	margin: 0;
}

#footer-search input:focus#s {
	color: #333;
}

#footer-search #searchsubmit {
	border:none;
	background:#ccc;
	color: #333;
	cursor:pointer;
	width:60px;
	height: 27px;
	line-height: 25px;
	vertical-align:top;
	text-align:center;
}