/*  
Theme Name: Galeria CSS
Theme URI: http://www.galeriacss.com.ar/
Description: Version 1.0
Version: 1.0
Author: Galeria CSS
Author URI: http://www.galeriacss.com.ar/
*/

/* RESET
/////////////////////////////*/

html, body, div, span,object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
} 
body		  { line-height: 1 }
ol, ul		  { list-style: none }
blockquote, q { quotes: none }
:focus        { outline: 0 }
ins			  { text-decoration: none }
del			  { text-decoration: line-through }
table		  { border-collapse: collapse; border-spacing: 0 }
textarea      { overflow:auto }
p 			  { margin-bottom: 1.5em }
a img 		  { border: 0 }
small		  { font-size:0.9em }

/* GENERAL SETUP
/////////////////////////////*/

body { 
	font: 70/1.5em Helvetica, Verdana, sans-serif;
	background:#686868 url(bg.gif);
	font-family: Helvetica, Arial;
	font-size: 12px;
	text-transform:uppercase;
	color:#efefef;
	text-shadow: #595959 0px 1px 1px;
}

a:link, a:active, a:visited { 
	color:#efefef;
	outline:none;
	text-decoration:none;
}

a:hover, a:focus {
	color:#efefef;
	text-decoration:underline;
}


h1 { 
	width:285px; 
	height:50px; 
	background:url(h1.jpg) no-repeat; 
	display:block;
	margin:21px 0 21px 0;
}

h1 a {
	width:285px; 
	height:50px;
	display:block;
	float:left;
	display:block; 
	text-indent:-9999em;
}

h2 {
	font-size:18px;
}

h3 {
	margin-bottom:21px;
}

/* LAYOUT
/////////////////////////////*/

#wrapper {
	width:950px;
	margin:0 auto;
}

#content {
	clear:both;
	margin:20px auto;
	float:left;
	overflow:hidden;
	width:720px;
	padding-bottom:5px;
}


#screenshots {
	width:720px;
	overflow:hidden;
	
}

#screenshots li{
  	width:206px;
  	height:121px;
	float:left;
	overflow:hidden;
	display:block;
	position:relative;
	margin:0 20px 20px 0;
	border-bottom:1px solid #595959;
	background:#1b1b1b;
}

#screenshots li a.thumbnail {
	width:200px;
	height:115px;
	display:block;
	margin:0 auto;
	border:3px solid white;
}


#screenshots li a.thumbnail img {
	margin:0 auto;
	display:block;
	width:200px;
	height:115px;
	
}

a.moreinfo {
	position:absolute;
	right:4px;
	bottom:4px;
	width:14px; 
	height:14px; 
	background:url(info.gif) no-repeat; 
	display:block;
	margin:0 auto;
}

a.moreinfo span { 
	display:block; 
	text-indent:-9999em;
}

#aside { 
	float:right;
	overflow:hidden;
	width:210px;
	margin-top:20px;
}

.pages, .current, a {
	color:#efefef;
}

.wp-pagenavi a {
	margin:2px;
}

.current {
	color:#efefef;
	border:1px solid #ddd;
	padding:3px;
	margin:3px;
}

#footer {
	clear:both;
	margin:42px 0 21px 0;
	border-top:1px solid #7f7f7f;
	font-size:11px;
	padding-top:21px;
}