/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http: //themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http: //themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');


/*============================================================
		ARCHITECTURE
============================================================*/
body {
	min-width: 800px;
}
#header {
	position: relative;
	z-index: 2;
}
#logo {
	margin-right: 260px;
	padding: 0;
	position: absolute;
	right: 50%; top: 0;
	z-index: 9999;
}
#logo img {
	width: 140px;
}
#access {
	height: 45px;
	margin: 0 auto;
	padding: 8px 0;
	position: relative;
	width: 800px;
	z-index: 100;
}
.menu {
	position: absolute;
	right: 0;
}
#main {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0 0;
	position: relative;
	width: 800px;
}
#container {
	width: 570px;
	float: left;
}
#container.no-sidebar {
	width: 800px;
}
#content {
	margin: 0;
	overflow: hidden;
	padding-right: 30px;
}
.main-aside {
	width: 210px;
	float: right;
	position: relative;
}
#secondary {
	clear: right;
}
#footer {	
	clear: both;
}
#subsidiary {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#subsidiary .aside {
	width: 250px;
	float: left;
	margin: 0 25px 0 0;
}
#subsidiary #third {
	margin: 0;
}
#siteinfo {
	clear: both;
	width: 800px;
	margin: 0 auto;
}

/*============================================================
		GLOBALS
============================================================*/
body {
	background: #FFF;
}
#wrapper {
	padding-top: 45px;
	background: #FFF;
}
body, input, textarea {
	color: #555;
	font: 13px 'Lucida Grande', 'Trebuchet MS', Verdana, sans-serif;
	line-height: 20px;
}
p, ul, ol, dd, pre {
	margin-bottom: 20px;
}

table {
	border: 1px solid #CCC;
	border-width: 1px 1px 0 1px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 20px 0;
	text-align: left;
}
caption {
	text-align: left;
}
tr {
	border-bottom: 1px solid #CCC;
}
th, td {
	padding: .7em 1.25em;
}
hr {
}
a, a:visited {
	border-bottom: 1px dotted;
	color: #555;
	text-decoration: none;
	-webkit-transition: color .5s linear;
   transition: color .5s linear;
}
a:active,
a:hover {
	border-color: #FF6600;
	color: #FF6600;
	text-decoration: none;
	-webkit-transition: color .25s linear;
   transition: color .25s linear;
}

h1, h2, h3, h4, h5, h6 {
	clear: none;
	font: bold 24px/1em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	text-transform: uppercase;
	padding: 1em 0 .5em;
}
h2, h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	text-transform: none;
}

big {
	font-size: 16px;
}
small {
	font-size: 11px;
}

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;
}
pre, code {
	font: 14px Monaco, monospace;
	line-height: 20px;
}
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;
}

blockquote {
	background: url(images/quotes.png) 10px 20px no-repeat;
	padding: 20px 40px 20px 50px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote p {
	background: url(images/quotes-end.png) bottom right no-repeat;
	color: #999;
	font: italic 19px/23px 'Lucida Grande', 'Trebuchet MS', Verdana, sans-serif;
	padding: 0 0 20px 0;
}
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%;
}

input[type=text],
input[type=search],
input[type=password],
textarea {
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: border-color .5s linear;
   transition: border-color .5s linear;
	padding: 2px 5px;
}
input[type=text]:hover,
input[type=search]:hover,
input[type=password]:hover,
textarea:hover,
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
	border-color: #FF6600;
	-webkit-transition: border-color .5s linear;
   transition: border-color .5s linear;
}

/*============================================================
		HEADER
============================================================*/
#header {
	background: #68b100;
	border-top: 7px solid #FF9900;
}
#logo {
	border: none;
}


/*============================================================
		NAVIGATION
============================================================*/
.skip-link {
	display: none;
}
#access {
	font: bold 15px/15px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	text-transform: uppercase;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 	1.0;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu a, .sf-menu a:visited {
	background-image: url(images/nav.png);
	background-position: 0 0;
	border: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	color: #FFF;
	display: block;
	height: 48px;
	line-height: 48px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 3px #336600;
	width: 124px;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-position: 0 -48px;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background-position: 0 -96px;
	text-shadow: 0 0 3px #336600;
}

.sf-menu li {
	
}


/*============================================================
		CONTENT AREA
============================================================*/
#content {
	border-right: 1px dashed #CCC;
}
#container.no-sidebar #content {
	border: none;
	padding: 0;
}


.entry-content .hi {
	font: bold 38px/1em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	margin: 10px 0 40px;
	text-align: center;
}

.page-title {
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 1em 0;
}
.attachment .page-title {
	font-style: italic;
}
.page-title a {
}
.page-title a:active,
.page-title a:hover {
}
.page-title span {
	display: block;
	font: bold 38px/1em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	padding-left: 35px;
}
.archive .page-title span {
	background: url(images/date.png) 0 5px no-repeat;
}
.category .page-title span {
	background: url(images/clipboard30.png) 0 5px no-repeat;
}
.tag .page-title span {
	background: url(images/tag30.png) 0 5px no-repeat;
}
.search .page-title span {
	background: url(images/search30.png) 0 5px no-repeat;
}

.page-title .meta-nav {
	font-style: normal;
}

.hentry {
	padding: 0 0 20px 0;
}
.single .hentry {
	padding: 0;
}
.home #content .sticky {
	border: 1px solid #CCC;
	margin: 0 0 60px 0;
	padding: 20px 20px 0 20px;
}
.blog .hentry,
.archive .hentry,
.search .hentry {
	padding: 0;
}

.entry-title {
	font-size: 24px;
	padding-top: 0;
}
.entry-title a {
	border: none;
}
.entry-title a:active,
.entry-title a:hover {
}
.page .entry-title {
	display: none;
}
.blog .entry-title,
.archive .entry-title,
.search .entry-title {
	background: url(images/comment.png) left 10px no-repeat;
	border-bottom: 1px dashed #CCC;
	font-size: 16px;
	padding: .6em 0 .6em 22px;
	text-transform: none;
}
.single .entry-title {
	color: #555;
	float: right;
	font-size: 40px;
	line-height: 41px;
	padding: 0;
	text-transform: none;
	width: 430px;
}

.entry-meta {
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
}
.entry-meta .meta-prep-author,
.entry-meta .author,
.entry-meta .meta-sep-entry-date {
	display: none;
}
.entry-meta .n {
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry-meta a {
}
.entry-meta a:active,
.entry-meta a:hover {
}
.entry-meta abbr {
	border: none;
	cursor: text;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.single .entry-meta {
	background: #2096B5;
	border-top: 5px solid transparent;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font: bold normal 30px 'Trebuchet MS', sans-serif;
	margin: 0 450px 0 0;
	padding: 10px;
	text-align: center;
}
.single .entry-meta .month {
	line-height: 1em;
	text-transform: uppercase;
}
.single .entry-meta .day {
	font-size: 46px;
	line-height: 1em;
}
.single .entry-meta .year {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 1em;
}

.entry-content {
	clear: both;
	padding: 20px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
	padding-top: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	
}
.entry-content h6 {
	background: #EEE;
	margin: .5em 0 1em;
	padding: .5em;
}
.entry-content table {
	margin-left: 1px;
}
.entry-content embed {
	margin: 0 0 20px 0;
}

.entry-content a.learn {
	background-image: url(images/btn_learn.png);
	background-position: left;
	border: none;
	display: inline-block;
	display: -moz-inline-box;
	height: 34px;
	line-height: 34px;
	text-indent: -9999px;
	width: 124px;
}
.entry-content a.learn:hover {
	background-position: right;
}

.entry-content a.start {
	background-image: url(images/btn_start.png);
	background-position: left;
	border: none;
	display: inline-block;
	display: -moz-inline-box;
	height: 34px;
	line-height: 34px;
	text-indent: -9999px;
	width: 124px;
}
.entry-content a.start:hover {
	background-position: right;
}

.entry-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
.entry-content ul li {
	background: url(images/tick.png) no-repeat;
	margin-bottom: 1em;
	padding-left: 22px;
}

.entry-utility {
	display: none;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 40px 0;
}
.entry-utility a {
	font-style: italic;
}
.entry-utility a:active,
.entry-utility a:hover {
}
.archive .entry-utility {
	margin-top: 20px;
}


.page-link {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	word-spacing: 0.5em;
}
.page-link a {
	border: 1px solid #CCC;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:active,
.page-link a:hover {
}
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 20px 0;
}
.wp-caption-text,
.gallery-caption {
	font-size: 13px;
	line-height: 18px;
}
#author-info {
	margin: 0 0 40px 0;
	overflow: hidden;
}
#author-info .avatar {
	float: left;
	margin: .3em 1em 0 0;
}


/*============================================================
		IMAGES
============================================================*/
.entry-content img {
	background: #E3E3E3;
	margin: 0 0 20px 0;
	border: 1px solid #BBB;
	padding: 4px;
}
.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 {
	background: #E3E3E3;
	border: 1px solid #BBB;
	text-align: center;
	margin-bottom: 16px;
	padding: 4px 0 0 0;
}
.wp-caption img {
	margin: 0 0 3px 0;
	padding: 0;
	border: 1px solid #BBB;
}
.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 5px 6px;
	font: bold 11px arial, sans-serif;
	color: #FFF;
}
.gallery img {
	margin: 0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height: 12px;
	margin: 0 !important;
}



/*============================================================
		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 {
	background: #EEE;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	display: block;
	font-size: 13px;
	height: 34px;
	line-height: 18px;
	margin: 0px 0 20px 0;
	overflow: hidden;
	width: 530px;
	padding: 5px;
  -webkit-transition: background-color .5s linear;
  transition: background-color .5s linear;
}
.navigation:hover {
	background: #CCC;
  -webkit-transition: background-color .5s linear;
  transition: background-color .5s linear;
}
.navigation a,
.navigation a:visited {
	border: none;
	font-style: italic;
	text-decoration: none;
	overflow: hidden;
}
.navigation a:active,
.navigation a:hover {
}
.navigation .meta-nav {
	font-style: normal;
}

.nav-previous {
	float: left;
	height: 34px;
	width: 104px;
}
.nav-previous a {
	background-image: url(images/blognav.png);
	background-position: left top;
	border: none;
	display: block;
	height: 34px;
	text-indent: -9999px;
}
.nav-previous a:hover {
	background-position: left bottom;
}
.nav-next {
	float: right;
	height: 34px;
	width: 104px;
}
.nav-next a {
	background-image: url(images/blognav.png);
	background-position: right top;
	border: none;
	display: block;
	height: 34px;
	text-indent: -9999px;
}
.nav-next a:hover {
	background-position: right bottom;
}

.single .nav-previous a,
.single .nav-next a {
	background-image: url(images/singlenav.png);
}

#nav-above {
	display: none;
}

.paged #nav-above {
	display: block;
}

#nav-below {
	margin-top: 2em;
}


/*============================================================
		COMMENTS
============================================================*/
#comments {
	padding: 20px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
	font-size: 13px;
	line-height: 18px;
}
#comments code {
	font-size: 12px;
	line-height: 18px;
}
#comments h3 {
}
#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: 20px;
	left: 1.5em;
	width: 36px;
	height: 36px;
}
#comments-list .comment-author {
	font-weight: bold;
	padding: 9px 0 0 46px;
}
#comments-list .comment-meta {
	
	font-size: 12px;
	padding: 0 0 9px 46px;
}
#comments-list .comment-meta a {
	
	font-style: italic;
	text-decoration: none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
}
.comment-reply-link {
	font-size: 12px;
	padding: 0 0 18px 0;
	text-align: right;
}
.comment-reply-link a {
	
	font-style: italic;
	text-decoration: none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
}
.comment-navigation {
	font-weight: bold;
	padding: 0 0 18px 0;
	margin-right: 0.5em;
}
.comment-navigation a {
	border: 1px solid #CCC;
	
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
}
.comment-navigation a,
.comment-navigation span {
	margin-right: 0.5em;
}
#trackbacks-list .comment-content {
	position: absolute;
	left: -9000px;
}
#respond {
	background: #FFF;
	margin-bottom: 20px;
	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: 12px;
	position: absolute;
	top: 18px;
	right: 1.5em;
}
#cancel-comment-reply a {
	
}
#respond .required {
	color: #CC0033;
	font-weight: bold;
}
.form-section label {
	font-size: 12px;
}
.form-section input {
	margin: 0 0 18px 0;
	width: 98%;
}
.form-section textarea {
	width: 99%;
}
#form-allowed-tags p {
	
	font-size: 12px;
	margin: 0;	
}
#form-allowed-tags span {
	font-style: italic;
}
#form-allowed-tags code {
	font-size: 12px;
	line-height: normal;
}
.form-submit {
	padding: 18px 0 0 0;
	text-align: right;
}
.subscribe-to-comments {
	
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 18px 0 0 0;
}
.solo-subscribe-to-comments {
	
	font-size: 12px;
	padding: 18px 0 0 0;
}
.comment_license {
	
	clear: both;
	font-size: 12px;
	margin: 0;
	padding: 18px 0 0 0;
}



/*============================================================
		ASIDES
============================================================*/
.aside {
	font-size: 14px;
	line-height: 18px;
	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: #669900;
}
.aside .current_page_item .page_item a {
	
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
}
.aside {
	
}
.aside a {
	border: none;
}
.aside a:active,
.aside a:hover {
	border-bottom: 1px dotted;
}
.aside h3 {
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
}
.aside h3 a {
}
.aside caption {
	font-size: 12px;
}
.aside ul {
	list-style: none;
	margin-left: 0;
}
.aside ul ul {
	margin: 0 0 20px 0;
}
.aside ul ul li {
	border-bottom: 1px dashed #CCC;
	padding: 8px 0;
}
.aside ul ul ul {
	margin-bottom: 0;
}
.aside form,
.aside table {
	margin-bottom: 20px;
}
.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 20px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
	Main Asides
*/
.main-aside ul {
	
}
.main-aside h3 {
	background: url(images/sectionhead.png) top left no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999;
	font-size: 14px;
	font-style: normal;
	height: 34px;
	margin-bottom: 4px;
	padding: 4px 0 0 8px;
	-webkit-transition: color .5s linear;
   transition: color .5s linear;
}
.main-aside ul ul {
	padding: 0;
}
.main-aside .widgetcontainer:hover h3 {
	background: url(images/sectionhead.png) bottom left no-repeat;
	color: #FFF;
	-webkit-transition: color .25s linear;
   transition: color .25s linear;
}
.main-aside input {
	color: #999;
	padding: 2px 4px;
	width: 200px;
}
.main-aside input:focus {
	color: #000;
}
.main-aside a:hover {
	border: none;
}

#primary {
	padding: 0;
	margin: 0;
}

/*
	Content Asides
*/
#content .aside {
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
	padding: 18px 0 0 0;
}
#content .aside ul {
	padding: 0 20px;
}
#content .aside h3 {
	font-size: 17px;
	padding: 0 0 7px 0;
	text-transform: none;
}
#content .aside ul ul {
	padding: 0;
}

#index-top.aside {
	border: none;
	margin: 10px 0 40px;
	padding: 0;
}
#index-top.aside ul {
	padding: 0;
}
#index-top.aside h3 {
	font-weight: bold;
	font: bold 38px/1em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	margin: 10px 0 30px;
	padding: 0;
	text-align: center;
	text-transform: none;
}


/*
	Footer Asides
*/
#subsidiary {
	border: none;
}
#subsidiary .aside {
	font-size: 12px;
}
#subsidiary h3 {
	background: url(images/sectionhead.png) top left no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	height: 36px;
	padding: 4px 0 4px 8px;
}


/*============================================================
		FOOTER
============================================================*/
#footer {
	background: #68B100 url(images/bg_footer.jpg) center top repeat-x;
	border-bottom: 7px solid #FF9900;
	margin-bottom: 20px;
	padding-top: 62px;
}
#siteinfo {
	color: #B3E66F;
	font-size: 14px;
	line-height: 18px;
	padding: 20px 0;
}
#siteinfo a {
	border: none;
	color: #B3E66F;
}
#siteinfo a:active,
#siteinfo a:hover {
	color: #FFF;
}

#siteinfo img {
	vertical-align: top;
}
#siteinfo .rsslink {
}
#siteinfo .linkedin,
#siteinfo .facebook,
#siteinfo .twitter {
}
#siteinfo .linkedin {
}
#siteinfo .facebook {
}
#siteinfo .twitter {
}


/*============================================================
		WIDGETS & PLUG-INS
============================================================*/
.sexy-bookmarks a {
	border: none;
}

.widget_categories ul li {
	background: url(images/clipboard.png) 0 8px no-repeat;
	line-height: 1.3em;
	padding-left: 20px !important;
}

.widget_tag_cloud a {
	line-height: 1em;
}


/*============================================================
		PAGE-SPECIFIC STUFF
============================================================*/
.twocol1 {
	float: left;
	margin-right: 30px;
	width: 385px;
}
.twocol2 {
	float: left;
	width: 385px;
}

.threecol1,
.threecol2,
.threecol3 {
	float: left;
	margin-right: 25px;
	width: 250px;
}
.threecol3 {
	float: right;
	margin-right: 0;
}

.slug-home a img {
	background: transparent;
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.slug-home #home-about,
.slug-home #home-srvs,
.slug-home #home-vps {
	display: block;
	height: 74px;
	width: 250px;
}

.slug-home #home-about {
	background: url(images/hdr_about.png) no-repeat;
}
.slug-home #home-srvs {
	background: url(images/hdr_services.png) no-repeat;
}
.slug-home #home-vps {
	background: url(images/hdr_views.png) no-repeat;
}

.slug-home .col p {
	margin: 0 10px 15px 10px;
}

.slug-about h2 {
	height: 74px;
	margin-bottom: .5em;
	text-indent: -9999px;
}
.slug-about .twocol1 h2 {
	background: url(images/hdr_aboutservices.png) no-repeat;
}
.slug-about .twocol2 h2 {
	background: url(images/hdr_aboutarticles.png) no-repeat;
}

.slug-contact .form-submit {
	text-align: left;
}
.slug-contact .form-submit input {
	background: url(images/send.png) top left no-repeat;
	border: none;
	color: transparent;
	cursor: pointer;
	height: 34px;
	width: 114px;
	text-indent: -9999px;
}
.slug-contact .form-submit input:hover,
.slug-contact .form-submit input:focus {
	background-position: bottom left;
}
span.required {
	color: #CC0000;
}

/*============================================================
		BUTTON STYLES
============================================================*/
a.contact, a.contact:visited {
	background: url(images/contact.png) no-repeat;
	color: transparent;
	display: block;
	float: right;
	height: 34px;
	overflow: hidden;
	width: 114px;
}
a.contact:hover {
	background-position: left bottom;
	border: none;
}


/*============================================================
		MISCELLANEOUS
============================================================*/
.clear {
	clear: both;
}
hr.clear {
	height: 0;
	color: #FFF;
	background: #FFF;
	border: none;
}
#access hr.clear {
	color: #DDD;
	background: #DDD;
}
.padding0 {
	padding: 0;
}






