/* CSS Document 
   Mauricio Machicado*/

/*********** CSS Reset **************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

/*********** Clearfix **************/

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

.bullet {list-style:none;}
.bullet li{list-style:none;}

/*********** General **************/

body{
	font-family: Arial,  Helvetica, sans-serif; 
	font-size: 14px;
	line-height: 140%;
	/**background: #6B2525;**/
	background:#FFF;
	margin: 0;
	display: block;
}

a:link, a:visited {
	color:#2E2E2E;
	text-decoration: none;
	}

a.current, a:hover{
	color: #849fbd;
}
	
p{
	font-size: 100%;
	margin-bottom: 10px;
}

h1 {
	font-size: 155%;
	margin-bottom: 15px;
	color: #2E2E2E;
}

h2 {
	font-size: 110%;
	margin-bottom: 15px;
	color: #2E2E2E;
}

table{
	min-width: 500px; 
	text-align: center; 
	margin-bottom: 30px;
}
strong {
	font-weight: 600;
	}

#container{	
	width: 100%;
	min-height:700px;
	background: #FFF;
	display: block;
	margin: 0 auto;
	padding-top: 15px;
	margin-bottom: 50px;
	overflow:auto;	
}

.content {
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	
}

/*********** Slider **************/

/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1024px;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div.slide {
	width:1024px;
	height:600px;
	display:block;
}

/*
	Set the size of your carousel items
*/
.item {
	float:left;
	width:1024px;
	height:325px;
	background:#efefef;
}


/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	padding:0;
	bottom: 20px;
	margin-left: 970px;
	position: relative;
	z-index: 10;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination .current a {
	color:red;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
/*********** Floats **************/

.left{
	float: left;
}

.right{
	float: right;
}

/*********** Header ****************/

#header{
	height:125px;
	width: 100%;
	min-width: 1024px;;
	margin: auto;
	position: relative;
	background:#FFF;
}

#header .logo {
	position: relative;
	float: left;
	width:  350px;
	height: 110px;
	margin-top: 25px;
}

#header .col {
	position: relative;
	float: left;
}

#header .outter {
	width: 8%;
	height: 100%;
}

#header .headerStuff {
	position: relative;
	width:1100px;
	margin:0 auto;
	height: 135px;
	border-bottom: 1px solid rgb(206, 206, 206);
}

#navigation {
	position: relative;
	float: right;
	margin-top:95px;
	list-style:none;
	width: 500px;
	text-align: right;
}


#header #navigation ul li{
	list-style: none;
	display: inline;
	font-size: 15px;
	margin-right: -3px;
	background: url(../img/divider.png) no-repeat left center;
	padding: 0 12px 0 12px;
}

#header #navigation ul li.first{
	background: none;	
}

#header #navigation li a {
	list-style: none;
	font-size: 15px;
	width: 21px;
	text-align: center;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}



/*********** Stage ****************/
#stage{
	position: relative;
	margin: 0 auto;
	width: 1024px;
}

#stage img{
	box-shadow: 5px 5px 5px #888;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
	margin-bottom:15px;
}


.showcase{
	margin: 30px 5px;
	height: 400px;
}

.showcase img{
	box-shadow: 5px 5px 5px #888;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
	margin-bottom:15px;
}

.title{
	height:30px;
}


.column{
	width:50%;
	position: relative;
	float: left;
	text-align:center;
	margin-bottom:50px;

}

.evenRow{
    height: 285px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin-top: 30px;	
    /* just for demo */
    min-width: 612px;
}
	

.box1, .box2, .box3, .box4 {
    width: 300px;
    height: 225px;
    vertical-align: top;
	text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

/*********** Press ****************/
.press{
	margin: 0 auto;
	padding-top: 50px;
	width: 90%;	
}

.press img{
	margin: 0 30px;	
}

/*********** PrettyPhoto ****************/
#prettyStage{
	/**position: relative;
	float: left;
	padding-top:50px;
	margin: 0 auto;
	padding: 30px;**/
	
	position: relative;
	
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	overflow-y: hidden;

}


#prettyStage ul {
}

#prettyStage li {
    position: relative;
	float: left;
	margin-left: 30px;
	height: 250px;
}

/*********** Portfolio ****************/

#portfolioList{
	position: relative;
	float: left;
	width: 250px;
	min-height: 700px;
}

#portfolioList li{
	vertical-align: middle;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(206, 206, 206);	
}

#portfolioList a.current, #portfolioList a:hover{
	font-weight: bold;
}

.mainImage{
	position: relative;
	float: left;
	width: 300px;
	margin: 20px;
}

.box1 img, .box2 img, .box3 img, .box4 img{
	opacity:1;
}

.box1 img:hover, .box2 img:hover, .box3 img:hover, .box4 img:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.hard img{
	opacity:1 !important;
}


/*********** Footer ****************/
#footer{
	position: relative;
	width:100%;
	bottom:0;
	height: 60px;
	background: #fff;
	padding-top: 10px;

}

#footer .social{
	position: relative;
	float: right;
}

#footer img{
	margin: 0 5px;
}

#footer .copyright{
	position: relative;
	float: left;
	margin-top:10px;
}

#footer h1{
	font-size:150%;
}

#footer h2{
	font-size:135%;
	color:#666;
	margin-bottom:5px;
}

#footer p{
	font-size: 80%;
	color: #666;
	margin-bottom:5px;
}

.odd{
	background-color:#E0E0E0;
}

textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.inputForm
{

}

.successMessage{
	color: green;
}

.errorMessage{
	color: red;
}