/* 
Theme Name:Xelerator
Theme URI:http://fishcakesmedia.com/
Description:This is a theme developed for the <a href="http://xelerator.com">xelerator.com</a> website.
Version:1.0
Author:Dan Salmon, Fishcakes Media
Author URI:http://fishcakesmedia.com/

	Xelerator v1.0
	http://wordpress.fishcakesmedia.com/

	This theme was designed and built by Dan Salmon of 
	Fishcakes Media for Xelerator AS, Norway.
	Contact us at http://fishcakesmedia.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*
	xelerator css based on YUI Grids v2.4.1
	
	#fff		white				background
	#a80101		deep red			background, links
	#ffe400		yellow				menu hover text
	#5c5c5c		dark grey			text
	#454545		blue				headers
	#666		very dark grey		abbr, input text, 
	#4e4d4d		light black			address, 
	#cfcfcf		very light grey		hr, border breaks, input hover, content nav, calendar borders, feed borders
	
	#2f6fab		light blue			pre borders
	#f9f9f9		very light grey		pre background
	#dfdfdf		very light grey		sideblog background, redbox background
	
	b0b0b0		grey 1				pagetitle
	989898		grey 2				pagetitle sidbar
	#000a79		darker grey			address format
	
*/

/* base styles */

* {
	margin:0;
	padding:0;
}

html {
	background:#a80101;
}

body {
	background:#fff;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	color:#5c5c5c;
}

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

/* base text styles */

a, a:link, a:visited, a:active {
	color:#a80101;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

em {
	font-style:italic;
}

h1 {
	font-size:1.4em;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1em;
}

h6 {
	font-size:.9em;
}

h1, h2, h3, h4, h5, h6 {
	margin:1em 0 0.5em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#454545;
}

.smalltext {
	font-size:0.9em;
}

.supersmalltext {
	font-size:0.8em;
}

/* preset formats */

abbr, acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

blockquote {
	background:url(graphics/quote_start.gif) no-repeat top left;
	margin-left:0.1em;
	padding-left:29px;
	margin-right:1em;
	margin-bottom:1em;
}

blockquote cite {
	background:url(graphics/quote_end.gif) no-repeat top right;
	display:block;
	padding-right:22px;
	min-height:23px;
	font-style:italic;
}

address {
	color:#4e4d4d;
}

fieldset {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

pre {
	padding:1em;
	border:1px dashed #2f6fab;
	color:black;
	background-color:#f9f9f9;
	line-height:1.1em;
	overflow:auto;
}

code {
	font-family:monospace, Courier New;
	padding:0.2em;
	background-color:#f9f9f9;
	border-bottom:1px dashed #2f6fab;
}

hr {
	height:1px;
	border:none;
	border-top:1px solid #cfcfcf;
	margin:1.2em 0 1em 0;
	*margin:0.2em 0 0.1em 0;
}

/* tables */

table {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

th, td {
	/* borders and padding to make the table readable */
	border:1px solid #cfcfcf;
	padding:.5em;
}

th {
	/* distinguishing table headers from data cells */
	font-weight:bold;
	text-align:center;
}

caption {
	/* coordinated margin to match cell's padding */
	margin-bottom:.5em;
	/* centered so it doesn't blend in to other content */
	text-align:center;
}

/* special styles */

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.border-bottom {
	padding-bottom:1em;
	border-bottom:1px solid #cfcfcf;
}

.entry h1:first-child {
	margin-top:0.5em;
}

/* header */

#hd {
	background:#fff;
	height:105px;
}

#hd #logo {
	height:78px;
}

#hd #logo img {
	font-size:16px;
	width:11.32em;
	height:2.817em;
	margin-top:17px;
	margin-left:11px;
}

#hd #widemenu {
	background-color:#666;
	border-bottom:3px solid #a80101;
	padding:none;
	height:24px;
}

/* menu - see wp-content/plugins/yui_top_menu/css/style.css for menu css */

/* body */

#content {
	font-size:0.9em;
	min-height:480px;
}

#content #pagetitle {
	font-size:1.96em;
	font-family:arial;
	color:#b0b0b0;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.01em;
	word-spacing:-0.01em;
	border-bottom:1px solid #cfcfcf;
	margin-top:0.6em;
	margin-bottom:0.6em;
}

/* lists */

#content ul {
	list-style-position:outside;
	margin-left:0.9em;
	padding-top:0.2em;
	padding-bottom:0.2em;
}

#content ul li ul {
	margin-bottom:-0.2em;
	padding-bottom:0em;
}

#content ul li ul li ul {
	margin-bottom:-0.2em;
	padding-bottom:0em;
}

#content ul li, #content ul li ul li, #content ul li ul li ul li {
	list-style-type:none;
	margin-left:0px;
	padding-left:19px;
	padding-top:0.2em;
	padding-bottom:0.2em;
}

#content ul li {
	background:url(graphics/bullet.gif) no-repeat 0 8px;
}

#content ul li ul li {
	background:url(graphics/bullet_indent.gif) no-repeat 0 8px;
}

#content ul li ul li ul li {
	background:url(graphics/bullet_indent_two.gif) no-repeat 0 8px;
}

#content ol {
	list-style-position:outside;
	margin-left:2.4em;
	*margin-left:2.8em;
	padding-top:0.2em;
	padding-bottom:0.2em;
}

#content ol li, #content ol li ol li, #content ol li ol li ol li {
	margin-left:0px;
	padding-left:0px;
	padding-top:0.2em;
	padding-bottom:0.2em;
}

#content ol li {
	list-style-type:decimal;
}

#content ol li ol li {
	list-style-type:lower-alpha;
}

#content ol li ol li ol li {
	list-style-type:lower-roman;
}

#content dl {
	margin:1em;
}

#content dl dd {
	/* giving UL's LIs generated numbers */
	margin-left:1em;
}

/* content navigation */

.navigation {
	margin:0;
	padding:0 0.2em 2px 0.2em;
	font-size:0.94em;
}

.navigation.top {
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}

.navigation.bottom {
	margin-top:1px;
	border-bottom:1px solid #cfcfcf;
}


/* sidebar */

#sidebar {
	background:transparent;
	font-size:0.84em
}

#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar ul li {
	margin:0;
	padding-left:0;
}

#sidebar ul li ul {
	list-style-type:none;
	margin:0;
	padding-left:0;
}

#sidebar ul li ul li {
	background:url(graphics/bullet_menu.gif) no-repeat 2px 7px;
	margin:0px;
	padding:2px 0px 2px 11px;
	text-align:left;
}

#sidebar ul li h2 {
	color:#a1a1a1;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.01em;
	word-spacing:-0.01em;
	margin:1.07em 0 0.5em 0;
	*margin:1.14em 0 0.5em 0;
	padding:0;
	text-align:left;
	border-bottom:1px solid #bfbfbf;
}

#sidebar ul li:first-child h2 {
	margin-top:1.7em;
}

#sidebar .widget {
	background:transparent;
}

#sidebar blockquote {
	background:url(graphics/quotesm_start.gif) no-repeat top left;
	margin-left:0.2em;
	padding-left:17px;
	margin-right:1em;
	margin-bottom:1em;
}

#sidebar blockquote cite {
	background:url(graphics/quotesm_end.gif) no-repeat top right;
	display:block;
	padding-right:10px;
	font-style:italic;
}

/* sideblog cssbox

#sidebar #sideblog {
	margin-top:0px;
	*margin-top:-13px;
	margin-left:-8px;
}

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h3 {
	margin: 0pt;
	padding: 0pt;
	background: transparent url('graphics/cssbox_rtop.gif') no-repeat scroll right bottom;
}

#sidebar #sideblog .cssbox {
	margin: 0px 0px auto;
	width: 172px ! important;
	padding-right: 25px;
	font-size:0.93em;
}

#sidebar #sideblog ul li {
	background:none;
	margin:0px;
	padding:0px;
}

#content .cssbox {
	margin: 0px 0px auto;
	width: 510px ! important;
	padding-right: 25px;
}

.cssbox_head {
	background-position: right top;
	margin-right: -25px;
	padding-right: 20px;
}

.cssbox_head h3 {
	border: 0pt none;
	margin: 0pt;
	padding: 20px 0pt 5px 23px;
	background-position: left top;
	height: auto ! important;
}

.cssbox_body {
	padding: 5px 0pt 25px 25px;
	background-position: left bottom;
	margin-right: 1px;
	color:#505050;
}

.cssbox_body a {
	color:#a80101;
}

.cssbox_head h3 {
	color: #f8eded;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 1.46em;
	text-align: center;
	text-shadow: ;
	text-transform:uppercase;
}

.cssbox_body p {
	margin: 0.5em 0 0.5em 0;
	word-spacing:-0.16em;
}

.cssbox_body hr {
	border-top:1px solid #808080;
	margin:1.2em 0 1em 0;
	*margin:0.2em 0 0.1em 0;
}

#sidebar .cssbox_body blockquote {
	background:url(graphics/quotesm_cssbox_start.gif) no-repeat top left;
	text-align:left;
	margin-top:0.3em;
	margin-right:0;
	margin-bottom:0.3em;
	margin-left:0.042em;
	padding-left:17px;
}

#sidebar .cssbox_body blockquote cite {
	background:url(graphics/quotesm_cssbox_end.gif) no-repeat top right;
	display:block;
	padding-right:10px;
	font-style:italic;
}

.textbox .cssbox_body blockquote {
	background:url(graphics/quote_cssbox_start.gif) no-repeat top left;
}

.textbox .cssbox_body blockquote cite {
	background:url(graphics/quote_cssbox_end.gif) no-repeat top right;
}

 */

/* footer */

#ft #widefooter {
	background-color:#a80101;
	padding:none;
	padding-bottom:0em;
	*padding-bottom:1em;
}

#ft #feeds {
	background:transparent;
	margin:22px 0 0 0;
	font-size:0.76em;
	padding:0;
	border:none;
}

#ft #grass {
	background:url(graphics/bottom_grass.jpg) no-repeat;
	height:44px;
}

#ft #footer {
	font-size:0.76em;
	color:#fff;
	padding:0.5em 0;
}

#ft #footer p {
	margin:0;
	padding:0;
}

#ft #footer a, #ft #footer a:link, #ft #footer a:visited, #ft #footer a:active {
	color:#ffe400;
}

#ft #footer a:hover {
	color:#ffe400;
}


/* forms and search */

#search {
	font-size:0.9em;
	margin-top:33px;
	*margin-top:31px;
	padding-right:8px;
	text-align:right;
}

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

input[type="text"], input[type="password"], input[type="file"], textarea, select, option {
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:0.84em;
	color:#666;
	background-color:#fff;
	border-style:solid;
	border-color:#c8c8c8 #a0a0a0 #a0a0a0 #c8c8c8 ;
	border-width:1px;
	margin:0;
	padding:0.2em;
	vertical-align:bottom;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, textarea:hover, select:hover, option:hover {
	background:#cfcfcf;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus, select:focus, option:focus {
	background:#f7f7f7;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="browse"] {
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:0.84em;
	color:#fff;
	font-weight:normal;
	background:#a80101;
	border-style:solid;
	border-color:#989898 #888 #888 #989898 ;
	border-width:1px;
	margin:0.4em 0 0 0;
	padding:2px 0.7em;
	vertical-align:bottom;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="browse"]:hover {
	color:#ffe400;
}

#searchresults {
	font-size:0.9em;
}

/* Search Unleashed plugin formats */

.searchterm1 {
	background-color:#ffff00;
	padding:1px 0px;
}

.searchterm2 {
	background-color:#7FF7FF;
	padding:1px 0px;
}

.searchterm3 {
	background-color:#FFA6D8;
	padding:1px 0px;
}

.searchterm4 {
	background-color:#77FF7A;
	padding:1px 0px;
}

.searchterm5 {
	background-color:#E1BBFF;
	padding:1px 0px;
}

.incoming {
	overflow:hidden;
	border:1px solid #cfcfcf;
	padding:0.3em;
	margin:1em 0em;
	background-color:#f0f0f0;
	font-size:0.86em;
	color:#5c5c5c;
}

.incoming a, .incoming a:link, .incoming a:visited, .incoming a:active {
	color:#a80101;
}

.incoming h3 {
	margin:0;
	padding:5px;
	font-weight:bold;
	font-size:1.1em;
}

.incoming div {
	padding:5px;
}

.incoming p {
	margin:0; padding:0;
}

.incoming ul {
	margin:0.2em 0;
}

.incoming ul li {
	margin:0;
	padding:0 5px 0 0;
	margin-left:40px;
	display:inline;
}

.incoming .hide {
	float:right;
	margin:5px;
	padding:0;
}


/* sidebar Ajax Calendar plugin */

#giraffe_calendar {
	margin:0;
	padding:0;
	font-size:0.84em;
	*font-size:0.8em;
}

table#wp-calendar {
	border: 1px solid #cfcfcf;
	border-bottom:none;
	border-collapse:collapse;
	padding:0px;
	vertical-align:top;
	/* aling center with auto margins */
	margin-left:auto;
	margin-right:auto;
}

table#wp-calendar caption {
	text-transform:uppercase;
	padding:0px;
	*padding:0px 0px 4px 0px;
	font-size:1.2em;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.4em;
}

table#wp-calendar th {
	border:none;
	border-bottom: 1px solid #cfcfcf;
	padding:0.4em 0;
	font-style:normal;
	text-transform:capitalize;
	font-weight:bold;
	text-align:center;
}

table#wp-calendar td {
	border:none;
	border-bottom: 1px solid #cfcfcf;
	padding:0.3em 0;
	text-align:center;
}

table#wp-calendar td.pad {
	background:transparent;
}

table#wp-calendar td#today {
	color:#000;
	background:#ffe400;
}

table#wp-calendar tfoot {
	background:transparent;
}

table#wp-calendar #prev {
	text-align:left;
	padding-left:0.6em;
}

table#wp-calendar #next {
	text-align:right;
	padding-right:0.6em;
}

table#wp-calendar td a {
	text-decoration:none;
	display:block;
	color:#a80101;
	background: transparent;
}

table#wp-calendar td a:hover {
	text-decoration:underline;
}

/* news post formats */

.post {
	padding-bottom:1em;
	border-bottom:1px solid #cfcfcf;
}

.post.single {
	padding-bottom:0.6em;
	border-bottom:none;
}

.meta {
	font-size:0.86em;
}

.entry {
	/* */
}

/* feed icons */

#feeds {
	background:#fff;
	margin:1.2em 0;
	font-size:0.9em;
	padding:0.6em;
	border:1px solid #cfcfcf;
}

.rss a {
	background:url(graphics/icon_rss.gif) top left no-repeat;
	padding-left:20px;
	padding-bottom:10px;
	white-space:nowrap;
	margin-right:7px;
}

.trackback a {
	background:url(graphics/icon_trackback.gif) top left no-repeat;
	padding-left:20px;
	padding-bottom:10px;
	white-space:nowrap;
	margin-right:7px;
}

/* edit boxes */

div.editbox {
	border:2px dashed #ddd;
	margin:.4em;
	padding:.4em;
	margin-bottom:1em;
}

div.editlink {
	font-size:11px;
	background:#ddd;
	padding:8px 6px;
}

div.editlink a {
	color:#000a79;
	background:url(graphics/edit.png) top left no-repeat;
	padding-left:20px;
	padding-bottom:8px;
	white-space:nowrap;
}

/* comments */

#comments {
	padding-bottom:1em;
}

#commentform {
	margin:10px 0;
	padding:10px;
	background:#cfcfcf;
	border-style:solid;
	border-color:#c8c8c8 #a0a0a0 #a0a0a0 #c8c8c8 ;
	border-width:1px;
}

#comments input[type="text"] {
	width:180px;
}

#comments textarea {
	width:520px;
}

#comments .commentnum {
	font-size:3em;
	font-weight:bold;
	margin:0;
	color:#86C64C;
}

#comments .commentlist {
	margin:1em 0;
	padding:0 0 1.6em 0;
	border-top:1px solid #cfcfcf;
}

#comments .commentlist ol, #comments .commentlist ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-indent:0;
}

#comments .commentlist li {
	list-style-type:none;
	margin:0;
	padding:0.5em;
	text-indent:0;
	background:#fff;
	border-bottom:#ddd 1px solid;
	border-left:#ddd 1px solid;
	border-right:#ddd 1px solid;
}

#comments .commentlist li.alt {
	background:#f9f9f9;
}

#comments .commentlist li.authorcomment {
	border:#73AA42 1px solid;
}

#comments .commentlist li .cmtinfo {
	font-size:1em;
}

#comments .commentlist li cite {
	font-style:normal;
	font-weight:bold;
}

#comments .commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}


/* contact - Contact Form 7 plugin - contact-form-7/stylesheet.css */

#wpcf7-f1-p27-o1.wpcf7 {
	padding-bottom:1em;
}

.wpcf7-form {
	margin:10px 0;
	padding:10px;
	background:#cfcfcf;
	border-style:solid;
	border-color:#c8c8c8 #a0a0a0 #a0a0a0 #c8c8c8 ;
	border-width:1px;
}

#wpcf7-f1-p27-o1 input[type="text"] {
	width:180px;
}

#wpcf7-f1-p27-o1 textarea {
	width:520px;
	height:130px;
}

#wpcf7-f1-p27-o1 input[type="text"].captcha  {
	width:104px;
}

div.wpcf7-validation-errors {
	border:2px solid #c90000;
}

#wpcf7-f1-p27-o1 span.wpcf7-not-valid-tip {
	border:1px solid #c90000;
	font-size:0.86em;
	width:284px;
	padding:1px 4px;
}

/* images - Flexible Upload plugin */

.imageframe {
	padding:0.2em;
	border:1px solid #cfcfcf;
}

.imageframe.imgalignleft {
	margin-top:4px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:10px;
	float:left;
}

.imageframe.imgalignright {
	margin-top:0px;
	margin-bottom:2px;
	margin-left:10px;
	margin-right:0px;
	float:right;
}

.imageframe.imgaligncenter {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

/* redbox */

.redbox {
	margin-top:1.6em;
	margin-bottom:0.6em;
	background:#dfdfdf;
	border:15px solid #a80101;
	padding:0.5em 1em;
	font-size:0.86em;
	color:#383838;
}

.redbox.seed {
	background:#dfdfdf url(graphics/redboxnar.jpg) no-repeat 400px -15px;
	padding-right:139px;
	min-height:180px;
	overflow:none;
}

.redbox h1 {
	color:#333;
}

.redbox a {
	color:#a80101;
}






.flashbot {
	margin:0px;
	padding:0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	.flashbot {
		margin-top:3px;
	}
}

/* sideblog cssbox */

#sidebar #sideblog {
	margin-top:0px;
	*margin-top:-13px;
	margin-left:-8px;
}

.sideblog {
	margin-top:1em;
	background:#dedede;
	border:2px solid #9b9b9b;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
}

.sideblog_head {
	background:#a80101;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-khtml-border-radius-topright:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-khtml-border-radius-topleft:10px;
}

.sideblog_head h3 {
	text-align:center;
	color:#ffffff;
	font-size:1.6em;
	text-transform:uppercase;
	margin: 0;
	padding: 4px;
}

.sideblog_body {
	padding:6px;
}

#sidebar .sideblog_body blockquote {
	background:url(graphics/quotesm_cssbox_start.gif) no-repeat top left;
	text-align:left;
	margin-top:0.3em;
	margin-right:0;
	margin-bottom:0.3em;
	margin-left:0.042em;
	padding-left:17px;
}

#sidebar .sideblog_body blockquote cite {
	background:url(graphics/quotesm_cssbox_end.gif) no-repeat top right;
	display:block;
	padding-right:10px;
	font-style:italic;
}

.textbox .sideblog_body blockquote {
	background:url(graphics/quote_cssbox_start.gif) no-repeat top left;
}

.textbox .sideblog_body blockquote cite {
	background:url(graphics/quote_cssbox_end.gif) no-repeat top right;
}





/* ADDED FOR plugins/grunion-contact-form.php */

#contact-form-27 {
	margin:1em;
	padding:1em;
	margin-bottom:3em;
	border:1px solid #f0f0f0;
}

#contact-form-27 h3 {
	padding:3px 0.6em;
	margin-bottom:1em;
	background:#fef375;
	border:1px solid #d8cc07;
}

#contact-form-27 p {
	padding-left:1em;
	padding-right:1em;
}

#contact-form-27 .contact-form p {
	padding:0 0 1em 0;
	margin-bottom:0;
	background:transparent;
	border:none;
}

#contact-form-27 .contact-form .textbox {
	width:300px;
	padding:0.33em;
}

#contact-form-27 .contact-form .name, #contact-form-27 .contact-form .email, #contact-form-27 .contact-form .url {
	padding-left:6px;
}

#contact-form-27 .contact-form .name, #contact-form-27 .contact-form .email {
	color:#920C01;
}

#contact-form-27 .contact-form #contact-form-comment-27 {
	padding:0.33em;
	width:450px;
}

#contact-form-27 .form-error h3 {
	margin-bottom:0;
	background:#ffd1d1;
	border-color:#eea5a5;
}

#contact-form-27 .form-error p {
	padding:1em;
	margin-bottom:1em;
	background:#fff1f1;
	border:1px solid #eea5a5;
	border-top:none;
}
