/* 
Theme Name: Gorilla White
Theme URI: http://www.gorillabicycles.com
Version: 1.0
Description: Custom made theme for Gorilla Bicycles Switzerland
Author: Blackyard
Author URL: http://www.blackyard.ch
Tags: 1 columns, fixed width, centred, white, simple,

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

/* reset
--------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, 
img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
table, td, th {
	vertical-align: middle;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
a img {
	border: none !important;
	}

/* typography
--------------------------------------------------------- */

body {
	font-size: 75%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	}
* html body,
*:first-child+html body {
	font-size: 67%;
	}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 11px;
	text-transform: uppercase;
	}
h3 {
	font-size: 1.5em;
	}
h4 {
	font-size: 1.3em;
	}
h5 {
	font-size: 1.2em;
	}
h6 {
	font-size: 1em;
	}
p {
	margin: 0 0 20px 0;
	}
blockquote {
	margin: 1.5em 1em;
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
em, dfn {
	font-style: italic;
	}
dfn {
	font-weight: bold;
	}
sup, sub {
	line-height: 0;
	}
abbr, acronym {
	border-bottom: 1px dotted #666;
	}
address {
	margin: 0 0 1.5em;
	font-style: italic;
	}
del {
	text-decoration: line-through;
	}
pre, code {
	margin: 1.5em 0;
	white-space: inherit;
	}
html>body pre,
html>body code {
	white-space: pre;
	}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
	}
li ul, li ol {
	margin: 0;
	}
ul, ol {
	margin: 0;
	}
ul {
	list-style-type: disc;
	}
ol {
	list-style-type: decimal;
	}
dl {
	margin: 00;
	}
dl dt {
	font-weight: bold;
	}
dd {
	margin: 0;
	}
table {
	margin-bottom: 1.4em;
	width: 100%;
	}
th {
	font-weight: bold;
	}
th, td {
	padding: 0;
	}
tfoot {
	font-style: italic;
	}
caption {
	background: #333;
	}
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
	}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
	}
.hide {
	display: none;
	}

/* forms
--------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
	}
label {
	font-weight: bold;
	}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	}
legend {
	font-weight: bold;
	font-size: 1.2em;
	}
input.text, input.title, textarea, select {
	margin: 0.5em 0;
	}
input.text:focus, input.title:focus, 
textarea:focus, select:focus {
	border: 1px solid #666;
	}
input.text, input.title {
	width: 300px;
	padding: 5px;
	}
input.title {
	font-size: 1.5em;
	}
textarea {
	padding: 5px;
	}

/* misc
--------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix {
	height: 1%;
	}
*:first-child+html .clearfix {
	min-height: 1px;
	}
.clearfix {
	display: block;
	}
.clear {
	clear: both;
	}
	
	
	
body {
  color: #000;
  text-align: center;
  background: #f4f4f4;
  background-image:url(images/background.gif);
  background-repeat: repeat-y;
  background-position: center;
	}

/* links */

a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #000;
	
	text-decoration: none;
	}

/* layout
---------------------------------------------------------------- */

#universe-a {
	padding: 0 0 0 0;
	}
#universe-b {
	width: 395px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
#universe-c {
	padding-top: 20px;
	}
#container {
	}
#wrapper {
	width: 100%;
	float: left;
	overflow: hidden;
	}
#content {
	padding: 0;
	margin: 0 0 -10px 0;
	}


#footer-a {
	height: 20px;
	margin: -20px 0 0 0 ;
	padding: 10px 0 0 0; 
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight:normal;
	font-size: 10px;
	}
#footer-b {
	width: 395px;
	margin: 0;
	}

#footer-b p {
	padding: 0;
	color: #999;
	text-align: center;
	}
#footer-b p a {
	text-decoration:none;
	color: #999;
	}

/* header
---------------------------------------------------------------- */

#header {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	position: relative;
	}
#header #blog-title {
	margin: 0;
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
	}
#header #blog-title a {
	}
#header #blog-title a:hover {
	text-decoration: none;
	}
#header #blog-description {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	}

#header #m-rss {
	top: -22px;
	left: -10px;
	position: absolute;
	}
	
#header span {
	top: 0;
	left: 0;
	width: 18px;
	height: 40px;
	display: block;
	position: absolute;
	}

/* --- CATEGORY MENU --- */

#catmenucontainer{
	height: 15px;
	margin: 0 0 20px 0;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight:normal;
	font-size: 11px;
	}

#catmenu ,#catmenu ul {
	width: 395px;
	}
	
#catmenu li {
	float: left;
	display:block;
	}

#catmenu .children{
	display:block;
	display: none;
	z-index: 999;
	position: absolute;
	background: #000;
	}
	
#catmenu .sfhover .children{
	width: auto;
	list-style-type: none;
	display:block;
  	padding: 0 4px 0px 4px;
	}
	
#catmenu a,
#catmenu a:link,
#catmenu a:visited {
	margin: 0 0 0 0;
  	padding: 0 4px 0 4px;
	color: #000;
	display: block;
    font-weight: normal;
	}
	
#catmenu a:hover {
	color: #FFF;
	display: block;
	background: #000;
	}

#catmenu .children a,
#catmenu .children a:link,
#catmenu .children a:visited {
	margin: 0 0 0 0;
  	padding: 0 4px 0 4px;
	color: #fff;
	display: block;
    font-weight: normal;
	}

#catmenu .children a:hover {
	color: #b8b8b8;
	display: block;
	}

#catmenu li:hover ul,
#nav li.sfhover ul {
	color: #FFF;
	left: auto;
	}
 

#catmenu li:hover,
#nav li.sfhover {
	color: #FFF;
	background:#000;
	}
	
#catmenu li:hover a,
#nav li.sfhover {
	color: #FFF;
	background:#000;
	}
	

/* banner */

#banner {
	overflow: hidden;
	margin: 0 0 0 0;
	background: #e5e5e5;
	}
#banner img {
	max-width: 100%;
	display: block;
	}

/* content styles
---------------------------------------------------------------- */

/* basic elements */

blockquote {
	color: #a7a193;
	padding: 0 0 0 0;
	}

/* alignments & images */

img.aligncenter, img[align="center"] {
	margin: 0 auto;
	display: block;
	}
.alignleft {
	float: left;
	}
img.alignleft, img[align="left"] {
	float: left;
	margin: 6px 8px 0 0;
	}
.alignright {
	float: right;
	}
img.alignright, img[align="right"] {
	float: right;
	margin: 6px 0 0 8px;
	}

/* navigation */

.navigation {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #b8b8b8;
	padding: 0;
	}

.navigation a:link,
.navigation a:visited {
	color: #000;
	}
.navigation a:hover {
	color: #b8b8b8;
	}	
	
.nav-previous {
	margin: 0 0 20px 0;
	float: left;
	text-align: left;
	text-transform: uppercase;
	}
.nav-next {
	margin: 0 0 20px 0;
	float: right;
	text-align: right;
	text-transform: uppercase;
	}
	

/* gallery navigation */

.navigation img {
	width: 50px;
	height: 50px;
	}
#nav-images {
	margin: 0;
	padding: 0;
	background: none;
	}

/* Main Content */

.hentry {
	margin: 0;
	padding: 0;
	}
body.page .hentry {
	background: none;
	}
.page-title {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	border-top: 1px solid #b8b8b8;
		}
body.search .page-title,
body.archive .page-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.page-title span {
	color: #000;
	}
.entry-title {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:28px;
	}
body.single .entry-title {
	padding: 0 0 0 0;
	font-size: 16px;
	}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	}
.entry-title a:hover {
	color: #000;
	}

.entry-content {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #b8b8b8;
	}
	
.entry-content a:link,
.entry-content a:visited {
	color: #000;
	text-decoration: underline;
	}
.entry-content a:hover {
	color: #b8b8b8;
	}

.entry-content img {
	max-width: 395px;
	padding: 0;
	border: 0px solid #FFF;
	}
	
.entry-content img.wp-smiley {
	padding: 0;
	background: none;
	border: none;
	}

.entry-meta {
	color: #a7a193;
	font-size: .9em;
	line-height: 1.6em;
	}
.entry-action {
	margin: 3px 0;
	display: block;
	}

.archive-meta {
	margin: 0;
	padding: 0;
	color: #8f8574;
	font-style: italic;
	}

#content .protected input {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #46413e;
	border: 1px solid #99999;
	}
#content .protected label input {
	background: #f5f5f5;
	border: 1px solid #d5d5d5;
	}
#content .protected label input[type="text"]:focus {
	background: #fff;
	}

/* comments area */

#commentarea h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.5em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	}
h3#respond {
	margin-bottom: 0;
	}
#commentarea ol {
	margin: 0;
	list-style: none;
	background: url('imgs/bg-strip.gif') repeat-x 0 0;
	}
#commentarea li {
	clear: left;
	padding: 15px 10px 10px;
	background: url('imgs/bg-strip.gif') repeat-x 0 100%;
	}
#commentarea .commenthead {
	margin-bottom: 15px;
	}
#commentarea .comment-author img.avatar {
	float: left;
	margin: -2px 10px 0 0;
	border: 2px solid #bab6ab !important;
	}
#commentarea .comment-author span {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#commentarea .comment-meta {
	color: #a7a193;
	font-size: .9em;
	}
#commentarea .unapproved {
	width: 50%;
	margin: 5px auto -5px;
	padding: 3px 5px;
	clear: left;
	display: block;
	font-style: italic;
	background: #f8f8ea;
	border-top: 1px solid #858511;
	border-bottom: 1px solid #858511;
	}

#commentarea #commentform {
	padding: 0 10px 30px;
	font: 100% Arial, Helvetica, sans-serif;
	}
#commentarea #commentform p {
	padding: 6px 0px;
	margin: 0px;
	}
#commentarea #commentform #comment-notes {
	color: #999;
	font-style: italic;
	}
#commentarea #commentform .form-label {
	padding: 5px 0 1px;
	}
#commentarea #commentform .required {
	color: #c00;
	}
#commentarea #commentform input {
	width: 50%;
	padding: 3px;
	margin-top: 3px;
	background: #f5f3ed;
	border: 1px solid #bab6ab;
	}
#commentarea #commentform textarea {
	width: 98%;
	margin: 3px 0;
	padding: 2px;
	background: #f5f3ed;
	border: 1px solid #bab6ab;
	}
#commentarea #commentform textarea:focus,
#commentarea #commentform input[type="text"]:focus {
	color: #333;
	background: #fff;
	}
#commentarea #commentform #submit {
	width: auto;
	margin: 5px 0 0;
	padding: 5px 10px;
	color: #fff;
	background: #46413e;
	border: 1px solid #272422;
	}

/* Author */

#sidebar #about-me {
	margin: -340px 0 0 -46px;
	padding: 50px 0 0 50px;
	width: 350px;
	height: 350px;
	color: #383221;
	position: absolute;
	}
#sidebar #about-me .photo {
	margin: 0;
	line-height: 1em;
	position: relative;
	}
#sidebar #about-me .photo img {
	width: 245px;
	height: 217px;
	padding: 10px;
	position: relative;
	}
#sidebar #about-me .photo span {
	top: 0;
	left: -2px;
	width: 285px;
	height: 279px;
	position: absolute;
	z-index: 1;
	}

/* Pages */

#pages ul ul {
	padding: 0;
	margin: 4px 0 -4px 15px;
	border-top: 1px dashed #c2b9a5;
	}
	
/* Tag Cloud */

#tag_cloud {
	margin: 25px 0 20px 0;
	border-bottom: 1px solid #b8b8b8;
	}
	

#tag_cloud li{
	margin: 0 0 20px 0;
	}
	
#tag_cloud h2{
	margin: 0 0 0 0;
	color: #b8b8b8;
	}

#tag_cloud a:link,
#tag_cloud a:visited {
	color: #000;
	}
#tag_cloud a:hover {
	color: #b8b8b8;
	}


/* Search Form */

#sidebar #search {
	width: 250px;
	height: 35px;
	margin: 0 0 0 -5px;
	padding: 0 0 10px;
	}
html>body #sidebar #search {
	padding-bottom: 20px;
	}
#sidebar #mainsearch {
	margin: 0;
	padding: 12px 10px 0 26px;
	position: relative;
	}
#sidebar #mainsearch #s {
	width: 148px;
	margin: 0 15px 0 0;
	padding: 2px 5px;
	color: #c6c0aa;
	background: none;
	border: none;
	}
#sidebar #mainsearch #searchsubmit {
	vertical-align: middle;
	}

/* Calendar */

#sidebar #calendar caption {
	text-align: center;
	background: none;
	}
	
/* lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	
#lightbox img{
	width: auto;
	height: auto;
	}
#lightbox a img{
	border: none;
	}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px; 
	}

#loading{
	position: absolute; 
	top: 40%; 
	left: 0%; height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
	}
	
#hoverNav{ 
position: absolute; 
top: 0; 
left: 0; 
height: 100%; 
width: 100%; z-index: 10; 
}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	margin: auto;
	line-height: 13px;
	overflow: auto;
	width: 100%	;
	}

#imageData{	
	padding:0 10px;
	color: #666; 
	}
	
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	

#imageData #caption{
	text-transform: uppercase;
	font-size: 13px;
 	font-weight: normal;
	color: #000;
	}
	
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #f5f5f5; }
	
	

	
		