/*
Theme Name: Groove-Garden
Theme URI: http://michaelwebdesign.com
Description: The custom wordpress theme for Groove Garden
Author: JC Mae Palmes
Author URI: http://khleomix.com/

*/

/*******************  Reset CSS ********************/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
 
/*******************  End Reset CSS ********************/


/******************* Main style and typography ****************/

body{
	background:#fff url(images/bg.png) repeat-x top left;
	margin:0;
	padding:0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:80%;
	color:#09131D;
}

body.main{
	background:#fff url(images/bg.png) repeat-x top left;
	margin:0;
	padding:0;	
}

body.home{
	background-color:#ffffff !important;
	margin:0;
	padding:0;
}

.clear{
	clear:both;
	margin:0;
	padding:0;
}

a{
	outline:none;
	text-decoration:none;
	color:#565129 !important;
}

a:hover{
	text-decoration:underline;
}

input:focus, textarea:focus {outline:none;}

h1{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:2em;
	line-height:2.6em;
}

h2{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:1.8em;
	line-height:1.2;
	color:#000000;
	margin: 1.2em 0 1.5em;
}

h3{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:1.6em;
	line-height:2.2m;
}

h4{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:1.4em;
	line-height:2em;
	color:#000000;
}

p{
	font-size:1.1em;
	line-height:1.5em;
	padding:0 0 15px 0;
}

h2 a.title{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:1em !important;
	line-height:1.2em;
	padding:10px 0 0 0px;
	border-bottom:3px groove #A3B249;
	color:#000000;
}

.post ul, .entry ul{
	list-style:circle;
	margin:0 0 0 20px;
	padding:10px 20px 20px 20px;
	float:none;
	clear:both;
}

.post ul li{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;
}

.entry{
	padding:10px 10px 10px 0;
}
.blogdate{
	font-weight: bold;
	margin-bottom: .5em;
	padding-bottom: 0;
	font-size: .9em;
}
.blogtitle{
	border-bottom: 3px groove #A3B249;
	color: #565e26;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 0;
	font-size: 1.4em;
}

/******************* Home Page Style ******************/

#home_wrapper{
	width: 850px;
	height:600px;
	margin:30px auto 0;
	position:relative;
	list-style:none;
}

#home_wrapper ul a{
	display:block;
}

#home_logo {
	background:url(images/homepage_logo.png) no-repeat center center;
	width:834px;
	height:579px;
	margin:0 auto 10px;
	position:relative;
	z-index:0;
}


li#reel a{
	background:transparent url(images/main_off.png) no-repeat -250px -380px;
	width:200px;
	height:180px;
	z-index:300;
	cursor:pointer;
	position:absolute;
	top:380px;
	left:258px;
	display:block;
}

li#reel a:hover{
	background:transparent url(images/main_on.png) no-repeat -250px -380px;
	width:200px;
	height:180px;
}


li#news a{
	background:transparent url(images/main_off.png) no-repeat -480px -375px;
	width:200px;
	height:202px;
	z-index:300;
	cursor:pointer;
	position:absolute;
	top:375px;
	left:488px;
	display:block;
}

li#news a:hover{
	background:transparent url(images/main_on.png) no-repeat -480px -375px;
	width:200px;
	height:202px;
}

li#fresh a{
	background:transparent url(images/main_off.png) no-repeat -600px -167px;
	top:167px;
	right:97px;
	width:145px;
	height:174px;
	position:absolute;
	z-index:1;
	cursor:pointer;
}

li#fresh a:hover{
	background:transparent url(images/main_on.png) no-repeat -600px -167px;
	width:145px;
	height:174px;
}

li#about a{
	background:transparent url(images/main_off.png) no-repeat -620px -10px;	
	top:10px;
	left:628px;
	width:180px;
	height:158px;
	position:absolute;
	z-index:1;
	cursor:pointer;
}

li#about a:hover{
	background:transparent url(images/main_on.png) no-repeat -620px -10px;	
	width:180px;
	height:158px;
}

li#contact a{
	background:transparent url(images/main_off.png) no-repeat -470px 0px;	
	top:0;
	right:222px;
	width:150px;
	height:158px;
	position:absolute;
	z-index:1;
	cursor:pointer;
}

li#contact a:hover{
	background:transparent url(images/main_on.png) no-repeat -470px 0px;	
	width:150px;
	height:158px;
}


/******************* End Home Page Style ******************/




/******************* Main Content Style ******************/

#content_bg {
	background:transparent url(images/content_bg_main.png) no-repeat top center;
	width:834px;
	height:1018px;
	position: static;
	z-index:0;
	margin:30px auto 0;
}

#wrapper {
	width:834px;
	margin:0 auto;
	padding:0;
	position: relative;
}

#content {
	padding:10px 120px;
	width:540px;
	margin:95px 0 0 30px;
	min-height:550px;
	height: auto !important;
	height: 550px;
	text-align:center!important;
	background-image: url(images/content_bg_vine.gif);
	background-repeat: no-repeat;
	background-position: -30px bottom;
	z-index: 0;
	position: relative;
}
* html #content {
	background-position: -17px bottom;
}
#content_inner {
	margin-top: -90px;
	z-index: 1000;
	position: relative;
}

.entry{
	width:100%;
	margin:0 auto;
	padding:10px;
}


#logo {
	background: none;
	width:145px;
	height:107px;
	float:left;
	display:inline;
	border:none;
	margin:70px 0 0 10px;
}

#left_wrapper{
	width:861px;
	float:left;
	margin:0;
	padding:0;
	border-right:3px double #b6cd89;	
}
.navigation {
	line-height: 1.5;
}

/***************** Titles ***************************/
.page_title{
	color:#0967a0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-left:20px;
	font-size:34px;
}
#page-description {
	color:#09131d;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 10px 0 25px;
}
	#page-description .highlight {
		font-weight: bold;
		color: #583370;
	}

/***************** Sidebar **************************/
#sidebar{
	width:235px;
	padding:0;
	margin:20px 0 0 0;
	float:left;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#sidebar h2{
	color:#3f5f36;
	padding:0 5px;
	font-size:1.6em;
	line-height:1.4em;
	border-bottom:3px double #b6cd89;
	
}

#sidebar ul{
	list-style:none;
	padding:0;
}

#sidebar ul li{
	font-size:1em;
	color:#426336;
}

#sidebar ul li ul{
	list-style:circle;
	padding:0 10px;
	margin:10px 0 10px 20px;
}

#sidebar ul li ul li{
	font-size:1.2em;
	line-height:1.3em;
}

/**************** Main Menu ****************************/

ul#menu{
	list-style:none;
	width: 650px;
	height:115px;
	display:block;
	padding: 0;
	overflow:hidden;
	position: absolute;
	top: 49px;
	left: 142px;
}
* html ul#menu {
	left: 154px !important;
}

ul#menu a{
	padding:0;
	display: block;
}

ul#menu li.about a{
	background:transparent url(images/menu_off.png) no-repeat 0 0;
	width:105px;
	height:113px;
	cursor:pointer;
	position: absolute;
	left: 12px;
	top: 0;
}

ul#menu li.about a:hover{
	background:transparent url(images/menu_on.png) no-repeat 0 0;
	width:105px;
	height:113px;
}

ul#menu li.reel a{
	background:transparent url(images/menu_off.png) no-repeat -105px 0;
	width:100px;
	height:113px;
	cursor:pointer;
	position: absolute;
	left: 117px;
	top: 0;
}

ul#menu li.reel a:hover{
	background:transparent url(images/menu_on.png) no-repeat -105px 0;
	width:100px;
	height:113px;
}

ul#menu li.news a{
	background:transparent url(images/menu_off.png) no-repeat -205px 0;
	width:120px;
	height:113px;
	cursor:pointer;
	position: absolute;
	left: 217px;
	top: 0;
}

ul#menu li.news a:hover{
	background:transparent url(images/menu_on.png) no-repeat -205px 0;
	width:120px;
	height:113px;
}

ul#menu li.fresh a{
	background:transparent url(images/menu_off.png) no-repeat -325px 0;
	width:105px;
	height:113px;
	cursor:pointer;
	position: absolute;
	left: 337px;
	top: 0;
}

ul#menu li.fresh a:hover{
	background:transparent url(images/menu_on.png) no-repeat -325px 0;
	width:105px;
	height:113px;
}

ul#menu li.contact a{
	background:transparent url(images/menu_off.png) no-repeat -430px 0;
	width:110px;
	height:113px;
	cursor:pointer;
	position: absolute;
	left: 442px;
	top: 0;
}

ul#menu li.contact a:hover{
	background:transparent url(images/menu_on.png) no-repeat -430px 0;
	width:110px;
	height:113px;
}


/********************* Footer *****************************/

#footer {
	margin:0 auto;
	clear:both;
	bottom:0;
	width:860px;
	position:relative;
	overflow: hidden;
}

#footer p{
	text-align:center;
	font-size:1em;
	font-weight:bold;
	padding:5px 0 10px 0;
}

#footer #buddyboss {
	text-indent: -10000px;
}

/********************* MP3 Player *****************************/

#mp3player {float:right;background: #758035;border:2px solid #372612;z-index:999;text-align:center;padding:0 0 10px 0;margin:200px 30px 0 0;}

#mp3player h4 {color:#f7af28;}



