/*
Theme Name: Gamma
Version: 1.0
Author: Sergio Hernandez
Tags: custom header, fixed width, two columns, widgets
*/

/********************          GLOBAL          ********************/

* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #000 url("images/background.jpg") center center fixed repeat-y;
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
}



div.clear {
	clear: both;
}

img { border: 0; }
a { text-decoration: none; }




/********************          NAVIGATION          ********************/


div#nav {
	position: relative; left: 10px; top: -35px;
	margin:0;
	padding:0;
	float: left;
	width: 100%;
	font-family: Helvetica;
	font-size: 10px;
	text-transform: uppercase;
	list-style-type: none;
}

div#nav ul {
	list-style-type: none;
	text-transform: uppercase;
}

#nav li {
	list-style-type: none;
	display:inline;
	padding:0;
	margin: 0;
}

#nav a:link, #nav a:visited {
	list-style-type: none;
	color:#949899;
	padding: 10px 30px 10px 10px;
	float: left;
	font-weight: bold;
}

#nav a:hover {
	list-style-type: none;
	color: #fff;
}




/********************          HEADER          ********************/

#head
{
	background: #fff;
	height: 226px;
}


#js_clock {
	float: right;
	margin-top: -20px;
	padding-right: 8px;
	color: #888;
	font-weight: bold;
}

div.headwrap {
	width: 1000px;
	margin: 0px auto;
}

#homey {
	color: #fff;
}

div.headleft {
	width: 643px;
	float: left;
	height: 226px;
	background: #fff;
}

div.headleft img.logo{
	margin-top: 40px;
	margin-bottom: 4px;
	margin-left: 15px;
}

div.headleft img.slogan{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
}

div.functions {
	background: #eee url(images/functions-top.jpg) top left no-repeat;
	padding: 10px;
	width: 430px;
	height: 60px;
	overflow: hidden;
	margin-top: 5px;
}


div.functions p{
	color: #999;
	padding-left: 8px;
	padding-bottom: 8px;
}

div.functions a{
	color: #444;
	text-transform: uppercase;
}

div.functions a:hover{
	color: #888;
}

div.functionsbot{
	height: 5px;
	margin-top: 0px;
	width: 450px;
	background: #eee url(images/functions-bot.jpg) bottom left no-repeat;
}

div.headright {
	float: left;
	width: 357px;
	height: 226px;
	background: #fff url(images/body-top.jpg) bottom right no-repeat;
}


div.headbot {
	clear: both;
	background: transparent url(images/content-bg-top.jpg) top left repeat-x;
	width: 100%;
	height: 40px;
}



/********************          HEADER JQUERY SHELF         ********************/


#shelf {
	width: 100%;
	margin: 0px auto;
	display: none;
	color: #fff;
	background: #fff;
	clear: both;
}


div.shelfwrap {
	width: 1000px;
	background: #fff;
	margin: 0px auto;
	height: 243px;
}

#shelf ul {
	list-style: none;
}
#close {
	outline: none;
}

div.shelfleft {
	width: 403px;
	float: left;
	height: 243px;
	background: #fff url(images/plant.jpg) bottom right no-repeat;
	color: #666;
	padding-right: 240px;
	padding-left: 0px;
}

div.shelfleft a{
	color: #558cd8;
	font-weight: bold;
}

div.shelfleft p{
	text-align: justify;
	line-height: 1.5em;
}

div.shelfleft p span{
	color: #357DAB;
}



div.shelfleft h1{
	color: #333;
}


div.shelfright {
	float: left;
	width: 357px;
	height: 243px;
	background: #fff url(images/body-bottom.jpg) top right no-repeat;
}



#main-list {
	text-align: right;
	padding: 75px 30px 0px 0px;
}

div.closeup a{
	border-bottom: 1px dashed #999;
	padding-bottom: 1px;
}

div.closeup a:hover{
	border-bottom: 1px dashed #dfdfdf;
	padding-bottom: 1px;
}

#main-list a{
	text-decoration: none;
	color: #101010;
}


#main-list a:hover{
	text-decoration: none;
}


#head h1 span { display: none; }
#head form { 
	float: left;
	text-align: left;
	margin-top: 1px;
	}

#head form input { 
	width: 174px; 
	border: none;
	height: 20px;
	margin-top: 3px !important: margin-top: 0px;
	padding: 4px 2px 0px 5px;
	background: transparent;

}

#head p.rssintro {
	float: right;
	width: 30px;
	padding-left: 24px;
	margin-top: -20px !important; margin-top: -28px;
	line-height: 18px;
	background: url(/img/rss-icon-bw.gif) top left no-repeat;

}

#head p.rssintro a{
	color: #eee;
}


#head p.rssintro a:hover{
	color: #f9932f;
	font-weight: bold;
}

#head h3 { display: none; }

div.searching {
	background: url(/img/form-bg.gif) top left no-repeat;
	width: 422px;
	height: 28px;
	padding: 4px 0px 2px 6px;
	margin-top: 5px;

}


/********************          MAIN          ********************/

div#wrap { 
	width: 100%; 
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent;
}

div#mainbox {

	width: 960px;
	background: #000 url("images/background.jpg") center center fixed repeat-y;
	padding: 0px;
	margin: auto;
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

div#widecolumn {
	width: 600px;
	background: white;
	float: left;
}

div.content {
	height: auto;
	background: #fff;
	padding: 20px 20px 30px 20px;
	margin: auto;
}


div#footer
{
	clear: both;
	margin: 0;
	padding: 5px;
	background: #000;
	color: #fff;
}

#footer-content {
	color: #fff;
	width: 100%;
	margin: 0;
	height: 500px;
}




/********************          ANCHOR STYLES          ********************/					
div#content a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

div#content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

div#content a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #357DAB;
}

div#content a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


div#footer a:link {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
div#footer a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
div#footer a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
div#footer a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}


						

/********************          TYPOGRAPHY          ********************/			


blockquote {
	margin: 0px 10px 10px 10px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
	font-family: Georgia, Arial, Serif;
	font-size: 10pt;
	border-top: #d0cece 1px solid;
	border-bottom: #d0cece 1px solid;
	background: #f5f5f5;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

small {
	font-size: 9px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}





/********************          IMAGES          ********************/			

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: block;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}


/********************          LISTS          ********************/			

.content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 40px;
	list-style-image: url(images/bullet.png);
}

.content li {
	margin: 7px 0 8px 10px;
}


.content ol {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 40px;
}

.content ol li {
	margin: 7px 0 8px 10px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

						<!-- /* FORM ELEMENTS */-->
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

.content form { 
	text-align:center;
}

select {
	width: 130px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

											


						<!--/* VARIOUS TAGS & CLASSES */-->
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

						<!--/* CAPTIONS */-->
.aligncenter, div.aligncenter {
}

.wp-caption {

	border: 1px solid #000;
	text-align: center;
	background-color: #ececec;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}

.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;
}

li a:link {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
li a:visited {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
li a:hover {
	text-decoration: none;
	color: #357DAB;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
li a:active {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


img.alignright { 
	float:right; margin:0 0 1em 1em;
}

img.alignleft {
	float:left; margin:0 1em 1em 0;
}

img.aligncenter {

}

a img.alignright {
	float:right; margin:0 0 1em 1em;
}

a img.alignleft {
	float:left; margin:0 1em 1em 0;
}

a img.aligncenter {
}

table, td, th, tr {
	font-size: 10px;
}

.content h2 {
	margin-bottom: 5px;
	text-transform: capitalize;
}

#mobilelink, #mobilelink a:link, #mobilelink a:visited, #mobilelink a:hover, #mobilelink a:active {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
}

@font-face {
	font-family: Delicious; src: url('fonts/Delicious-Heavy.otf') format("opentype");
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
