/*
Theme Name: Photo Concepts
Theme URI: http://www.kenncross.com
Description: Unique styled theme for Kenn Cross
Version: 1.0
Author: Stephen Carroll
Author URI: http://www.steveorevo.com
*/

/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/
 
/*===START SECTION 1 - the main containers===*/
* {
	/* Apply initial default regardless of browser */
	line-height: 20px; /* 1.47em or 20px is the min for IE6 line height alignment */
	height: auto;
	padding:0;
	margin:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background-color: #537827;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}
/* Define layers as this is a multilayer theme */
#sidebarLayer {
    /* center-absolute-div trick */
    width: 270px;
    height: 560px;
    text-align: left;
    position: absolute;
    top: 138px;
    left: 50%;
    margin-left: -385px;
    z-index: 70;
}
#photobackLayer {
    /* center-absolute-div trick */
    width: 770px;
	height: 560px;
    text-align: left;
    position: absolute;
	top: 0px;
    left: 50%;
    margin-left: -385px;
	z-index: 10;
}
#headerLayer {
    /* center-absolute-div trick */
    width: 770px;
	height: 200px;
    text-align: left;
    position: absolute;
	top: 0px;
    left: 50%;
    margin-left: -385px;
	z-index: 30;
}
#infoLayer{
   /* center-absolute-div trick */
	background-image: none;
    width: 770px;
	height: 560px;
    text-align: left;
    position: absolute;
	top: 118px;
    left: 50%;
    margin-left: -385px;
	z-index: 60;
}
#contentLayer {
    /* center-absolute-div trick */
	background-image: none;
    width: 770px;
	height: 560px;
    text-align: left;
    position: absolute;
	top: 118px;
    left: 50%;
    margin-left: -385px;
	z-index: 20;
}
div, h1 {
	line-height: 20px;
	min-height: 20px;
	padding: 0px;
	margin: 0px;
}
#header {
	background-image: url(images/title.png);
	background-position: center;
	background-repeat: no-repeat;  
	/*
	   If we need z-order, then we do this 
	   as an absolute 'layer' with...
	*/
	/*margin-left: -400px;
    text-align: center;
	position: absolute;
	left: 50%;*/
	z-index: 10;
	height: 199px;
	width: 770px;
	top: 0px;
}
#header h1{
	visibility:hidden;
}
#header .description{
	visibility: hidden;
}
#main {
	padding: 0px;
	margin-top: 0px;
	margin-left: 194px;
}
#content {
	height: 480px;
	padding: 0px;
	margin: 0px;
}
#sidebar {
	margin: 0px 5px 0px 25px;
	padding-top: 0px;
	width: 220px;
	float: left;
}
#footer {
	background-image: url(images/daphies.png);
	width: 100%;
	height: 127px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
	position:absolute;
	z-index:40;
	visibility:hidden;
}
#footer p{
	margin-top: -50px;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	font-size: .9em;
	padding: 0px;
	margin: 0px;
}
.post2 {
	font-size: .9em;
	padding: 0px;
	margin: 48px 0px 0px 80px;
}
.entry-content, .entry-excerpt {
	padding: 0px;
	margin: 4px 0px 0px 8px;
	z-index:100;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	color:#33EC33;
	padding: 2px;
}
#content a:hover {
	color:#44EC44;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	position: absolute;
	padding: 0;
	white-space: nowrap;
	margin: 60px 0 0 0;
	width: 770px;
	text-align: center;
	z-index:200;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
	color: #dddddd;
	font-weight: bold;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#sidebar li h2 {
	visibility:hidden;
}
#sidebar li a:link, #sidebar li a:visited {
	text-decoration: none;
	display: block;
	color: #000000;
	margin-left: 0px;
	padding: 0px 0px 1px 10px;
}
#sidebar li a:hover {
	background-color: #006600;
	text-decoration: none;
	color: #33EC33;
}
#sidebar li.current_page_item a:link, #sidebar li.current_page_item a:visited{
	background-color: #CCCCCC;
	text-decoration: none;
	color: #003300;
}
#sidebar ul ul {
  height: 20px;
  padding: 0px;
}
#sidebar ul ul li {
  border: solid 1px #000000;
  background-color:#FFFFFF;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 2px; 
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
#photoback {
	background-image: url(images/photoback.gif);
	background-repeat: no-repeat;
	margin-left: 184px;
	margin-top: 125px;
	min-height: 637px;
	min-width: 417px;
	height: 637px;
	width: 100%;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.gallery-row, .gallery-item, .gallery-icon, .gallery-icon img, dl, dt{
	visibility: hidden;
	height: 380px;
	width: 600px;
	padding: 0px;
	margin: 0px;
}
.gallery, .gallery img {
	height: 380px;
	width: 600px;
	padding: 0px;
	margin: 0px;
}
/*===END SECTION 11===*/

