/*
YUI reset-min.css
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


/* style.css */
body {
	margin:0;
	padding:0;
	font:13px/26px 'Helvetica Neue',Helvetica,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background:#efefef;
	background: -moz-linear-gradient(top, #fff, #ccc);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));	
	color:#444;
	list-style:none;
}


nav .menu {
	height:30px;
	position:absolute;
	right:0px;
	top:5px;
	text-align:right;
	margin:auto;
	font-weight:normal;
	text-transform:uppercase;
	/* text-shadow:#ccc 1px 1px 2px; */
}

nav .menu ul {
	float:right;
	padding:15px 0 0 0;
	margin:0 15px 0 0;
}

nav .menu li {
	display:block;
	float:left;
	margin:0 0;
	padding:0 15px;
	border-right:1px solid #fff;
	line-height:1em;
}

nav .menu li:last-child {
	border-right:none;
}

header nav a {
	color:#12a5c5;
}

header nav a:hover {
	color:#fff;
	text-decoration:underline;
}

header {
	display:block;
	width:950px;
	height:232px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:left;
	background-color:#000;
	position:relative;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

header .photo {
	float:left;
	margin-top:5px;
}

header .fn, header .email, header .adr, header .technorati, header .logo span {
	display:none;
}

header .logo {
	font-size:250%;
	color:#12a5c5;
	margin:0 0 0 270px;
	padding:30px;
	display:block;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:25px 20px;
}

header .tags {
	margin:0 0 0 270px;
	padding:60px 0 0 30px;
	line-height:1.8em;
}

header .tags li {
	list-style:disc inside url(/blog/wp-content/themes/scottgale/images/bullet.png);
}

header .contact {
	color:#CDCDCD;
	position:absolute;
	bottom:0;
	right:20px;
	bottom:10px;
}

header a {
	color:#cdcdcd;
}

header .widget a:hover {
	color:#fff;
}

header .widgettitle {
	text-transform:uppercase;
	color:#fff;
}

a {
	text-decoration:none;
	color:#0d6c80;
}

h1 {	
	/* color:#CC5214; */
	color:#000;
	padding:0;
	margin:10px 0 20px 0;
	font-weight:normal;
	font-size:197%;
	text-shadow:1px 1px 1px #ccc;	
}

h1 a {
	color:#000;
}

small {
	font-size:100%;
}

.content {
	width:918px;
	background-color:#fff;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);	
}

.content strong {
	font-weight:bold;
}

.content p {
	padding:0 0 15px 0;
}

.content img {
	padding:0px 20px 10px 0;
	float:left;
}

.content iframe {
	overflow:hidden;
	border:none;
}

.content pre {
	line-height:1.2em;
	padding:5px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */	
}

.content li {
	list-style:disc;
	margin-left:20px;
}

article {
	display:block;
	margin:0 0 25px 0;
}

article h1 {
	margin-bottom:2px;
}

article small {
	margin-bottom:10px;
	display:block;
}

.articles {
	width:70%;
	display:block;
	float:left;
	clear:right;
}

.articles nav .alignright {
	float:right;
}

.articles nav .alignleft {
	float:left;
}

.articles nav {
	height:45px;
	display:block;
	border-top:1px dotted #ccc;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	clear:left;
}

#respond label {
	padding-left:5px;
	color:#000;
}

#respond label small {
	color:#666;
}

aside:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

aside {
	width:24%;
	margin-left:75%;
	display:block;
	text-align:left;
	border-left:0px solid #ccc;
}

aside a {
	color:#666;
}

aside h3 {
	color:#000;
	font-size:108%;
	text-shadow:0 0 4px #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

aside ul {
	margin:0 0 10px 5px;
	padding:0;
}

aside li {
	list-style:disc;
	font-size:93%;
	margin-left:20px;
}

aside div {
	margin-right:5px;
}

aside .widget a:hover {
	color:#000;
}

.widget_search h3 {
	display:none;
}

.widget_search label {
	display:none;
}

.widget_search {
	margin-bottom:15px;
}

.widget_search .submit {
	padding:2px;
}

.widget_search #s {	
	color:#666;
}

/*
.widget_search #s {
	background:url("images/logo-search-sprite.png") repeat scroll 0 -50px transparent;
	border:medium none;
	color:#cdcdcd;
	font-size:13px;
	height:37px;
	margin:0;
	padding:0 0 0 15px;
	width:162px;
	color:#14badd;
}

.widget_search #searchsubmit {
	background:url("images/logo-search-sprite.png") repeat scroll -188px -50px transparent;
	border:medium none;
	height:35px;
	margin:0 0 0 -10px;
	padding:0 0 0;
	text-indent:-9999px;
	width:40px;
}
*/
.commentlist {
	margin:0;
	padding:10px;
}

.commentlist li {
	list-style:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;	
	display:block;
	background-color:#efefef;
	padding:5px;
	margin:0 0 10px 0;
}

.commentlist li .avatar {
	float:left;
}

.commentlist p {
	padding:0;
	margin:0;
	clear:left;
}

.commentlist span {
	color:#000;
}

form {
	line-height:2.5em;
}

input {
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:108%;
	padding:4px;
}

form .submit {
	background-color:#000;
	background: -moz-linear-gradient(top, #073842, #000);
	background: -webkit-gradient(linear, center top, center bottom, from(#073842), to(#000));
	padding:10px;
	color:#fff;
	font-weight:bold;
}

form .submit:hover {
	background-color:#000;
	background: -moz-linear-gradient(top, #000, #073842);
	background: -webkit-gradient(linear, center top, center bottom, from(#000), to(#073842));
}

textarea {
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#respond {
	margin-top:15px;
}

footer {
	width:920px;
	background-color:#000;
	color:#fff;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 1)
}

footer a {
	color:#12a5c5;
}

footer a:hover {
	color:#fff;
}

footer img {
	margin:0 10px 0 0;
	float:left;
}

footer

footer .tags {
	float:right;
	width:65%;
}

footer .tags li {
	display:inline;
	
}

footer .widget {
	display:block;
	width:31%;
	margin:10px;
	float:left;
}

footer .tags a:after {
    content: ";";
}

footer .contact {
	margin-top:20px;
}

footer .contact a {
	height:47px;
	display:block;
	clear:left;
	padding-top:8px;
}

footer .contact img {
	margin-top:-8px;
}

footer .info {
	float:left;
	width:30%;
}