/*
Theme Name: Citrus Scraps
Theme URI: http://www.bloggingexpertise.com/themes/citrus-scraps/
Description: Mostly gray with some bits of orange around the edges.<br /><br />The fonts used in the blog name graphic are <a href="http://www.dafont.com/maxine-script.font">Maxine Script</a> and Georgia.  You can replace it with your own graphic by creating an image that's 95 pixels high and naming it blog-name.png (just make sure you put it in the images directory for the theme).
Version: 1.0
Author: Blogging Expertise
Author URI: http://www.bloggingexpertise.com/

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



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Footer elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #999;
	font-family: Calibri, 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
}

blockquote {
	margin: 0px 30px 0px 30px;
}


.transcript { border: 1px solid #555;
  font-size: 1.1em;
  font-family: Courier;
  margin: 10px; 
  padding: 10px; 
  background: #ddd;
  clear: both;
  padding-top: 5px;
}



p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
}

input,
select,
textarea {
	background: #fff;
	border: 1px solid #555;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:active {
	color: #0C5ECE;
}

a:visited {
	color: #4D6280;
}

a:hover {
	background: #FF6600;
	color: #fff;
	text-decoration: none;
}

a img,
a.no_hover,
a img:hover {
	background: transparent;
	border: 0;
}

.imagelink a:hover {
	background: transparent;
}


.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

.break {
  clear: both;
  padding-top: 10px;
}

div.clear {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

.heading { /* for headings that don't have any real semantic value */
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 130%;
	text-transform: lowercase;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
  position: relative;
	background: #FF9900;
	border: 2px solid #666666;
	margin: 50px auto; /* for centered layouts */
	overflow: hidden;
	padding: 10px;
	text-align: left;
  width: 85%;
}

#header {
	background: #fff url(images/header.png) left bottom repeat-x;
	overflow: hidden;
	padding: 25px;
}

#header a:hover {
	background: #fff ;
	color: #0C5ECE;
}

#container_top {
	background: url(images/background-container-top3.png) 31% 0 no-repeat;
}


#container {
	background: url(images/background-container.png) 31% 0 repeat-y;
  min-height:500px;
  height: auto !important;
  height: 500px;
}

#content {
/*
	background: transparent url(images/background-content.png) left top no-repeat;
*/
	float: right;
	padding: 50px 2% 2% 2%;
  width: 68%;
}

#sidebar {
/*
	background: transparent url(images/background-sidebar.png) left top no-repeat;
*/
  top: 0;
  width: 24%;
	padding: 50px 2% 2% 2%;
}


.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footer {
/*
	background: transparent url(images/background-footer.png) right top no-repeat;
*/
	clear: both;
	text-align: center;
	padding-bottom: 1px;
}


/* Header elements */
/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */

#header h1 a,
#header h2 a {
/*	background: transparent url('images/blog-name.png') center center no-repeat;
 */
 
	display: block;
/*	line-height: 95px; change this to the height of the header image */
/*	text-indent: -1000em; */
	overflow: hidden;
	text-align: center;
}
	
#header h2.description {
	color: #777;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
/*	margin-left: 230px; */
	overflow: hidden;
}

h3.category_description {
	font-weight: normal;
  font-size: 90%;
}


/* Navigation elements 

.navigation ul li {
	display: inline;
}

.navigation ul li a {
	background: #fa3;
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	margin: 1px 0px 1px 1px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	text-transform: lowercase;
}

.navigation ul li a:hover {
	background: #FF6600;
	color: #fff;
}
*/


/* Sidebar elements */
	
#sidebar {
	font-size: 95%;
}

#sidebar .widget {
	margin-bottom: 25px;	
}

#sidebar .widget .heading,
#sidebar .widget .heading a {
	color: #000;
	text-decoration: none;
}

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

#sidebar .widget a:link, 
#sidebar .widget a:visited {
	color: ;
}

#sidebar .widget a:hover {
	color: ;
}

#sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin-right: 10px;
}

form#searchform label {
	display: none;
}



/* Post elements */
.post {
	clear: both;
	margin-bottom: 35px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 140%;
	font-weight: normal;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #000;
	text-decoration: none;
}

.interpost-nav {
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.interpost-nav .float-left {

}

.interpost-nav .float-right {

}

.post ul,
.post ol {
	margin-left: 30px;
}


/* Metadata elements */
.post-metadata { 
	font-size: 85%;
	line-height: 110%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}

.trackbackURL {
	font-size: 75%;
}


/* Comment elements */
#comments .heading {
	display: block;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	margin-top: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	clear: both;
	padding: 5px;
}

#comments .comment-list .alt,
div.landing_pages {
	background: #FFDB37;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
	font-size: 2em;
	text-decoration: none;
}

#comments .comment-number a {
	color: #FF6600;
	text-decoration: none;
}

#comments .comment-number a:hover {
	color: #fff;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}


/* Footer elements */

#footer {
	color: #555;
	font-size: 85%;
	padding-top: 30px;
  clear: both;
}



/* Widget-specific elements */


/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}



/* stuff for the flexible uploads plugin */
.imageframe { margin: 3px; padding: 3px; border: none; }
.imgalignleft { float: left; }
.imgalignright { float: right; }
.imgaligncenter { margin-left: auto; margin-right: auto; }

.alignleft { float: left; text-align: left; }
.alignright { float: right; text-align: right; }

.text_align_right {
  text-align: right;
}
.text_align_left {
  text-align: left;
}


.arcadescores {
  font-family: verdana, arial, sans-serif;
  color: #666;
  font-size: x-small;
  font-weight: normal;
  background: #FFF;
   line-height: 140%;
   padding: 2px;
}

.arcadescores table {
  border-spacing:1px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border-collapse: collapse;
/*  font-size:10px;
  background-color:#E7E7E7;
  color: #b7b7b7; */
}

.arcadescores td, th {
  padding: 4px;
}

.arcadescores thead th {
  font-weight: bold;
  text-align: center;
  background-color: #EE8800;
  color: white;
  border: 0px;
  text-transform:uppercase;
}

.arcadescores tbody th {
  font-weight: bold;
  text-align: center;
  background-color: #EE8800;
  color: white;
  border: 0px;
  text-transform:uppercase;
}

.arcadescores tbody tr {
  background-color:#FFF; 
}


.arcadescores tbody th a:link, tbody th a:visited {
  color: #96D030;
  padding:3px 0px 0px 18px;
}

.arcadescores tbody th a:hover {
  color:#FF8601;
}

.arcadescores tbody tr td { 
  background: #FFF;
  border: 1px solid #888;
}

.arcadescores table td a:link, table td a:visited {
  color: #1975D7;
  text-decoration: none;
}

.arcadescores table td a:hover {
  color: #50ADEA;
  text-decoration: none;
}

.arcadescores tr.table_even_row td {
  background-color: #EE9955;
}
.arcadescores tr.table_even_row {
  background: #EE9955;
}

.arcadescores table td.leftcolumn {
  background-color: #dedfde;
  color: black;
  font-weight: bold;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */
.navigation {
/*
  width:750px; 
  font-size:0.85em;
*/
  height: 31px;
}
/* remove all the bullets, borders and padding from the default list styling */
.navigation ul {
  padding:0;
  margin:0;
  list-style-type:none;
}
.navigation ul ul {
  width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.navigation li {
  float:right;
  width:150px;
  position:relative;
}
/* style the links for the top level */
.navigation a, .navigation a:visited {
  display:block;
/*  font-size:11px; */
   text-decoration:none; 
  color:#fff; 
  width:139px; 
  height: 31px;
  border:1px solid #ff9900; 
  border-width:0px 1px 0 0px; 
  background:#fa3; 
  padding-left:10px; 
  text-align:center;
  line-height:29px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .navigation a, * html .navigation a:visited {
  width:150px;
  w\idth:139px;
}

/* style the second level background */
.navigation ul ul a, .navigation ul ul a:visited {
  background:#ff9900;
}
/* style the second level hover */
.navigation ul ul a:hover {
  background:#ff9900;
}
.navigation ul ul :hover > a {
  background:#ff9900;
}
/* style the third level background */
.navigation ul ul ul a, .navigation ul ul ul a:visited {
  background:#e2dfa8;
}
/* style the third level hover */
.navigation ul ul ul a:hover {
  background:#b2ab9b;
}
.navigation ul ul ul :hover > a {
  background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.navigation ul ul {
  visibility: hidden;
  position:absolute;
  height:0;
  top:31px;
  left:0; 
  width:150px;
}
/* another hack for IE5.5 */
* html .navigation ul ul {
  top:30px;
  t\op:31px;
}

/* position the third level flyout menu */
.navigation ul ul ul {
  left:150px; 
  top:0;
  width:150px;
}
/* position the third level flyout menu for a left flyout */
.navigation ul ul ul.left {
  left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.navigation table {
  position:absolute; 
  top:0; 
  left:0;
}

/* style the second level links */
.navigation ul ul a, .navigation ul ul a:visited {
  background:#fa3; 
  color:#fff; 
  height:auto; 
  line-height:1em; 
  padding:5px 10px; 
  width:129px
  /* yet another hack for IE5.5 */
}
* html .navigation ul ul a {
  width:150px;
  w\idth:129px;
}


/* style the top level hover */
.navigation a:hover, .navigation ul ul a:hover {
  color:#fff; 
  background:#ff9900;
}
.navigation :hover > a, .navigation ul ul :hover > a {
  color:#fff;
  background:#ff9900;
}

/* make the second level visible when hover on first level list OR link */
.navigation ul li:hover ul,
.navigation ul a:hover ul {
  visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.navigation ul :hover ul ul {
  visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.navigation ul :hover ul :hover ul ul {
  visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.navigation ul :hover ul :hover ul {
  visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.navigation ul :hover ul :hover ul :hover ul { 
  visibility:visible;
}

/* style the twitter feed */
.aktt_tweets ul li {
  padding: 0px 0px 10px 0px;
}

.intvrating_key {
  margin-top: -2em;
  font-size: 85%;
}

.wp-caption-text {
  text-align: center;
}


pre { border: 1px solid #555;
	font-size: 1.3 em; 
	margin: 10px; 
	padding:10px; 
	background: #ddd}
code {font-size:1.2em;}
