/*   
Theme Name: WtFC
Theme URI: http://www.wtfcountry.com
Description: A custom theme created for Welcome to Flavour Country
Author: Kireas
Author URI: http://www.poketch.net
Version: 0.9
.
General comments/License Statement if any.
.
*/
@charset "utf-8";
/* CSS Document */

/* Font Settings */
@font-face {
	font-family: "Myriad Pro";
	src: url('images/myriadpro.otf');
}
@font-face {
	font-family: "Myriad Pro";
	font-weight: bold;
	src: url('images/myriadpro-bold.otf');
}
/* End Font Settings */

body {
	background-color: #B7D9F9;
	background-image: url("images/achik_bg.gif");
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Myriad Pro, Verdana, Geneva, sans-serif;
	/*letter-spacing: 0.5px;*/
	list-style: none;
	width: 100%;
	overflow: visible;
}

#wrapper {
	width: 1250px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom:50px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.h2 {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
}

li {
	
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px, 0px, 0px, 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Links */

a:link {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: none;
	color:#000;
	background-color: #FF6;
}

a:visited {
	text-decoration: none;
	color:#000;
}

a:active {
	text-decoration: none;
	color:#000;
}

/* End Links */

/* Start Header CSS */

#headerbanner {
	position: absolute;
	float: left;
	height: 271px;
	width: 100%;
	background: url(images/header.png);
}

#headercontainer {
	float: left;
	height: 271px;
	width: 100%;
	background: url(images/header.png);
	position: relative;
	left: 0px;
	top: 0px;
	list-style: none;
}

#headerimage {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
	z-index: 10;
}

#headermeta {
	position: absolute;
	width: auto;
	left: 230px;
	top: 165px;
	font-size:12px;
	letter-spacing: 1px;
	font-weight: bold;
	color:#FFF;
	display: inline;
}

#headermeta #meta1 {
	position: relative;
	width: auto;
	left: 0px;
	top: 0px;
	display: inline;
}

#headermeta #meta2 {
	position: relative;
	width: auto;
	left: 25px;
	top: 0px;
	display: inline;
}

#headermeta li {
	display: inline;
}

#headerlogged {
	position: absolute;
	left: 230px;
	top: 180px;
	font-size:12px;
	color:#FFF;
}

#headercontainer a:link {
	text-decoration: none;
	color:#FFF;
}

#headercontainer a:hover {
	background-color: #020825;
	text-decoration: none;
	color:#FFF;
}

#headercontainer a:active {
	background-color: #020825;
	text-decoration: none;
	color:#FFF;
}

#headercontainer a:visited {
	text-decoration: none;
	color:#FFF;
}

#navigationcontainer {
	position: absolute;
	height: 35px;
	right: 30px;
	top: 165px;
	display: inline;
}

#loggednavcontainer {
	position: absolute;
	height: 35px;
	right: 30px;
	top: 55px;
	display: inline;
}

#navhome {
	width: 61px;
	height: 36px;
	position: relative;
	margin-right: 15px;
	float: left;
	border-style: none;
}

#navhome:hover {
	background-color: #020825;
	border-style: none;
}

#navforums {
	width: 75px;
	height: 36px;
	position: relative;
	margin-right: 15px;
	float: left;
	border-style: none;
}

#navforums:hover {
	background-color: #020825;
	border-style: none;
}

#navabout {
	width: 67px;
	height: 36px;
	position: relative;
	margin-right: 15px;
	float: left;
	border-style: none;
}

#navabout:hover {
	background-color: #020825;
	border-style: none;
}

#navdonate {
	width: 83px;
	height: 36px;
	position: relative;
	margin-right: 15px;
	float: left;
	border-style: none;
}

#navdonate:hover {
	background-color: #020825;
	border-style: none;
}

#navcontact {
	width: 95px;
	height: 36px;
	position: relative;
	margin-right: 15px;
	float: left;
	border-style: none;
}

#navcontact:hover {
	background-color: #020825;
	border-style: none;
}

#navexchange {
	width: 176px;
	height: 27px;
	position: relative;
	margin-right: 15px;
	float: left;
	border-style: none;
}

#navexchange:hover {
	background-color: #001167;
	border-style: none;
}

/* End of Header CSS */

/* Content CSS */

.columncontainer {
	width: 1250px;
	position: relative;
	float: left;
	top: -45px;
	margin-left: auto;
	margin-right: auto;
}

#leftcolumn {
	position: relative;
	margin-left: 30px;
	width: 160px;
	float: left;
	top: 85px;
}

#centralcolumn {
	position: relative;
	margin-left: 30px;
	width: 670px;
	float: left;
}

#rightcolumn {
	position: relative;
	margin-left: 30px;
	width: 330px;
	float: left;
	top: 25px;
}

/* Search */

#searchbox {
	height: 45px;
	background: url(images/searchbox.png);
	margin-bottom: 15px;
}

/* End Search */

/* Sidebars */

.sidebar-thin {
	width: 160px;
}

.sidebar-thin li {
	background-color: #9BB8D4;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #646464;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	list-style: none;
}

.sidebar-thin li h2 {
	margin: 0px 0px 12px 0px;
	font-size: 24px;
	font-weight: bold;
}

.sidebar-thin li li {
	border-style: none;
	margin-bottom: 0px;
}

.sidebar-wide {
	width: 330px;
}

.sidebar-wide li {
	background-color: #9BB8D4;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #646464;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	list-style: none;
}

.sidebar-wide li h2 {
	margin: 0px 0px 12px 0px;
	font-size: 24px;
	font-weight: bold;
}

.sidebar-wide li li {
	border-style: none;
	margin-bottom: 0px;
}

#leftbar {
	position: absolute;
	left: 0px;
}

#rightbar {
	position: absolute;
	right: 0px;
}

/*Footer CSS*/

#footer {
	height: 24px;
	width: 100%;
	float: left;
	left: 0px;
	bottom: 0px;
	position: fixed;
	background: url(images/footer.png);
}

#footerfader {
	height: 25px;
	width: 100%;
	float: left;
	left: 0px;
	bottom: 24px;
	position: fixed;
	background: url(images/footer_fade.png);
}

#footertext {
	position: absolute;
	top: 5px;
	left: 1px;
	color: #FFF;
	font-size: 10px;
}

/* End of Footer CSS */

/* Content CSS */

#featuredcontent {
	width: 670px;
	margin-bottom: 15px;
}

#latestimage {
	position: relative;
	left: 10px;
}

#featuredbox {
	width: 100%;
	background-color: #FFF;
	top: 5px;
	border-style: solid;
	border-color: #FFF;
	border-width: 1px;
	position: relative;
	overflow: hidden;
}

#featuretext {
	background: url(images/content_fade.png);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;	
	position: relative;
}

#f-title {
	position: relative;
}

#f-title h2 {
	margin: 0px 0px 0px 0px;
}

#f-meta {
	top: 0px;
	position: relative;
	background-color: #FCE877;
	font-size: 10px;
	float: left;
}

#f-text {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	float: left;
	width: 100%;
	overflow: auto;
}

.standardcontent {
	width: 670px;
	height: auto;
	position: relative;
	
	background-color: #BCFCFC;
	border-width: 0px;
	overflow: visible;
}

.s-title {
	left: 10px;
	top: 0px;
	position: relative;
}

.s-title h2 {
	margin: 0px 0px 0px 0px;
}


.s-meta {
	left: 10px;
	top: 0px;
	position: relative;
	background-color: #FCE877;
	font-size: 10px;
	float: left;
}
.s-text {
	left: 10px;
	top: 5px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	float: left;
	width: 100%;
	overflow: auto;
}

.s-text ul {
	list-style: circle;	
	list-style-type: circle;
	padding: 25px;	
}

.s-bar {
	left: 0px;
	position: relative;
	width: 660px;
	background-color: #9DC9F6;
	border-style: solid;
	border-color: #A2A2A2;
	border-width: 1px;
	text-align: right;
	font-size: 10px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* Comments Boxes */

#commentcontainer {
	position: relative;
	margin-top: 15px;
	width: 650px;
	margin-left: 10px;
	margin-right: 10px;
}

.c-header {
	float: right;
}

.c-header h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.singlecomment {
}

.c-user {
	font-weight: bold;
}

.c-meta {
}

.c-content {
	background-color: #9BB8D4;
}

#commentform {
	position: relative;
	float: left;
	width: 650px;
}

.c-formheader {

}

.c-formheader h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.c-formbox {
	position: relative;
	right: 0px;
	top: 15px;
	float: right;
}

.c-textinput {
	background: url(images/content_fade.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	border: #FFF;
	width: 460px;
	height: 125px;
	padding: 15px 5px 5px 5px;
}

.c-none {
}

.c-submit {
	position: absolute;
	float: left;
	z-index: 10;
	bottom: -15px;
	right: 10px;
}

/* Chatroom Styling */

.chatcontainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.chatbox {
	position: relative;
	min-height: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/* Wordpress CSS Styling */

.widget {
	list-style: none;
	text-indent: 0px;
}

.widget_recent_entries.p {
	margin-bottom: 0px;
}

/* PHPBB integration */

#forum-wrap {
	margin-left: 0px;
	margin-right: 0px;
}