@charset "utf-8";
/*  
Theme Name: "The One Theme"
Theme URI: http://www.drunkenfist.com/304/
Description: A  simple three columned design. Plenty of room for ads. HTML5
Author: Rob Larsen
Version: 2.0
Author URI: http://www.drunkenfist.com/
Tags: gray, fixed width, three columns,ads,html5
*/
/*reset section*/
@font-face {
 font-family: 'Inconsolata';
 	src: url('_assets/styles/fonts/Inconsolata.eot');
 	src: local('Inconsolata'), local('Inconsolata'),  url('_assets/styles/fonts/Inconsolata.ttf') format('TrueType');
 font-family: 'Geo';
 	src: url('_assets/styles/fonts/Geo.eot');
 	src: local('Geo'), local('Geo'),  
 	url('_assets/styles/fonts/Geo.ttf') format('TrueType');
}
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
footer, section, article, nav, header, aside, figure, dialog {
	display:block;
}
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color:#ccc;
	padding-bottom:50px !important;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
/*main div- holds the rest of the site*/
#container {
	margin: auto;
	width: 992px;
	background-color:#fff;
}
/*************header*****************/
#header {
	padding-top:20px;
	padding-left:0;
	border-right:10px solid #fff;
	border-left:10px solid #fff;
	position:relative;
}
/*the anchor inside the h1*/
#container #header h1 a {
	text-decoration:none;
	color:#999;
	font: bold 30px Consolas, Inconsolata, "Lucida Console", Monaco, "Lucida Sans Typewriter", monospace;
}
#header h1 strong {
	color:#333;
	margin-right:-16px;
}
#header h1 em {
	color:#666;
	margin-right:-16px;
}
#header h1 a:hover {
	text-decoration:underline;
}
/*tagline*/
#respond, #container #header .title {
	font-size: 18px;
	color: #999;
	margin-top:10px;
	margin-bottom:20px;
	font-style:italic;
}
/*end header*/
/************************main content area*****************/
/*overflow:auto clears floats like magic*/
#content {
	overflow:auto;
	border-right:10px solid #fff;
	border-left:10px solid #fff;
}
/*main copy area*/
#container #copy {
	width:600px;
	border:1px solid #999;
	padding: 16px 10px 16px 12px;
	float:left;
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 8px #999; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 8px #999; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 8px #999; /* Opera 10.5, IE 9.0 */
	margin-bottom:20px;

}
#content .post h1 {
	font: 23px Consolas, Inconsolata, "Lucida Console", Monaco, "Lucida Sans Typewriter", monospace;
	font-weight:bold;
}
#comments, #content .post h1 a {
	color:#69F;
}
#comments, #content .post h2 {
	font:bold 20px Consolas, Inconsolata, "Lucida Console", Monaco, "Lucida Sans Typewriter", monospace;
	margin-top: 13px;
	margin-bottom: 6px;
	color:#930;
}
#comments, #content .post h2 a {
	color:#930;
}
#content .post h3 {
	font-size: 14px;
	font-weight:bold;
	margin-top: 13px;
	margin-bottom: 6px;
	color:#666;
}
#content .post h3 a {
	color:#666;
}
#content .post h4 a {
	color:#666;
}
#content .post h4 a:hover {
	text-decoration:underline;
}
#content .post .comments {
	background: url(http://d29kl9g5sps1bl.cloudfront.net/_assets/styles/images/comments.png) no-repeat;
	height: 15px;
	padding: 2px 5px 5px 25px;
	margin-top:5px;
}
#content .entry {
	margin-top: 13px;
	margin-bottom: 13px;
	position:relative;
}
#content .post h5 {
	font-size:14px;
	font-weight:bold;
	margin-top: 13px;
	margin-bottom: 6px;
	color:#777;
}
#content .entry ul li, #content .entry ol li, #content .entry p, #content .entry dd {
	font-size:14px;
	margin-top: 7px;
	margin-bottom: 6px;
	line-height:1.6;
}
#content .entry dd {
	padding-left:12px;
}
#content .entry dt {
	padding-left:12px;
	font-size:14px;
	margin-bottom: 6px;
	margin-top:13px;
	font-weight:bold;
	text-transform:uppercase;
}
#content .entry ul li {
	padding-left:12px;
	background:url(http://d29kl9g5sps1bl.cloudfront.net/_assets/styles/images/sprite.png) 0px -81px no-repeat;
}
#content .entry ol {
	margin-left:23px;
}
#content .entry ol li {
	list-style-type: decimal;
        background:none;
        padding-left:0;
}

#content .entry ol li li{
	list-style-type: lower-latin;
        background:none;
        padding-left:0;
}
#content .entry ul ul{
margin-left:36px;
}
#content .entry h3 a, #content .entry p a {
	color:#036;
}
#content .entry h3 a:visited, #content .entry p a:visited {
	color:#330066;
}
#content .entry .postmetadata {
	background: #efefef;
	position: relative;
	padding:8px;
	color: #036;
	font-size:12px;
	line-height:1.6;
}
#content .entry .postmetadata a {
	color: #4B87C2;
}
#content .entry .postmetadata .add-this {
	position: absolute;
	right: 4px;
	top: 8px;
}
#content .post .comments a {
	font-size: 12px;
	font-weight: bold;
	color: #036;
}
#content .post h2 a {
	color: #4B87C2;
	text-decoration: none;
}
#content .post h2 a:visited {
	color: #4B87C2;
}
#content .post .date {
	color: #999;
	font: 15px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top:4px;
}
#copy blockquote {
	border:1px solid #ddd;
	padding:10px;
	padding-left:77px;
	width:80%;
	margin:auto;
	margin-bottom:10px;
	position:relative;
	background:url(http://d29kl9g5sps1bl.cloudfront.net/_assets/styles/images/sprite.png) -115px -40px no-repeat;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
/*comments*/
.commentlist li {
	background:#fff no-repeat;
	margin-bottom:10px;
	padding:10px 6px 6px 20px;
	font-size:11px;
}
.commentlist li.alt {
	background:#efefef;
}
.commentlist li p {
	font-size:12px;
	line-height:1.6;
	margin-bottom:5px;
}
.commentlist li .comment-name {
	font-size:15px;
}
.commentlist li .comment-name cite {
	font-weight:bold;
}
.commentlist .comment-name cite a {
	color:#036;
	text-decoration:none;
}
.commentlist li .commentmetadata {
	margin-bottom:10px;
}
.commentlist li .commentmetadata a {
	color: #036;
	font-weight:bold;
	text-decoration:none;
}
#author, #email, #url {
	width:303px;
	height:31px;
	background-color:#efefef;
	border:1px dashed #333;
	padding-left:10px;
}
#comment {
	width:588px;
	height:100px;
	background-color:#efefef;
	border:1px dashed #666;
}
#commentform p {
	height:40px;
	height:auto;
	min-height:40px;
	position:relative;
}
#commentform p label {
	font-size:12px;
	position:absolute;
	top:5px;
	left:325px;
}
#commentform .comment label {
	position:static;
	margin-bottom:6px;
	display:block;
}
#submit {
	width:117px;
	height:34px;
	padding:3px;
	margin-top:5px;
	background:url(http://d29kl9g5sps1bl.cloudfront.net/_assets/styles/images/submit.png);
	color:#fff;
	font-weight:bold;
}
/*sidebar*/
#container #sidebar {
	width:331px;
	overflow-y:auto;
	overflow-x:hidden;
	float:right;
}
#sidebar #feeds ul {
	background: url(http://d29kl9g5sps1bl.cloudfront.net/_assets/styles/images/sprite.png) 0px -20px no-repeat;
	position:relative;
	height:20px;
	font-size:13px;
	margin-top:10px;
	margin-bottom:2px;
	padding-bottom:4px;
	border-bottom:4px solid #ccc;
	line-height:.6
}
#sidebar h2 {
	font:bold 28px Geo, Consolas, Inconsolata, "Lucida Console", Monaco, "Lucida Sans Typewriter", monospace;
	color: #fff;
	background-color: #999;
	height: 24px;
	padding: 4px 0px 14px 8px;
	border-bottom:4px solid #666;
	margin-top:10px;
	-moz-border-radius-topright: 6px; /* FF1+ */
	-webkit-border-top-right-radius: 6px; /* Saf3+, Chrome */
	border-top-right-radius: 6px; /* Opera 10.5, IE 9 */
	-moz-border-radius-topleft: 6px; /* FF1+ */
	-webkit-border-top-left-radius: 6px; /* Saf3+, Chrome */
	border-top-left-radius: 6px; /* Opera 10.5, IE 9 */
}
#sidebar #sidebar-0 {
	float:left;
	border-right:4px solid #fff;
	padding: 0px;
}
#sidebar #sidebar-1 {
	float:right;
}
#sidebar #sidebar-0, #sidebar #sidebar-1 {
	width: 163px;
}
#sidebar ul li ul {
	background: #efefef;
	border-top: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom:5px;
	border-bottom:3px solid #FF7F29;
}
#sidebar ul ul li {
	padding-top:4px;
	padding-left:8px;
	height:13px;
	font-size:12px;
}
#sidebar a {
	color:#4B87C2;
	text-decoration:none;
}
#sidebar a:hover {
	color:#036;
	text-decoration:underline;
}
#sidebar #feeds #feed {
	padding-left: 25px;
	font-size: 36px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Geo, Tahoma, Verdana, Helvetica, sans-serif;
}
#sidebar #feeds #feed a {
	color:#FF7F29;
}
#sidebar #wpsearch {
	background-color: #999;
	height: 44px;
	width: 311px;
	position: relative;
	padding:10px;
	border-bottom:3px solid #666;
	-moz-border-radius-topright: 6px; /* FF1+ */
	-webkit-border-top-right-radius: 6px; /* Saf3+, Chrome */
	border-top-right-radius: 6px; /* Opera 10.5, IE 9 */
	-moz-border-radius-topleft: 6px; /* FF1+ */
	-webkit-border-top-left-radius: 6px; /* Saf3+, Chrome */
	border-top-left-radius: 6px; /* Opera 10.5, IE 9 */
}
#sidebar #wpsearch #searchsubmit {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: url(http://d29kl9g5sps1bl.cloudfront.net/_assets/styles/images/go-button.png);
	height: 25px;
	width: 50px;
}
#sidebar #wpsearch #s {
	background: #ccc;
	border: 0px none #666;
	height: 23px;
	width: 250px;
}
#sidebar #wpsearch label {
	color: #fff;
	display: block;
	font-size:12px;
}
#sidebar .ads {
	text-align:center;
}
/*footer*/
#container #footer {
	background-color:#999;
	height: 33px;
	width: 972px;
	color:#fff;
	padding-left:21px;
	padding-top:3px;
	margin-top:10px;
	border-bottom:5px solid #666;
}
#container #footer p {
	font-size:11px;
}
#container #footer p a {
	color:white;
}
#tagcloud {
	background: #efefef;
	padding:5px;
	margin-bottom: 10px;
	border-bottom:3px solid #FF7F29;
}
/*share this*/
.shareThis {
	font-weight:bold;
	color:#666;
	background: url(http://d29kl9g5sps1bl.cloudfront.net/_assets/styles/images/sprite.png) 0px 0 no-repeat;
	position:relative;
	padding:2px;
	border:1px solid #ccc;
	width:175px;
	height:15px;
	margin:auto;
	margin-top:5px;
}
.shareThis a.digg-this, .shareThis a.delicious, .shareThis a.facebook, .shareThis a.reddit, .shareThis a.stumble {
	position:absolute;
	width:15px;
	height:15px;
	text-indent:-9999em;
	top: 1px;
}
.shareThis a.digg-this {
	left:78px;
}
.shareThis a.delicious {
	left:96px;
}
.shareThis a.facebook {
	left:147px;
}
.shareThis a.reddit {
	left:114px;
}
.shareThis a.stumble {
	left:130px;
}
.shareThis a.digg-this:hover, .shareThis a.delicious:hover, .shareThis a.facebook:hover, .shareThis a.reddit:hover, .shareThis a.stumble:hover {
	background:transparent url() !important;
	opacity:0;
}
.code-sample {
	margin-top:8px;
	margin-bottom:8px;
	padding:10px;
	color:#6f0;
	background:#000;
	font: bold 14px/1.6 Inconsolata, Consolas, "Lucida Console", Monaco, "Lucida Sans Typewriter", monospace;
	width:90%;
	overflow-x:scroll;
	overflow-y:hidden;
}
.code-sample.wide:hover {
	width:1000px;
	position:relative;
	z-index:100;
}
code {
	font-family: Inconsolata, Consolas, "Lucida Console", Monaco, "Lucida Sans Typewriter", monospace;
}
.dataTable {
	width:90%;
}
.dataTable td, .dataTable th {
	border-collapse:collapse;
	border:1px solid #666;
	padding:4px;
	font-size:12px;
}
.dataTable th {
	background:#ddd;
	font-weight:bold;
}
.dataTable a {
	font-weight:bold;
}
hr {
	background-color:#ddd;
	border:0;
	color:#ddd;
	height:5px;
	margin-bottom:30px;
}
.navigation {
	margin-top:30px;
	padding:15px;
	color:#fff;
	background:#000;
	width:90%;
	font:bold 16px Consolas, Inconsolata, "Lucida Console", Monaco, "Lucida Sans Typewriter", monospace;
	margin-bottom:20px;
        overflow:auto;
}
.navigation a {
	color:#6f0;
	font-size:16px;
}
.navigation .prev {
	width:100%;
	text-align:left;
}
.navigation .next {
	width:100%;
	margin-top:10px;
	text-align:right;
}

.listing .prev {
	width:200px;
	float:left;
}

legend {
	font-size: 14px;
	font-weight:bold;
	color:#666;
        padding-left:10px;
        padding-right:10px;
}

fieldset {
    border:1px solid #999;
    padding:20px;
    -moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3+, Chrome */
    border-radius: 12px; /* Opera 10.5, IE 9 */
}

.twitter-follow-button {margin:auto;display:block;}
#___plusone_0 {position:absolute; top:20px; right:0px;}
