/*
Theme Name: FBC
Theme URI: http://wordpress.org/
Description: FBC theme
Version: 1.0
Author: Slice'r'us
Author URI: http://www.slicerus.com/
*/







/*-------
// global reset
//-----*/
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,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; height: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #1b70a7;
}

body {
	font-family: Arial, sans-serif;
	background: #FFFFFF;
}
#page {
	color: #000000;
	font-size: 1.2em;
}

.wrap {
	width: 783px;
	margin: 0 auto;
	overflow: hidden;
}

#top {
}
	#logo {
		float: left;
		padding: 12px 0 23px 25px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 225px;
			height: 110px;
			text-indent: -1000em;
			background: url(img/logo-1.png) no-repeat 0 0;
		}
	#searchform {
		float: right;
		text-align: right;
		width: 400px;
	}
		#s {
			border: solid 1px #7f9db9;
			padding: 3px 2px;
		}
		#searchsubmit {
			display: none;
		}
	#items {
		float: right;
		width: 180px;
		margin: 23px 0 0;
		padding: 0 25px 0 0;
	}
		#items li {
			float: left;
			width: 100%;
			margin: 0 0 3px;
		}
			#items li a:link, #items li a:visited {
				display: block;
				line-height: 29px;
				text-align: right;
				color: #000000;
				text-transform: uppercase;
				padding: 0 20px 0 0;
				background: #f0f4f6 url(img/item-1.gif) no-repeat 100% 0;
			}


#menu {
	background: url(img/menu-bg.gif) repeat-x 0 0;
	padding: 1px 0 0;
}
	#menu1 {
		margin: 0 0 0 32px;
		line-height: 46px;
		height: 47px;
		font-family: Georgia, serif;
		font-size: 125%;
	}
		#menu1 li {
			float: left;
		}
			#menu1 li a:link, #menu1 li a:visited {
				float: left;
				display: block;
				padding: 0 .69em;
				height: 47px;
				text-transform: uppercase;
				color: #000000;
				background: url(img/sep-1.gif) no-repeat 100% 0;
			}
			#menu1 li a:link:hover, #menu1 li a:visited:hover {
			}
			#menu1 li.last a:link, #menu1 li.last a:visited {
				background: none;
			}
		#menu1 li.current_page_item, #menu1 li.current_page_ancestor {
			position: relative;
			left: -1px;
		}
		
			#menu1 li.current_page_item a:link, #menu1 li.current_page_item a:visited,
			#menu1 li.current_page_ancestor a:link, #menu1 li.current_page_ancestor a:visited {
				background: #FFFFFF;
				color: #487f99;
				border: solid 1px #919191;
				border-width: 0 1px;
			}
	#menu2 {
		border: solid 1px #919191;
		border-width: 0 1px;
		padding: 15px 20px;
		margin: 0 27px 0 31px;
		min-height: 1.75em;
		line-height: 1.75em;
		text-align: center;
	}
		#menu2 a:link, #menu2 a:visited {
			color: #000000;
			padding: 0 .3em;
		}


#wrap {
	background: url(img/page-bg.png) repeat-y 0 0;
	margin-bottom: 15px;
}
	#wrap2 {
		background: url(img/page-b.png) no-repeat 0 100%;
	}
		#wrap3 {
			background: url(img/page-t.png) no-repeat 0 0;
			min-height: 600px;
			padding: 20px 20px;
		}
	#side {
		float: right;
		width: 240px;
		padding: 0 0 0 20px;
		margin: 0 0 30px 20px;
		line-height: 1.4;
		border-left: solid 2px #e7d2d8;
	}
	#content {
	}

#wrap a:link, #wrap a:visited {
	text-decoration: underline;
}
#wrap a:link:hover, #wrap a:visited:hover {
	text-decoration: none;
}

#content p {
	line-height: 1.5;
	margin: 0 0 1.25em;
}
#content ul {
	list-style: disc;
	margin: 0 0 1em 2em;
}

#content h1 {
	font-family: Georgia, serif;
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 .3em;
	color: #002a45;
}
#content h2 {
	font-family: Georgia, serif;
	font-size: 183.33%;
	font-weight: normal;
	margin: 0 0 .3em;
	color: #002a45;
}
#content h3 {
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 .25em;
	color: #002a45;
}
#content a:link, #content a:visited {
	font-weight: bold;
}

#content table, #content table td {
	border: outset 1px #666666;
	border-collapse: separate;
	border-spacing: 2px;
}
	#content table td {
		border: inset 1px #666666;
		padding: 5px 5px;
		font-size: 100%;
	}

#side h2 {
	font-family: Georgia, serif;
	font-size: 125%;
	font-weight: normal;
	color: #002a45;
	text-align: center;
	margin: 0 0 10px;
}
#side p {
	margin: 0 0 5px;
}

#program {
	margin: 0 0 20px;
}
	#program p {
		text-align: center;
	}
		#program p span {
			color: #a1a1a1;
		}

#header {
	width: 738px;
	border: solid 3px #cccccc;
	margin: 0 auto 25px;
}

#footer {
	color: #FFFFFF;
	font-size: 90.91%;
	text-align: center;
	padding: 0 0 .5em;
}
	#footer a:link, #footer a:visited {
		color: #FFFFFF;
	}
	#menu3 {
		margin: 0 auto .5em;
		width: 520px;
		overflow: hidden;
	}
		#menu3 li {
			float: left;
			border-right: solid 1px #1b70a7;
		}
		#menu3 li.page-item-10 {
			border: none;
		}
			#menu3 li a:link, #menu3 li a:visited {
				float: left;
				display: block;
				padding: 0 6px;
				color: #1b70a7;
				text-transform: uppercase;
				text-decoration: underline;
			}
			#menu3 li a:link:hover, #menu3 li a:visited:hover {
				text-decoration: none;
			}

	#footer p {
		margin: 0 0 1em;
		text-align: center;
	}
	#footer p#copyright {
		padding: 1em 0 0;
		line-height: 1.5;
		color: #002a45;
	}


/*-------
// homepage
//-----*/



/*-------
// page
//-----*/



/*-------
// posts
//-----*/


.post {
	margin: 0 0 20px;
	position: relative;
}
.postFull {
	padding: 0;
}
	.post h1 {
	}
	.post h3 {
	}
	#page .post .info {
		font-size: 78.57%;
		color: #000000;
		margin: 0 0 .3em;
	}
		.post .info a:link, .post .info a:visited {
			color: #000000;
		}
	.post .entry {
	}
	.post a.more-link:link, .post a.more-link:visited {
		color: #ad0900;
	}

.nav {
	width: 100%;
	overflow: hidden;
}
	.nav .prev {
		float: left;
	}
	.nav .next {
		float: right;
	}

.list {
}
	.list li {
		margin: 0 0 25px;
	}

p.date {
	font-size: 91.67%;
}


.postmetadata {
	font-size: 83.33%;
}

.navigation {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}

.alt {
	background-color: #FBFBFC;
	border: solid 1px #DCDCDC;
	border-width: 1px 0;
	margin: 0;
	padding: 10px;
}


.commentlist {
	margin: 0 0 20px;
	padding: 0;
	text-align: justify;
	font-size: 91.67%;
}
	.commentlist li {
		margin: 15px 0 3px;
		padding: 5px 10px 3px;
		list-style: none;
	}
	.commentlist p {
		margin: 10px 5px 10px 0;
	}
	.commentlist li {
		font-weight: bold;
	}
	.commentlist li .avatar { 
		float: right;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff;
	}
	.commentlist cite, .commentlist cite a {
		font-weight: bold;
		font-style: normal;
		font-size: 1.1em;
	}
	.commentlist p {
		font-weight: normal;
		line-height: 1.5em;
		text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}

#commentform p {
	margin: 5px 0;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}



#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
	background-color: #fff; }



acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

.center {
	text-align: center;
}


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
}







