/*
Theme Name: *Edited* Falling Leaves
Theme URI: http://www.hexfactor.com/wordpress/
Description: Holla
Version: 0.9
Author: Shawn Grimes
Author URI: http://www.hexfactor.com/
*/

/* The Basics */
*{margin:0; padding:0;}

/* Set 1em to 10px */
body {font-size: 62.5%;}
html>body {font-size: 10px;}

/* Base font face */
* { "Times New Roman", Times, serif;} 
html>body * { "Times New Roman", Times, serif; }

/* Base font size */
#container {
	font-size: 1.1em;
}

#container * {
	line-height: 1.3em;
}

/* Layout */
body {
	background-image: url(images/bg.gif); 
	background-attachment: scroll; 
	background-position: top left;
	background-repeat: repeat;							
	color: #211d13;
	margin: 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
}

#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFC;
	padding: 5px 5px 0 5px;
	border-right: 2px solid #3f3b32;
	border-left: 2px solid #3f3b32;
	border-top: 1px solid #3f3b32;
	border-bottom: 2px solid #3f3b32;
}

#content {
	float: left;
	width: 900px;
}

#footer {
	clear: both;
	padding-bottom: 8px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00a0b0;
}

#header {
	margin: 0 0 5px 0;
	text-align: center;
}

.sep {
	margin: 25px 0 20px 0;
	padding: 0;
	height: 30px;
	border:none;
	/*ackground: url(images/sep.gif);*/
}

#sidebar {
	float: right;
	width: 200px;
	margin-bottom: 35px;
}


a {
	color: #00a0d0;
	text-decoration: none;
}

a:hover {
	color: #211d13;
	text-decoration: none;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #444;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	margin: 20px 20px;
	padding: 10px 10px 10px 65px;
	font-family: "Times New Roman", Times, serif;
	background: url(images/block.gif) #fff no-repeat top left;
	color: #FFFFFF;
	text-align: justify;
}

form {
	margin-top: 7px;
}

p {
	padding: 5px 0 5px 0;
}

small {
	font-size: 85%;
}

textarea {
	width: 450px;
}

#sidebar p {
	font-size: 10px;
	line-height: 15px;
}

#footer {
	margin: 0 10px 0px 10px;
}

#footer p {
	color: #211d13;
}

#footer a, a:hover {
	color: 00a0b0;
	text-decoration: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	text-align: center;
}

.date {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	margin: 5px 0 5px 0;
}

.description {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	margin-left: 300px;
}

.feedback {
	padding: 0 5px 2px 5px;
}

.meta {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #211d13;
}

.meta a, a:hover {
	color: #00a0b0;
	text-decoration: none;
}

.post {
	margin: 0px 10px 25px 10px;
}

.storycontent p {
	font-size: 1.4em;
	line-height: 1.8em;
	width: 600px;
}

hr.sectionBreak {
	height: 8px;
	width: 880px;
	margin: 20px 10px 30px 10px;
	color: #211d13;
	background-color: #211d13;
	border: 0;
}

/* Headings */
h1 {
	margin-left: 300px;
	padding-top: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 a { color: #00a0b0; text-decoration: none; border: none; }
h1 a:hover { color: #fff; text-decoration: none; border: none; }

h2 {
	color: #211d13;
	padding: 0 0 2px 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: 2.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h2 a {
	color: #211d13;
	text-decoration: none;
	border: none;
}
h2 a:hover {
	color: #211d13;
	text-decoration: none;
	border: none;
}

h2.storytitle {
	color: #211d13;
	border-bottom: 1px solid #00a0b0;
	padding: 0 0 2px 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: 2.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h2.pageTitle {
	color: #00a0b0;
	padding: 0 0 2px 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: 2.6em;
	font-style:italic;
	font-weight: normal;
	font-variant: normal;
}


#sidebar h2 { font-size: 13px; font-weight: normal; }
h3 {
	color: #211d13;
	padding-bottom: 2px;
	padding-top: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #449CAD;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}


/* Pagination Links */

#postLinks {
	margin: 0px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 600;
}

#postLinks a {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #211d13;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}

#postLinks a:hover {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #00a0b0;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}

.postLeft {
	float: left;
}

.postRight {
	float: right;
}



/* Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #00a0b0;
}
	
img.alignright {
	padding: 4px;
	margin: 4px 0 5px 7px;
	display: inline;
	border: 1px solid #ddd;
}

img.alignleft {
	padding: 4px;
	margin: 4px 7px 5px 0;
	display: inline;
	border: 1px solid #ddd;
}

/* Lists
ul {
	margin-top: 3px;
	list-style: none;
}

li {
	list-style: none;
	line-height: 15px;
	padding: 0 0 0 10px;
}

li li {
	margin-left: 20px;
	margin-bottom: 2px;
	list-style: circle;
	padding: 0;
}

*/


.post ul {
	list-style: none;
}

.post ul li {
	list style: none;
}

/* Comments */
#commentWrap {
	margin: 0px 10px 0px 10px;
}

.alt {
	margin: 0;
	padding: 10px;
}
	
.alt {
	background-color: #413B36;
	border-top: 1px solid #3F3B32;
	border-bottom: 1px solid #3F3B32;
}

.commentlist {
	margin: 0 10px 25px 10px;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}


/* TEMPLATE SPECIFIC */


/* Index */

.indexIntro {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.introPost, .introNews {
	margin: 0px 10px 15px 10px;
}

.indexIntro li {
	list-style-type: none;
	float: left;
	width: 725px;
}

li.indexIntroFB {
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 40px;
	width: 125px;
}

.indexIntro p {
	color: #211d13;
	font-size: 1.6em;
	line-height: 2.2em;
	margin: 0px 0px 5px 0px;
}

.introNews p {
	color: #211d13;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0px 0px 0px 0px;
}

h2.index {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1.2em;
	color: #00a0b0;
	margin: 0px 0px 0px 0px;
}



/* Kind Words */

.kindwords {
	float: left;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #666666;
}

.kindwordsLast {
	float: left;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: none;
}

.kindwords ul {
	
}

.kindwords li, .kindwordsLast li {
	list-style-type: none;
	float: left;
	width: 600px;
}

li.kindImg {
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 30px;
	width: 250px;
}

p.kindText {
	font-size: 1.4em;
	line-height: 1.8em;
	font-family: Helvetica, Arial, sans-serif;
}

p.kindName {
	font-size: 1.4em;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	color: #00a0b0;
}

/* Portrait */

.portrait {
	float: left;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 10px 0px;
}

.portrait li {
	list-style-type: none;
	float: left;
	width: 550px;
}

li.portraitImg {
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 30px;
	width: 300px;
}

.portrait p {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 0px 0px 5px 0px;
	width: 550px;
}

/* Weddings */

.weddings {
	float: left;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 10px 0px;
}

.weddings li {
	list-style-type: none;
	float: left;
	width: 550px;
}

li.weddingsImg {
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 30px;
	width: 300px;
}

.weddings p {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 0px 0px 5px 0px;
	width: 550px;
}


/* Meet Jordan */

.meetJordan {
	float: left;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 10px 0px;
}

.meetJordanQuote {
	margin: 10px 0px 0px 0px;
}

.meetJordan li {
	list-style-type: none;
	float: left;
	width: 550px;
}

li.meetJordanImg {
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 30px;
	width: 300px;
}

.meetJordan p {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 0px 0px 5px 0px;
	width: 550px;
}


/* Engagements */

.engagement {
	float: left;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 10px 0px;
}

.engagement li {
	list-style-type: none;
	float: left;
	width: 550px;
}

li.engagementImg {
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 30px;
	width: 300px;
}

.engagement p {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 0px 0px 5px 0px;
	width: 550px;
}



/* float fixing */

.clearfloat {
	clear: both;
	display: block;
    height: 1px;
    font-size: 1px;
    line-height: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

