/*
Theme Name: FNSYouth Theme
Theme URI: http://fnsyouth.com
Description: FNSYouth - Youth Blog
Author: Hossein Haider
Author URI: http://hosseinhaider.com
Version: 2.0
*/




/* basics */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

body {
	background:url(images/bg.jpg) fixed;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:20px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

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

a:hover{text-decoration: underline;}



/* container */


#body {
	width: 920px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}

#border{
	width: 920px;
	background: url(images/container-side.png) repeat-y;
	padding-left:6px;
	padding-right:6px;
}

#container {
	width: 878px;
	background: url(images/content-bg.gif) repeat-x #FFFFFF;
	padding: 0 15px 0 15px;
}
/* header */

#header {
  	width: 920px; 
  	height: 40px;
	padding:20px 0 0 20px;
	color: #fff; 
	}

#header h1 a{
	background:url(images/logo.png) no-repeat;
	margin:0;	
	display:block;
	width:153px;
	height:40px;
	}
#header h1 a span{
	display:none;	
	}

/* main menu */


#menu {
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:920px;
	height:33px; 
	background:url(images/container-top.png);
	overflow:hidden;
}


#menu ul {
	float:right;
	margin:0;
	height:26px;
	background:url(images/nav-bg.png) repeat-x;
	padding:7px 0 0 0;
}
#menu #rsm {
	float:right; 
	height:33px;
	width:13px;
	background:url(images/lsm.png);
}
#menu #lsm {	
	float:right;
	width:13px; 
	height:33px;
	margin:0 40px 0 0;
	background:url(images/rsm.png);
}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:3px 5px;
	margin: 0 5px;
	color: #fff;
	display:block;
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
	
}
#menu ul li.current_page_item a{
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	background: #fff;
	color:#000;
}
#menu ul li.current_page_parent a{
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	background: #fff;
	color:#000;
}
#menu ul li.current_page_parent ul li a{
	color:#7e6c5d;
	background:none;
	width:120px;
	height:18px;
	margin:0;
	padding:3px 0 0 5px;
	display:block;
}
#menu ul li ul li.current_page_item a{
	/* current sub menu */
	background:none;
	text-decoration:underline;
}
#menu ul li.current_page_item ul li a{
	/* current sub menu */
	background:none;
}
#menu ul ul{
	position:absolute;
	z-index:999;
	background:url(images/menu-sub-ul.gif);
	width:120px;
	height:auto;
	padding:0 0 5px 0;
	margin:0;
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
}
#menu ul li ul li a{
	color:#7e6c5d;
	background:none;
	width:120px;
	height:18px;
	margin:0;
	padding:3px 0 0 5px;
	display:block;
}
#menu ul li ul li a:hover{
	background:none;
	text-decoration:underline;
	width:120px;
	display:block;
}
#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}



/* Login */

#login-area {height:47px;background: url('images/login-area.gif');width:878px;}
#login-area a {color:#6da4be; }
#login-area a:hover {color:#6da4be;}
#login-form {float:left;padding-top:8px;padding-left:0;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#666666;height:35px;width:470px;}
#logged-in {float:left;padding-top:15px;padding-left:0px;padding-right:10px;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#666666;height:28px;}
	#login-form #username {width:65px;height:10px;float:left;margin-top:7px;}
	#login-form #password {width:62px;height:10px;float:left;margin-left:8px;margin-top:7px;}
	#login-form #links {width:110px;height:10px;float:left;margin-top:7px;}
.theInput {float:left;color: #8c8c8c;height:16px;width:75px;border:3px solid #b5b4b2;padding-left:4px;padding-right:4px;margin-top:4px;}
.theSubmit {float:left;margin-left:12px;margin-right:8px;margin-top:2px;width:23px;height:19px;}
#search-form {float:right;padding-top:8px;padding-right:0;height:35px;width:191px;margin:0;}
.serInput {float:left;margin-top:2px;color: #8c8c8c;height:17px;width:154px;padding-left:4px;padding-right:4px;border-top:3px solid #b5b4b2;border-left:3px solid #b5b4b2;border-bottom:3px solid #b5b4b2;border-right:none;}
.serSubmit {float:left;margin-right:0;margin-top:2px;width:26px;height:29px;}
.clear {clear:both;}


/* content */


#content {
	float: right;
	width:678px;
	overflow: hidden;
	margin:0;
	}	

.post {
	margin:0 0 15px 0;
	padding:0;
	line-height: 14pt;
	}
.entry { padding:0;margin: 0 0 10px 0;
}
.entry a { color:#00778C; }
.post h2, .post h3{
	font: 24px "Trebuchet MS", Tahoma, Arial, Sans-Serif;

	}
	
.post h2 a, .post h3 a{
	color:#7a410d;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:10px 0 0 0;}
a.more-link {
	float:right;
	height:16px;
	font-size:11px;
	width:80px;
	margin:5px 10px 10px 0;
	padding:0 0 0 5px;
	border:1px solid #CCCCCC;
	background:#EBEBEB;
}

a.more-link:hover {
	text-decoration:none;
	border:1px solid #999999;
}

.postmetadata{
	clear: both;
	background:#fff4e8;
	height:18px;
	padding:2px 5px 0 5px;
	color: #7e6c5d;
	border: 1px solid #e5d4c0;
}
.alt{
	clear: both;
	height:55px;
	background:#fff4e8;
	padding:2px 5px 0 5px;
	color: #7e6c5d;
	border: 1px solid #e5d4c0;
}	
.pmdr a {float:right;display:block;height:18px;}	
.pmdl {float:left;}	


.navigation {
	font-size:10pt;
	width:678px;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft {float:left; margin:25px 0;}
.alignright {float:right; margin:25px 0;}

.pagetitle {
		font: 24px "Trebuchet MS", Tahoma, Arial, Sans-Serif;
		margin:0 0 15px 0;
		padding:0;
}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:175px;
	float:left;
	margin:0;
	padding:0;
	}
#sidebar a {
	color:#5d7b87;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #fff;	
	margin: 0;
	background: url(images/sidebar-h2.gif);
	width:168px;
	height:24px;
	padding:4px 0 0 12px;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {
	width:167px;
	background: #F2F2F2;
	border: solid 1px #CCCCCC;
	padding:0 0 15px 8px;;
	margin:0 0 15px 1px;
}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 22px;
	}

#sidebar ul ul {
	width:160px;
	background:url(images/sidebar-ul.gif);
	border: solid 1px #94dafd;
	border-top: none;
	padding:0 0 0 15px;
	margin:0 0 15px 1px;
}

#sidebar ul ul li {
	height:22px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	}

#sidebar ul ul ul{
	background:none;
	border: none;
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
	list-style-position: inside;
}
.facebook {width:144px;height:44px; background:url(images/fb.gif);display:block;}


/* comments */

#commentform{
	background:#fff;
	margin:0 0 20px 0;
	padding:0;
	font-size:11px;
	}
#commentform input { border: 1px soli #999999; }
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#respond h3{
	margin:0 0 5px 0;
	font: 18px "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:2px;
	border: 1px solid #999999;
	}

#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */
.clear {	clear: both; }
#footer {
	clear: both;
	width: 100%;
	height:27px;
	background:url(images/container-top.png) 0 -27px;
}
	
.footer {padding:0;margin:0; color:#6E6E6E;clear:both;display:block;height:40px;}
.fll {float:right;display:block;height:20px;}
.flr {float:left;display:block;height:20px;line-height:15px;}
.footer a{color: #6E6E6E;text-decoration: underline;}
.footer a:hover{color:#293738;text-decoration: underline;}