/*
Theme Name: Centerpoint
Theme URI: http://centerpointpress.com
Description: Custom theme for Centerpoint Press
Version: 1.0
Author: Erik Kuntz
Author URI: http://2badmicedesign.com/
Tags: centerpoint

A custom theme
	
*/

/* HTML TAGS */

body {
	color: #222;
        background-color: #F5C191;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
        font-size: .8em;
}

a, a:visited {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #036;
	text-decoration: underline;
}

a:active, a:focus {
	outline: none;
}

blockquote {
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 0 1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h6 {font-size:0.85em;}

hr {
	background: #eee;
	color: #eee;
        clear:both;
}

small {
	color: #555;
	font-size: 0.9em;
}

th {
	background: #eee !important;
}

ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}

	ul.inline li {
		display: inline;
		margin: 0 0.5em 0 0;
	}

/* CUSTOM CLASSES */

.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

	.commentlist li {
		border-bottom: 1px solid #eee;
		margin: 0.5em 0;
	}

	.commentlist cite {
		font-size: 1.2em;
		font-style: normal;
	}

	.commentlist img {
		border: 1px solid #eee;
		float: left; display: inline; /* IE6 fix */
		margin: 0 1em 0.5em 0;
		padding: 4px;
		text-align: left;
	}

	.commentlist p {
		clear: both;
	}
	
	.commentlist .bypostauthor {
		background: #eee;
		border-left: 0.5em solid #ccc;
		border-color: #ccc;
		padding-left: 1em;
	}
		
.commentmetadata {
	color: #555;
	font-size: 0.9em;
}

.entry { line-height:140%;
}

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}

.post {
	margin: 0 0 3em 0;
}

.postmetadata {
	clear: both;
	color: #555;
	font-size: 0.9em;
}

.wp-caption {
	
}

	.wp-caption img {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.wp-caption p.wp-caption-text {
        font-size:.85em;
        text-align: center;
        font-style:italic;
		margin: 0;
		padding: 0;
	}

/* Layout Elements */

#page { background-color:#fff;border:10px solid #faf1ec;border-bottom:20px solid #faf1ec;position:relative;
}
        #logo  { background-image:url('images/cpplogo.png');background-repeat:no-repeat;
                 position:absolute;
                 top:0;
                 left:0;
                 width: 160px;
                 height: 560px;
                }

	#header {
		
                padding:0 20px 0 180px;
                margin:0;
		overflow: hidden;
                background-color:#faf1ec;
	}
	
		#header * {
			color: #555;
			line-height: 1.3em;
			text-decoration: none;
		}
		
		
		#header h1 {
			margin: 20px 0 0 0;
		}
				
	#nav {
                float:right;
                clear:both;
                padding-bottom: 20px;
	}
	
		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#nav li {
			
			float: left; display: inline; /* IE6 fix */
			margin: 0;
			padding: 0;
			position: relative;
                        border-left: 2px solid #e5965c;
		}
		
		#nav li:hover {
			
		}
		
			#nav li a {
				display: block;
				padding: 0.2em 0.6em;
				text-decoration: none;
                                color:#e5965c;
                                font-weight:bold;
                                font-size:1.4em;
			}
                       #nav li a:hover {
                                 background-color:#e5965c;
                                color:#fff;
                               }
			
			#nav li ul {
				display: none;
				position: absolute;
				z-index: 99;
			}
	
			#nav li:hover ul {
				background: #fff;
				border: 1px solid #999;
				display: block;
				left: 0;
				min-width: 150px;
				top: 1.9em;
				white-space: nowrap;
                               
			}

			#nav li:hover li {
				background: #fff;
				display: block;
				float: none;
				font-size: 0.9em;
				margin: 0;
				padding: 0;
			}
			
			#nav li:hover li:hover {
				background: #eee;
			}
			
			#nav li:hover li a {
				padding: 0.3em 0.5em
			}
	.container {
                margin:0 auto;
                width:950px;
        }
        .description {
               float:right;
               clear:both;
               font-style:italic;
               margin-right: 20px;
               font-weight:bold;
               margin-bottom:15px;
               font-size:1.2em;
               color:#855531;
        }
	#content {
		margin: 1.5em 0;
		overflow: hidden;
                padding: 0 0 0 50px;
                float:left;
                width:560px;
	}
	
		#content h1 {
			font-size: 1.6em;
			margin: 0 0 0.5em 0;
		}
	
		#content h2 {
			font-size: 1.8em;
			margin: 0 0 0.5em 0;
		}
	
		#content h3 {
			font-size: 1.5em;
			margin: 1em 0 0.5em 0;
		}
		#content h4 {
			font-size: 1.2em;
			margin: 0 0 0.5em 0;
		}
	
	#sidebar {
		font-size: 0.9em;
		margin: 1em 0 0 1em;
                padding:0 10px 0 10px;
		overflow: hidden;
                float:right;
                width:150px;
                min-height:700px;
                border-left: 1px dotted #555;
	}
	
		#sidebar ul {
			list-style: none;
			margin: 0 0 1.5em 0;
			padding: 0;
		}
		
		#sidebar li {
			margin: 0 0 1em 0;
		}
		
		#sidebar h2 {
			font-size: 1.2em;
			margin: 0.5em 0;
		}
		
		#sidebar h2 a {
			color: #111;
			text-decoration: none;
		}
		
		#sidebar form {
			margin-bottom: 1.5em;
		}
		
		#sidebar div {
			line-height: 1.5em;
			margin: 0 0 0.5em 0;
		}

		#sidebar div a {
			padding: 0 0.5em 0 0;
			white-space: nowrap;
		}

		#sidebar div a:hover {
			color: #036 !important;
		}
	
	#footer {
		border-top: 1px solid #eee;
		color: #555;
		font-size: 0.9em;
		margin: 0 0 1.5em 0;
                padding: 0 20px;
		overflow: hidden;
                clear:both;
	}
	
		#footer p {
			margin: 0.5em 0;
		}
	
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0 1em 0 0;
		}
.booknav a { font-size:1.3em;font-weight:bold;color:#855531; }

.smalldesc {font-size:0.85em;}

.leftbook {float:left;width:125px;min-height:190px;margin:0 10px 25px 0;}
.leftbook2 {float:left;width:125px;min-height:190px;margin:0 10px 25px 15px;}

.alignsidepic { 
        float: left; display: inline; /* IE6 fix */
	padding: 0 0.5em 0.5em 0;
        margin-top: 5px;
	text-align: left;
        min-height:125px;
}
.alignsideright { 
	padding: 0 0.5em 0.5em 0;
        margin-top: 5px;
	text-align: left;
        min-height:125px;
        clear:right;
}

.widget {clear:both;}

/*rounded*/
.round { margin: 0;margin-top:20px;background-color: #faf1ec;}
b.rtop, b.rbottom{display:block;background: #f5c191;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #faf1ec;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

.round2 { margin: 0;background-color: #fff;border-left:130px solid #faf1ec;}
b.rtop2, b.rbottom2{display:block;background: #faf1ec;}
b.rtop2 b, b.rbottom2 b{display:block;height: 1px;
    overflow: hidden; background: #fff;}
b.rtop2 b.r4, b.rbottom2 b.r4{margin: 0 1px;height: 2px}

