/*
Theme Name: TheConceptDesign 4.0
Theme URI: http://www.theconceptdesign.com/
Description: TheConceptDesign WordPress theme by Fernando Giovanini.
Version: 0.1
Author: Fernando Giovanini
Author URI: http://blog.theconceptdesign.com/

This theme was designed and built by Fernando Giovanini,
whose portfolio you will find at www.theconceptdesign.com
*/


/* begin the basics */
html, body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
	background: #2424CF;
}
body {
	background: #000 url("images/body_back.png") repeat-x center top;
}
h1, h2, h3 {
font-weight: normal;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
margin: 0;
padding: 0;
}

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

a:hover {
color: #868686;
}

a {
outline: none;
}

img {
border: none;
}

#wrapper {
width: 1140px;
margin: 0px auto;
background: url(images/bg.png) top center no-repeat;
overflow: hidden;
}
/* end the basics */

/* begin site header */
#header {
width: 1140px;
height: 35px;
padding: 5px 0 0 0;
line-height: 1em;
float: left;
}

#header p {
margin: 0;
padding: 0;
}

#tagline {
float: left;
color: #EBEBEB;
margin: 10px 0 0 149px;
}

#author {
color: #868686;
font-size: 10px;
}

#author a:link, #author a:visited {
color: #868686;
}

#author a:hover {
color: #EBEBEB;
}

#pages {
float: right;
list-style: none;
margin: 10px 149px 0 0;
padding: 0;
}

#pages li.item {
	display: inline;
	padding: 5px;
	margin: 0 0 0 10px;
	font-weight:bold;
	position:relative;
	width: 150px;
	height: 30px;
}
#pages li.item:hover {
	background: url("images/opaque.png");
}
#pages li.item a:hover {
	color:#000;
}
#pages li.item ul.sub_menu {
	position: absolute;
	display: none;
	margin: 0 5px 0 0px;
	list-style: none none;
	padding:5px;
	min-width: 80px;
	left:0px;
	top:25px;
	background: #000;
	z-index:9999;
}
/*
#pages li.item:hover ul.sub_menu, #pages li.item ul.sub_menu:hover{
	display: block;
}
*/
#pages li.item ul.sub_menu li {
	border-bottom: 1px solid #333;
	padding: 2px 5px;
	white-space: nowrap;
}

#pages li.item:hover ul.sub_menu li:hover {
	background: #FFF;
}
#pages li.item:hover ul.sub_menu li:hover a {
	color:#000;
}
#pages li.item:hover ul.sub_menu li.last_item {
	border: none;
}
.twitter {
	display: inline;
	padding: 5px;
	margin: 0 0 0 10px;
	font-weight:bold;
}
/* end site header */

#facebox h2 {
    margin: 0;
    padding: 0;
}
.facebox h3 {
margin: 0;
padding: 0;
}

.facebox p {
margin: 0 0 10px 0;
}

.facebox h3 {
color: #EBEBEB;
}

/* begin content slider */
#content {
	position:relative;
	display:table;
	margin: 0 auto;
}
#content .carousel  {
position: relative;
}

#content .main {
	margin:137px 0 0;
	*margin:172px 0 0;
}

#content .carousel a.prev {
display: block;
position: absolute;
width: 380px;
height: 575px;
background: url("images/previous.png") no-repeat 0 0;
top: 0px;
left: 0;
z-index: 10000;
}

* + html #content .carousel a.prev  {
top: 5px;
}

#content .carousel a.prev:hover {
background: url("images/previous.png") no-repeat 0 -786px;
}  

#content .carousel a.next {
display: block;
position: absolute;
width: 380px;
height: 575px;
background: url("images/next.png") no-repeat 0 0;
top: 0px;
right: 0;
z-index: 10000;
}

* + html #content .carousel a.next  {
top: 5px;
}

#content .carousel a.next:hover {
background: url("images/next.png") no-repeat 0 -786px;
}  

#content .carousel a:hover, #content .carousel a:active {
border: none;
outline: none;
}    

#content .carousel .rotate {
float: left;
margin: 127px 0 0 0;
*margin: 132px 0 0 0;
position: relative;
visibility: hidden;
left: -5000px;
}

#content .carousel ul {
margin: 0;
padding:0;
}

#content .carousel li img {
width: 360px;
height: 238px;
}

#content .carousel li {
width: 360px;
height: 500px;
margin: 0 10px 0 10px;
padding:0px;
}

#content .widget img {
cursor: pointer;
}

.intro {
margin: 0;
padding: 5px 5px 10px 5px;
background: url("images/opaque.png") repeat;
}

.intro p {
margin: 0;
}

.intro h3 {
margin: 20px 0 1px 0;
font-size: 15px;
font-weight: bold;
}

.entry {
padding: 5px 0;
}

.entry img {
padding: 2px 0 10px 15px;
}

.video {
width: auto;
text-align: center;
margin: 8px 0 -10px 0;
padding: 0;
}
/* end content slider */
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	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;
	color: #000;
}
/* End captions & aligment */
