@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#aaa;
	background:#121212;
}

/****
* Elements
****/
h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}
h1 {
	margin:20px 0;
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
}
h2 {
	margin:20px 0;
	font-size:18px;
	color:#ddd;
}
p {
	margin:10px 0;
	line-height:25px;
}
a, a:visited {
	color:#aaa;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
a:hover {
	color:#fff;
}



/****
* Layout
****/
#wrapper {
	width:960px;
	margin:0 auto;
}

/* Demo links */
#wordpress_themes {
	margin:20px 0;
}
#wordpress_themes ul {
	margin:0;
	padding:0;
	list-style:none;
}
#wordpress_themes ul li {
	margin:0;
	padding:0;
}
#wordpress_themes ul li a, #wordpress_themes ul li a:visited {
	margin:5px 0;
	padding:10px 0 10px 150px;
	display:block;
	color:#555;
	font-size:40px;
	text-decoration:none;
	border-top:1px dotted #555;
	border-bottom:1px dotted #555;
	background-color:#1a1a1a;
	background-position:5px 5px;
	background-repeat:no-repeat;
	outline:none;
}
#wordpress_themes ul li a:hover {
	color:#fff;
	border-color:#fff;
	background-color:#222;
}
#wordpress_themes a strong {color:#fff;}
#wordpress_themes a.offline {color:#3E0000;}
#wordpress_themes a.offline:hover {
	color:#720003;
	border-color:#aaa;
	background-color:#1a1a1a;
	border-color:#666;
}
#wordpress_themes a.offline strong {color:#333;}
#wordpress_themes a#anna_maria {background-image:url(../images/anna_maria.jpg);}
#wordpress_themes a#antique_white {background-image:url(../images/antique_white.jpg);}
#wordpress_themes a#black_portrait {background-image:url(../images/black_portrait.jpg);}
#wordpress_themes a#new_business {background-image:url(../images/new_business.jpg);}
#wordpress_themes a#template_3 {background-image:url(../images/template_3.jpg);}

/* Boxes */
.box {
	width:300px;
	margin:20px 30px 20px 0;
	float:left;
	overflow: hidden;
}
.box h2 {
	color:#ccc;
	margin:0 0 10px;
}
.third {
	margin-right:0;
}



/****
* Clases
****/
