/*  FONTFACES */

/*  DejaVu  */
@font-face {
    font-family: 'DejaVuSansBook';
    src: url('../fonts/DejaVuSans-webfont.eot');
    src: url('../fonts/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVuSans-webfont.woff') format('woff'),
         url('../fonts/DejaVuSans-webfont.ttf') format('truetype'),
         url('../fonts/DejaVuSans-webfont.svg#DejaVuSansBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVuSansBold';
    src: url('../fonts/DejaVuSans-Bold-webfont.eot');
    src: url('../fonts/DejaVuSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVuSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DejaVuSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DejaVuSans-Bold-webfont.svg#DejaVuSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVuSansCondensed';
    src: url('../fonts/DejaVuSansCondensed-webfont.eot');
    src: url('../fonts/DejaVuSansCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVuSansCondensed-webfont.woff') format('woff'),
         url('../fonts/DejaVuSansCondensed-webfont.ttf') format('truetype'),
         url('../fonts/DejaVuSansCondensed-webfont.svg#DejaVuSansCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'DejaVuSansCondensedBold';
    src: url('../fonts/DejaVuSansCondensed-Bold-webfont.eot');
    src: url('../fonts/DejaVuSansCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVuSansCondensed-Bold-webfont.woff') format('woff'),
         url('../fonts/DejaVuSansCondensed-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DejaVuSansCondensed-Bold-webfont.svg#DejaVuSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*  Bebas Neue */
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue.otf") format("opentype");
  }
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/BebasNeue-webfont.eot');
  src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BebasNeue-webfont.woff') format('woff'),
       url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
       url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}




/*  MAIN STYLES */
body {
	background-image: url(../images/bg_b.gif);
	background-repeat: repeat;
}


	
p { font: 18px/27px 'DejaVuSansBook', Arial, sans-serif;
    font-size: 11pt;
    padding: 0px;
    /*margin-top: 10px;*/

}

html {
	
	-webkit-font-smoothing: antialiased;
	
}

p1 {font: 18px/27px 'DejaVuSansBook', Arial, sans-serif;
    font-size: 11pt;
    line-height: 14pt;
    /*padding-bottom: 2em;*/
    -webkit-font-smoothing: antialiased;
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.01);*/
    
}

p2 {font: 18px/27px 'DejaVuSansBook', Arial, sans-serif;
    font-size: 12pt;
    line-height: 16pt;

    -webkit-font-smoothing: antialiased;
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.01);*/
    
}

.titleA, .titleA2, .titleA3, .titleA4 {		
	color:#ddd; 
	text-decoration: none;
	font-family:  'DejaVuSansBook', Arial, sans-serif; 
	}
.titleA, .titleAb	{  font-size: 18pt; }
.titleA2, .titleA2b { font-size: 16pt; }
.titleA3, .titleA3b{ font-size: 14pt; }
.titleA4, .titleA4b{ font-size: 11pt; }

.titleAb, .titleA2b, .titleA3b, .titleA4b{ 
	color:#ddd; 
	text-decoration: none;
	font-family:  'DejaVuSansCondensedBold', Arial, sans-serif; 
}

.titleB, .titleB2, .titleB3, .titleB4 {		
	color:#9adf11;
	text-decoration: none;
	font-family:  'DejaVuSansBook', Arial, sans-serif; 
	}
.titleBb, .titleB2b, .titleB3b, .titleB4b{ 
	font-family:  'DejaVuSansCondensedBold', Arial, sans-serif; 
	color:#9adf11;
	text-decoration: none;
	}

ul { list-style:none; 
	
}
li {
	position:relative;
}
.nom{
	font-family:  'DejaVuSansCondensedBold', Arial, sans-serif;
	color:#9adf11; 
}
.pasta{

	font-family:  'DejaVuSansBook', Arial, sans-serif;
	color:#ddd; 

}
.pastared{
	font-family:  'DejaVuSansBook', Arial, sans-serif;
	color:#FF0000;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.titleA3 a:link, .titleA3b a:link ,.titleB3 a:link,.titleB3b a:link, .titleA4 a:link, .titleA4b a:link ,.titleB4 a:link,.titleB4b a:link, 
.titleA3 a:visited, .titleA3b a:visited ,.titleB3 a:visited,.titleB3b a:visited, .titleA4 a:visited, .titleA34b a:visited ,.titleB4 a:visited,.titleB4b a:visited
{ 
	color:inherit;
	text-decoration: none;
	}
.titleA3 a:hover, .titleA3b a:hover ,.titleB3 a:hover,.titleB3b a:hover, .titleA4 a:hover, .titleA34b a:hover ,.titleB4 a:hover,.titleB4b a:hover{ 
	color:#ddd;
	text-decoration: none;
	}

.comunio-container {
	/*background: #ffffff;*/
	padding: 10px 10px 10px 0px;
	padding-left: 100px
	border: 0px solid #666;
	width: 250px
	/*
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 5px 15px #666;
	-webkit-box-shadow: 0 5px 15px #666;
	box-shadow: 0 5px 15px #666;
	*/
}

	
.titleB, .titleBb{  font-size: 18pt; }
.titleB2, .titleB2b{ font-size: 16pt; }
.titleB3, .titleB3b{ font-size: 14pt; }
.titleB4, .titleB4b{ font-size: 11pt; }

#contactInfo {
	/*float: left;*/
	padding-top: 0px;
	padding-left: 50px; 
	
}

.linegreen{
	width:2px;
	height:172px;
	background-color:#9adf11;
	float:left;
	margin-left: 20px;
	/*margin-right: 0px;*/
	margin-top: 12px;
	
}


#wrap {
width:750px;
margin:0 auto;


}

#main {
float:left;
text-align: right;

}
#sidebar {
float:left;
padding-left: 20px;

}

#mainbig {
float:right;
width:720px;

padding-right: 20px;
padding-bottom: 0px;

}
#main200 {
float:left;
text-align: right;
padding-right: 20px;
padding-bottom: 0px;

}

#main200 p{
	font-size: 11pt;
}


#sidebar, #main, #mainbig {
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
	
}


.tabbed {
	padding-left: 20px
}

h2 {
  font: 9em 'BebasNeueRegular', Arial, sans-serif;
  
}

/* ACCORDION STYLES */
#accordion-container {
	/*background: #ffffff;*/
	padding: 0px 0px 0px 0px;
	border: 0px solid #666;
    /*
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 5px 15px #666;
	-webkit-box-shadow: 0 5px 15px #666;
	box-shadow: 0 5px 15px #666;
	*/
}

.accordion-header{

	/*background: #ebebeb;*/
	margin: 0px 0px 0px 0px;
    line-height: 70%;
	/*line-height: 0.71em; */
	/*padding: 0px 2px;*/
	border: 0px solid #cccccc;
	cursor: crosshair;
	color: #EEE;
	/*
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	*/
}



.active-header {
	
	color: #9adf11;
	/*
	-moz-border-radius: 0px 0px 0 0;
	-webkit-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;
	
	background: #cef98d;
	background-repeat: no-repeat;
	background-position: right 50%;
	*/
}

.active-header:hover {

	/*background: #c6f089;
	background-repeat: no-repeat;
	background-position: right 50%;
	*/
}

.inactive-header {

	/*
	background: #ebebeb;
	background-repeat: no-repeat;
	background-position: right 50%;
	*/
}

.inactive-header:hover {

	color: #999;
	/*background: #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;
	*/
}

.accordion-content {
	display: none;
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	color: #eee;
	overflow: hidden;
    
	/*background: #cccccc;
	border: 0px solid #cccccc;
	border-top: 0;
	-moz-border-radius: 0 0 0px 0px;
	-webkit-border-radius: 0 0 0px 0px;
	border-radius: 0 0 0px 0px;
	*/
}


/* Boxes Other Work */
.box{
position:relative;
margin-right:50px;
float:left;
overflow: hidden;
padding-bottom: 50px;
}

.wrapper .box3{
margin:0px;
}

.wrapper .box_small{
width:280px;
}

.wrapper .box_mini{
width:600px;
margin-right:20px;
}
.oneColumn{
	max-width: 720px;
	
}

.moreTopMargin {
	padding-top: 20px;
}

.box_small h3{
padding:0px 0 px 0;
}

.entry{
position: relative;
padding-top:20px;
padding-bottom:20px;
clear:both;
float:left;
width: 100%;
}

.entry .box{
padding-bottom:30px;
}

.more-link{
display:block;
line-height:16px;
padding:9px 0 0;
width:72px;
text-decoration:none;
}

.wrapper a{
color:#9adf11;
text-decoration:none;
}

.wrapper a:hover{

color:#fff;
text-decoration:underline;
}


.blocklabel{
display:block;
padding:10px 0 0 0;
}

#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a{
color:#eee;

} 

#top h1 a:hover, #top h2 a:hover, #top h3 a:hover, #top h4 a:hover, #top h5 a:hover, #top h6 a:hover{
color:#eee;
} 

#h1 a:hover, #h2 a:hover, #top h3 a:hover, #top h4 a:hover, #top h5 a:hover, #top h6 a:hover{
color:#FFF;
margin-top:40px;
}


a img, a:hover img{
border:none;
text-decoration:none;
z-index: 2;
position: relative;
outline: none;
}

#main img{
float:left;
margin-bottom: 5px;
display: inline;
}



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

p a:hover,p a:active {
	text-decoration:underline;

}


/* FORM */
#searchsubmit, #send, #top #submit{
cursor:pointer;

}

input {
    -webkit-border-radius: 0;
}


.text_input, .text_area{
border:2px solid #555;
color:#9adf11;
width:300px;
background: #222;
}

.captcha_input{
border:2px solid #555;
color:#9adf11;
width:100px;
background: #222;
}

.form_comunio {
	display: block;
	margin-left: 2em;
	margin-top: 1em;
}

.text_input, .text_area, .captcha_input{
padding:2px;
font-size:12px;
outline:none;
font-weight: bold;
-webkit-border-radius: 0;

}

.text_input:focus { background: #9adf11; color: #333;}

.captcha_input:focus { background: #9adf11; color: #333;}

.text_area{
width:400px;
resize: none;
	
}

.text_area_comunio{
	padding:4px;
	font-size:12px;
	outline:none;
	width:400px;
	resize: none;
	border:0px solid #9adf11;
	color:#ddd;
	background: #222;
	-webkit-border-radius: 0;
	overflow: auto;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 5px 15px #666;
	-webkit-box-shadow: 0 5px 15px #666;
	box-shadow: 0 5px 15px #222;

	
}
.send_comunio{
	width:250
}


#send_comunio, #submit_comunio{
border:1px solid #9adf11;
background: #222;
color: #fff;
position:r;
right:0px;
float: left;
-webkit-appearance: none;
}


#submit_comunio:hover, #send_comunio:hover{
background: #9adf11;
color: #222;
}

#send, #clear, #submit{
border:1px solid #9adf11;
background: #222;
color: #fff;
/*position:r;
right:0px;
float: right;
*/
margin-top: 2em;
-webkit-appearance: none;
}


#submit:hover, #send:hover, #clear:hover {
background: #9adf11;
color: #222;
}


	
.valid .text_input, .valid .text_area{border:1px solid #70A41B;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #FF9000;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}


#send, #clear, #submit{
font-family: Arial, Helevtica, Verdana, san-serif;
font-size:11.5px;
}

.hidden{
display:none;
}

#commentform{
padding-bottom:5px;
}

.captcha_input{
    width:100px;

}

.captcha{
    
    padding-bottom:10px;
    
}


fieldset{
border:none;
padding:0;
margin:0;
overflow:hidden;
}

fieldset label{
padding-left:7px;
}
.blocklabel{
display:block;
padding:10px 0 0 0;
}

	
#send, #top #submit{
cursor:pointer;

}

