/* 

Responsive 960 Grid by Arnold Floeck http://iamarnold.com
inspired by the 960.gs Grid http://960.gs
and the Less Framework by Joni Korpi http://lessframework.com

*/

/* ----------------- reset Style ----------------- */

@import url("reset.css");

/* ----------------- Clear floated Elements ----------------- */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* ----------------- Global Styles ----------------- */

body { 	font-size: 62.5%;
		font-family: 'Average', Georgia, serif;
		background-color: #000;
		
	 }

a:link, a:visited, a:focus, a:active { 	text-decoration:none; color:  #9e4846; font-weight: bold;}
a:hover {  	text-decoration:none; color:  #9e4846; font-weight: bold; position: relative; top:2px;}
	


body { 	font-size: 62.5%;
		font-family: 'Average', Georgia, serif;
		background-color: #242424;
		color: #f8f8f8;
		
	 }

a:link, a:visited, a:focus, a:active {color:#a7514f; text-decoration:none; font-weight: bold;}


a:hover { position: relative; top:2px; }
	 
	 
p { font-size: 1.6em;
	line-height: 1.3em;
	color: #f8f8f8;
	}	
	
h1 { font-size: 2em;}

h2 { font-size: 2em;
		line-height: 1.3em;}
.push { margin-top: 20px;}

.pushmain { margin-top: 60px;}

hr { border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #f8f8f8;
    margin: 20px 0 40px 0;
    
    }
    
    ::-webkit-input-placeholder { /* WebKit browsers */
    color:     #a7514f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a7514f;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:     #a7514f;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #a7514f;
}

.textInput {

font-size: 1em;
font-family: 'Average', Georgia, serif;
color: #a7514f; 
border: none; 
background-color: #f8f8f8; 
height :20px; 
width: 160px; 
padding:5px;
text-align: center;

border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
	
}

.buttonInput {

font-family: 'Average', Georgia, serif;
font-size: 1em;
color: #f8f8f8; 
border: none; 
background-color: #a7514f; 
height :30px; 
width: 120px; 
padding:0px;
margin-top: 10px;

border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
	
}


.submitInput {

font-size: 1.6em;
font-family: 'Average', Georgia, serif;
color: #a7514f; 
border: none; 
background-color: #f8f8f8; 
height :20px; 
width: 100%; 
padding:5px;
text-align: left;

border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;

margin-bottom: 20px;
	
}

.submitInputText {

font-size: 1.6em;
font-family: 'Average', Georgia, serif;
color: #a7514f; 
border: none; 
background-color: #f8f8f8; 
height :300px; 
width: 100%; 
padding:5px;
text-align: left;

border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
margin-bottom: 10px;

}

.submitButtonInput {

font-family: 'Average', Georgia, serif;
font-size: 1.6em;
color: #f8f8f8; 
border: none; 
background-color: #a7514f; 
height :30px; 
width: 120px; 
padding:0px;
margin-top: 10px;

border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
	
}

.bottom {
	margin-bottom: 40px;
}


.like {
	margin-top: 20px;
	
}

.like li {
	float: left;
		padding-right: 10px;

}


/*	8-column layout - iPad Portrait Mode 768x1024
	60 px columns, 20 px gutters, 1120 px width total
	---------------------------------------------------------
	1     2      3		4		5		6		7		8		
	60px  140px  220px	300px	380px	460		540px	620px	

*/


	
	body {
		margin: auto;
		width: 640px;
		-webkit-text-size-adjust: 100%; 
	}
	
	
		
	.logo { width: 640px;
			margin-top: 0px;
		 }
			
	.nav { 	width: 640px;
			position: relative;
			float: left;
			margin-right: 20px;
			margin-left: 10px;
			padding-bottom: 40px;
			  }
	
	.desc {	width: 640px;
			float: left;
			margin-right: 20px;
			padding-bottom: 20px;
				}
			
	.content img {	width: 640px;
			
			
				}
				
	
