body{
	/*background-image: url(../images/design/bg.png);
    background-repeat:repeat-x;
	background-color: #a6b5cb;*/
	color: #fff;
	background-color: #000;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	
    padding:0px; margin:0px;
	padding-top: 0px;
}
/* large displays */
@media only screen and (min-width: 64.063em) {
	body{	padding-top: 40px;
	}
}

.button
{
	background-color:#520000;
	
}
.button:hover
{
	background-color:#621010;
}
.row
{
	max-width: 1200px;
}
.row-smaller
{
	max-width: 400px;
	border: 0px solid #333;
	margin-left: auto;
	margin-right: auto;
}

.poster{
	display: block;
}


.designcontainer { 
    

   /* -moz-box-shadow: 0 0 5px -2px  #444;
	-webkit-box-shadow: 0 0 5px -2px  #444;
	box-shadow: 3px 3px 15px 0px  #444;

    border:0px solid red;*/
    
   
}


h1{
	font-size: 34px !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 10px;
    color:#fff;
    padding-left: 0px;
	/*margin-top: 25px;*/
}
h2{
	font-size: 22px !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
	font-family: 'Source Sans Pro', sans-serif;
    color:#fff;
    margin-bottom: 20px;
}

a{
	color: #fff;
}
h3{
	font-size: 16px !important;
	line-height: 1.2em !important;
	font-weight: 600 !important;
	font-family: 'Source Sans Pro', sans-serif;
    color:#fff;
    margin-top: 20px;
}

p,li,td{
	font-size: 16px;
	line-height: 1.3em !important;
	font-weight: 400 !important;
	font-family: 'Source Sans Pro', sans-serif;
	
	/*text-shadow: 0 0 0 #ffffff;*/
}
p,ul{
	margin-bottom: 12px;

}
.contentcolumns li {}


.contentpane{
	padding: 15px;
}

/* large displays */
@media only screen and (min-width: 64.063em) {
	.rounded{
		-webkit-border-radius: 10px; 
			-moz-border-radius: 10px; 
			-ms-border-radius: 10px; 
			-o-border-radius: 10px; 
			border-radius: 10px; 
	}
	
	
	.shadowed{
		-moz-box-shadow: 0 0 30px 3px  #fff;
		-webkit-box-shadow: 0 0 30px 3px  #fff;
		box-shadow: 0 0 30px 3px  #fff;
	}
}



/* small displays */
@media only screen {
 
 	
}
  
/* medium displays */
@media only screen and (min-width: 40.063em) {
	
	
	}

/* large displays */
@media only screen and (min-width: 64.063em) {

	
	
}



/* xlarge displays */
@media only screen and (min-width: 90.063em) {

}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {

}


@media only screen and (orientation: landscape) {

 }

@media only screen and (orientation: portrait) {

 }

/* Print visibility */
@media print {

    .headercontainer { display: none; }
    


}

