/*
Theme Name: Stylites
Theme URI: http://willmoyer.com
Description: Stylites.net theme 
Version: 1 (WP3.0.1)
Author: Will Moyer
Author URI: http://willmoyer.com
*/

@media screen {

/* RESET - modified Meyer Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/* STYLESHEET */
body {
 background: #ffffff url(images/bg.png) repeat-x;
 font-family: georgia, serif;
 color: #000000;
 font-size: 14px;
}

.container {
 width: 960px;
 margin: 0 auto;
 overflow: hidden;
}

header#masthead {
 height: 45px;
 margin: 0 0 50px 0;
}

h1#logo {
 background: transparent url(images/logo.png) no-repeat;
 text-indent: -99999px;
 width: 171px;
 height: 41px;
 float: left;
 margin: 3px 0 0 0;
}

h1#logo a {
 display: block;
 height: 41px;
}

#qtranslate-chooser {
 float: right;
 padding: 10px 0 0 0;
 margin: 0 0 0 20px;
}

#qtranslate-chooser li{
 margin: 0 0 5px 0;
}

nav#primary {
 float: right;
 height: 46px;
}

nav#primary li {
 display: -moz-inline-stack; /* Firefox 2 fix, works like inline-block */
 display: inline-block;
 height: 46px;
 line-height: 52px;
 margin: 0 0 0 15px;
 padding: 0 5px;
 font-size: 13px;
 text-shadow: 0 1px 0 #ffffff;
         -moz-transition: all 0.3s ease-out;  /* FF3.7+ */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5 */
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
          transition: all 0.3s ease-out;  
 zoom: 1; /* Zoom and Display: Inline fix for IE6 and IE7 */
 *display: inline; 
}

nav#primary a {
 text-decoration: none;
 color: #000000;
 display: block;
}

nav#primary li:hover {
 background: #ededed;
}


#ajax-loader { position: relative; float: left; display: none; top: 150px; left: 100px; } /*Position if AJAX is used to load the pages. Scrapped before launch but I kept the style incase I try to reinstate it in the future. */

#content {
 width: 450px; /* Nels, change this if you go back to using large photos. */
 float: left;
 margin: 0 0 60px 0;
}

h3 {
 font-size: 15px;
 font-weight: bold;
 text-shadow: 0 1px 0 #ffffff;
}

h4 {
 font-size: 12px;
 font-weight: bold;
 text-shadow: 0 1px 0 #ffffff;
}

a {
 color: #1a1a1a;
 text-decoration: none;
}

a:hover{
 text-decoration: underline;
}

input:focus {
	outline: 2px solid #000000;
}

article {
 margin: 0 0 35px 0;
 
}

article h1 {
 font-family: georgia, serif;
 font-size: 53px;
 font-weight: normal;
 margin: 0 0 5px 0;
 }

article h1 a {
 font-weight: normal;
}

article h1 a:hover {
 text-decoration: none;
 color: #333333;
}

article h2 {
 font-size: 20px;
 margin: 5px 0 5px 0;
}

article ul, article ol {
 margin: 5px 0;
}

article ul li, article ol li {
 margin: 3px 0;
}
article ul li {
 list-style-type: square;
}

article ol li {
 list-style-type: upper-roman;
}

article p {
 color: #1a1a1a;
 line-height: 18px;
 margin: 0 0 10px 0;
}

article a {
 font-weight: bold;
}

article blockquote:before {
 content: '\201C';
 font-size: 40px;
 font-family: georgia, serif;
 float: left;
 margin: -2px 0 0 -20px;
 text-shadow: 2px 1px 1px #999999;
 }

article blockquote p:after {
 content: '\201E';
 font-size: 40px;
 font-family: georgia, serif;
 line-height: 0;
 position: relative;
 top: -6px;
 left: 3px;
 text-shadow: 2px 1px 1px #999999;
}

article img {
 margin-bottom: 5px;
}

footer.meta p {
 color: #999999;
 font-size: 10px;
 line-height: 12px;
 margin: 0;
}

footer.meta a {
 font-weight: normal;
 color: #999999;
}

#prev_page a, #next_page a {
 display: block; 
 margin: 10px 0 0 0;
 background: #e5e5e5;
 border: 1px solid #1a1a1a;
 font-size: 10px;
 text-transform: uppercase;
 text-shadow: 0 1px 0 #ffffff;
 padding: 10px;
          -moz-transition: all 0.3s ease-out;  /* FF3.7+ */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5 */
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
          transition: all 0.3s ease-out;  

}

#prev_page a:hover, #next_page a:hover {
 text-decoration: none;
 background: #f2f2f2;
}

#prev_page {
 float: left;
}

#next_page {
 float: right;
}

/* COMMENTS SECTION */

ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }

ol.commentlist li.comment-author-administrator {
 -moz-box-shadow: -3px 2px 3px #cccccc; /* FF3.5+ */
  -webkit-box-shadow: -3px 2px 3px #cccccc; /* Saf3.0+, Chrome */
          box-shadow: -3px 2px 3px #cccccc; /* Opera 10.5, IE 9 */
}

ol.commentlist li.comment { 
border-bottom: 1px solid #e5e5e5;
padding: 30px 0 10px 10px;
clear: both;
}

ol.commentlist li.comment div.comment-author {
font-weight: bold;
}

span.says {
 display: none;
}

ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }

ol.commentlist li.comment div.comment-meta,ol.commentlist li.comment div.reply {
 font-size: 10px;
}

ol.commentlist li.comment div.comment-meta a, ol.commentlist li.comment div.reply a {
 color: #999999;
}

ol.commentlist li.comment div.reply {
}

ol.commentlist li.comment p { 
padding: 20px 40px 20px 0;
}

ol.commentlist li.comment ul.children li {
 margin-left: 30px;
 margin-top: 20px;
 border-bottom: 0;
 border-top: 1px solid #e5e5e5;
 padding-top: 30px;
}

#respond {
 margin: 50px 0 0 0;
}

#respond label {
 font-size: 10px;
 color: #999999;
}

#respond input[type=text] {
 margin: 10px 0;
 padding: 5px 0;
 border: 2px solid #e5e5e5;
}

#respond textarea {
 border: 2px solid #e5e5e5;
 margin: 10px 0 0 0;
}

#respond input[type=submit] {
 margin: 10px 0 0 0;
 background: #e5e5e5;
 border: 1px solid #1a1a1a;
 font-size: 10px;
 text-transform: uppercase;
 text-shadow: 0 1px 0 #ffffff;
 padding: 10px;
          -moz-transition: all 0.3s ease-out;  /* FF3.7+ */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5 */
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
          transition: all 0.3s ease-out;  
}

#respond input[type=submit]:focus {
 outline: 0;
}

#respond input[type=submit]:hover {
 cursor: pointer;
 text-decoration: none;
 background: #f2f2f2;
}

/* SIDEBAR SECTION */
#sidebar {
 float: right;
 width: 330px;
 margin-top: 65px;
}

#sidebar li {
 list-style-type: none;
}

#sidebar .widget {
 background: #e5e5e5;
 margin: 20px 0;
 padding: 10px;
}

#sidebar .widget h3 {
 margin: 0 0 15px 0;
 text-align: center;
}

#sidebar img {
 border: #666666 1px solid;
}

#sidebar a {
 color: #1a1a1a;
 text-decoration: none;
}

#sidebar a:hover {
 text-decoration: underline;
}

#stylitem img {
 margin: 0 auto;
 display: block;
}

#stylitem p {
 font-size: 11px;
 margin: 5px auto 10px auto;
 text-align: center;
}

.vertical_ads a, .square_ads  a,.horizontal_ads a {
 margin: 0 5px 10px 5px; 
 display: inline-block;
}

.horizontal_ads a {
 width: 296px;
}

.vertical_ads a, .square_ads a {
 width: 140px;
}

 
#page_bottom {
 height: auto;
 padding-bottom: 50px;
 border-top: #000000 5px solid; 
 clear: both;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #e5e5e5, #b3b3b3); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e5e5e5),color-stop(1, #b3b3b3)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#e5e5e5', EndColorStr='#b3b3b3'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e5e5e5', EndColorStr='#b3b3b3')"; /* IE8 */
}

#page_bottom aside {
 display: inline-block;
 width: 170px;
 vertical-align: top;
 margin: 30px 0 0 23px;
 font-size: 12px;
 _width: 169px; /* IE6 Fix */
}

#page_bottom aside:first-child, #page_bottom aside:nth-child(6n) {
margin-left: 0;
}

#page_bottom aside h4 {
 margin-bottom: 5px; 
}

#page_bottom a {
 color: #1a1a1a;
 text-decoration: none;
}

#page_bottom a:hover {
 text-decoration: underline;
}



#copyright {
 background: #000000;
 height: 30px;
 color: #333333;
 font-size: 11px;
 text-align: center;
 line-height: 30px;
}

#copyright a {
color: inherit;
text-decoration: underline;
}

/* WORDPRESS IMAGE STYLING */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
/*FINDTHISLOLOL*/