/*
Theme Name: Mini for Mobile
Theme URI: http://madebyminimal.com
Description: 
Version: 1.3
Author: Minimal

TABLE OF CONTENTS

01 - Reset
02 - General Styles 
03 - Text Wrap
04 - Mobileness
05 - Header
06 - Featured
07 - Slideshow
08 - Nav
09 - Footer
10 - Globals
11 - Fonts
12 - Forms & Buttons
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - 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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 

	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}
	
ol,ul { 
	
	list-style: none; 
}

blockquote,q { 

	quotes: none; 
}

blockquote:before,blockquote:after,q:before,q:after { 

	content: ''; 
	content: none; 
}

:focus { 

	outline: 0; 
}

ins { 

	text-decoration: none; 
}

del { 

	text-decoration: line-through; 
}

table{ 

	border-collapse: collapse; 
	border-spacing: 0; 
}


/* ///////////////////////////////////////////////////////////////////// 
//  02 - General Styles
/////////////////////////////////////////////////////////////////////*/

.clear {

	clear: both
}

.fleft {

	float: left
}

.fright {

	float: right
}

.skiplink { 
	
	display: none; 
}

label{ 
	
	cursor: pointer; 
}

a,a:visited { 
	
	color: #0088CC; 
	text-decoration: none; 
}

a:focus,a:hover { 
	
	text-decoration: none; 

}

body { 
	
	background: #FFFFFF; 
	color: #000000;
}

div, img { 
	
	/*vertical-align: top;*/
}

.gallery {
	
	text-align: center;
}

.clearfix:after { 
	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
}


/* ///////////////////////////////////////////////////////////////////// 
//  03 - Text Wrap (Spacing around images)
/////////////////////////////////////////////////////////////////////*/

.aligncenter {
	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	
	float: left;
}

.alignright {
	
	float: right;
}

img.alignleft {
	
	margin-right: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
}

img.alignright {
	
	margin-left: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
} 

img.aligncenter {
	
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* ///////////////////////////////////////////////////////////////////// 
//  04 - Mobileness
/////////////////////////////////////////////////////////////////////*/

#header, #featured, #content, #nav, #footer {
	
	text-align: left;
 	max-width: 768px; /*** Set element widths to 95% of device width with a max of 768px ***/
	width: 95%; /*** Set element widths to 95% of device width ***/
	margin: 0 auto; 
}

img {
	
	max-width: 100%;
	width: auto;
	height: auto;
}

.wp-caption-text {

	margin-bottom: 20px;
	font-style: italic;

}


/* ///////////////////////////////////////////////////////////////////// 
//  05 - Header
/////////////////////////////////////////////////////////////////////*/

#header {
	
	padding-top: 8px;
	margin-bottom: 10px;
}

#logo img {
	
	display: block;
	padding-top: 10px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  06 - Featured
/////////////////////////////////////////////////////////////////////*/

#featured {
	
	margin-bottom: 10px;
	text-align: center;
}


/* ///////////////////////////////////////////////////////////////////// 
//  07 - Slideshow
/////////////////////////////////////////////////////////////////////*/

.slideshow {
	
	position: relative;
	overflow: hidden;
}

.slideshow img {
	
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
}


/* ///////////////////////////////////////////////////////////////////// 
//  08 - Nav
/////////////////////////////////////////////////////////////////////*/

#nav {
	
	border-top: 1px solid #666666;
}

#nav li {
	
	font-size: 18px;
	line-height: 41px;
	background: url(images/nav-arrows.png) no-repeat right 11px;
}

#nav li a {
	
	display: block;
	text-align: left;
	text-decoration: none;
	color: #666666;
	height: 41px;
	border-bottom: 1px solid #666666;
}

#nav li ul li a {
	
	padding-left: 30px;
}

#nav li ul li li a {
	
	padding-left: 60px;
}

#nav li ul li li li a {
	
	padding-left: 90px;
}
.page #nav {
	
	margin-top: 15px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  09 - Footer
/////////////////////////////////////////////////////////////////////*/

#footer {
	
	padding-top: 45px;
	text-align: center;
	padding-bottom: 15px;
}

#footer-nav {
	
	margin-bottom: 10px;
}

#footer-nav ul li {
	
	display: inline-block;
}

#footer-nav ul li a {
	
	display: block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -99999px;
	margin-right: 2px;
}

#footer-nav ul li.fb a {
	
	background-image: url(images/icon-fb.png);
}

#footer-nav ul li.tw a {
	
	background-image: url(images/icon-twitter.png);
}

#footer-nav ul li.linkedin a {
	
	background-image: url(images/icon-linkedin.png);
}

#footer-nav ul li.gplus a {
	
	background-image: url(images/icon-gplus.png);
}

#footer-nav ul li.pinterest a {
	
	background-image: url(images/icon-pinterest.png);
}

#footer-nav ul li.tumblr a {
	
	background-image: url(images/icon-tumblr.png);
}

#footer-nav ul li.vimeo a {
	
	background-image: url(images/icon-vimeo.png);
}

#footer-nav ul li.instagram a {
	
	background-image: url(images/icon-instagram.png);
}

#footer-nav ul li.flickr a {
	
	background-image: url(images/icon-flickr.png);
}

#footer-nav ul li.youtube a {
	
	background-image: url(images/icon-youtube.png);
}

#footer a {
	
	font-size: 10px;
	font-weight: bold;
}

#footer-nav {
	
	font-size: 10px;
}

#footer .copyright {
	
	font-size: 10px;
	margin: 0px 0 3px 0;
}

#footer .copyright, #footer .copyright a {
	
	color: #888888;
	font-size: 10px;
}

#footer .view-full {
	
	font-size: 10px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  10 - Globals
/////////////////////////////////////////////////////////////////////*/

h1, h2, p {
	
}

h1 {
	
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
}

h2 {
	
	margin-bottom: 25px;
}

.gallery-icon {
	
	display: block;
	margin-bottom: 3%;
}

p {
	
	font-size: 14px;
	line-height: 1.6;
}

#content p {
	margin-bottom: 15px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  11 - Fonts
/////////////////////////////////////////////////////////////////////*/

body, #footer {
	
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

#nav, h1, h2, #footer .return-home, #footer .view-full {
	
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

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


/*//////////////////////////////////////////////////////////////////// 
//  12 - Forms & Buttons
////////////////////////////////////////////////////////////////////*/

input, textarea { 
	
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Arial, Arial, Helvetica, sans-serif;
	color: #666666;
	max-width: 250px;
	background: #FFFFFF left top repeat-x;
	background: -webkit-gradient(linear, left top, left 10, from(#FFFFFF), color-stop(4%, #FFFFFF), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF 0px, #FFFFFF 10px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea { 
	
	width: 94%;
	max-width: 500px;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover, input:focus, textarea:focus { 
	
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2px;
}

.form label { 
	
	margin-left: 10px;
	color: #666666; 
}

.submit input {
	
	width: 90%;
	max-width: 400px;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
