/*
Theme Name: Photojunction
Theme URI: http://photojunction.com/
Description: 
Author: Queensberry
Author URI: http://www.queensberry/

*/


/* Begin Structure */
body {	
    font-size: 65%;
    background-color: grey;
    font-family: 'Arial', Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;

}


#header {
	background-color: #151517;
	color: white;
	padding: 0;
	margin: 0;
	height: 255px;
	max-width: 100%;
	}

#header .description {
	font-size: 1.15em;
	text-align: center;
padding-bottom: 35px;
border-bottom: 1px solid #4A4647;
text-transform: uppercase;
letter-spacing: 0em;
word-spacing: 0.2em;
font-weight: lighter;
	}


#logo {
padding: 15px 5px 0px 5px;
width:400px; 
height:143px;
text-align: center;
}

#pjnav {
width: 100% ;
  margin: 0 auto;
text-align: center;
text-transform:uppercase;
font-size: 13px;
padding: 10px 0 10px 0;
}

#pjnav ul, #pjnav li {
padding: 20px 20px 0px 20px;
display: inline;
	list-style-type: none;
}

#q {
	vertical-align:-5px;
	}

#story {
        clear: both;
        position:relative;
        text-align: center;
        text-transform:uppercase;
        font-size: 12px;
        width: 130px;
        padding: 5px 0px 5px 0px;
        float:right;
        top:100px;
background-color: #383838;
	}


#blog {
        clear: both;
        position:relative;
        text-align: center;
        text-transform:uppercase;
        font-size: 12px;
        padding: 5px 0px 5px 0px;
        width: 130px;
        float:right;
        top:120px;
background-color: #383838;
	}


#content {
    clear: both;
    align: center;
    background: #ffffff url(http://photojunction.com/wp-content/uploads/2010/07/header-shadow3.gif) no-repeat 50% 0%;
    margin: 0 auto;
    padding: 20px 40px 50px 40px;
    font-size: 1.2em;
line-height:130%;
    width: 750px;
    height: auto;
    min-height: 495px;
float: center;
text-align: left;

}

#content .entry {
width: 600px;
padding: 0 0 0 75px; 

}

#rssfeeds {
width: 610px;
    padding: 20px 40px 30px 85px;
vertical-align: bottom;
}


.entry p {
margin-right: 50px;
}

/*	Begin Headers */

h1 {
    margin: 20px 0px 20px 0px;
    text-align: left;
	}

h2 {
    margin: 30px 0px 30px 0px;
    text-align: center;
	}

.entry h2 {
    margin: 35px 0px 20px 0px;
    text-align: center;
	}

h3 {
    margin: 28px 0px 12px 0px;
    text-align: left;
font-size: 1em;
	}

h4 {
    margin: 15px 0px 20px 0px;
    text-align: left;
	}


a, h2 a:hover, h3 a:hover {
	color: #BEA23E;
	text-decoration: none;
	}

a:hover {
	color: #BEA23E;
	text-decoration: underline;
	}

.current a {
	color: white;
}

.post {
	margin: 0 0 40px 80px;
	text-align: justify;
	}
	

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	padding-top: 5px;
}

.clear {
	clear: both;
}

#footer {
text-align: center;
	margin: 0;
max-width: 100%;
	background-color: #151517;
	color: #999;
padding: 5px 0 5px 0; 
	clear: both;
	}

#footer p {
    display: block;
    margin-left: auto;
    margin-right: auto;

	text-align: center;
width: 610px;

}

/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */






/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry p {
	margin: 10px 0px 0px 0px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
