/*  
Theme Name: Kevin J. Carberry
Theme URI: http://wordpress.org/
Description: Adapted from the default WordPress theme.
Version: 1.0
Author: Jefferson Rabb

	Carberry

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

*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231F20;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c9c9c9;
}
a {
	color: #8C381E;
	text-decoration: none;
}	
a:hover {
	text-decoration: underline;
}
.site_container {
	width: 850px;
	background-color: #766f6a;

}
.content_internal {
	background-image: url(images/carberry_bg_top.gif);
	background-position: top left;
	background-repeat: no-repeat;

}
.content_external {
	background-image: url(images/carberry_bg_mid.gif);
	background-position: top left;
	background-repeat: repeat-y;

}
.sidebar {
	width: 219px;
}	
.vertical_divider {
	width: 1px;
}
.center_well {
	width: 410px;
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
}
.sidebar_left {
	padding-left: 32px;
	padding-right: 8px;
	padding-top: 35px;
	width: 179px;
}
.sidebar_right {
	padding-right: 32px;
	padding-left: 8px;
	padding-top: 35px;
	width: 179px;
}
.lozenge {
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}
.sidebar_content_block {
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 0px;
	margin: 0px;

}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #8C381E;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-decoration: underline;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #8C381E;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
ul {
	padding: 0px;
	padding-left: 25px;
	margin: 0px;
	list-style-image: url(images/carberry_bullet.gif);

}
.img_right {
	border: none;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
}
.img_left {
	border: none;
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
}
hr {
	border: 0px;
	background-color: #000000;
	height: 1px;
	width: 100%;

}
.footer {
	line-height: 16px;
	background-color: #766f6a;
	color: #CCCCCC;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 20px;

}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.postmetadata {
	font-size: 10px;
}


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
	}
	
small {
	font-size: 9px;
}
.post {
	clear: both;

}
