
/* VONIGA : music to live your life by =========================*/

html {
	height:100%;
	margin:0;
	padding:0;
	min-height:100%;
}

body {
	margin: 0;
	padding: 0;
	background: #a6845b url(images/bg_body.gif) repeat-x;
	font-size: 13px;
	color: #000;
	height:100%;
	min-height:100%
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.5em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	letter-spacing: -1px;
}

p, ul, ol {
	line-height: 175%;
	padding-bottom: 10px;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #bd4d2b;
}


#container {
	height:92%;
	min-height:92%; 
	margin:0; 
	position:relative;
}


/* Header */

#header {
	width: 778px;
	height: 280px;
	margin: 0 auto;
	background: url(images/hd_voniga.gif) no-repeat;
}

#header h1, #header p {
	float: left;
	margin: 0;
	text-transform: lowercase;
	line-height: normal;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
}

/* Menu */

#menu {
	width: 777px;
	height: 40px;
	margin: 0 auto;
	background: #a6845b; 
	font-size: 1.08em;
	text-transform: none;
	border: 1px dotted #333;

	padding-top: 5px;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 18px 0 8px;
	background: url(images/img04.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #222;
}

#menu a:hover {
	text-decoration: none;
	color: #bd4d2b;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;

}


/* Content */

#content {
	float: left;
	width: 525px;
	text-align: justify;
	padding-top: 40px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #000;
}

.tagline {
	margin: 0;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding-top: 20px;
	background: #a6845b url(images/oscar.png) no repeat;
	background- position: bottom center;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img04.gif) no-repeat 15px 50%;
}

#sidebar h3 {
	margin: 0;
	padding: 10px 0 2px 0px;
	border-bottom: 2px solid #000;
	text-align: right;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	background: #000;
	color: #a6845b;
	text-align: center;
	font-size: smaller;
	letter-spacing: 3px;
	position:relative; 
	height: 5%;
} 


#footer a {
	color: #a6845b;
	text-decoration: none;
}


/* Sticky Footer ==================================== */

* {
	margin: 0;
   }
  
html, body {
	height: 100%;
 }
 
wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1em;
 }

.footer, .push {
	height: 1em;
 }

	
/* holly hack to target IE win Only \*/
* html #contents{
height:100%;
}
/* end hack */




