/******************************************************************************
 *  Site:			Flee the Cube styling, green {point} oh.
 *  Author:			Cesar Gonzalez
 *	URL:			http://fleethecube.com
 *  Date:			March 15, 2009
 *  Copyright: 		(c) Cesar Gonzalez, 2005-2009
 *  Description:
 *
 *	Flee the Cube is my personal site and blog, and finally, it is also my
 *  personal design.  Please feel free to learn in here, and also be good
 *  and give credit.  Peace.
 *
 * =RESET - Reset styles, set some defaults.
 ******************************************************************************/
 
* { margin: 0; padding: 0; color: #333; }

body {
	font: normal 88%/1.4 Verdana, Geneva, sans-serif;
	background: #FFF url(http://fleethecube.com/themes/site_themes/green/header-bg.jpg) repeat-x top left;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 1.3em/1 Verdana, Geneva, sans-serif;
	color: #F90;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #AD6E2E;
	text-transform: uppercase;
	margin-bottom: 0.2em;
}

a { color: #2A9900; }
a:visited { }
a:hover { color: #F90; text-decoration: none; }

img { border: none; }
p { margin-bottom: 1.2em; }
ul, ol { list-style-type: none; }

/* =LAYOUT - Basic layout and bounding boxes for the site.
 ******************************************************************************/

#header {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	height: 150px;
	text-align: left;
}

#content {
	width: 960px;
	padding: 30px 10px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}

#main {
	float: left;
	width: 600px;

}

#sidebar {
	float: right;
	width: 320px;
}

#colophon-wrap {
	clear: both;
	background: #291307 url(http://fleethecube.com/themes/site_themes/green/colophon-bg.jpg) repeat-x top left;
}

#colophon {
	width: 960px;
	padding: 80px 10px 40px 10px;
	margin: 0 auto;
	min-height: 250px;
	text-align: left;
}


/* =HEADER - Styles within the header section.
 ******************************************************************************/

#header { position: relative; }

#header h3 { 
	position: absolute;
	top: 0px;
/*	left: 340px; */
	right: 0px;
	width: 270px;
	height: 70px;
	font-style: italic;
	text-transform: none;
	background: url(http://fleethecube.com/themes/site_themes/green/simple-cloud.gif) no-repeat top left;
}

#header h3 a {
	display: block;
	padding: 11px 0 20px 0;
	text-align: center;
	text-decoration: none;
	color: #05ACE8;
}

#header h3 a:hover { color: #F90; }


/* =NAVIGATION - You know what this is.
 ******************************************************************************/

#nav {
	float: left;
	margin-top: 107px;
}

#nav li {
	float: left;

}

#nav li a, #nav li.selected {
	display: block;
	height: 34px;
	width: 144px;
	padding-top: 11px;
	font: normal 14px/1 Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	/* text-transform: uppercase; */
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

#nav li a:hover {
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	/* color: #FFF0DA; */
}

#nav li.selected {
	background: url(http://fleethecube.com/themes/site_themes/green/nav-selected-bg.jpg) no-repeat top left;
	color: #333;
}

/* =CONTENT - Styles within the body of the site.
 ******************************************************************************/
#main h1, #main h2 { 
	font-size: 2.7em;
	line-height: 1.1;
	letter-spacing: -2.3px;
	word-spacing: -2px;
	color: #F90;
	margin-bottom: 0.9em;
}

#main h2 a, .photo-context h2 a { color: #F90; text-decoration: none; }
#main h2 a:hover, .photo-context h2 a:hover { color: #2A9900; }

#main .post-header { margin-bottom: 2em; }
#main .post-header h1, #main .post-header h2 { margin-bottom: 0; }

.post {
	margin-bottom: 5em;
}

.post-date, .post-commments, .post-comments a, .post-comments a:visited {
	font-size: 11px;
	text-transform: uppercase;
}

.post-date { padding-left: 20px; background: url(http://fleethecube.com/themes/site_themes/green/date.gif) no-repeat left center; }
.post-comments { padding: 0; }

.entry img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 7px;
	border: 1px solid #999;
	background-color: #EEE;
}

.entry ul { clear: both; margin: 1em 0; }
.entry ul { list-style-type: circle; }
.entry li { margin: 0 0 1em 2em; }

.clear { clear: both; }

#main .more-articles { padding: 25px 20px; background-color: #f0f0f0; }
#main .more-articles .post { margin-bottom: 2em; }
#main .more-articles .post-header { margin-bottom: 0; }
#main .more-articles h2 { font-size: 1.5em; letter-spacing: normal; word-spacing: normal; margin-bottom: 2px; }
#main .more-articles h3 { font-size: 1em; margin-bottom: 1.5em; border-bottom: 1px dotted #AD6E2E; }

/* =COMMENTS - Cutesy bubble style comments with Gravatars
 ******************************************************************************/
#read-comments { margin-bottom: 5em; }

#main #read-comments h2, #main #leave-comments h2 { 
	color: #704419;
	border-bottom: 1px solid #704419;
}

li.comment, li.comment-alt, li.comment-cesar {
	position: relative;
	margin-bottom: 3.6em;
	background-repeat: no-repeat;
	background-position: top right;
}

li.comment { background-image: url(http://fleethecube.com/themes/site_themes/green/comment-top-b.gif); }
li.comment-alt { background-image: url(http://fleethecube.com/themes/site_themes/green/comment-top-o.gif); }
li.comment-cesar { background-image: url(http://fleethecube.com/themes/site_themes/green/comment-top-c.gif); }

.gravatar {
	position: absolute;
	bottom: 0; left: 0;
	width: 110px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(http://fleethecube.com/themes/site_themes/green/balloon-point-b.gif);
}

.comment-alt .gravatar { background-image: url(http://fleethecube.com/themes/site_themes/green/balloon-point-o.gif); }
.comment-cesar .gravatar { background-image: url(http://fleethecube.com/themes/site_themes/green/balloon-point-c.gif); }

.comment-body {
	float: right;
	width: 450px;
	padding: 11px 20px 20px 20px;
	margin-top: 9px;
	background: #D7F4FF url(http://fleethecube.com/themes/site_themes/green/comment-bottom-b.gif) no-repeat bottom right;
}

.comment-alt .comment-body { background: #FFE9C8 url(http://fleethecube.com/themes/site_themes/green/comment-bottom-o.gif) no-repeat bottom right; }
.comment-cesar .comment-body { background: #2A9900 url(http://fleethecube.com/themes/site_themes/green/comment-bottom-c.gif) no-repeat bottom right; }
.comment-cesar .comment-body p { color: #FFF; }
.comment-cesar .comment-body a { color: #FF9900; }

#read-comments a.permalink {
	position: absolute;
	top: 5px; right: 10px;
}

.comment-by {
	clear: both;
	font-size: 0.9em;
	color: #777;
	text-align: right;
	padding-right: 5px;
}

#comment-form { float: left; background-color: #D7F4FF; padding: 30px 40px; }
#comment-form p { float: left; }
#comment-form label, #comment-form input, #comment-form textarea { float: left; }
#comment-form label { width: 80px; }
#comment-form label.check { padding-left: 2px; width: auto; }

#coname, #coemail, #courl, #cotext, #cocaptcha { 
	font-size: 1.4em;
	padding: 3px;
	margin-bottom: 3px;
	border: 1px solid #777;
	width: 400px;
}

#comment-form label.captchalabel { margin-left: 80px; width: auto; }
#comment-form #cocaptcha { margin-left: 80px; }

#cotext { height: 150px; }
#coremember, #conotify { margin-left: 80px; }

#comment-form #cosubmit {
	margin-left: 80px;
	width: 120px;
	padding: 3px;
	font-size: 1.4em;
}


/* =PORTFOLIO - Styles within the body of the site.
 ******************************************************************************/
#work #main {
	position: relative;
}

#content .descriptive-header h1, #content .descriptive-header h2 {
	line-height: 0.94em;
	margin-bottom: 0;
}

#content .descriptive-header {
	margin-bottom: 2.6em;
}

a img.cutout, .screenshot img {
	background-color: #EEE;
	border: 1px solid #999;
	padding: 7px;
}

a:hover img.cutout {
	background-color: #05ACE8;
	border: 1px solid #05ACE8;
	filter:alpha(opacity=60);
	opacity: 0.6;
}

.project-name {
	text-transform: uppercase;
	font-size: 1.1em;
}

.project-name a {
	text-decoration: none;
	color: #333;
}

.buzzwords p {
	font-size: 0.88em;
	text-align: right;
	color: #777;
	margin-right: 4px;
}

.screenshot {
	float: left;
}

.project-info {
	width: 450px;
	float: right;
}

.project-info h2 {
	font-size: 2.6em;
	text-transform: lowercase;
	margin-bottom: 0.7em;
}

#browse-projects li {
	float: left;
	margin: 0 1em 1em 0;
	background-color: #FFF; /* for rollover opacity effect */
	height: 104px;
	overflow: hidden;
}


#browse-projects a img {
	padding: 7px;
	background-color: #05ACE8;
	border: 1px solid #05ACE8;
	filter:alpha(opacity=60);
	opacity: 0.6;
}

#browse-projects a:hover img {
	background-color: #F90;
	border: 1px solid #F90;
	filter:alpha(opacity=100);
	opacity: 1;
}


/* =PHOTO ALBUM - The photo album section which is implemented through Flickr
 ******************************************************************************/
#photos #content .iswide { width: 960px; }
#photos #content .isnarrow { width: 560px; }
#photos .photo-context h2 { font-size: 1.8em; }	

#photos #content .descriptive-header h1 { margin-bottom: 0.5em; }
.photoset {
	float: left;
	width: 180px;
	height: 240px;
	padding: 27px 30px 23px 30px;
	margin: 0 80px 50px 0;
	background: #FFF url(http://fleethecube.com/themes/site_themes/green/photoset-bg.png) no-repeat top left;
	overflow: hidden;
}

.photoset a {
	display: block;
	height: 180px;
	width: 180px;
	overflow: hidden;
}

.photoset:hover a img {
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.photoset h3 a {
	padding-top: 14px;
	font: bold 11px Comic Sans, Comic Sans MS, cursive;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	line-height: 1.1;
	color: #1E3F83;
	text-align: center;
	text-decoration: none;
}

.photoset:hover h3 a { color:#F90; }

#album a {
	display: block;
	float: left; 
	margin: 0 12px 15px 0;
}

#album a img {
	padding: 5px;
	background-color: #EFEFEF; 
	border: 1px solid #999;
}

#album a:hover img {
	background-color: #F90;
	border: 1px solid #F90;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#photo img {
	padding: 12px;
	text-align:center;
	background-color: #FFF; 
	border: 1px solid #999;
}

#content #photo h1.photo-info {
	font-size: 0.9em;
	color: #333;
	margin: 2px 0 0 12px; 
	padding: 0;
	letter-spacing: normal;
	word-spacing: normal;
}

.photo-context .navigate-photos,
.photo-context .navigate-previous,
.photo-context .navigate-next { float: left; }

.photo-context .navigate-next a,
.photo-context .navigate-previous a { font-size: 75px; font-weight: bold; line-height: 1; text-decoration: none; }

.photo-context .navigate-next img,
.photo-context .navigate-previous img { vertical-align: middle; }

.photo-context .arrows { clear: both; }
.photo-context .navigate-previous { margin-right: 5px; }
.photo-context .larr,
.photo-context .rarr { font-size: 2em; text-decoration: none; }


/* =SIDEBAR
 ******************************************************************************/

#sidebar {
	font-size: 0.9em;
	line-height: 1.3;
}

#sidebar ul { padding: 0 0 40px 0; }

#sidebar h2 {
	background: url(http://fleethecube.com/themes/site_themes/green/sidebar-header-bg.jpg) no-repeat bottom left;
	font-size: 20px;
	color: #704419;
	padding: 0 0 12px 10px;
	clear: both;
}

#sidebar h2 a, #sidebar h2 a:visited { color: #704419; text-decoration: none; }

#sidebar h3 {
	text-transform: none;
}

#me {
	float: right;
	width: 87px;
	padding: 4px;
	margin: 0 0 10px 8px;
	background-color: #EEE;
	border: 1px solid #999;
}

#sidebar .quien p {
	font-size: 12px;
	line-height: 1.16;
}

#aweber-form { clear: both; }

#aweber-form input { 
	width: 190px;
	padding: 2px 3px;
	font-size: 1.1em;
	border: 1px solid #777;
	color: #999;
}

#aweber-form input.button {
	width: 115px;
	padding: 2px 5px;
	margin-left: 7px;
	background-color: #2A9900;
	color: #FFF;
}

#sidebar .twitter h2 {
	height: 34px;
	background: url(http://fleethecube.com/themes/site_themes/green/sidebar-twitter-bg.gif) no-repeat bottom left; 
}

#sidebar .twitter h2 a {
	display: block;
	padding-top: 12px;
}

#sidebar .status, #sidebar .status-alt { padding: 0.5em 5px 0.8em 5px; }
#sidebar .status { background-color: #D7F4FF; }
#sidebar li.tweet span a { color: #777; text-decoration: none; }
#sidebar li.tweet span a:hover { color: #F90; }

#sidebar .random-photo { overflow: hidden; }
#sidebar .random-photo img { width: 320px; }
#rss-dude {
	text-align: center;
	margin: 5em 0 3em 0;
}


/* =COLOPHON - Styles for the bottom half of the site.
 ******************************************************************************/

#colophon { overflow: auto; line-height: 1.3; }
#colophon p, #colophon h2, #colophon li, #colophon div { color: #DDD; }
#colophon a { text-decoration: none; }


#colophon h2 { font-size: 1.8em; color: #AD6E2E; }

#colophon img {
	padding: 6px;
	background-color: #EEE;
	border: 1px solid #999;
}

#flickr-recent { overflow: auto; margin-bottom: 20px; }
#flickr-recent li {
	float: left;
	margin: 0 1em 1em 0;
}

#flickr-recent a:hover img {
	background-color: #F90;
	border: 1px solid #F90;
}

#colophon .recent-comments {
	float: left;
	width: 300px;
	padding-right: 30px;
	border-right: 2px dashed #AD6E2E;
	margin-bottom: 30px;
}

#colophon .recent-comments li { 
	background: url(http://fleethecube.com/themes/site_themes/green/colophon-divider.gif) no-repeat bottom center; 
	padding-bottom: 48px;
	margin-bottom: 20px;
}

#colophon .recent-comments p { margin-bottom: 3px; }
#colophon .recent-comments .meta { font-size: 0.8em; text-align: right; }

#colophon .colophon-column, #colophon .social {
	float: right;
	width: 580px;
	margin-bottom: 20px;
}

#colophon .social li img {
	padding: 0;
	border: 0;
	background: transparent;
	vertical-align: middle;
}

#colophon .social li {
	float: left;
	width: 290px;
	margin-bottom: 15px;
}

#colophon .social li a {
	display: block;
	line-height: 3;
	font-size: 20px;
	color: #DDD;
}

#colophon .social li a:hover { color: #F90; }	

#colophon .goodbye {
	clear: both;
	padding: 20px;
	margin-top: 20px;
	background-color: #AD6E2E;
	overflow: auto;
}

#colophon .goodbye h2, #colophon .goodbye p { color: #291307; }
#colophon .goodbye p { color: #111; }
#colophon .goodbye a { color: #311; text-decoration: underline; }
#colophon .goodbye a:hover { color: #F90; }

#colophon .goodbye .left {
	float: left;
	width: 450px;
}

#colophon .goodbye .right {
	float: right;
	width: 400px;
}

#colophon .goodbye img {
	float: left;
	background-color: #291307;
	padding: 7px;
	margin-right: 20px;
	border: 0;
}

#colophon .goodbye h2 {
	font-size: 1.1em;
	font-weight: bold;
}


	
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar 
 * (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 ******************************************************************************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}