/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
ul,li {
	list-style: none;
	list-style-image: none;
	overflow: auto;
}

body {
	font-family: proxima-nova-1,proxima-nova-2,"Helvetica Neue",Helvetica-Neue,Helvetica,Verdana;
}

#page {}

#page #content {
	margin: 0;
	background: none;
	width: 98%;
	padding: 50px 1% 120px 1%;
	position: relative;
	overflow: auto;
}

#isotope {
	float: left;
	margin-left: 300px;
	overflow: hidden;
	width: 77%;
}

#sidebar {
	width: 280px;
	position: fixed;
	padding: 0 0 270px 0;
	bottom: 120px;
	top: 50px;
}

#sidebar figure {
	clear: both;
}

#sidebar figure.img {
	float: right;
	width: 280px;
	height: 145px;
}

#sidebar nav {
	width: 280px;
	float: left;
	clear: both;
	margin: 0 0 20px 0;
	overflow: auto;
}

#sidebar nav li {
	float: left;
	margin: 0 13px 0 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 900;
}

#sidebar nav li.last {
	float: right;
	margin: 0;
}

#filternav {
	margin: 0 0 40px 0;
}

#sidebar nav li a {
	color: #000;
	text-decoration: none;
}

#sidebar nav li a:hover {
	color: #008834;
	border-bottom: 1px solid #000;
}

#twitter {
	background: transparent no-repeat url("http://www.carlafedje.com/meow/wp-content/themes/carlafedje/assets/images/twitter.png");
}

#twitter ul {
	height: 75px;
	margin-left: 90px;
	font-size: 12px;
}

#twitter li {
	padding-top: 16px;
}

#twitter li a {
	text-decoration: none;
	color: #008834;
}

#twitter li a:hover {
	color: #000;
	border-bottom: 1px solid #008834;
}
