/* @override 
	http://www.nathanielban.com../stylesheets/styles.css
	http://nathanielban.com/styles.css
	http://www.nathanielban.net../stylesheets/styles.css
	http://www.nathanielban.net/public/stylesheets/styles.css
*/

* {
	margin: 0px;
	padding: 0px;
	border: none;
}



/* @group Polaroids */

#sidebar ul#social li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

#social {
	padding: 0px;
	margin-left: 10px;
	position: relative;
	top: -5px;
}

ul.polaroids li {
	display: inline;
}

ul.polaroids a {
	background: #fff;
	display: inline;
	float: right;
	margin: 0 0 27px 30px;
	width: auto;
	padding: 10px 10px 10px;
	text-align: center;
	font-family: "Marker Felt", sans-serif;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-webkit-transform: rotate(-2deg);
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transform: rotate(-2deg);
}

ul.polaroids img {
	display: block;
	width: 250px;
}
ul.polaroids a:after {
	content: attr(title);
}

ul.polaroids li:nth-child(even) a {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
}

ul.polaroids li:nth-child(3n) a {
	-webkit-transform: none;
	position: relative;
	top: -5px;
	-moz-transform: none;
}

ul.polaroids li:nth-child(5n) a {
	-webkit-transform: rotate(5deg);
	position: relative;
	right: 5px;
	-moz-transform: rotate(5deg);
}

ul.polaroids li:nth-child(8n) a {
	position: relative;
	right: 5px;
	top: 8px;
}

ul.polaroids li:nth-child(11n) a {
	position: relative;
	left: -5px;
	top: 3px;
}


ul.polaroids {
	height: 100%;
	padding: 0px;
	margin-top: 50px;
}

ul.polaroids li.messy a {
	margin-top: -375px;
	margin-left: 160px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
}

ul.polaroids li a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	position: relative;
	z-index: 5;
}

/* @end */
#content div.entry ul li {
	list-style: disc;
}

#content div.entry ul {
	margin-left: 10px;
}

#page {
	overflow: hidden;
}

body {
	background: #444 url(../images/bkg.jpg) repeat fixed;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 600px;
}

#header h1 {
	color: transparent;
	text-shadow: #fff 0 0 5px;
	-webkit-transition: text-shadow 1s cubic-bezier(0, 0.75, 0, 1);
}

.imglink span {
	margin: 0 5px;
}

.col2 {
	color: #fff;
}

/* @group Content */

#content .entry {
	width: 400px;
	margin: 10px;
}

div#content a, .singlepost a {
	color: #000;
	font-weight: bold;

}

.singlepost h3, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6, div#content p {
	text-shadow: 0 1px 1px rgba(255,255,255,.5);
}

h1 a, h2 a, h3 a, h4 a, h5 {
		text-decoration: none;
}

.singlepost a:hover, #content a:hover {
	color: #333;
}

.entry p, .singlepost p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #584941;
	padding: 5px;
	margin-top: 10px;
}

.entry, .singlepost {
	background: #fff;
			-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
			-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;

}

#content div.entry h3, .singlepost h3 {
		background-image: url(../images/bar.png);
		padding: 5px;
			font-size: 10pt;
		-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;

}

.singlepost .entry h3 {
			-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
}

.singlepost {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}


/* @end */

/* @group Header/Footer */

#header a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	height: 28px;
	text-shadow: rgba(0, 0, 0, 0.398438) 0px -1px 0px;
	line-height: 28px;
}

#header a {
	padding: 5px 8px;
	float: left;
}

#header {
	margin: 0;
	height: 40px;
	background-image: url(../images/bar.png);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 4px 10px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 4px 10px;
	box-shadow: rgba(0,0,0,0.2) 0px 4px 10px;
}

#header a span {
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.398438) 0px -1px 0px;
	margin-left: 5px;
	font-size: 12px;
}

/* @end */

/* @group Nav */

#nav a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.398438) 0px -1px 0px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 2px 8px;
	font-size: 12px;
}

#nav a:hover, #nav a.current {
	background: #3B4E6C url(../images/darkbar.png) repeat-x;
}

#nav {
	list-style: none;
	position: relative;
	float: right;
	line-height: 1px;
	margin: 3px 0 0;
}

#nav li {
	float: left;
	margin-right: 3px;
	list-style: none;
	position: relative;
	margin-right: 10px;
}

#nav li a:hover {
	color: #fff;
}

/* @end */

/* @group Contact Form */

.ninja input {
	background: url(../images/bt38.png) repeat;
	color: #fff;
	width: 100%;
	margin: 5px 0px 5px 0;
	padding: 5px 0 5px 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.ninja textarea {
	background: url(../images/bt38.png) repeat;
	color: #fff;
	margin: 5px 0;
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 0 5px 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.submit {
	width: 25% !important;
	float: left;
	margin-right: 20px;
	position: relative;
	top: -9px;
	background: url(../images/bt38.png) repeat;
	padding: 5px !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.ninja ul li p {
	float: right;
	padding-top: 7px;
	padding-left: 7px;
	display: table;
	width: 75%;
	text-align: left;
}

#messageStatus {
	width: 250px;
	background-image: url(../images/bt70.png);
	color: #999;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

span.error {
	background-image: url(../images/bt70.png);
	padding: 5px;
	color: #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 100px;
	position: relative;
	margin-left: 30%
}

/* @end */

#sidebar ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

#sidebar {
	display: block;

}

.singlepost #sidebar {
	float: right;
	position: relative;
	top:  -22px;
}

.singlepost #sidebar ul li a {
	padding: 4px;
	color: #111;
	text-decoration: none;
			text-shadow: 0 1px 1px rgba(255,255,255,.5);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.singlepost #sidebar ul li a:hover {
color: #444;
}

#footer {
	float: right;
	bottom: 0px;
	background-color: rgba(147,162,139,0.8);
	padding: 9px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	color: #fff;
	border-top: 3px solid #91a186;
	border-left: 3px solid #91a186;
	width: 210px;
	margin-left: 30px;
}

#results {
	overflow: hidden;
}