/*   
Theme Name: Photogamer
Theme URI: http://photogamer.com
Description: A theme built for an for exclusive use by Bre Pettis and the staff of Photogamer.
Author: Joe Eastham
Author URI: http://joeeastham.com
Version: 0.2
.
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-nd/3.0/">
<img alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" />
</a>
<br />This 
<span xmlns:dc="http://purl.org/dc/elements/1.1/"
href="http://purl.org/dc/dcmitype/InteractiveResource"
rel="dc:type">Wordpress theme</span>is licensed under a 
<a rel="license"
href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative
Commons Attribution-Noncommercial-No Derivative Works 3.0
License</a>.  You may use the theme for educational purposes, but may not create derivative works using Photogamer branding or content.
.
*/

/*Global*/
* {
margin: 0;
padding: 0;
}
body {
background-color: #666;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: .85em;
color: #444;
}
a {
text-decoration: underline;
color: #66994D;
}
h2 {
font-size: 160%;
}
h2 a {
text-decoration: none;
color: #444;
}
p {
font-size: 100%;
line-height: 120%;
margin: 10px 0;
}
img {
border: none;
}
/*Header*/
#header {
width: 825px;
padding-bottom: 20px ;
background-color: #333;
float: left;
}
#header h1 {
color: #92c156;
border: 0;
padding: 10px 0 0 30px;
float: left;
text-decoration: none;
}
#header h1 a {
color: #ccc;
text-decoration: none;
font-size: 160%;
margin-right: 5px;
}
#header p { 
float: right;
font-size: 120%;
color: #fff;
padding: 25px 30px 0 30px;
text-decoration: none;
font-weight: bold;
}
ul#header_photostream {
list-style: none;
float: left;
margin: 0 auto;
width: 825px;
height: 75px;
border: 0;
background-color: #000;
text-align: left;
POSITION : relative;
overflow: hidden;
border-bottom: solid 1px #999;
}
ul#header_photostream li {
float: left;
}
ul#header_photostream li a img {
border: 0;
}
/*Content*/
#content {
width: 825px;
margin: 0 auto;
padding-bottom: 25px;
background: #fff;
border-top: solid 6px #92c156;
}
#main h3 {
margin-top: 10px;
padding-top: 10px;
}
#main ul, #main ol {
margin: 10px 0 0 30px;
}
.post img {
display: block;
}
#clear {
display: block; 
clear: both; 
height: 0;
visibility: hidden
}
#main {
padding: 0 0 0 30px;
width: 525px;
float: left;
}
.post, #archive {
text-align: left;
margin: 15px 0 20px 0;
}
p.meta {
margin-top: 0;
color: #666;
font-size: 85%;
}
/*Sidebar*/
#sidebar {
width: 200px;
padding: 0 30px 0 10px;
float: right;
}
#sidebar h2 {
margin-top: 15px;
font-size: 120%;
}
#sidebar h2.first {
margin-top: 20px;
}
#sidebar p.first {
margin-top: 0 !important;
}
#sidebar h3 {
padding-top: 10px;
}
#sidebar ul.about_meta li {
display: inline;
padding-right: 5px;
margin-right: 8px;
border-right: solid 1px #999;
}
#sidebar ul {
list-style: none;
margin: 8px 0;
}
img.logo {
float: right;
padding: 0 0 0 5px;
}
#sidebar form {
margin: 5px 0;
}
input#email {
width: 123px;
}
input#s {
width: 130px;
}
input#searchsubmit, input#emailsubmit {
font-size: 75%;
}
ol.commentlist li {
margin-bottom: 20px;
}
/*Footer*/
#footer {
background: #45444d;
color: #999;
width: 766px;
margin: 0 auto 40px auto;
padding: 10px 30px;
}







