/*
Theme Name: Default
Theme URI: http://www.elliotswan.com
Description: Grids...
Version: good question
Author: Elliot Swan
Author URI: http://www.elliotswan.com

	Feel free to look through here, and if you have any questions please feel free to ask. 
	Note, however, this design is copyright &copy; 2006 Elliot Swan. So no stealing, or else I'll get mad.

		Elliot Swan
		http://www.elliotswan.com
		 
*/


/* ---------------
Universal
--------------- */

* {
margin: 0;
padding: 0;
}

body {
color: #333;
}

.replace {
text-indent: -3000px;
overflow: hidden;
}

ul {
margin: 0 0 17px 20px;
list-style-type: circle;
}

li {
line-height: 17px;
margin-bottom: 10px;
margin-left: 20px;
}

::-moz-selection {
color: #F2ECE4;
background: #27393F;
}

::selection {
color: #F2ECE4;
background: #27393F
}

/* ---------------
Typography
--------------- */

a {
color: #202123;
text-decoration: none;
border-bottom: 1px solid #4A4B4D;
}

a:hover {
background: #F2ECE4;
}

p, li p {
margin-bottom: 17px;
font: 14px georgia;
line-height: 20px;
color: #333;
}

blockquote, blockquote p {
font: 14px georgia;
padding-left: 20px;
background: #F2ECE4;
}

blockquote {
padding: 20px;
margin-bottom: 17px;
}

strong, em {
background: #F2ECE4;
}

strong.date {
font: 12px georgia italic;
background: transparent;
}

h2.title a {
font: 35px georgia;
color: #424A48;
text-decoration: none;
border: none;
}

ul#comments li p {
color: #F2ECE4;
font: 15px georgia;
}

ul#comments a {
color: #B5C8CF;
}

ul#comments a:hover {
background: #FFF8BF;
color: #1D1E20;
}

ul#comments li p.commentdate {
font: 11px georgia italic;
margin-top: 3px;
}

ul#comments li blockquote p {
color: #1F2324;
}

ul#comments li em {
color: #1F2324;
}

h3#dacomments, h3#respond {
color: #424A48;
font: 27px georgia;
text-align: center;
margin-top: 40px;
clear: both;
}

ul#comment_inputs p, ul#comment_inputs label, ul#comment_inputs input {
color: #191C1D;
line-height: 20px;
}

ul#comment_inputs input {
font: 13px georgia;
}

textarea#comment {
font: 14px georgia;
color: #191C1D;
padding: 30px;
}

li#allowedxhtml p {
font: 13px georgia italic;
}

input#comment_submit {
font: 14px georgia;
color: #FFF8BF;
}

div#w00t {
position: absolute;
top: 255px;
left: 275px;
width: 670px;
z-index: 999;
padding: 5px;
background: #27393F;
border: 1px solid black;
}

div#w00t p, a#twitterlink {
margin: 0;
font: 15px georgia;
text-align: center;
color: #F2ECE4;
background: transparent;
}

div#w00t blockquote p {
font: 11px georgia;
text-align: left;
background: transparent;
color: #FFF8BF;
}

div#w00t blockquote em {
background: transparent;
}

div#w00t blockquote {
background: #191C1D;
padding: 7px;
display: block;
}

#comments em, #comments strong {
background: #191C1D;
}

/* ---------------
Layout
--------------- */

div#wrapper {
width: 960px;
float: left;
margin-top: 50px;
}

div#content {
margin-left: 275px;
width: 685px;
padding: 0px 0px 30px;
position: relative; 
}

div#header {
position: relative;
height: 244px;
background: transparent url(/wp-content/themes/fullgrid/images/headerbg.gif) top left repeat-x;
}

div#header h1 a {
position: absolute;
top: 40px;
left: 183px;
border: none;
display: block;
text-indent: -9999px;
width: 752px;
height: 112px;
}

html > body div#header h1 a {
background: transparent url(/wp-content/themes/fullgrid/images/header.png) top left;
}

* html div#header h1 a , * html div#header h1 a:hover {
cursor: hand;
background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/fullgrid/images/header.png', sizingMethod='scale');
}

p#intro {
width: 685px;
position: absolute;
top: 170px;
left: 275px;
font: 14px georgia;
color: #F2ECE4;
line-height: 22px;
}

p#intro a {
color: #7F959D;
border-bottom: 1px solid #2C3937;
background: transparent;
}

p#intro a:hover {
font-style: italic;
}

strong.date {
display: block;
margin-bottom: 10px;
}

div#footer {
background: #F2ECE4;
padding: 20px;
margin-top: 5px;
}

ul#comments {
list-style: none;
margin: 40px 0 40px 0;
}

ul#comments li {
background: #16252A;
padding: 30px;
}

div#sidebar {
position: absolute;
top: 148px;
left: 7px;
}

div#sidebar ul {
list-style: none;
}

div#sidebar li {
margin: 0;
line-height: 22px;
}

div#sidebar li a {
color: #7F959D;
font-style: italic;
border: none;
}

div#sidebar #emailfeed2 input {
background: #F2ECE4;
border: 1px solid #333;
padding: 2px;
font: 12px georgia;
width: 130px;
}

div#sidebar #emailfeed2 input:focus {
border: 1px dotted black;
}

h3#respond {
margin-bottom: 30px;
}

ul#comment_inputs {
list-style: none;
margin: 0;
}

ul#comment_inputs li {
display: block;
width: 100%;
height: 20px;
margin: 0 0 1px 0;
}

ul#comment_inputs label, ul#comment_inputs input {
float: left;
}

ul#comment_inputs label {
margin-right: 10px;
}

ul#comment_inputs input {
width: 200px;
border: none;
height: 18px;
background: transparent;
border-bottom: 1px dotted #191C1D;
padding-top: 2px;
}

ul#comment_inputs input:focus, textarea#comment:focus {
background: #FFF8BF;
opacity: .7;
}

textarea#comment {
width: 620px;
border: none;
border: 1px dotted black;
background: transparent;
}

li#allowedxhtml p {
margin-top: 5px;
}

input#comment_submit {
background: #191C1D;
width: 100px;
border: none;
margin-top: 2px;
padding: 3px;
margin-bottom: 50px;
}

input#comment_submit:focus {
background: #FFF8BF;
color: #191C1D;
}

form#comment_form {
background: transparent url(/wp-content/themes/worn/images/comments.jpg) top left no-repeat;
}

div#dropdowns {
position: absolute;
top: -42px;
left: -250px;
width: 250px;
}

a.opener {
margin-top: 10px;
display: block;
width: 150px;
height: 17px;
background: white url(http://www.elliotswan.com/wp-content/themes/so2/images/down2.gif) 137px 1px no-repeat;
text-align: left;
line-height: 17px;
padding-left: 3px;
border: 1px solid #191C1D;
letter-spacing: 1px;
}

a.opener:hover, a.opener:focus {
opacity: .9;
outline: none;
}

.menu {
text-align: left;
width: 153px;
border-left: 1px black solid;
border-right: 1px black solid;
margin: 0;
background: white;
list-style: none;
z-index: 9999;
}

ul.menu li {
margin: 0;
}

ul.menu li a {
display: block;
width: 148px;
line-height: 17px;
padding: 5px 0 2px 5px;
cursor: default;
}

.menulist {
float: left;
margin-right: 15px;
margin-top: -7px;
}

#search {
margin-top: 10px;
height: 17px;
border: 1px solid black;
background: white;
width: 153px;
position: relative;
}

#search input {
font: 13px georgia;
padding-left: 4px;
height: 16px;
letter-spacing: 1px;
border: none;
width: 130px;
}

#search #search_input {
float: left;
border: 0px solid green;;
}

#search input#searchsubmit {
background: white url(/wp-content/themes/worn/images/ok2.gif) 1px 0 no-repeat;
margin-left: -4px;
padding-top: 15px;
width: 17px;
display: block;
float: right;
margin-top: 1px;
height: 15px;
cursor: pointer;
overflow: hidden;
}

#search input#searchsubmit:focus {
outline: none;
}

#search img#indicator {
height: 16px;
width: 17px;
}

#search img#indicator-safari {
position: absolute;
height: 16px;
width: 17px;
top: 1px;
right: -20px;
}

* html #search img#indicator {
margin-left: -4px;
}

#searchresults {
clear: both;
}

#searchresults ul {
margin: 0;
padding: 0;
position: relative;
top: 10px;
list-style: none;
}

#searchresults li, #searchresults a {
color: #333;
padding: 0;
margin: 0;
margin-bottom: 15px;
border: none;
}

#searchresults a:hover {
color: #3C4918;
}

#closeresults {
display: block;
float: left;
clear: both;
background: transparent url(/wp-content/themes/worn/images/close2.gif) top left no-repeat;
text-indent: -3000px;
overflow: hidden;
height: 21px;
width: 32px;
border: none;
text-decoration: None;
}

