/*  
Theme Name: Robs fancy smancy template
Theme URI: http://rbrucker.com
Description: This is the finale of my wordpress templates
Version: 1.0
Author: Robert Brucker
Author URI: http://www.rbrucker.com

*/
html, body {
	height: 100%;
}

.link3 {
	padding-left: 24px;
	background: url(images/homepage18.gif) no-repeat left center;
}

.link4 {
	padding-left: 18px;
	background: url(images/subpage03.gif) no-repeat left center;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 980px;
	height: 212px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 396px;
	height: 212px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1 {
	display: none;
}

/** MENU */

#menu {
	float: right;
	width: 584px;
	height: 113px;
}

#menu ul {
	margin: 0px;
	padding: 58px 0px 0px 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 19px;
	padding: 0px 30px 0px 24px;
	background: url(images/homepage02.gif) no-repeat left top;
}

/** SEARCH */

#search {
	float: right;
	width: 584px;
	height: 99px;
}

#search form {
	padding: 6px 0px 0px 291px;
}

/** PAGE */

#page {
	width: 980px;
	margin: 0px auto;
}

#content {
	float: right;
	width: 520px;
	padding-right: 64px;
}

#sidebar {
	float: left;
	width: 328px;
	padding-left: 68px;
}

#content, #sidebar {
	height: 821px;
	min-height: 821px;
}

html>body #content, html>body #sidebar {
	height: auto;
}

#content .title {
	height: 22px;
	margin: 0px 0px 15px 0px;
	padding: 8px 0px 0px 19px;
}

/** FOOTER */

#footer {
	width: 980px;
	height: 167px;
	margin: 0px auto;
}

#legal {
	float: left;
	padding: 80px 0px 0px 397px;
font-size: 16px;
}

#links {
	float: right;
	padding: 80px 84px 0px 0px;
}

/** BOX1 */

#box1 {
	width: 449px;
	height: 182px;
	margin-left: 13px;
	padding: 21px 24px 0px 24px;
}

/** BOX2 */

#box2 {
	float: left;
	width: 260px;
}

#box2 .title {
	margin: 0px;
}

#box2 .item {
	padding: 15px 20px 10px 18px;
}

/** BOX3 */

#box3 {
	float: right;
	width: 260px;
}

#box3 .content {
	padding: 0px 0px 15px 11px;
}

/** BOX4 */

#box4 {
	float: right;
	width: 260px;
}

#box4 .content {
}

#box4 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#box4 li {
	display: block;
	float: left;
	padding: 0px 0px 15px 20px;
}

/** BOX5 */

#box5 {
	margin-bottom: 15px;
	padding: 28px 0px 0px 45px;
}

#box5 .title {
	height: 20px;
	padding: 15px 0px 0px 30px;
}

/** BOX6 */

#box6 {
	margin-bottom: 15px;
	padding: 0px 44px;
}

#box6 .title {
	height: 20px;
	padding: 35px 0px 0px 30px;
}

#box6 .item {
	padding: 20px 30px 10px 30px;
}

/** BOX7 */

#box7 {
	padding: 0px 44px 6px 44px;
}

#box7 .title {
	height: 20px;
	padding: 35px 0px 0px 30px;
}

#box7 .content {
	padding: 18px 28px 10px 31px;
}

/** BOX8 */

#box8 {
	padding: 28px 0px 0px 0px;
}

#box8 .title {
	height: 20px;
	padding: 15px 0px 0px 30px;
}

#box8 .content {
	padding: 10px 28px 10px 31px;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#inputtext1 {
	width: 141px;
	padding: 1px 2px;
	background: #3A4746;
	border: none;
	border-bottom: 1px solid #627573;
}
#inputtextarea {
background: #3A4746;
border: none;
	border-bottom: 1px solid #627573;
	}

#inputsubmit1 {
	width: 45px;
	height: 18px;
	background: url(images/homepage03.gif) no-repeat left top;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
	text-transform: lowercase;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	margin-bottom: 20px;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: bold;
	color: #EF6A00;
}

h2 span {
	color: #FFFFFF;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

h4 {
	margin-bottom: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #B8C1BF;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E5EAE9;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	font-size:16px;
}

.text1 {
	font-size: 10px;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	width: 238px;
	height: 25px;
	padding: 5px 0px 0px 31px;
}

.list1 li.first {
	height: 25px;
	padding-top: 20px;
}
.widget widget_tag_cloud
{
	font-size:18px;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	height: 39px;
	padding: 7px 0px 0px 10px;
}

/** LINKS */

a {
	color: #BCCECA;
font-size: 16px;

}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	color: #E8F5F1;
}

.link3 {
}

.link4 {
}

/** STYLES */

.style1 {
	text-transform: lowercase;
	font-size: 10px;
	color: #4F5A57;
}

.style1 a {
	color: #4F5A57;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/bg02.jpg) repeat-x left top; }
.bg2  { background: url(images/bg03.jpg) no-repeat left top; }
.bg3  { background: url(images/bg04.jpg) no-repeat left top; }
.bg5  { background: url(images/bg06.jpg) no-repeat left top; }
.bg6  { background: url(images/bg07.jpg) no-repeat left bottom; }
.bg7  { background: url(images/bg08.jpg) repeat-x left bottom; }
.bg8  { background: url(images/bg09.jpg) no-repeat left top; }
.bg9  { background: url(images/homepage04.jpg) no-repeat left top; }
.bg10 { background: url(images/homepage06.jpg) no-repeat left top; }
.bg11 { background: url(images/homepage07.jpg) no-repeat left bottom; }
.bg12 { background: url(images/homepage08.jpg) no-repeat left top; }
.bg13 { background: url(images/homepage09.jpg) no-repeat left top; }
.bg14 { background: url(images/homepage19.jpg) no-repeat left top; }
.bg15 { background: url(images/homepage20.jpg) no-repeat left top; }
.bg16 { background: url(images/homepage21.jpg) no-repeat left top; }
.bg17 { background: url(images/homepage22.jpg) no-repeat left top; }
.bg18 { background: url(images/homepage23.jpg) no-repeat left top; }
.bg19 { background: url(images/homepage24.jpg) no-repeat left top; }
.bg22 { background: url(images/subpage02.gif) no-repeat left bottom; }
.bg23 { background: url(images/subpage05.jpg) no-repeat left top; }
.bg24 { background: url(images/subpage06.gif) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}


