/*
Theme Name: 	Starkers
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/

/* 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;
  	vertical-align: baseline;
  	background: transparent;
}

body {
  	line-height: 1;
}

ol, ul {
  	list-style: none;
}

blockquote {
  	quotes: none;
}

blockquote:before, blockquote:after {
  	content: '';
  	content: none;
}

del {
  	text-decoration: line-through;
}

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

a img {
	border: none;
}

/* CSS */

::-moz-selection {
	color:#fff;
	background:#40C0CB;
}

::selection {
	color:#fff;
	background:#40C0CB;
}

html, body {
	font-size: 16px;
	color: #3B3B3B;
	line-height: 180%;
	font-family: 'adelle', Georgia, serif;
	height: 100%;
}

img {
	max-width: 100%;
}

a:link, a:visited {
	color: #40C0CB;
	text-decoration: none;
}

a:hover, a:focus {
	color: #3B3B3B;
}

.container {
	display: block;
	margin: auto;
	max-width: 900px;
	padding: 30px;
}

h1 {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 90%;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}

h3 {
	font-size: 0.9em;
	font-style: italic;
	font-weight: 400;
	margin-top: 10px;
}

.logo {
	width: 50%;
	float: left;
	
}

.menu-main-container {
	width: 50%;
	float: right;
}

.menu {
		text-align: right;
	display: inline;
	float: right;
	margin-top: 19px;
}

.menu li {
	text-align: right;
	display: inline;
	margin-left: 2em;
		font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

.omwlogo {
	height: 50px;
	margin-bottom: -20px;
}

.omwlogo:hover, .omwlogo:focus {
	    zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

header {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.quote {
	font-size: 2em;
	font-weight: 100;
	padding: 10px 0;
	max-width: 730px;
	display: block;
	margin: auto;
	line-height: 120%;
	font-weight: 300;
}

.quote em {
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	text-align: right;
	font-size: 0.6em;
	font-weight: 400;
	color: #aaa;
	font-style: normal;
}

.quote span {
	display: block;
}

.fouro {
	margin-bottom: 100px;
}

article {
	max-width: 30em;
	display: block;
	margin: auto;
	padding-left: 240px;
	padding-top: 50px;
	padding-bottom: 50px;
}

article p {
	margin-bottom: 1.2em;
}

article h2 {
		font-family: "proxima-nova", Helvetica, Arial, sans-serif;
		font-weight: 600;
}

article h2 a:link, article h2 a:visited {
	color: #3B3B3B;
}

article h2 a:hover, article h2 a:focus {
	color: #40C0CB;
}

article img {
	position: absolute;
	max-width: 200px;
	height: auto;
	float: left;
	margin-left: -240px;
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    border-radius: 200px;
    zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

article img:hover, article img:focus {
	filter: none;
    -webkit-filter: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

article h3 {
	font-style: normal;
}

article span {
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 1.6em;	
	margin-top: -5px;
	padding-bottom: 5px;
}

.meta {
	font-size: 0.8em;
	font-style: italic;
	line-height: 140%;
	color: #aaa;
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.meta a:link, .meta a:visited {
	color: #3B3B3B;
}

.meta a:hover, .meta a:focus {
	text-decoration: underline;
}

footer {
	border-top: 1px dotted #ccc;
	padding-top: 30px;
	line-height: 10%;
	margin-top: 30px;
}

.alllist {
	margin-top: 20px;
	margin-bottom: 90px;
}

.alllist span {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.right a:link, .right a:visited, .left a:link, .left a:visited {
	background-color: #40C0CB;
	color: #fff;
	padding: 5px 12px;
	width: 250px;
	display: block;
	border-radius: 4px;
	text-align: center;
}

.right a:hover, .right a:focus, .left a:hover, .left a:focus {
	background-color: #3B3B3B;
}

.pagination {
	width: 100%;
	text-align: center;
}

a.page-numbers, span.page-numbers {
	background-color: #3B3B3B;
	color: #fff;
	padding: 1px 12px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

span.page-numbers {
	background-color: #40C0CB;
}

a.page-numbers:hover, a.page-numbers:focus {
	background-color: #ccc;
	color: #3b3b3b;
}

@media screen and (max-width:770px) {

.logo {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.menu-main-container {
	width: 100%;
	float: left;
}

.menu {
		text-align: center;
	width: 100%;
}

.menu li {
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
}

.thelogo {
	width: 130px;
	display: block;
	margin: auto;
}

footer {
	text-align: center;
	line-height: 180%;
}

article img {
	max-width: 150px;
	margin-left: -190px;
}

article {
	padding-left: 190px;
}

}

@media screen and (max-width:570px) {

html, body {
	font-size: 14px;
	-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}

article img {
	max-width: 120px;
	margin-left: -140px;
}

article {
	padding-left: 140px;
}

}

@media screen and (max-width:390px) {

html, body {
	font-size: 14px;
	-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}

article img {
	max-width: 120px;
	margin-left: -140px;
}

article {
	padding-left: 140px;
}

article {
	width: 100%;
	display: block;
	margin: auto;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

article img {
	position: static;
	max-width: 100%;
	height: auto;
	float: none;
		margin:auto;
		margin-bottom: 30px;
		display: block;
		text-align: center;
}

.menu li{
	display: block;
}

}
