/*
Theme Name: Flavour
Theme URI: http://www.freewpthemes.net/preview/flavour
Description: Tested on WP2.5
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: dark, fixed width, two columns, widgets
*/

html {
	background:#ccc url(images/html-bg.gif) repeat-x;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/body-bg.jpg) no-repeat 50% 0;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	text-transform: Normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	font-weight: bold
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold
	
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}



a {
	text-decoration: none;
	color: #980002;
	font-weight:bold;
}

a:hover {
	background: none;
}

hr {
	display: none;
}

/* Page */
#wrapper
{
	background: url(images/img01.jpg) repeat-x left top;	
	width:980px;
	/*height:185px;*/
	margin:0 auto;
}

#wrapper2
{
	height:185px;
	
}



blockquote {
  font: 1.0em Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  width: 400px;
  background: url(images/close-quote.gif) no-repeat right bottom;
  padding-left: 0px;
  text-indent: 0px;
}



img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}

img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



.wp-caption img {
float:left; margin-left:0; margin-right:5px;
	margin: 2;
	padding: 2;
	border: 0 none;
}




.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Header */

#header {
	width: 920px;
	height: 155px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 600px;
	display:none;
}

#logo h1 {
	float: left;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 2.6em;
	display:none;
}

#logo p {
	float: left;
	margin: 0;
	padding: 30px 0 0 2px;
	text-transform: lowercase;
	font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:none;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #5F882C;
}

/* Search */

#search {
	position:relative;
	width: 200px;
	top:138px;
	float:right;
	margin-right:-15px;
}

#search form {
	width: 230px;
	height: 41px;
	margin: 0;
	padding: 15px 0 0 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	border: none;
	text-transform: lowercase;
	border: 1px #8DBC4A solid;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	background-image:url('images/magnifying-glass.gif');
	background-repeat:no-repeat;
	padding-left:20px;	
}

#search-submit {
	display: none;
}

/* Menu */

#menu {

}

#menu ul {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	padding: 12px 20px 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display:block;
	border-right:solid 1px white;
	height:23px;
	margin-top:-10px;
}

#menu a:hover, #menu .current_page_item a {
	background-color:#980002;
	color:White;
}

#menu a:hover {

}

/* Page */

#page 
{
	background-color:White;	
	width: 920px;
	margin: 0 auto;
	padding: 30px;
}

/* Content */

#content {
	float: left;
	width: 630px;
}

/* Breadcrumb */

#breadcrumb
{
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

#breadcrumb li
{
    display: inline-block;
    background: transparent url(images/arrow.gif) no-repeat 0 55%;
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
}

#breadcrumb li:first-child
{
    background-image: none;
    padding: 0;
}

#breadcrumb li a
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

#breadcrumb li a:hover
{
    text-decoration: underline;
}

.post {
	background: url(images/img03.jpg) no-repeat left top;
}

.post .title {
	padding: 7px 0 10px 20px;
	
	text-transform: normal;
	
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5C5C5C;
	margin: 0 0 10px;
	border-bottom:2px solid #ccc;
	
}

.post .title a {
	color: #5C5C5C;
	
}

.post .meta {
	padding: 2px 20px;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 0 20px 20px;
	text-align: justify;
}

/* Sidebar 

#sidebar {
	float: right;
	width: 250px;
	padding:2px;
	border:1px solid #ccc;
	margin-bottom:25px;
	overflow:hidden;
	background:#f5f5f5;
	padding:7px 10px;
	height:1%;
	
}

#sidebar ul {
	margin: 0;
	padding-left:0px;
	padding-top:20px;
	list-style: none;
	
}

#sidebar li {
font:12px Arial, Helvetica, sans-serif;


}

#sidebar li ul {
	padding: 10px;


	
}

#sidebar li li {

float:left;
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
	margin:-1px 0 1px 0;
	padding: 3px 0 0px ;
	background:url(/images/squere-bg.gif) no-repeat 0 6px;
	padding-left:14px;
	color:#292929;
}




#sidebar h2 {


	font:bold 11px Arial, Helvetica, sans-serif !important;
	color:#292929 !important;
	margin: 0px 0 0px !important;
	text-transform:uppercase;	

}



#sidebar h2 a{
		color:#292929 !important;
		font-weight:bold;
}

#sidebar p {
	padding: 20px;
}

#sidebar a {
	color: #787878;
	font-weight: normal;
}

#sidebar a:hover{text-decoration:underline;}

*/




#sidebar {
	float: right;
	width: 260px;
	border:1px solid #ccc;
	color: #787878;
	background:#f5f5f5;
	
	
	
	
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {

}

#sidebar li ul {
	padding: 10px;


}

#sidebar li li {
	
	background: url(/images/squere-bg.gif) no-repeat 0 6px;
	border-bottom: 1px solid #ccc;
	padding-left: 14px;
	margin:-1px 0 1px 0;
	color:#292929;
}


#sidebar li li.current-cat a{ font-weight:bold; color:#980002; text-decoration:underline; }


#sidebar h2 {
	padding: 5px 10px;	
	letter-spacing: -.5px;	
		font:bold 1.3em Arial, Helvetica, sans-serif !important;
	color:#5c5c5c !important;
	text-transform:capitalize;	
	overflow:hidden;	
	
}



#sidebar a:hover{text-decoration:underline;}

#sidebar h2 a{
		color:#5c5c5c !important;
		font-weight:bold;	
}







#sidebar p {
	padding: 5px;
}

#sidebar a {
	color: #787878;
	font-weight: normal;
	
	
	
	

}


/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0;
	background: url(images/img02.jpg) left top;
	font-family: Arial, Helvetica, sans-serif;
	xcolor: #980002;
	text-align: center;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
color:#980002;
}


.navigation {font-size:14px; margin: 0 0px 8px 0px; padding: 0px 6px 4px;}





.resize-box{
	width:auto;
	overflow:hidden;
	background:#f5f5f5;
	padding:7px 10px;
	height:1%;
}
.resize-box h3{
	font:bold 11px Arial, Helvetica, sans-serif !important;
	color:#292929 !important;
	margin:0 0 10px !important;
	text-transform:uppercase;
}
.resize-box h4{
	font:bold 11px Arial, Helvetica, sans-serif !important;
	color:#292929 !important;
	margin:0 0 10px !important;
	padding-bottom:7px !important;
	border-bottom:5px solid #ccc;
	text-transform:uppercase;
}

.resize-box .squere{width:auto;}
.resize-box .squere li{border:none;}
.features-box .squere li{width: 160px;}

