/*
Theme Name: Sunflower
Theme URI: http://www.tamramercieca.com
Description: An orignal theme produced for the tamramercieca.com website
Version: 1.0
Author: Bowdie Mercieca
Author URI: http://tamramercieca.com/
*/

/* Begin Typography & Colors */
body {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 251, 179);
	font-family: Arial;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h2 {
	font-family: Arial;
	font-size:30px;
	color: #503000;
	margin-bottom: 0px 0px 0px 0px;
	padding-bottom: 0px 0px 0px 0px;
}



a:link { 
	color: #503000;
	}
a:visited { 
	color: #503000;
	}
a:hover { 
	color: #503000;
	text-decoration: none;
	}
a:active { 
	color: #000000;
	}

#page {
	width: 100%;	
}

#header {
	/**background: #fffbb3 url('images/menu_top.jpg') top left;**/
	width: 100%;
	height: 192px;
}

#menu {
	text-align:center;
	font-family:"Arial", Gadget, sans-serif;
	font-size:24px;
	width: 100%;
	margin: 5px;
}

#menu a {
	text-decoration:none;
}

#menu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}
	
#menu li {
	display: inline; 
}

#header-bottom {
	/**background: #fffbb3 url('images/menu_bottom.jpg') top left;**/
	width: 100%;
	height: 35px;
}

#headerimg {
	position:fixed;
	left:0px;
	top:0px;
	width: 100%;
	height: 192px;
	z-index: -1;
}

#headerimg_bg {
	z-index: -1;
	top:192px;
}

#content {
	width: 100%;
}

#sunflower {
	background: #fffbb3 url('images/sunflower_small.jpg') top right;
	background-repeat: no-repeat;
	height: 391px;
}

#footer {
	text-align: center;
	font-size:12px;
}

#content-main {
	
}

#menu li a {
	padding:0 6px;
}

#no-line-break {
	margin-bottom: 0px;
	padding-bottom: 0px;	
}