/*
Theme Name: Cubicle
Theme URI: http://cubicle.ithemes.com/
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.1
Description: Cubicle is a premium WordPress theme designed by iThemes.
Tags: light, business, theme options, image fader, dropdown menus, CMS
All the CSS, XHTML, design, and images are copyrighted. Please don’t steal.

Version History:
	0.9 - 2008-01-14
		Beta
	0.9.1 - 2008-01-14
		Added /lib/ folder, modified functions.php, index.php, header.php, footer.php
	0.9.2 - 2009-01-15
		Changed link hex color in style.css and dropdown.css
		Updated dropdown.css to make dropdown menus transparent (safari/FF only)
		Fixed footer year, made it dynamic
		Fixed image padding issue in style.css
		Updated the homepage copy code so line breaks were represented on the front-end
		Added edit link to page.php and single.php
		Updated home_sidebar.php to show only 5 posts by default
	0.9.3 - 2009-01-15
		Artificial Tag, internal reasons.
	0.9.4 - 2009-01-16
		Added /images/alpha-50.png for dropdown transparency
		Replaced /images/ logo.jpg, logo.psd, favicon.ico
		Removed featured-image.jpb
		Updated dropdown.css with new colors
		Updated style.css
	0.9.5 - 2009-01-17
		Added Contact Page
	0.9.6 - 2009-01-27
		Started over. Used Tech as a base.  All previous functions should still work.
	0.9.7 - 2009-01-27
		Fixed the disappearing text in IE6 (home.php, style.css)
		Moved the menu into place within the header
	0.9.8 - 2009-01-27
		Floated the #menu ul to the right
		added new sidebar templates (default, pageleft, pageright)
	1.0 - 2009-01-27
		Fixed the meta sections on page_blog.php
		Public Release!!!
	1.0.1 - 2007-02-02
		Changed the sort to menu_order wp_page_menu argument filter

*/
/*CSS Reset*/
@import(css/reset.css);

body { /* This is where you set many of the universal defaults */
	background: #a4a4a4; color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #2D5B77;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #000; 
	text-decoration: underline; 
}

/*********************************************
		Universal Text Elements
*********************************************/
p, ul, ol, blockquote {
	color: #666;
}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666;
	font-size: 20px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h1 { /* This style used as title on single posts and pages */
}
h2 { /* This style used as header in the sidebars */
	font-size: 18px;
}
h3 { /* This style used as the post titles on homepage/archive */
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 16px;
	color: #999;
}
h5 { /* This style used for the product price  */
	font-size: 15px;
}
h6 { /* This style used for second product price  */
	font-size: 14px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
   float: right;
   text-align: right;
}
img.alignright {
   margin: 0px 0px 8px 8px;
}
img.alignleft {
   margin: 0px 8px 8px 0px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: #FFF;
	width: 780px;
	margin: 20px auto; padding: 0px;
	border: 1px solid #666;
	text-align: left;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	background: url(images/header.gif) no-repeat;
	width: 780px; height: 55px;
}
#header #title {
	width: 205px; height: 55px;
	float: left;
}
#header #title a {
	display: block;
	width: 205px; height: 55px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}
/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#menu {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	width: 575px; height: 25px;
	margin: 0px; padding: 15px 0px;
	position: relative;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	float: right;
	background: transparent;
	height: 25px; line-height: 25px;
	margin: 0px; padding: 0px;
}
/* This is the style for the top level list items */
#menu ul li {
	background: none;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 25px; line-height: 25px;
	margin: 0px; padding: 0px;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #2D5B77;
	text-decoration: none;
}
/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	background: #3ca8da;
	color: #FFF;
	text-decoration: none;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: block;
	height: 25px; line-height: 25px;
	margin: 0px; padding: 0px 10px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
	background: #3ca8da;
}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 202px; /* the width of the dropdown */
	left: -999em;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	margin: 0px; padding: 0px;
	border-top: 1px solid #FFF;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 26px; line-height: 26px;
	overflow: hidden;
	text-align: left;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 190px;
	display: block;
	background: #FFF;
	color: #2D5B77;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
	border: 1px solid #FFF;
	border-top: none;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	background: #3ca8da;
	color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
}


/*********************************************
		Homepage Styles
*********************************************/
#rotator { /* The image rotator */
	clear: both;
	display: block;
	float: left;
}

#homebottom {
	clear: both;
	width: 780px;
	background: #ddd;
	margin: 0px; padding: 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#homebottom .widget {
	width: 260px;
	display: inline;
	float: left;
	margin: 0px; padding: 5px 0px;
}
#homebottom h4 {
	padding: 10px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	text-align: center;
}
#homebottom .widget p,
#homebottom .widget img,
#homebottom .widget form,
#homebottom .widget div  {
	padding: 10px;
}
#homebottom .widget ul,
#homebottom .widget ol {
	padding: 10px 0px; margin: 0px 15px 5px 25px;
	list-style-type: square;
}
#homebottom .widget .textwidget p,
#homebottom .widget .textwidget img,
#homebottom .widget .textwidget form,
#homebottom .widget .textwidget div,
#homebottom .widget .textwidget ul,
#homebottom .widget .textwidget ol {
	margin: 0px; padding: 0px;
}

	
/*********************************************
		Content Div
*********************************************/
#content {
	display: inline;
	width: 580px;
	float: left;
	margin: 0px; padding: 10px;
}
#content-full { /* 780px total width */
	display: inline;
	width: 760px;
	float: left;
	margin: 0px; padding: 10px;
}

/*********************************************
		Post Div
*********************************************/
.post {
	clear: both;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 10px 0px; padding: 5px 0px;
	border-top: 1px solid #CCC;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}

/*********************************************
		Sidebar
*********************************************/
.sidebar {
	display: inline;
	float: left;
	width: 160px;
	margin: 0px; padding: 10px;
	font-size: 10px;
	text-transform: uppercase;
}
.sidebar .widget {
	clear: both;
	margin: 0px; padding: 0px 0px 20px 0px;
}
.sidebar p, 
.sidebar .textwidget {
	font-size: 11px;
	text-transform: none;
}
.sidebar img {
	margin: 10px 0px;
}
.sidebar form {
	margin: 0px; padding: 0px;
}
.sidebar ul {
	margin: 0px; padding: 0px 0px;
	list-style-type: none;
}
.sidebar ul li {
	margin: 5px 10px 5px 0px; padding: 0px;
}
.sidebar ul li a {
	font-weight: normal;
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px 0px 0px 10px; padding: 0px;
}
.sidebar ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 20px 0px; padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; padding: 0px;
}
#comments ul.children {
	margin: 0px; padding: 10px 0px 0px 20px;
}
#comments .vcard {
	
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #CCC;
}
#comments ul.children li {
	border: 1px solid #CCC;
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	background: #F2F2F2;
	margin: 10px 0px; padding: 10px;
}
#comments blockquote {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 10px 0px; padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; padding: 0px;
}

#respond {
	overflow: hidden;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; padding: 5px;
}
#respond #commentform #comment {
	width: 98%;
	margin: 10px 0px 15px 0px; padding: 5px;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	display: block;
	color: #999;
	text-align: left;
	margin: 0px; padding: 10px;
	font-size: 10px;
	text-transform: uppercase;
}
#footer a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}