/*  
Theme Name: FL CLUB
Author: Turhan Aydin
Author URI: http://turhanaydin.eu/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
strong { font-weight: bold; }
/*ol,ul { list-style:none; }*/
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }
form {display: inline;}
/* End reset.css */

body {
	margin: 0px auto 30px;
	padding: 0px;
	background: #fff;
	width: 980px;
}

body, textarea, input {
	font-family: Helvetica, Arial, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Colors */

a { color: #4899ff; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { border: none; outline: none; }


h2.pagetitle {
	font-size: 5em;
	font-weight: normal;
	letter-spacing: -3px;
	color: #000;
	text-transform: uppercase;
}

/* Layout */

#hd {
	padding: 5px 0px;
}
#hd .Logo { float: left; padding:15px 0 0; }
.TopAd {	float: right; }
.Menu { clear:both; margin-top: 10px; border-top: 3px solid #000000; border-bottom: 1px dotted #000; }

/* Menu */
.Menu ul { list-style-type: none; padding: 5px 0px; }
.Menu ul  li { display: inline; padding: 4px 5px; }
.Menu a { color: #000; font-weight: bold; }

.body_container {

}
.index {
	padding-top: 40px;
}
/* Content */
#content_container {
	width: 620px;
	padding: 0px 20px 0px 0px;
	border-right: 1px dotted #333333;
	float: left;
}

/* Navigation */
.Nav { text-align: center; font-size: 1.4em; }
.Nav a { padding: 0px; margin: 0px 3px; font-weight: bold; }
.Nav strong.on { padding: 0px; margin: 0px 3px;  font-weight: bold; }


/* Post */
.seperator { margin-bottom: 30px; border-top: 1px dotted #999999; clear: both; }
.Post { padding-bottom: 30px; }

.PostHead h2  { font-size: 1.5em; }
.PostHead h2  a { color: #000000; }
.PostContent { font-size: 1em; line-height: 1.5em; }

.PostContent ol, .PostContent ul { 
	margin: 10px 20px 10px 40px;
}
.PostContent  a { font-weight: bold; }
.PostContent  p { margin: 0px 0px 10px; line-height: 16px; }
.PostContent  img.alignleft { margin-right: 10px; margin-bottom: 10px; float: left; }
.PostContent  img.alignright { margin-left: 10px; margin-bottom: 10px; float: right; }
.PostContent  img.aligncenter { margin: 10px auto; display: block; }
.PostContent  img.size-thumbnail { border: 2px solid #ccc; width: 100px; height: 100px;  }

.PostContent h1 { font-size: 22px; letter-spacing: -1px; color: #000; margin: 20px 0px 10px; }
.PostContent h2 { font-size: 20px; letter-spacing: -1px; color: #000; margin: 20px 0px 10px; }
.PostContent h3 { font-size: 18px; color: #000; margin: 20px 0px 10px; }
.PostContent h4 { font-size: 16px; font-weight: bold; color: #000; margin: 20px 0px 10px; }



.post_info {
	padding: 10px;
	color: #999999;
}
.PostCom { background: #f5f5f5; color: #000; border: 0px solid #e7e7e7; padding: 4px; margin: 10px 0px 0px; clear: both; }
.PostCom ul { padding: 0px; margin: 0px;}
.PostCom li { padding: 5px 0px 5px 20px; margin: 0px 5px 0px 0px; list-style-type: none; display: inline;  font-size: 12px; } 

.PostCom .Com { background: url(images/PostCom.png) no-repeat left center; }
.PostCom .Com a { color: #000; font-weight: bold; }
.PostCom .Tags { padding-left: 0px;}


.Comments {}
.Comments .Form {}
.sharePost h3, .Comments h3 { font-size: 1.5em; text-transform: uppercase; letter-spacing: -1px; color: #000; margin: 20px 0px 10px; border-bottom: 2px solid #000; }
.sharePost p { text-align: center; }
.sharePost p img { margin: 2px; }

.Comments .Form .tbl_row { padding: 3px 0px; line-height: 1.6em; }
.Comments .Form .TextField { padding: 3px 0px; width: 250px; }
.Comments .Form .TextArea { padding: 3px; }
.Comments .Form .SubmitComment { padding: 3px 10px; color: #000; font-weight: bold; font-size: 1.2em; }

#commentlist { list-style-type: none; }
#commentlist .CommentItem {  }
#commentlist .Avatar { width: 60px; float: left; }
#commentlist .commentContent { float: left; }
#commentlist .LCon { line-height: 1.4em; }
#commentlist .LCon p { margin: 10px 0px; }

/* Sidebars */
#sidebars_container {
	width: 310px;
	float: right;
}

#sidebars_container ul, #sidebars_container li { list-style-type: none; }

.sidebar_left {
	width: 150px;
	float: left;
}

.sidebar_right {
	width: 150px;
	float: right;
}

.sidebar_block { border-bottom: 2px solid #000; }

.widget { margin: 0px 0px 20px; }
.widget h2 { font-size: 1.2em; font-weight: bold; color: #000000; padding: 4px 0px 6px; text-transform: uppercase; }
.widget ul { margin: 0px; padding: 0px;}
.widget li { margin: 0px; padding: 3px 0px 3px 0px; list-style-type: none; font-size: 12px; border-bottom: solid 1px #eeede4; color:#999;}
.widget a { color:#000; font-weight: bold; }

.widget_search {}
.widget_search #s { font-size: 14px; padding: 3px; width: 200px; color: #000; border: 2px solid #ccc; }
.widget_search .search { font-size: 14px; padding: 3px; color: #000; font-weight: bold; }

/* Framework */
.yellow { background: #fffd66; }

.google_ad_border iframe {
	border: 3px solid #000;
}

s { color: #bbbbbb; }
.free { color: green; }
.transparent iframe { border: 2px solid #000000; }
.p10 { padding: 10px; }
.pt10 { padding: 10px 0px; }

.black { color: #000; }
.light { color:  #a0a0a0; }
.xlight { color:  #a0a0a0; font-size: 80%; }

h1 .xlight { letter-spacing: -1px; }
.lltxt { font-size: 60%; }
.ltxt {	font-size: 80%; }
.xtxt {	font-size: 110%; }
.xltxt { font-size: 130%; }
.xxltxt { font-size: 160%; }
.xxxtxt { font-size: 180%; }

.positive { color: #008000;}
.negative { color: #ff0000;}

.error { color: #ff0000; }

h1.main { font-size: 160%; font-weight: bold; color: #000000; }
h2.ttl { font-size: 160%; font-weight: normal; letter-spacing: -1px; }

.bgw { background: #fff; padding: 3px 4px; }
/* Clear */
.cr { clear: right; }
.cl { clear: left; }
.cb { clear: both; }
span.cb { display: block; }

.hr { display: block; clear:both; border-bottom: 1px solid #e5e5e5; }
hr { display: block; clear:both; font-size: 2px; border-bottom: 1px solid #e5e5e5; border-top: none; border-left: none; border-right: none;background: transparent; }
span.hr { height: 1px; }
p.hr { padding: 10px; }

.fb { font-weight: bold; }
.fn { font-weight: normal; }

/* Float */
.fl { float: left; }
.fr { float: right; }

/* Align */
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

.FBG { clear: both; padding-top: 30px; }
.Footer {  padding-bottom: 10px; padding-top: 10px; text-align: center; }
/* **************** GRIDS ***************** */
.line, .lastUnit {overflow: hidden; _overflow: visible; zoom:1;width:auto !important;}
.unit{float:left;zoom:1;}
.size1of1{float:none;}
.size1of2{width:50%;_width:49.9% !important;}
.size1of3{width:33.33333%;_width:33.25% !important;}
.size2of3{width:66.66666%;_width:66.65% !important;}
.size1of4{width:25%;_width:24.95% !important;}
.size3of4{width:75%;_width:74.95% !important;}
.size1of5{width:20%;_width:19.95% !important;}
.size2of5{width:40%;_width:39.95% !important;}
.size3of5{width:60%;_width:59.95% !important;}
.size4of5{width:80%;_width:79.95% !important;}
.lastUnit {float:none;_float:right;}
