/*
Theme Name: YourBindery
Theme URI: http://wordpress.org/
Description: Wordpress theme for Your Bindery.
Version: 1.6
Author: Greg Burkett
Author URI: http://ripfish.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Typography & Colors */
body {
	background-image: url(images/main_bg.gif);
	background-repeat:repeat-x;
	background-color: #F0F0F0;
	margin:0px;
	padding:0px;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:13px;
}

img {
border: 0;
}

#home_news {
border:1px dashed #FF0000; background-color:#f6f6f6; padding:7px;
}

#home_news p {
margin-top:0px;
margin-bottom:6px;
}

h1 {
font-family: "Times New Roman", Times, serif;
color:#FF0000;
font-weight:300;
font-size:30px;
margin-top:0px;
line-height:28px;
}

h2 {
font-family: "Times New Roman", Times, serif;
color:#777;
font-weight:300;
font-size:23px;
margin-top:0px;
display:inline;
}

#indent {
padding-left:20px;
}

#gray_rule {
width:100%; 
height:1px; 
background-color:#CCCCCC; 
margin-top:6px; 
margin-bottom:8px;
}

a:link {
color:#FF0000;
}

a:visited {
color:#990000;
}

a.sec_nav_links {
color: #666666;
font-family:"Times New Roman", Times, serif;
font-size:15px;
}

ul {
margin-bottom: 19px;
list-style-type: none;
margin:0px;
padding-left:7px;
}

ul.bullets {
margin-bottom: 19px;
list-style-type:disc;
margin:0px;
padding-left:15px;
}

li.sec_nav_li {
margin-bottom: 3px;
margin-top: 3px;
margin-left: 4px;
}

#stack_of_books {
border:0;
width:228px; 
height:192px; 
z-index:0;
}

#main_nav {
position:absolute;
left:228px;
top:0px;
z-index:20;
}

#sub_navigation_box {
position:absolute;
top:188px;
left:0px;
width:182px;
background-image:url(images/sub_menu_bg.jpg);
font-family:'Times New Roman', Times, serif;
font-size:13px;
}

#services_list {float: left; width: 250px; padding: 12px;}

#services_list ul ul {padding-left:20px; list-style:disc;}

#sub_navigation_box ul li a {color: #666666; font-size:14px;}
#sub_navigation_box ul ul li a {color: #f00; font-size:13px; padding-left:7px;}

#quick_links_header {
padding-left:7px;
font-size:12px;
}

#main_content_border_box {
width:686px;
position:absolute;
top:140px;
left:189px;
}

#admin_border_box {
width:686px;
position:absolute;
top:115px;
left:189px;
}

#splash_main {
width:686px;
height:536px;
background-image:url(images/index_main_bg.jpg);
}

#content_main {
width:686px;
background-image:url(images/content_main_bg.jpg);
}

#splash_box {
position: absolute;
width:370px;
height: 240px;
left: 300px;
top: 180px;
}

#text_box {
padding: 10px 25px;
}

#footer {
padding-top:5px; 
text-align:center; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px; 
line-height:22px;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}
