/*
Theme Name: WordPress Alfredo
Description: The Custom WordPress theme made for AlfredosGroove.com 
Version: 1
Author: Jim Baugh
Tags: fixed width, one column with sidebar

Alfredo WordPress by Jim Baugh || http://jabbaugh.com
This is just a basic layout, with only the bare minimum defined.
*/
/* 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;
}
h1{
	font-size:1.8em;
}
h2{
	font-size:1.6em;
}
h3{
	font-size:1.4em;
}
h4{
	font-size:1.2em;
}
p{
	padding:5px 10px 10px 10px;
	font-size: 1.2em;
}
#body{
		font-size:62.5%;
		background:#000;
		font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	}
	#wrapper{
		margin:0 auto;
		width:960px;
		background:#fff url(images/header-bg.gif) no-repeat top left;
		overflow:hidden;
	}
	#header{
		width:960px;
		color:#fff;
		height:170px;
		font-size:1.6em;
		background:#000 url(images/header-bg.gif) no-repeat top left;
	}
	#header h1{
		margin:0;
		position:relative;
		top:40px;
		left:330px;
		background:url(images/sprite.gif) no-repeat;
		width:200px;
		height:65px;
	}
	#sidebar{
		float:right;
		width:210px;
		background:#000;
		border:solid 1px #333;
		color:#fff;
		font-size:1.4em;
		padding:0;
	}
	#sidebar .linkcat{
		font-weight:bold;
		padding:5px;
	}
	#sidebar ul, #sidebar li{
		padding:0;
		margin:0;
	}
	#sidebar a, #sidebar span, #sidebar h2{
		color:#fff;
		display:block;
		padding:5px;
		width:190px;
		margin:0 0 1px 0;
		text-decoration:none;
	}
	#sidebar a, #sidebar span{
		border:solid 1px #333;
	}
	#sidebar a:hover{
		background-color:#333;
	}
	#sidebar .brand{
		height:40px;
		width:200px;
		padding:0;
		border-bottom:solid 1px #000;
	}
	#sidebar .brand:hover{
		border-bottom-color:#FFFF00;
	}
	#sidebar .myspace{
				background:url(images/sprite.gif) no-repeat 0 -170px;
	}
	#sidebar .facebook{
				background:url(images/sprite.gif) no-repeat 0 -210px;
	}
	#sidebar .youtube{
				background:url(images/sprite.gif) no-repeat 0 -250px;
	}
	#sidebar .brand span{
		display:none;
	}
	#icon{
		float:right;
		background:url(images/sprite.gif) no-repeat 0 -70px;
		width:95px;
		height:95px;
		z-index:10;
	}
	#header h1 span{
		display:none;
	}
	#picture-block{
		width:330px;
		float:left;
		height:200px;
	}
	#main-body{
		overflow:hidden;
	}
	#main-body h1{
		margin: 10px 10px;
	}
	#navigation{
		margin: 0 0 0 300px;
		overflow:hidden;
		height:31px;
		background:#000;
		padding:0 0 0 30px;
		font-size:1.4em;
	}
	#navigation ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	#navigation li{
		display:block;
		float:left;
		padding:5px 7px;
		background:#333;
		height:20px;
		margin: 0 2px;
		font-weight:bold;
		color:#fff;
		border:solid 1px #666;
		border-bottom:none;
		-moz-border-radius:5px 5px 0px 0px;
		-webkit-border-radius:5px 5px 0 0;
		border-radius:5px 5px 0 0;
	}
	#navigation li:hover{
		background:#666;
	}
	#navigation li a{
		color:#fff;
		text-decoration:none;
	}
	#navigation ul ul{
		display:none;
	}