/*
Theme Name: Kathryn Dale Barton
Theme URI: http://www.kathryndalebarton.com/
Description: Kathryn Dale Barton WP Theme
Version: 1.0
Author: Nathan A. Chappell = http://www.natechappell.com
*/


body {
	background: url(img/bg.jpg) repeat-x #fbece3;
	font-size: 14px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

a {
	color: #c95c5c;
	text-decoration: none;
}

a:hover {
	color: #c95c5c;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	width: 700px;
	clear: both;
	text-align: center;
}

#body {
	margin: 0 auto;
	width: 745px;
	clear: both;
	text-align: center;
}

#footer {
	margin: 25px auto;
	width: 700px;
	clear: both;
	text-align: center;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-color: #c95c5c;

}

.clear {
	clear: both;
}
/* Text Styles */

.small {
	font-size: 11px;
	font-color: #000;

}

small {
	font-size: 10px;
	font-color: #000;

}

.title {
	font-size: 18px;
	color: #000;
}

/* Page */
#page-photo {
	padding-top: 50px;
	width: 270px;
	text-align: right;
	float: left;
}

#page-body {
	width: 375px;
	padding-left: 25px;
	padding-right: 75px;
	float: left;
	text-align: left;
	color: #878787;
	line-height: 20px;
}

.entry {
	border-bottom: dashed #ccc 1px;

}

/* Navigation */

#nav-container {
	margin: 0 auto;
	width: 435px;
	clear: both;
	text-align: center;
}

#nav-container a {
	color: #2d4186;
	text-decoration: none;
}

#nav-container a:hover {
	color: #2d4186c;
	text-decoration: underline;
}
.link-1 {
	width: 125px;
	height: 125px;
	float: left;	
	margin: 10px 10px 5px 10px;
	background: url(http://www.kathryndalebarton.com/images/nav-img/1.jpg) no-repeat 0 0;
}

.link-1:hover, .link-2:hover, .link-3:hover, .link-4:hover, .link-5:hover, .link-6:hover, .link-7:hover, .link-8:hover, .link-9:hover {
 background-position: 0 -125px;
}

.link-2 {
	width: 125px;
	height: 125px;
	float: left;	
	margin: 10px 10px 5px 10px;
	background: url(http://www.kathryndalebarton.com/images/nav-img/2.jpg) no-repeat 0 0;
}

.link-3 {
	width: 125px;
	height: 125px;
	float: left;	
	margin: 10px 10px 5px 10px;
	background: url(http://www.kathryndalebarton.com/images/nav-img/3.jpg) no-repeat 0 0;
}

.link-4 {
	width: 125px;
	height: 125px;
	float: left;	
	margin: 10px 10px 5px 10px;
	background: url(http://www.kathryndalebarton.com/images/nav-img/4.jpg) no-repeat 0 0;
}

.link-5 {
	width: 125px;
	height: 125px;
	float: left;	
	margin: 10px 10px 5px 10px;
	background: url(http://www.kathryndalebarton.com/images/nav-img/5.jpg) no-repeat 0 0;
}

.link-6 {
	width: 125px;
	height: 125px;
	float: left;	
	margin: 10px 10px 5px 10px;
	background: url(http://www.kathryndalebarton.com/images/nav-img/6.jpg) no-repeat 0 0;
}

.link-7 {
	width: 125px;
	height: 125px;
	float: left;	
	margin: 10px 10px 5px 10px;
	background: url(http://www.kathryndalebarton.com/images/nav-img/7.jpg) no-repeat 0 0;
}

.link-8 {
	width: 125px;
	height: 125px;
	float: left;	
	margin: 10px 10px 5px 10px;
	background: url(http://www.kathryndalebarton.com/images/nav-img/8.jpg) no-repeat 0 0;
}

.link-9 {
	width: 125px;
	height: 125px;
	float: left;	
	margin: 10px 10px 5px 10px;
	background: url(http://www.kathryndalebarton.com/images/nav-img/9.jpg) no-repeat 0 0;
}


.link-text {
	width: 145px;
	margin: 0;
	float: left;
	text-align: center;
}

/* Photo Gallery */

#portrait-container {
	margin: 0 auto;
	width: 745px;
	clear: both;
	text-align: center;
}

#portrait-container img {
	margin: 0 10px 20px 10px;
}


/* Comments */



#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	width: 365px;
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 360px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
small {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
h3 {
	padding: 0;
	font-size: 14px;
	}

/* contact form elements */
#contact-form form {
	margin: 10px; padding: 15px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
#contact-form label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#contact-form input {
	padding: 2px;
	border:1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
#contact-form select {
	padding: 2px;
	border:1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
#contact-form textarea {
	width:300px;
	padding:2px;
	border:1px solid #CCC;
	display:block;
	color:#777;
}
#contact-form input.button { 
	margin: 0; 
	font: bold 1em Georgia, "Times New Roman", Times, serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 3px 4px; 
	color: #9a4343;
}

.red {
	color: #FF0000;
}

/* BLOG Styles */

#body-blog {
	margin: 0 auto;
	width: 845px;
	clear: both;
	text-align: center;
}

#page-body-blog {
	width: 375px;
	padding-left: 25px;
	padding-right: 12px;
	float: left;
	text-align: left;
	color: #878787;
	line-height: 20px;
}

#sidebar {
	margin-top: 50px;
	width: 150px;
	padding-left: 12px;
	text-align: left;
	border-left: 1px dashed #ccc;
	float: left;
	
}
h2 {
	font-size: 14px;
}

/* sidebar lists */

#sidebar ul, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#sidebar ul li ul li {
	margin: 3px 10px;
}

#sidebar ul li ul li:before {
	content: "\00BB \0020";
}