/*
Theme Name: Cyclonic Blog
Theme URI: http://www.cyclonicstudios.com/
Description: Theme exclusively for CyclonicStudios.com.
Version: 1.5
Author: Graham from Cyclonic Studios
Tags: grey, black, orange, 960, widgets

Theme by Cyclonic Studios || http://www.cyclonicstudios.com
*/

/* main styles */
* {
    margin: 0px;
    padding: 0px;
}

a {
    color:#ffa800;
    font-weight:bold;
    text-decoration:none;
}
a:hover {
    color:#fc0;
    text-decoration:none;
}

body {
    font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 12px;
		background-color:black;
}

div.hr {
	margin:10px auto;
	width:90%;
	height:1px;
	background-color:#333;
}

/* layout divs */

div#main {
    background:#000 url(images/mainbg.png) top left repeat-x;
    width:100%;
}

div.center {
    width: 960px;
    margin:0 auto;
}

/* header */

div#header div.center {
    background: transparent url(images/header.png) top left no-repeat;
    height:220px;
}

a#title {
    width: 320px;
    margin:0px 30px;
    padding:150px 0 0 0;
    height: 0px;
	overflow:hidden;
    float:left;
    display:block;
}

a#subscribe {
    display:block;
    width:112px;
    float:right;
    padding:133px 0 0 0;
    height: 0px;
	overflow:hidden;
}

div#navigation {
    width:306px;
    height:218px;
    float:right;
    background:#000;
    border:2px solid #000;
    border-width:0 2px 2px 2px;
		position:relative;
}

div.accordion {
    overflow:auto;
    height:218px;
    font-size:12px;
    color:#eee;
}

div.accordion a.tab {
    background: transparent url(images/accordionback.png) top left repeat-x;
    display:block;
    width:302px;
    height:25px;
    font-size:16px;
    color:#2c2c2c;
    border-top:2px solid #000;
    padding:3px 0 0 4px;
    position:relative;
}

div.accordion a.tab span {
    background: transparent url(images/accordion_closed.png) top left repeat-x;
    display:block;
    height:11px;
    width:11px;
    position:absolute;
    right:5px;
    top:8px;
}

div.accordion_div {
	background:#000 url(images/nav_back.png) top left repeat-x;
	padding:0 1px;
}

div.accordion a.tab.selected span {
    background: transparent url(images/accordion_open.png) top left repeat-x;
    display:block;
    height:11px;
    width:11px;
    position:absolute;
    right:5px;
    top:8px;
}

div.accordion p {
    padding:10px;
    line-height:14px;
}

div.nav_col {
    padding:4px;
    font-size:10px;
    line-height:12px;
    width:145px;
    float:left;
}

ol.nav_list {
    list-style-type:none;
    height:90px;
}

h2.nav_head {
	font-size:18px;
  height:20px;
	float:left;
	margin-left:2px;
}

div#find_loader {
	background:#2d2a2b url(images/loader.gif) center center no-repeat;
	width:306px;
	height:130px;
	position:absolute;
	top:30px;
	left:0px;
	display:none;
}

form#findposts {
    width:300px;
    padding-left:2px;
		background:transparent url(images/find.png) top left no-repeat;
		background-position:2px 0;
		height:20px;
}

input#find {
    float:left;
    padding:3px 0 0 8px;
    width:272px;
    height:17px;
    font-size:10px;
    font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
		background:transparent none;
    border:0 none;
}

input#find_submit {
    float:left;
    width:20px;
    border: 0 none;
    background:transparent none;
    padding:20px 0 0 0;
    height: 0px;
		cursor:pointer;
		overflow:hidden;
}

/* contact */

span#contact_status {
	font-size:10px;
	margin-left:10px;
}

form#contact input {
	float:left;
}

form#contact input[type='submit'] {
	margin:2px;
	height:25px;
}

form#contact textarea {
    width:294px;
    height:75px;
    padding:3px;
    background:#555 url(images/contact_text.png) top left no-repeat;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 14px;
    border: 0 none;
		margin-left:2px;
}

/* content */

div#content {
	background:#000 url(images/sidebar_back.png) top right repeat-y;
    width:960px;
    color: #eee;
}

/* posts */

div.pagenav {
    height:50px;
}
div.pagenav .alignleft {
    float:left;
}
div.pagenav .alignright {
    float:right;
}

div#posts {
	margin:30px 0 0 10px;
    width:620px;
    float:left;
}
h2.date {
    font-size:10px;
    margin-bottom:15px;
}

div.meta {
    clear:both;
    margin:0 0 5px 20px;
}

div.post {
    background:transparent url(images/entrybg.png) top left no-repeat;
    padding:10px 0 20px 20px;
    position: relative;
    margin-bottom:30px;
}
div.post div.entrydate {
    float:right;
    margin:10px 0 0 0;
}

h3.storytitle {
    font-size:36px;
    display:block;
    float:left;
    width:475px;
	font-weight:normal;
}

h3.storytitle a {
	font-weight:normal;
	color:#f80;
    text-decoration: none;
}
h3.storytitle a:hover {
    text-decoration: none;
    color:#fa0;
}

div.entry h3 {
	margin:10px 0 5px 5px;
	font-size:24px;
	font-weight:normal;
}

div.entry h3 * {
	color:#ccc;
	font-size:24px;
	font-weight:normal;
}

div.entry img {
	background: #bbb;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #888;
	padding:5px;
}

/* sociable */

div.sociable {
    margin:20px 0;
}

div.sociable_tagline {
    display:none;
    font-weight: bold;
    font-size:16px;
}

.sociable_hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}

.sociable_hover:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

div.sociable ul {
    width:301px;
    height:36px;
    padding-top:4px;
    list-style-type:none;
    background:transparent url(images/sociable_back.png) top left no-repeat;
}

div.sociable ul li {
    float:left;
    margin-left:5px;
    display:inline;
}

div.sociable a img {
	background:transparent;
	padding:0;
  border:0 none;
	width:32px;
	height:32px;
}

/* comments */

h2#comments {
    font-size:14px;
    font-weight:bold;
    margin:10px 0 0 0;
    background: transparent url(images/hr.png) bottom left no-repeat;
}

h2#postcomment {
	text-indent:-9000px;
	font-size:14px;
	font-weight:bold;
	margin:10px 0 -8px; 0;
	height:60px;
	width:590;
	background: transparent url(images/leaveacomment.png) bottom left no-repeat;
}

ol#commentlist {
    list-style-type:none;
    padding:10px 0 0 10px;
}

ol#commentlist li {
    margin: 0 0 5px 0;
    width:500px;
}

div.comment_top {
    padding:5px;
    height:20px;
    background: transparent url(images/comment_back.png) top left no-repeat;
}

div.comcont {
    background: transparent url(images/comment_back.png) bottom left no-repeat;
    padding:0 0 5px 0;
}

div.comment_text {
    background: transparent url(images/comment_quote.png) bottom right no-repeat;
    background-color: #454545;
    border:1px solid #5F5F5F;
    border-width: 0 1px;
    padding: 10px 10px;
}

p.authorname {
    float:left;
}

p.comment_time {
    float:right;
}

div.comment_textfields {
	float:left;
	
}

div.comment_textarea {
	float:left;
}

form#commentform input.text {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    height:24px;
    padding:3px;
    font-size:14px;
    margin:2px 0;
    width:144px;
    background: transparent url(images/inputtext.png) top left no-repeat;
    border: 0 none;
}

form#commentform label {
	display:block;
	font-size:9px;
	margin-top:-5px;
	margin-bottom:5px;
}



form#commentform textarea {
    width:434px;
    height:194px;
    padding:3px;
    background:transparent url(images/textarea.png) top left no-repeat;
    margin:2px 0 0 0;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 14px;
    border: 0 none;
		overflow:hidden;
}


form#commentform input#submit {
    position:relative;
    top:-48px;
		float:right;
    border: 0 none;
    width: 127px;
    height: 48px;
    opacity:0;
    filter:alpha(opacity=0);
    zoom:1;
    overflow:hidden;
    cursor:pointer;
}

/* sidebar */

div#sidebar {
    width:310px;
		padding:0 0 5px 4px;
    float:right;
		position:relative;
}

a#sidebar_rss {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:block;
	line-height:1.1em;
	background:transparent url(images/subscribe.png) 5px 5px  no-repeat;
	width:210px;
    padding:60px 0 0 0;
    height: 0px;
	overflow:hidden;
	margin:10px auto 0 auto;
}

a#sidebar_rss:hover {
	background-color:#333;
}

a#sidebar_twitter {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:block;
	line-height:1.1em;
	background:transparent url(images/followme.png) 5px 5px  no-repeat;
	width:210px;
    padding:60px 0 0 0;
    height: 0px;
	overflow:hidden;
	margin:10px auto 0 auto;
}

a#sidebar_twitter:hover {
	background-color:#333;
}

div.sidebar_bottom {
	height:5px;
	z-index:100;
	width:100%;
	position:relative;
	background:transparent url(images/sidebar_bottom.png) top right no-repeat;
}

.W3Counter_widget_sidebar {
	text-indent:-5000px;
}

div.menu {
    color:#eee;
    width:100%;
}

div.menu h3 {
    display:block;
    font-size:24px;
    height:18px;
    padding:15px 0 0 20px;
	margin:0 0 20px 0;
}

div.menu a {
    color: #ccc;
}
div.menu a:hover {
    color: #ddd;
}

div.adverts {
    width:300px;
}

div.menu  div.stuff {
    padding:0 20px;
    width:260px;
}
div.menu div.menubottom {
    height:14px;
    margin-bottom:20px;
}
div.menu li.topic {
    list-style-type:none;
}
div.menu li.topic ul {
    list-style:url(images/bullet.png);
    margin-left:20px;
}

li#tag_cloud a {
    margin:0 0 0 2px;
}

/* footer */

div#footer {
	clear:both;
	min-height:220px;
	height:220px;
	height: auto !important;
	width:100%;
	background-color:#000;
	color:#eee;
}

#footer .center {
	z-index:10;
	background: #151515 url(images/footer_back.png) top right repeat-y;
	border:1px solid #333;
	-moz-border-radius:10px;
	-moz-border-radius-topright:0px;
	-webkit-border-radius:10px;
	-webkit-border-top-right-radius:0px;
	padding:10px 0 10px 0;
	margin-bottom:10px;
	position:relative;
	top:-1px;
	left:-1px;
}

div#footer h3.footerhead {
	background-color: #222;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding-top:3px;
	display:block;
	color:#FFA800;
	height:27px;
	width:300px;
	font-size:16px;
	text-align:center;
	
}

div#footer div.footercol {
    width:300px;
    margin:0 10px;
    float:left;
}

div#footer ol.footerlist li {
    margin:5px;
    list-style-type:none;
}

p.footertext {
	padding:5px 0 0 5px;
}

/* sifr */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h3.storytitle {
	visibility: hidden;
}




/* GESHI */


div.code {
	font-family:"Bitstream Vera Sans Mono",Monaco,Consolas,"Courier New", Courier,monospace;
	font-weight:bold;
}

.imp {font-weight: bold; color: red;}
.kw1 {color: #FFA800;}
.kw2 {color: #66F; font-weight: bold;}
.kw3 {color: #FFA800;}
.kw4 {color: #009900; font-weight: bold;}
.co1 {color: #666666; font-style: italic;}
.co2 {color: #666666; font-style: italic;}
.co3 {color: #3333ff; font-style: italic;}
.co4 {color: #009933; font-style: italic;}
.coMULTI {color: #666666; font-style: italic;}
.es0 {color: #339; font-weight: bold;}
.es1 {color: #66F; font-weight: bold;}
.es2 {color: #609; font-weight: bold;}
.es3 {color: #660099; font-weight: bold;}
.es4 {color: #006699; font-weight: bold;}
.es5 {color: #006699; font-weight: bold; font-style: italic;}
.es6 {color: #009933; font-weight: bold;}
.es_h {color: #000099; font-weight: bold;}
.br0 {color: #ddd;}
.sy0 {color: #ddd;}
.sy1 {color: #66F; font-weight: bold;}
.st0 {color: #66F;}
.st_h {color: #bbb;}
.sc2 {color: #66F; }
.nu0 {color: #66F;}
.nu8 {color: #208080;}
.nu12 {color: #208080;}
.nu19 {color:#800080;}
.me1 {color: #FFA800;}
.me2 {color: #004000;}
.re0 {color: #fd3;}
.re1 {color: #ffa800;}
span.xtra { display:block; }


pre code[class]:after {
  content: 'highlight: ' attr(class);
  display: block; text-align: right;
  font-size: smaller;
  color: #CCC; background: white;
  border-top: solid 1px;
  padding-top: 0.5em;
}

pre code {
  display: block;
  background: #F0F0F0;
  font-family:"Bitstream Vera Sans Mono",Monaco,Consolas,"Courier New",monospace;
}

pre code,
.ruby .subst,
.xml .title,
.lisp .title {
  color: black;
}

.string,
.title,
.parent,
.tag .attribute .value,
.rules .value,
.rules .value .number,
.preprocessor,
.ruby .symbol,
.instancevar,
.aggregate,
.template_tag,
.django .variable,
.smalltalk .class,
.addition,
.flow,
.stream,
.bash .variable,
.apache .tag,
.apache .cbracket {
  color: #800;
}

.comment,
.annotation,
.template_comment,
.diff .header,
.chunk {
  color: #888;
}

.number,
pre .date,
.regexp,
.literal,
.smalltalk .symbol,
.smalltalk .char,
.change {
  color: #080;
}

.label,
.javadoc,
.ruby .string,
.decorator,
.filter .argument,
.localvars,
.array,
.attr_selector,
.pseudo,
.pi,
.doctype,
.deletion,
.envvar,
.shebang,
.apache .sqbracket {
  color: #88F;
}

.keyword,
.id,
.phpdoc,
.title,
.built_in,
.aggregate,
.smalltalk .class,
.winutils,
.bash .variable,
.apache .tag {
  font-weight: bold;
}

.html .css,
.html .javascript,
.html .vbscript {
  opacity: 0.5;
}