/*
Theme Name: JD Theme
Theme URI: http://www.journeythroughthelens.com
Description: Custom Theme for Julie
Version: 1.1
Author: Tim Brandon
Author URI: http://www.24medium.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[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===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding: 0px;
	color: #555555;
	background-image:url(images/Crazy_bg.jpg);
	background-repeat:x-repeat;
	background-position:center;

}
a:link{color:#000000; text-decoration:none;}

a:visited{color:#000000; text-decoration:none;}
a:hover{color:#666666;}

@font-face {
      font-family:"CalifR";
      src: url("CalifR.TTF");
    }

#wrapper {
	width: 920px;
	margin:0px auto;
	padding: 0px;
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
	height:100%;
}
#header {
	height: 725px;
	width: 900px;
	margin: 0px auto;
	clear:both;
	display:block;
}
#h_wrap{display:block; clear:both; height:100px; width:900px; margin:0px auto;}
#logo{float:left; width:95px; height:100px; background-image:url(images/logo.png); background-repeat:no-repeat; margin-left:20px;}
#logo a{display:block; width:100%; height:100%;}
#journey{background-image:url(images/journey.jpg); background-repeat:no-repeat; width:390px;  height:100px; float:left;}

#flash_slide{background-image:url(images/image_holder.jpg); background-repeat:no-repeat; width:900px; height:625px; display:block; clear:both; margin:0px auto;}


#content {
	display:block;
	clear:both;
	text-align:left;
	width:870px;
	padding:0px;
	line-height: 1.3em;
	margin:0px auto;
}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
/*===END SECTION 1===*/

#under_post{text-align:center; margin:0 0 35px;}
#break{width:860px; height:115px; margin:0px auto; background-image:url(images/break.jpg); background-repeat:no-repeat; background-position:center;}




#n_comment_wrap{width:980px; margin:20px auto 0px; border-bottom:#333333 solid; padding:0px 0px 25px 0px;}

#add_comment a{display:block; width:100%; height:100%; color:#FFFFFF;}
#add_comment a:hover{background:none;}

#peeps_comments{text-align:left; width:650px; padding:10px; float:right; height:100px; overflow:auto; border:thin ActiveCaption solid; color:#333333; margin:0px 0px 15px 0px;}

#writeacomment{width:750px; margin:0px 0px 0px 180px; display:block; clear:both;}
#replytext{float:left; width:410px; height:210px;}
#replyinfo{float:left; width:330px; height:155px;}

.writebox{width:860px; margin:0px auto;}

#commentover{margin:-100px 0px 0px 0px; display:block; background-color:#FFFFFF;}

#commentadd{border:thin ActiveCaption solid; color:#333333; float:left; height:100px; width:170px; text-align:center; line-height:20px; padding:10px; text-transform:uppercase;}



/*===START SECTION 2 - general classes===*/

.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.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 - content and footer links===*/
#content a:link, #content a:visited {
	padding: 2px;
	color:#91875a;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for header menu===*/
#menu{
	float:right;
	padding: 0;
	white-space: nowrap;
	margin: 0px auto;
	width: 300px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
#menu ul {
	margin: 40px 10px 0px 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:#333333;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
/*NO SIDEBAR IN A*/
/*===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;
}
.post h2 {
	font-size: 24px;
	padding: 0;
	text-align:center;
	font-family:CalifR, Georgia;
	font-weight:lighter;
	margin:40px 0px 10px 0px;
}

.post h2 a:link{color:#91875a;}
.post h2 {color:#91875a;}

h2 a:link{color:#91875a;}

.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/

/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
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;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 600px;
  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 - alignment===*/
.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;
}
/*===END SECTION 11===*/
