/*
Theme Name: SweetApple
Theme URI: http://wordpress.org/
Description: The 2010 Wordpress theme for SweetApple
Author: Clive Sweeting, Sweet-Apple
Version: 0.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
.
The Sweet-Apple Theme is copyright Clive Sweeting http://sweet-apple.co.uk/

Colours:
orange      #f75828
dark blue   #859da8
h1,h2 blue  #6d8599
light blue  #
grey        #e5e5e5
medium grey #d2d5d7 blahblah


*/

/* Reset */
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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: 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; }


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

/* Main global 'theme' and typographic styles  */
html{
	overflow-y: scroll;
}
body {
	background: #e5e5e5 url(./images/body-background.jpg) repeat-x 0 0;
    font-size: 62.5%;
}

body,
input,
textarea {
	color: #666;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */

h1,h2 {
    color: #6d8599;
    margin: 0 0 5px 0;
    font-size: 18px;
}
h2{
    margin-left: 15px;
}

p {
	margin: 0 0 18px 10px;
}
ul {
	list-style: square;
	margin: 0 0 18px 2.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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;
}
li {
    margin: 0 0 10px 0;
}

dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color:#6d8599;
}
a:visited {
	color:#6d8599;
}
a:active,
a:hover {
	color: #6d8599;
}
/* =Typography
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


body{
    color: #2a577c;
}

h1,h2 {
    font-weight: bold;
}

.orange {
    color: #f75828;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
    width: 100px;
	margin: 0 0 0 0px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 234px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 950px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


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

#access {
    position: absolute;
    top: 0px;
    left: 0px;
    display:block;
    width: 950px;
}
.menu {
    position: relative;
    margin:0 auto;
    text-align: left;
}

#access ul.parent{
    position: relative;
    list-style: none;
    margin: 0;
    background-color: #000000;
}
ul.menu li {
    position: relative;
    display: inline;
    float:left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#access a {
	display:block;
}

#access ul li a {
    position: relative;
    z-index: 30;
}

/* =Top level backgrounds
-------------------------------------------------------------- */
#access ul.parent li{
    position: relative;
    display: inline;
    float: left;
    height: 207px;
}
#access ul.parent li:hover{
    display: block;
}
#access ul.parent li a{
    height: 207px;
    background-image: url(./images/nav-parent-background.png);
    text-indent: -999em;
}

#nav-about a{
	width: 75px;
    background-position: 0px 0px;
}
#nav-about a:hover{
	width: 75px;
    background-position: 0px -207px;
}
#nav-news a{
	width: 80px;
    background-position: -75px 0px;
}
#nav-news a:hover{
    background-position: -75px -207px;
}
#nav-contact a{
	width: 85px;
    background-position: -155px 0px;
}
#nav-contact a:hover{
    background-position: -155px -207px;
}
#nav-support a{
	width: 75px;
    background-position: -240px 0px;
}
#nav-support a:hover{
    background-position: -240px -207px;
}
#nav-hardware a{
	width: 95px;
    background-position: -315px 0px;
}
#nav-hardware a:hover{
    background-position: -315px -207px;
}
#nav-refurb a{
	width: 82px;
    background-position: -410px 0px;
}
#nav-refurb a:hover{
    background-position: -410px -207px;
}
#nav-software a{
	width: 85px;
    background-position: -492px 0px;
}
#nav-software a:hover{
    background-position: -492px -207px;
}
#nav-training a{
	width: 85px;
    background-position: -577px 0px;
}
#nav-training a:hover{
    background-position: -577px -207px;
}
#nav-consultancy a{
	width: 85px;
    background-position: -662px 0px;
}
#nav-consultancy a:hover{
    background-position: -662px -207px;
}
#nav-web a{
	width: 105px;
    background-position: -747px 0px;
}
#nav-web a:hover{
    background-position: -747px -207px;
}


/* =Submenu styles
-------------------------------------------------------------- */
#access ul.parent li ul.children{
    position: absolute;
    z-index: 10;
    top: -1000px;
    left: 0px;
    display: block;
    width: 190px;
    padding: 0 0 25px 0;
    margin: 0 0 0 0;
    background: transparent url(./images/nav-children-background-footer.png) no-repeat left bottom;
    text-indent: 0px;
}
* html #access ul.parent li ul.children{
    background-image: url(./images/nav-children-background-footer.gif);
}
#access ul.parent li:hover ul.children{
    top: 207px;
}
#access ul.parent li ul.children li {
    display: block;
    width: 169px;
    height: auto;
    padding: 0px 10px;
    background: transparent url(./images/nav-children-background.png) repeat-y;
}
* html #access ul.parent li ul.children li{
    background-image: url(./images/nav-children-background.gif);
}
#access ul.parent li ul.children li a {
    width: 150px;
    height: auto;
    padding: 10px;
    background-image: none;
    text-indent: 0px;
    font-weight: bold;
    color: #fff;
    text-decoration:  none
}
#access ul.parent li ul.children li a:hover,
#access ul.parent li ul.children li a.selected{
    background-color: #8ea7b3;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* Asides
-------------------------------------------------------------- */

/*.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}*/

/*-------------------------------------------------- Sidebar styles ---*/

.aside div {
	display: block;
	width: 234px;
	background: transparent url(./images/box-sidebar-background.gif) repeat-y;
}

.aside div h3{
	display: block;
	width: 234px;
	height: 40px;
	text-indent: -999em;
}

.aside div ul{
	padding: 10px 20px 20px 20px;
    margin: 0;
	background: transparent url(./images/box-sidebar-background-bottom.gif) no-repeat bottom center;
}

.aside div ul ul{
	padding: 0;
    margin: 0;
	background: none;
}

.aside ul li{
	color: #fff;
	list-style-type: none;
	margin: 0 0 5px 10px;
    font-size: 1em;
}

.aside div ul li{
}
.aside div ul li h2{
    color: #fff;
    font-weight: normal;
    font-size: 1.1em;
    text-shadow: 0px 2px 3px #666;
}

.aside a{
	color: #fff;
	text-decoration: none;
}

.aside a:hover{
	text-decoration: underline;
}

.aside div input{
    display: block;
    width: 150px;
    height:17px;
    border: 1px solid #fff;

    font-size: 0.8em;
    line-height: 18px;
}
.aside div input:focus{
    background-color: #e1e1e1;
}

#cta{
	width: 234px;
	height: 128px;
	background: transparent url(./images/btn-get-touch.png) no-repeat;
}
.aside #cta p {
	margin: 10px 18px;
	color: #fff;
	line-height: 3em;
	font: bold 12px Arial;
}
#cta a {
	color: #fff;
}

#search {
    
}
#search h3{
	background: url(./images/box-search-h3.gif) no-repeat;
}
#search #searchform{
    width: 194px;
	padding: 10px 20px 20px 20px;
	background: transparent url(./images/box-sidebar-background-bottom.gif) no-repeat bottom center;
    overflow: auto;
}
#search input{
    display: inline;
    float: left;
    width: 150px;
    height:17px;
    margin: 0 0 0 0;
    border: 1px solid #fff;
    font-size: 0.8em;
    line-height: 18px;
}
#search input:focus{
    background-color: #e1e1e1;
}
#search input#searchsubmit{
    display: inline;
    float: left;
    text-indent: -9999px;
    width: 31px;
    height: 24px;
    border: none;
    background: transparent url(./images/box-search-btn-go.gif) no-repeat;
}

#categories h3{
	background: url(./images/box-categories-h3.gif) no-repeat;
}

#tags{}


#tags li {
    display: inline;
    float: left;
	margin: 4px 3px;
	list-style-type: none;
}

#tags h3{
	background: url(./images/box-tags-h3.gif) no-repeat;
}
.borderradius #categories ul, #tags ul{
    overflow: auto;
}
.borderradius #categories li,
.borderradius #tags li{
    display: inline;
    float: left;
	margin: 4px 3px;
	list-style-type: none;
}

.borderradius #categories li a,
.borderradius #tags li a{
	margin: 0 0 0 0;
	padding: 2px 10px;
	background-color: #c2ced4 ;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.borderradius #categories li a:hover,
.borderradius #tags li a:hover{
	background-color: #fff;
    color: #f75828;
    text-decoration: none;
}

.borderradius #categories ul ul.children{
    margin: 0 0 0 15px;
    font-size: 0.9em;
}
.borderradius #categories ul.children li,
.borderradius #tags ul.children li{
    display: block;
    float:none;
}
.borderradius #categories ul.children li{
	margin: 1px;
}
.borderradius #categories ul.children li a{
	background-color: #b9c4ca;
}

#links h3{
	background: url(./images/box-links-h3.gif) no-repeat;
}

#archives h3{
	background: url(./images/box-archives-h3.gif) no-repeat;
}


#signup {
	background: url(./images/box-signup-background.gif) repeat-y;
    color: #fff;
}
#signup div{
	background: none;
}
#signup h3{
	background: url(./images/box-signup-h3.gif) no-repeat;
}
#signup p{
    padding: 10px 20px 0 10px;
    font-size: 0.9em;
    line-height: 1.4em;
}
#signup form{
    padding: 0 15px;
}
#signup #mc_interests_header{
    margin-top: 10px;
}
#signup div.mc_interest label{
    display: inline;
    float: left;
}
#signup div.mc_interest input{
    display: inline;
    float: left;
    width: auto;
    clear: left;
}
#signup #mc_signup{
    padding: 0 0 20px 0;
    margin: 0 0 0 0;
	background:  url(./images/box-signup-background-bottom.gif) no-repeat bottom left;
}
#signup #mc_signup_submit{
    display: block;
    width: 190px;
    height: 40px;
    background:  url(./images/btn-subscribe.gif) no-repeat center;
    border: none;
    text-indent: -999px;
    cursor: pointer;
}

#mc_unsub_link {
}

.mc_success_msg {
    color: #ff5555;
}

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

#content div.column700 {
    /*display: inline;
    float: left;*/
    width: 700px;
    background: #fff url(./images/background-hero-content.gif) repeat-y;
}
#content div.column700 div.top {
    padding: 30px 0 0 0;
    background: transparent url(./images/background-hero-content-top.gif) no-repeat 0 0;
}
#content div.column700 div.bottom {
    padding: 0 30px 30px 30px;
    background: transparent url(./images/background-hero-content-footer.gif) no-repeat left bottom;
}
.header-pip {
    padding: 0 0 0 0;
    background: transparent url(./images/background-h2-pip.gif) no-repeat 0 50%;
}


#content .entry-content a{
    color: #6d8599;
    font-weight: bold;
    text-decoration: underline;
    -webkit-text-shadow: 1px 1px 1px #fff;
    text-shadow: 1px 1px 0px #fff;
}
#content .entry-content a:hover{
    text-decoration: none;

}
#content .entry-content ul,
#content .entry-content ol {
	padding-left: 2.5em;
}

#content h1 {
    font-size: 24px;
}

#content h1.page-title {
    width: 700px;
    margin-left: 15px;
}

#content h1 em {
    color: #f75828;
    font-style: normal;
}

#content .syntaxhighlighter {
	margin-left:15px !important;
}

/* Slides
-------------------------------------------------------------- */
#hero {
    position: relative;
    display: block;
    width: 950px;
    height: 480px;
    margin: 0 0 20px 0;
    clear: both;
    background: #fff url(./images/hero-border.png) no-repeat left top;
/*    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px #999;*/
}
#hero_left {
    position: absolute;
    z-index: 1000;
    display: block;
    left: 0;
    top:0;
    width: 20px;
    height: 480px;
    background: #fff url(./images/hero-border.png) no-repeat left top;
}
#hero_right {
    position: absolute;
    z-index: 1000;
    display: block;
    left: 930px;
    top:0;
    width: 20px;
    height: 480px;
    background: #fff url(./images/hero-border.png) no-repeat -930px 0;
}

#hero div.slide {
    position: relative;
    overflow: auto;
    float: left;
    padding: 30px;
    width: 890px;
}
#hero div.width-950 {
    padding: 0px;
    width: 950px;
}
#hero div.slide div.slide-copy {
    display: inline;
    float: left;
    margin: 15px 0 0 0;
    height: 360px;
    width: 440px;
    overflow: auto;
}
#hero div.slide p {
   margin: 0 0 15px 0;
}
#hero div.slide div.slide-hero {
    display: inline;
    float: left;
    width: 445px;
    height: 410px;
}


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

#content img {
	margin: 0;
	max-width: 700px;
}
.single-attachment #content img {
	max-width: 950px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}

#content .entry-content img{
    border: 2px solid #e5e5e5;
    -moz-box-shadow: 2px 2px 4px #999;
}

/* Home Page news pods
-------------------------------------------------------------- */
#content div.news-pod{
    display: block;
    float: left;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
    background-color: #f1f1f1;
    background-repeat: repeat-y;
    background-image: url(./images/box-home-mac-background.gif);
    color: #4b5d6b;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
}
#content div.news-pod h3{
    text-indent: -999px;
    height: 50px;
    background-repeat: no-repeat;
    
}
#content div.news-pod p{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#content div.news-pod p.date{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#content div.news-pod a,
#content div.news-pod a:link,
#content div.news-pod a:visited,
#content div.news-pod a:hover,
#content div.news-pod a:active{
    color: #f75828;
    font-weight: bold;
}
#content div.news-pod a:hover{
    text-decoration: none;
}
#content div.news-pod ul{
    padding: 0 0 20px 0;
    margin: 0 0 0 0;
    list-style: none;
    background: transparent url(./images/box-home-mac-bottom.gif) no-repeat left bottom;
}
#content div.news-pod ul li{
    margin: 0px 20px 20px 20px;
}
#content #recent-web-news h3{
    background-image: url(./images/box-home-web-h3.gif);
}
#content #recent-mac-news h3{
    background-image: url(./images/box-home-mac-h3.gif);
}

/* Social Media Links */
ul.social-bookmarking {

}
ul.social-bookmarking li {
    display: inline;
    float: left;
    margin-right: 10px;
}

.overflow {
    width: 1000px;
    overflow: hidden;
}

.width-446 {
    width: 446px;
}
.small {
    font-size: 0.8em;
}

#map {
    width: 620px;
    height: 400px;
    margin-bottom: 20px;
    border: 4px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* =Post
-------------------------------------------------------------- */

.post a{
    text-decoration: none;
}
.post a:hover{
    text-decoration: underline;
}
div.entry-meta,
div.entry-utility{
    margin: 0 0 10px 15px;
    font-size: 0.8em;
    border-bottom: 1px dotted #ddd;
}
.entry-meta a,
.entry-utility a{
    color: #859da8;
}
.entry-meta a:hover{
}
div.entry-utility {
    margin-bottom: 40px;
}

div.entry-content p {
    margin-left: 15px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    display: block;
    overflow:visible;
    width: 700px;
    padding: 0;
    background: transparent url(./images/box-comments-background.gif) repeat-y;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    text-indent: -999px;
}
#comments .notify{
    margin: 0 18px;
}

#comments #commentlist {
    position:relative;
    padding:0 0 0 0;
    margin: 0 0 0 0;
}

#comments ol.commentlist {
    padding: 0px;

}
#comments h3#comments-title{
    margin: 0;
    padding: 0;
    background: transparent url(./images/box-comments-h3.gif) no-repeat;
    height: 50px;
}
#comments ol.commentlist ,
#comments ul.commentlist  {
    list-style:none;
    margin:0;
}
#comments ol.commentlist  {
    border: none;
    border-bottom:none;
}
#comments .commentlist li,
#comments .commentlist li.alt,
#comments .commentlist li.bypostauthor{
    background: transparent url(./images/comment-divider.gif) no-repeat center bottom;
}
#comments .commentlist li {
    padding: 0 0 1em 0;
    margin: 0 18px 1em 18px;
    border-bottom: none;
}
#comments .commentlist li:last-child {
    background-image: none;
}
#comments .commentlist li.alt {
}
#comments .commentlist li.bypostauthor {
}
#comments .commentlist ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments .commentlist li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments .commentlist .comment-author {
    display: inline;
    font-weight:bold;
    font-size: 12px;
    padding: 9px 0 0 0px;
}
#comments .commentlist .comment-author a {
    color: #6f838c;
    text-decoration: none;
}
#comments .commentlist .comment-meta {
    display: inline;
    padding:0;
    color: #6f838c;
    font-size:12px;
    font-style:italic;
}
#comments .commentlist .comment-meta:before {
    content: " - ";
}
#comments .commentlist .comment-meta a {
    color: #6f838c;
    font-style:italic;
    text-decoration:none;
}
#comments .commentlist .comment-meta a:active,
#comments .commentlist .comment-meta a:hover {
    color: #FF4B33;
}

.comment-body{
    margin: 0px 12px 0px 12px;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #6f838c;
}
.comment-body p{
   margin: 10px 0 0 0;
}

.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 {
    overflow:hidden;
    padding:0 0 20px 0;
    margin: 0 0 0 0;
    position:relative;
    background: transparent url(./images/box-postcomment-bottom.gif) no-repeat bottom left;
}

#respond h3{
    display: block;
    height: 90px;
    background: transparent url(./images/box-postcomment-h3.gif) no-repeat;
}

#comments .commentlist #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments .commentlist 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 #commentform {
    padding: 0 24px;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
#respond form {
    padding: 0 28px;
}

#commentform p {
    padding: 0;
    margin: 0;
}
#commentform .logged-in-as,
#commentform .comment-notes
{
    padding: 10px 0;
}

#commentform label {
    font-size:11px;
    color: #6f838c;
}
#commentform input,
#commentform textarea {
    border: 1px solid #fff;
    padding: 4px 5px;
}
#commentform input:focus,
#commentform textarea:focus {
    background-color: #f1f1f1;
}

#commentform input {
    margin:0 0 18px 0;
    width:98%;
}
#commentform textarea {
    width:98%;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;

}
#commentform p.form-allowed-tags {
    color:#666;
    font-size:9px;
    margin:10px 0;
}
#commentform .form-allowed-tags span {
    font-style:italic;
}
#commentform p.form-allowed-tags code {
   font-size:9px;
   font-family: Arial;
   font-style: italic;
   color: #444;
}
.form-submit {
    padding:0 0 10px 0;
    text-align:center;
}
.form-submit #submit{
    display: block;
    margin: -1px 0 0 0;
    width: 100%;
    height: 24px;
    background: url(./images/btn-postcomment-send.gif) no-repeat top center;
    border: none;
    text-indent: -9999px;
}
.form-submit #submit:hover{
    background-position: bottom center;
    cursor: pointer;
}
.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;
}


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

#footer {
    width: 100%;
    padding: 40px 0 0 0;
    clear: both;
    background: #fff url(./images/footer-background.png) repeat-x;
    font-family: Arial, sans-serif;
    color: #6c8094;
    font-weight: normal;
}
#colophon {
    padding: 20px 5px 20px 5px;
}
#site-info {
    /*
    display: inline;
	float: left;
	width: 700px;
    */
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	font-weight: bold;
	font-size: 14px;
}
#site-info ul{
    display: block;
    min-height: 70px;
    height: 70px;
    height: auto;
    padding: 0 0 0 60px;
    background: transparent url(./images/footer-logo.gif) no-repeat;
    list-style-type: none;
    font-size: 10px;
    line-height: 15px;
}
#site-info li{
    margin: 0 0 0 0;
    padding: 1px 0;
}
#site-info a,
#site-info a:link,
#site-info a:visited{
    font-weight: bold;
    color: #6c8094;
    text-decoration: none;
}
#site-info a:hover,
#site-info a:active{
    text-decoration: underline;
}
#site-info address {
    font-style:normal;
}


/* =Scrollpane
-------------------------------------------------------------- */
div.scrollpane{
    display: block;
    height: 360px;
    width: 410px;
    overflow: auto;
}
/*JScrollPane CSS*/
.jScrollPaneContainer {
position: relative;
overflow: hidden;
z-index: 1;
padding-right: 20px;

}
.jScrollPaneTrack{
position:absolute;
cursor:pointer;
right:0;
top:0;
height:100%;
background-color: #e1e1e1;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}
.jScrollPaneDrag{
position:absolute;
background:#ccc;
cursor:pointer;
overflow:hidden;
width: 20px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}

.scroll-pane{padding:0;}
.scroll-pane p{
background:#232323;
padding:12px;
color:#ccc;
font-size:14px;
line-height:16px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}

/*
orange      #f75828
dark blue   #859da8
h1,h2 blue  #6d8599
light blue  #
grey        #e5e5e5
medium grey #d2d5d7
*/


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 950px;
}
#wrapper {
    position: relative;
    font-size: 1.2em;
    line-height: 1.75em;
}


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

#header {
    position:relative;
	min-height: 260px;
    height: 260px;
    height: auto !important;
    z-index: 100;
	background: url(./images/header-background.jpg) no-repeat top center;
}
#branding {
    position: absolute;
    display: block;
    z-index: 600;
}
#branding #logo{
    position: relative;
    margin: 20px 0 0 0;
}

#screwdriver {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    z-index: 600;
}
#site-title, #site-description {
/*    text-indent: -999em;*/
}
#site-title a {
	display: block;
	width: 300px;
	height: 65px;
}
#site-description{
	height: 9px;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

#main {
    position: relative;
    z-index: 10;
    
}
* html #main {
    top: 260px;
}
