/*  
Theme Name: Template 5
Copyright Kasvu Media 2010
Written for - kasvumedia.com
By: Anthony Roe of The Awaken Company and Kasvu Media */

/* links & type */

html, body {
	font-family: 'Lucida Grande', Trebuchet, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: url('../background.png') #717171 top center no-repeat fixed;
	color: #FFF;
	border: 0;
	margin:0 auto;
}

body, p, h1, h2, h3, h4, ul, li, form, blockquote {
	margin: 0;
	padding: 0;

}

hr {
margin-top:10px;
margin-bottom:10px;
}

a {
color: #910000;
	text-decoration: underline;
	font-weight:bold;
	outline: none;
}

a, a:visited {
	color:#910000;
	text-decoration:none;
	outline:none;
}

a:hover{
color: #000000;
}

a:visited:hover{
color: #000000;
}


/* essential layout */

.wrap { 
width: 950px;
margin: 0 auto;
}

.wrap img { 
border: none;
}

#logo {
float:left;
max-width: 250px; max-height:150px;
margin-bottom: 25px; margin-right: 25px;
}
#navigation {
max-width:650px; max-height:73px;
float:right;
margin-top: 25px; margin-bottom: 75px;
/* insert navigation background here background: url(''); */
}

#slideshow {
max-width:950px; max-height: 325px;
text-align: center;
margin-bottom: 25px;
}

#tabs {
max-width: 950px; max-height:175px;
margin-bottom: 25px;
text-transform:uppercase;
font-weight: bold;
font-size:14px;
color:#FFF;
}

#tabs .tab1 {
width: 210px; height: 175px;
margin-right: 25px;
margin-left: 12px;
float: left;
text-align:center;
}
#tabs .tab2 {
width: 210px; height: 175px;
margin-right: 25px;
float: left;
text-align:center;
}
#tabs .tab3 {
width: 210px; height: 175px;
margin-right: 25px;
float: left;
text-align:center;
}
#tabs .tab4 {
width: 210px; height: 175px;
float: left;
margin-right: 5px;
text-align:center;
}

#footer {
margin-top: 25px;
margin-bottom: 25px;
height:100px; width: 100%;
background-image:url('../footer.jpg');
color: #fff;
}
#footer a {
color: #fff;
}
#footer a:hover {
color: #910000;
}
#footer a:visited {
color: #fff;
}
#footer a:visited:hover {
color: #910000;
}

#footer_left {
height:50px;
width: 475px;
float: left;
text-align:left;
padding-top:40px;
vertical-align: text-bottom;
}
#footer_right {
height:50px;
width: 475px;
float: right;
text-align:right;
padding-top:40px;
vertical-align: text-bottom;
}

/* blog and subpages */

#box {
border: 2px solid #000;
z-index:7;
padding: 10px;
}

#box p {
}

#rib {
width: 476px; height:70px;
background:url(ribbon.png) no-repeat top left;
	margin-left: -37px;
	margin-top: 5px;
	z-index: 9;
}
#rib .title {
padding-left: 37px; 
padding-top: 2px;
text-transform: uppercase;
font-family: "Arial Bold", arial bold,verdana, sans-serif;
font-weight: bold;
font-size: 18px;
color: #000000;
}

/* misc code */

.post {
width: 100%;
}

.post-break {
padding-bottom: 25px;
padding-top: 25px;
}

#entry-data {
width: 100%;
height: 75px;
vertical-align: middle;
}

.date {
width:75px;
height:75px;
background: url("date-bg.png") no-repeat;
color: #FFF;
font-weight: bold;
font-size: 15px;
font-family: "Arial Black",arial black, Gadget, sans-serif;
text-shadow: 1px 1px 1px #000000;
text-align:center;
text-indent: 0px;
float:left;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
}

.title {
width: 850px;
height: 75px;
text-align: left;
}																								
