@CHARSET "UTF-8";

/**HARD 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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color:#eee;
}
h2,h3,h4,h5{
	font-famiy:"Arial Black", Gadget, sans-serif;
	margin:10px 0 10px 0;
}
h2{
	font-size:24px;
	
}

h3{
	font-size:20px;

}
h4{
	font-size:16px;

}
h5{
	font-size:14px;

}
html{
	background:url('http://static.tumblr.com/bne2omx/uERoivqtn/background.jpg') no-repeat center center fixed;
	background-size:cover;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.clear{
	clear:both;
}
#page{
	width:1044px;
	margin:0px auto 0px auto; /** Make sure it gets centered */
	background:url(http://static.tumblr.com/bne2omx/nYaoivtsh/paws.jpg);
	padding:0;

}
#header-container{
	
	padding-top:10px;
	padding-bottom:10px;
}
#header{
	
	margin:0 auto 0;
	width:1011px;
}

#content-main{
	margin-top:5px;
	margin-bottom:10px;
}
#nav-menu{
	padding:13px 13px 13px 13px;
	margin:4px auto;
	background:rgba(0,0,0,0.9);
	border-radius:8px;
}

#nav-menu a{
	color:#fff;
	text-decoration:none;
}

#nav-menu a:visited{
	color:fff;
}

#nav-menu ul{
	list-style-type:none;
}

#nav-menu li{
	display:inline;
	padding: 5px 4px 5px 8px;
}


#content{
	color: #eee;
	width:1011px;
	margin:0 auto;	
}
#content a{
	color:#fff;
	
}
#content .tags a{
	text-decoration:none;
	font-size:12px;
}
#content .tags a:before{
	content:"#";
}

/*************Nav Bar **************/
#left-navbar{
	
}
/*************Tumblr posts *********/
#tumblr-posts-index{
	width:1011px;
}
#tumblr-posts{
	max-width:720px;
	margin:0 auto;
	background:rgba(0,0,0,0.6);
	border-radius:6px;
	padding:10px 10px 10px 10px;
}
.item{
	background:rgba(0,0,0,0.8);
	padding:5px 5px 5px 5px;
	width:327px;
	margin-bottom:5px;
	/*float:left;*/
	
}

.item img{
	width:100%;
	height:auto;
}
#tumblr-posts img{
	max-width:100%;
	height:auto;
}
.post-title a{
	text-decoration:none;
	color:#f4e383 !important;
	padding:3px 0px 10px 0px;
}
.post-content p{
	margin-bottom:10px;
}
.the_quote{
	font-size:24px;
	font-style:italic;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:10px;
}

.post-content blockquote{
	margin:1px 2px 1px 20px;
}
.post-content cite{
	font-style:italic;
	margin-bottom:20px !important;
}
.post-content cite a{
	font-style:italic;
}
.actions{
	width:100%;
	border-top:1px solid #fff;
	margin-top: 20px;
	padding:2px 5px 2px 5px;
}
.like-wrap,
.reblog-wrap{
	width:22px;
	float:left;
	margin:2px 3px 2px 3px;
	padding-left:2px;
}
.date{
	clear:both;
}
.date a{
	font-size:12px;
	font-style:italic;
}
.post_notes{
	background:rgba(20,20,20,0.8);
	margin-top:10px;
	magin-bottom:10px;
	padding:10px 15px 10px 15px;
	border-radius:6px;
}
.post_notes ol{
	list-style-type:none;
}
.post_notes li{
	padding-top:1px;
	padding-bottom:1px;
}
.post_notes img{
	margin-right:5px;
	
}
#pagination{
	max-width:500px;
	margin:20px auto 20px auto;
}
#pagination:after{
	content:"";
	clear:both;
}
.pagination_link {
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.46) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.46))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.46) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.46) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.46) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.46) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#75000000',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#e8e3e8;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	max-width:250px;
	text-decoration:none;
	text-align:center;
	float:left;
	margin:0px 10px 0px 10px;
	padding-left:5px;
	padding-right:5px;
}
.pagination_link:hover {
	background: -moz-linear-gradient(top,  rgba(22,22,22,1) 0%, rgba(45,45,45,0.46) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,22,22,1)), color-stop(100%,rgba(45,45,45,0.46))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(45,45,45,0.46) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(45,45,45,0.46) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(45,45,45,0.46) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(22,22,22,1) 0%,rgba(45,45,45,0.46) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#752d2d2d',GradientType=0 ); /* IE6-9 */

}.pagination_link:active {
	position:relative;
	top:1px;
}

#footer{
	margin-top:0px;
	background:rgba(0,0,0,0.8);
}

#footer-content{
	width:958px;
	margin:0 auto;
	padding:20px 10px 10px 20px;
}
#footer-copy{
	text-align:center;
	color:#fff;
}
#footer-copy a{
	color:#eee;
}