/*
THEME NAME: Ciro Durán
THEME URI: http://www.ciroduran.com
DESCRIPTION: <strong>This Theme was Designed by <a href="http://www.ciroduran.com">Ciro Duran</a>.</strong>
VERSION: 0.1
AUTHOR: Ciro Duran
AUTHOR URI: http://www.ciroduran.com
*/


* {
margin: 0;
padding: 0;
}

body {
background: #4b5977 url("img/page-background.png") repeat-x top;
}

#wrapper {
width: 960px;
margin: auto;
}

#header {
background: url("img/header-title.gif");
width: 678px;
height: 110px;
margin-left: auto;
margin-right: auto;
margin-top: 26px;
margin-bottom: 10px;
}

#header h1 {
	display: block;
	width: 100%;
	height: 100%;
}

#header h1 a {
display:block;
width: 100%;
height: 100%;
overflow:hidden;
}

#header h1 a span {
height: 1px;
width: 1px;
position: absolute;
overflow: hidden;
top: -10px;
}

#page-title {
}

#tagline {
background:white;
text-align: center;
}
.box-top {
padding-top: 5px;
}
.box-bottom {
margin-bottom: 15px;
padding-bottom: 5px;
}

/*** INDEX ***/

#content-index {
padding-left: 20px;
}

#content-index ul {
list-style-type: none;
}

#content-index ul li {
background: url("img/block-background.png");
float: left;
width: 196px;
height: 196px;
text-align: center;
padding-right: 10px;
padding-bottom: 10px;
margin-right: 10px;
margin-bottom: 10px;
}

#content-index ul li a {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}

#content-index ul li img {
position: relative;
top: -166px;
border: 0px;
}

#content-index ul li div {
padding-top: 166px;
font-size: 11pt;
}

#content-index ul li:hover {
background: url("img/block-background-hover.png");
}

#flash-item {
}

#games-item {
}

#chiguire-item {
}

#venezolanadas-item {
}

#graphics-item {
}

#about-item {
}

#footer {
clear: both;
text-align: center;
font-weight: bold;
color: white;
}

/*** CONTENT ***/

#content {
background:white;
padding: 10px 20px;
}

.align-left {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}

.align-right {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
}

/*** FONTS ***/
/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
  font-family: Georgia, "Nimbus Roman No9 L", serif;
  font-size: 13pt;
  line-height: 1.65em;
}

h1 {
  font-size: 130%;
  font-weight: bold;
}

h2 {
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.2em;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.2em;
}
p {
	margin-bottom: 1em;
}
blockquote {
	color: #666;
	padding-left: 2em;
	margin-bottom: 1em;
	background: url("img/cite.png") top left no-repeat;
}