/*
* BOLT ACTION design
*/


/* Table of Content
==================================================
	#Reset 
	#Basic Styles
	#Lists/Links
	
	
/* #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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, ul, li {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, p {
		display: block; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
		
		
/* FONT

------ */

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

/* #Basic Styles 
================================================== */


body{
    background:#000;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 34px;
    letter-spacing:-1px;
    width:12000px;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

a:hover, a:active {
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-o-transition: background 0.4s linear;
	transition: background 0.4s linear;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.section{
    margin:0px;
    bottom:0px;
    width:4000px;
    float:left;
    height:100%;
}

.section h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:47px;
    margin:50px 0px 10px 50px;
}

.section h2{
    margin:50px 0px 20px 50px;
	font-size:26px;
}

.section h3{
	color:#666;
	display:inline;
	font-size:24px;
    margin:10px 0px 10px 50px;
}

.section p{
    margin:10px 0px 0px 50px;
    width:600px;
}

.headerimg {
	padding-left:10px;
}

#portfolio {
	margin:50px 0px 0px 50px;
	width:480px;
}

#portfolio img {
	border:3px solid #333;
	padding:5px;
}

#portfolio img:hover {
	border:3px solid #f30;
	padding:5px;
}

.small {
	color:#999;
	font-size:18px;
	font-style:italic;
	letter-spacing:normal;
	padding:0;
	margin:0;
}

p.small {
	padding:0;
	margin:0;
}

p.small-white {
	color:#ddd;
	font-size:18px;
	font-style:normal;
	letter-spacing:normal;
	padding:0;
	margin:5px 0;
}

.black{
    color:#fff;   
    background:#000 url(../images/chalk.jpg) no-repeat top right;
	height:auto;
	overflow:scroll;
}

.white{
    color:#000;
	font-size:24px;
	height:auto;
	overflow:scroll;
    background:#fff url(../images/chalk2.jpg) no-repeat top right;	
}

.white2{
    color:#666; 
    background-color:#fff;
}

.white2 h1 {
	color:#000;
}

/* #Lists/Links 
================================================== */

a {
	color:#F30;
	text-decoration:none;
}

.nav {
	font-size:29px;
}

.section ul{
	font-style:italic;
    list-style:none;
    margin:20px 0px 0px 40px;
}

.section ul li {
	float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}

.section ul li a{
	display:block;
	font-style:normal;
}

.section ul li a:hover{
	background-color:#F30;
	color:#fff;
	font-size:38px;
	padding:5px;
	text-decoration:none;
}

.black ul li a{
    color:#f0f0f0;
}

.white ul li a{
    color:#222;
}

.white2 ul li a{
    color:#222;
}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
		
	.section h1{
margin: 20px 0 10px 10px;
max-width:320px;
	}
	
	img.scale-with-grid {
		max-width: 100%;
		height: auto; 
	}

	.section h2{
    margin-left:10px;
	}
	
	.section h3{
    margin-left:10px;
	}

	#section1 p {
    margin-left:10px;
    width:400px;
	}
	
	
	#section2 p {
    margin-left:10px;
    width:450px;
	}
	
	#section3 p {
    font-size:20px;
	margin-left:20px;
	}

	#portfolio {
	margin-left:10px;
	width:320px;
	}
	
	.section ul{
	margin-bottom:10px;
	margin-left:0px;
	margin-top:10px;
	}

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

	.section h1{
margin: 20px 0 10px 10px;
max-width:480px;
	}
	
	img.scale-with-grid {
		max-width: 100%;
		height: auto; 
	}

	.section h2{
    margin-left:10px;
	}
	
	.section h3{
    margin-left:10px;
	}

	#section1 p {
    margin-left:10px;
    width:400px;
	}
	
	#section2 p {
    margin-left:10px;
    width:500px;
	}
	
	
	#portfolio {
	margin-left:10px;
	width:480px;
	}
	
	.section ul{
	margin-bottom:10px;
	margin-left:0px;
	margin-top:10px;
	font-size:20px;
	}

    }
	
	 @media only screen and (max-width: 320px) {
		 
		 .section h1 {
margin: 20px 0 10px 10px;
max-width:320px;
font-size:20px;
	}
		 
		 #section2 p {
    margin-left:20px;
    width:280px;
		 }
	
 	#section3 p {
    font-size:15px;
	margin-left:10px;
	}
	
	.section p {
		font-size:15px;
	}
	
.section ul{
	margin-bottom:10px;
	margin-left:0px;
	margin-top:10px;
	font-size:20px;
	}
	
	 }