/*  
Theme Name: FreedomBeverage
Theme URI: http://www.holderlabs.com/freedombeverage
Description: A theme for Freedom Beverage
Version: 0.1
Author: Eli Holder
Author URI: http://www.holderlabs.com
*/



/*********************************************************
Global
**********************************************************/
body {
	background: #d5d6d7 url('images/background.jpg');
	text-align: center;
	margin: 0;
}

#backgroundTop {
	background: #d5d6d7 url('images/backgroundTop.jpg');
	background-repeat: repeat-x;
	height: 756px;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}

a {
	color: #333376;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

a img {
	border: none;	
}

h1 {
	margin-bottom: 0px;
	margin-top: 23px;
	font-family: Georgia, serif;
	font-size: 20px;
	color: #000000;
	letter-spacing: -.5px;
}

h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	letter-spacing: -1px;
	margin: 0;
}

h2 {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #292929;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #222222;
	
	
}

table {
	border: 0;	
}

td {
	border: 0;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

hr {
	height: 0px;
	width: 760px;
		border-bottom: dotted 1px #222222;
	border-top: 0;
}


/*********************************************************
General
**********************************************************/

#page {
	/*border: 1px solid #959596;*/
	text-align: left;
	width: 760px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}


#userPage img {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline-block;
}

#userPage h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: dotted 1px #222222;
	border-bottom: dotted 1px #222222;
	clear: both;
	margin-bottom: 10px;
}

#userPage h2 {
	clear: both;
}

#userPage h3 {
	clear: left;
}

.htmlMenu {
	background-color: #FFFFFF;
}

#centerpiece {
	background-color: #FFFFFF;
	background-image: url('images/centerpiece.jpg');
	height: 248px;
	width: 740px;
	margin: 10px;
}

.whiteBack {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#footer {
	margin-top: 10px;
	color: #EEEEEE;
	float: right;
}


.blackBand {
	background: #000000;
	width: 100%;
	height: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
}

.headerBox {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #111111;
	border-bottom: 1px dotted #111111;
	width: 740px;
}

.headerBox h1 {
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 23px;
	font-family: Georgia, serif;
	font-size: 20px;
	color: #000000;
	letter-spacing: -.5px;
	float: left;
	clear: left;
}

.headerBox p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	font-family: Georgia, serif;
	font-size: 20px;
	color: #878681;
	letter-spacing: -1px;
	line-height: 30px;
	text-align: justify;
}

.headerBox b {
	color: #111111;
}

.simpleContent {
	background-color: #FFFFFF;
	width: 700px;
	padding-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

/*********************************************************
Main page
**********************************************************/

.introText {
	font-family: Georgia, serif;
	font-size: 18px;
	background-image: url('images/introText.jpg');
	height: 139px;
	width: 759px;
	margin: 0px;
}

.introText p {
	margin-right: 10px;
	margin-left: 140px;
	padding-top: 25px;
	font-family: Georgia, serif;
	font-size: 20px;
	color: #37372b;
	letter-spacing: -0.5px;
	line-height: 28px;
	text-align: justify;
}

#introBoxHolder {
	width: 762px;
	height: 270px;
	margin-top: 10px;	
}

.introBox {
	background-color: #FFFFFF;
	width: 249px;
	height: 255px;
	margin-right: 6px;
	float: left;
	border-bottom: 15px solid #000000;
}

#introBoxRight {
	margin-right: 0px;
		width: 249px;
}

.introBox img {
	margin: 6px;	
}

.introBox p {
	margin: 6px;
	font-family: Georgia, serif;
	font-size: 15px;
	color: #37372b;
	letter-spacing:-1px;
	line-height: 20px;
	text-align: justify;
}

.clearFix {
	clear: left;
}

.clearBoth {
	clear: both;
}

pre {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
}

/*********************************************************
About page
**********************************************************/

.aboutContent {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #5a5954;
	line-height: 28px;
	letter-spacing: -.5px;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.aboutImage {
	background-image: url('images/bottles.jpg');
	background-repeat: no-repeat;
	float: right;
	width: 238px;
	height: 158px;
	margin-top: 65px;
	margin-left: 15px;
	margin-right: 0px;
}

.aboutBoxColumn img {
	text-align: center;
}


/*********************************************************
Portfolio page
**********************************************************/


.supplierBox {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #37372b;
	line-height: 17px;
	letter-spacing: -.5px;
	float: left;
	width: 225px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	height: 85px;
}

#portfolioContent li {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #37372b;
	line-height: 17px;
	letter-spacing: -.5px;
	float: left;
	width: 225px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	height: 85px;
}

#portfolioContent ul {
	list-style: none;	
	margin: 0;
	padding: 0;
}



/*********************************************************
Client page
**********************************************************/

.clientBox {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #37372b;
	line-height: 17px;
	letter-spacing: -.7px;
	float: left;
	width: 225px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 13px;
}

.clientsContent h2 {
	margin-left: 3px;
	clear: left;
}

.clientsContent h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -.7px;
	float: left;
	width: 225px;
	height: 17px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 17px;
	
}

/*********************************************************
Contact page
**********************************************************/
#greensboroMap {
	float: right;
}

.MsoNormalTable td p {
	margin: 0;
}
}