/*web fonts*/
@import url(http://fonts.googleapis.com/css?family=Elsie+Swash+Caps);
@import url(http://fonts.googleapis.com/css?family=Clicker+Script);
/* This is a comment. 
Let's learn some CSS!*/

/* CSS Syntax:

selector {
property: value;

}



*/

img, video {
	/*width: 100%;*/
}

img.verif_img {
	width: 50px;
	height: 30px;
	vertical-align: bottom;
}

body {
	/*background: url(../images/bp4.jpg);*/
	background: rgba(144,138,99,1);
}


h2, h3 {
	margin-bottom: 5px;
}

ul, ol {
	margin-bottom: 10px;
}

li {
	margin-left: 20px;
}

/* Type Selector */

p { /*selects all <p> */
	margin: 0 0 25px;
	font-size: 16px; /* px, pt, % (100% = default), em (1em = default) */
	line-height: 1.25em;
}

figure {
	margin: 0 0 10px;
}


figcaption { /* selects all <figcaption> elements */
	/*
	font-weight: normal;  
	font-size: 12px;
	line-height: 1.5em;
	font-family: Georgia, Times, "Times New Roman", serif;
	*/
	font: normal 12px/1.5em;
	color: 
	#777; /* 16 color names, hexidecimal, rgba */
	text-align: right;
}


table {
	width: 100%;
	margin: 0 0 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

tr:nth-child(even) {
	background: #efefef;
}

th, td {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

th { 
background: #555;
color: white;
}

input, textarea {
	display: block;
	width: 50%;
	padding: 5px;
	margin-bottom: 5px;
	box-shadow;
}

input[type="submit"] {
	margin-top: 5px;
	width: 100px;
	background: black;
	color: white;
	border-radius: 25px;
	border: 0;
}

input[type="submit"]:hover {
	background: #CD3700;
}


iframe {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 500;
}

section {
padding: 6px;
}

input.verif_box {
	display: inline-block;
	width: 80%;
	margin-right: 5px;
}


.wrapper, video, .ai {
	width: 960px;
	margin: 0 auto;
	/*background: white;*/
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.shadow {
	box-shadow: 0 3px 10px #333;
}

.imm{
	display: block;
}

/* Class Selector (apply to as many elements as you like) */

.milk_text { /* selects elements with a class="milk_text" */
	
	color: white;
	text-shadow: 0 2px 3px #000; /*horiz offset,vert offset, blur radius*/
}

/* ID Selector (apply to only one unique element per page) */

#logo { 
	display: block;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/Icelands.jpg);

}



#logo h1 { /* selects the element with an id="logo" */
	/*background: aqua;*/
	padding: 0;
	color: #CD3700;
	display: block;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	text-transform: uppercase;
	color: black;




	text-align: left;
	text-indent: 8px;
	text-decoration: none;


}




section a {
	color: #555;
	text-decoration: underline;
}

/* Pseudo Selector */


#nav_bar {
		/*border-bottom: 1px solid #ccc;*/
}

#nav_bar nav {
	/*border-left: 1px solid #ccc;*/
}

#nav_bar nav a {
	display: inline-block;
	width: 19.15%;
	margin: 0;
	padding: 1px 0;
	text-transform: uppercase;
	color: black;
	text-align: center;
	/*border-right: 1px solid #ccc;*/
	text-decoration: none;
	font: 16px "Courier", Arial, sans-serif;
}

#nav_bar a.selected {
	
	background: #CD3700;
}

#social {
	position: fixed;
	top: 200px;
	right: 3px;
	width: 40px;
	z-index: 1;

}

a.twit{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(..images/socials.png) no-repeat;
}

a.twit { background-position: 0 0;}
a.twit:hover { background-position: -40px 0;}
a.twit:active { background-position: -80px 0;}



#nav_bar a:link, #nav_bar a:visited { /* selects links during their default (un-touched) state */
	color: black;
	font: normal 18px/1.5em Courier;	
	text-decoration: none;
}


#nav_bar a:hover { /* select links during mouse hover (on mouse over) */
	color: #CD3700;
	text-decoration: none;
}

#nav_bar a:active { /* select links while the mouse button is depressed (clicking) */
	color: black;
}

.box{
	background: #CD3700;
	width: 50px;
	height: 20px;
	padding: 10px;
	margin: 10px;
	display: inline-block;
	font: thin 18px/1.5em Helvetica;
	color: white;
}

.below {
	background: white;
	padding: 10px;
	
	clear: both;
}





