﻿/*
Theme Name: FUNSRL

Author: Symbiotic Project
Author URI: http://symbioticproject.com

*/


/* Layout */
body {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-family: Arial, Verdana, Sans-Serif;
	background: #fff url(images/bk.jpg) left top repeat-x;
	color: #000;
}

/* Default */
a {
	color: #3b6065;
}

a:hover {
	color: #841700;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

blockquote {
	padding: 0 0.5em;
	border-left: 5px solid #f0e8a7;
	margin: 0;
	background-color: #f8f8e2;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 5px;
	border: 1px solid #ccc;
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */
#container {
	width: 1024px;
	margin: 0 auto;
}

#header {
	height: 249px;
	background: transparent url(images/header.jpg) no-repeat;
	margin: 0 0 0 7px;
	padding: 0;

}

#header h1 {
	padding: 25px 0 0 53px;
	margin: 0;
	color: #faf6bb;
	font-family: Garamond, Georgia, serif;
	font-size: 2em;
	visibility: hidden;
}

#header h1 a,
#header h1 a:hover {
	text-decoration: none;
	color: #faf6bb;
}

#header .description {
	padding: 0 0 0 53px;
	color: #c46816;
	font-family: Garamond, Georgia, serif;
	font-size: 1.3em;
	visibility: hidden;
}

#page {
	margin: 0 11px;
	background: transparent url(images/sidabarground.jpg) repeat-y;
	padding: 0;
	min-height: 500px;
}

#main {
	padding: 0;
	margin:0 auto;
	width:100&;
	height: auto;
	background: transparent url(images/footer_bg2.gif) repeat-x;
	background-position: bottom center;

}

#pageinner {
	position: relative;
	margin: 0;
	padding-bottom:40px;
}

#navcontainer ul {
	background: url(images/headerBarBk.png) repeat;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}

* html #navcontainer ul {
	background: #972f07 url(images/headerBarBkForIE6.jpg) no-repeat;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li#first a,
#navcontainer ul li#first a:hover {
	cursor: default;
	background-image: none;
	text-decoration: none;
}

#navcontainer ul li a {
	color: #faf6bb;
	margin: 5px 0 0 0;
	padding: 4px 14px 8px 12px;
	text-decoration: none;
	background: url(images/headerBarLiBk.gif) right 3px no-repeat;
	float: left;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	background: url(images/searchBarBk.gif) repeat-x;
	color: #841700;
	padding: 4px 12px 8px 12px;
	margin-left: -2px;
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: none;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#searchBar {
	clear: left;
	background: url(images/searchBarBk.gif) repeat-x;
	text-align: right;
}

#searchform {
	padding: 5px;
}

#s {
	border: 1px solid #bbb;
}

#searchsubmit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 194px;
	margin: 0;
	color: #011631;
	padding: 0 9px 0 9px;
}

#sidebar a {
	color: #000;
}

#sidebar h2 a {
	color: #fff;
	text-decoration: none;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {	
	margin: 0 0 13px 0;
	font-size: 0.85em;
	background-position: bottom center;
}

#sidebar ul li h2 {
	background: url(images/sidebar_top.gif) no-repeat;
	color: #ffffff;
	font-size:11pt;
	height:23px;
	margin:0 0 0 12px;
	padding:16px 4px 3px 0;
	text-align:center;
}

#sidebar ul li p,
#sidebar ul li div {
	padding: 0;
	margin: 0;
}

#sidebar ul li table {
	padding-bottom: 5px;
}

#sidebar ul li table caption {
	padding: 5px 0 0 0;
}

#sidebar ul li ul {
	background:transparent url(images/sidebar_center.gif) repeat-y scroll 0 0;
	margin:0 0 0 11px;
	padding:0;
}

#sidebar ul li ul ul,
#sidebar ul li ul ul ul,
#sidebar ul li ul ul ul ul,
#sidebar ul li ul ul ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	font-size: 1em;
	padding: 0.2em 1em 0.2em 0;
	margin: 0 0 0 1em;
}

#sidebar ul li ul li li,
#sidebar ul li ul li li li,
#sidebar ul li ul li li li li,
#sidebar ul li ul li li li li li {
	margin: 0 0 0 1em;
}

#sidebar ul li ul li a {
	text-decoration: none;
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}
#sidebar ul li ul#themeswitcher li a,
#sidebar ul li ul li.recentcomments a {
	background-image: none;
	padding-left: 0;
}
#sidebar ul li ul#themeswitcher li,
#sidebar ul li ul li.recentcomments {
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}

#sidebar ul li ul li a:hover {
	color: #863f09;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar td#today {
	font-weight: bold;
}

h2.pagetitle {
	margin: 0;
	color: #3a3a3a;
	font-family: Garamond, Georgia, serif;
	padding: 3px 3px 3px 10px;
}

#content {
	background:transparent url(images/bg_title.gif) no-repeat scroll left top;
	margin:1px 0 0 206px;
	padding:10px 0 0;
}

#contentinner {
	line-height:16pt;
	color: #484848;
	height:auto;
	padding:0 10px 10px 30px;
	text-align:justify;
	width:730px;
}

#contentinner .entry{
	line-height:16pt;
	color: #484848;
	height:auto;
	padding:90px 15px 0 0;
	text-align:justify;
}

#contentinner .entry p{
	line-height:16pt;
}

#contentinner .entry h2{
	padding:80px 0 0;
}

/* Post */
.posttitle {
	padding: 0;
	float: left;
	font-size: 1.2em;
	width: 100%;
	font-size: 16pt;
	margin: 0;
}

.posttitle a,
.posttitle a:hover {
	color:#fff;
	padding:0 0 11px 0;
	text-decoration:none;
}

/* make your own sticky post styling */
.sticky {
}

small.postmetadata {
	font-size: 0.85em;
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

ul li.tags {
	float: left;
}

ul li.comments {
	text-align: right;
}

div.divider {
	height: 47px;
	margin: 1em 0;
}

div.navigation {
	text-align: center;
	color: #484848;
	padding:0;
	width:730px;
}

div.navigation a {
	text-align: center;
	color: #FE6D2A;
	padding:0 2px 0 2px;
	font-size:8pt;
}

div.commentnavigation {
	padding: 0;
}

#singlepost {
	line-height:16pt;
	color: #484848;
	height:auto;
	padding:100px 10px 10px 30px;
	text-align:justify;
	width:730px;
}

#singlepost h2 a{
	color: #FE6D2A;
}

#singlepost .entry{
	padding:50px 10px 10px 0;

}

#commentwrapper {
	background: #dfd797 url(images/commentBottomBk.gif) center bottom repeat-x;
	padding: 0 15px 49px 15px;
}

#commentwrapper h2 {
	margin: 0;
	padding: 0.5em 0;
}

/* Comment */
h2.commentheading {
	font-size: 1.2em;
	color: #fefef6;
	font-family: Garamond, Georgia, serif;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #3a3a3a;
}

ol.commentlist a {
	text-decoration: none;
}

img.avatar {
	border: 3px solid #fefef6;
	margin: 0 0.5em;
}

ol.commentlist li.commentind {
	padding: 0 0 2em 0;
	margin: 0;
}

ol.commentlist li.depth-1 {
	border-bottom: 3px double #fefef6;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}

ul.children {
	list-style: none;
}

ol.commentlist ul.children li.commentind {
	padding: 1em 0 0 0;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

p.commentsedit {
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

.commentindheader {
	border-bottom: 1px dotted #fefef6;
}

.commentindheader img.avatar {
	float: left;
}

ol.commentlist li.legacyAlt .commentindheader {
	text-align: right;
}

ol.commentlist li.legacyAlt .commentindheader img.avatar {
	float: right;
}

ol.commentlist li.legacyAlt p.commentsedit {
	text-align: right;
	margin: 0 0.5em 0 0;
}

/* Comment form */
form#commentform input,
form#commentform textarea {
	border: 1px solid #bbb;
}

input#author,
input#email,
input#url {
	width: 60%;
}

textarea#comment {
	width: 90%;
}

input#submit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#footer {
	clear: both;
	height: 164px;
	margin: 0 13px 0 17px;
	text-align: right;
	font-size: 0.8em;
	color: #fff;
	background: transparent url(images/footer2.gif) no-repeat;
	padding: 0 10px 0 0;
}

#footer p {
	margin: 0;
	padding: 0.9em 0.9em 0;
	line-height: 1.3em;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#subfooter {
	margin: 0;
	padding:0;
	height: 96px;
}

#subfooter .left {
	margin: 0;
	padding:0;
	float: left;
	width: 174px;
}


#subfooter .left a{
	margin: 0 0 0 12px;
	padding:0;
	width: 182px;
	height: 92px;
	background: transparent url('images/kidsrights.gif') no-repeat;
	background-position: center top;
	display: block;
}

#subfooter .left a:hover{
	margin: 0 0 0 12px;
	padding:0;
	width: 182px;
	height: 92px;
	background: transparent url('images/kidsrights.gif') no-repeat;
	background-position: center bottom;
	display: block;
}

#subfooter .right {
	margin: 0;
	padding:0;
	float: right;
	width: 182px;
}

#subfooter .right a{
	margin: 17px 0 0 0;
	padding:0;
	width: 87px;
	height: 76px;
	background: transparent url('images/facebook.gif') no-repeat;
	background-position: center top;
	display: block;
	float: left;
}

#subfooter .right a:hover{
	margin: 17px 0 0 0;
	padding:0;
	width: 87px;
	height: 76px;
	background: transparent url('images/facebook.gif') no-repeat;
	background-position: center bottom;
	display: block;
	float: left;
}

#subfooter .right a#youtube{
	margin: 17px 0 0 0;
	padding:0;
	width: 87px;
	height: 76px;
	background: transparent url('images/youtube.gif') no-repeat;
	background-position: center top;
	display: block;
	float: right;
}

#subfooter .right a#youtube:hover{
	margin: 17px 0 0 0;
	padding:0;
	width: 87px;
	height: 76px;
	background: transparent url('images/youtube.gif') no-repeat;
	background-position: center bottom;
	display: block;
	float: right;
}
div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.wp-caption {
	background:#FE6D2A none repeat scroll 0 0;
	border:1px solid #000000;
	margin:0;
	padding-top:4px;
	text-align:center;
}

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

.wp-caption-text{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size:13pt;
	color: #000;
}

.wp-caption p{
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size:13pt;
	color: #fff;
}

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

h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
}

/* Formatting */
fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 0;
}

legend {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	background-color:#2D2D2D;
	border:0 none;
	height:1px;
	margin:0 0 10px;
	padding:0;
}

pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

#mezzi {
	width: 100%;
	border: #2d2d2d 1px solid;
	float:left;
}

#mezzi p{
	margin:0;
	padding:0;
}

.post table {
	width: 100%;
	border: none;
	border-top: 0;
	float:left;
}

.post table th,
.post table td {
	border: none;
	border-bottom: 0;
	padding: .3em .5em;
}

.post table tr#press_release {
	background: transparent url('images/bg_stories.gif') no-repeat;
	border: none;
	padding: 0;
}

.post h2#press_release_h2 {
	padding:15px 0 0 0;
	margin:0;
}

.post table td ul {
	margin: 0 0 60px 0;
	padding:0 15px 0 30px;
	list-style-type:circle;
	list-style-position:outside;
	color: #FE6D2A;
	font-weight: bold;
	font-size: 15pt;
	line-height: 20pt;
}

.post table td ul li a{
	margin: 0;
	padding:0;
	color: #484848;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
}

.datastories{
	margin: 0;
	padding:0;
	color: #484848;
	font-weight: bold;
	font-size: 12pt;
}

#smaller_table td ul li a{
	margin: 0;
	padding:0;
	color: #484848;
	font-weight: normal;
	font-size: 13pt;
	text-decoration: none;
}

#smaller_table td ul{
	margin: 0;
	padding:0 0 0 30px;
	list-style-type:circle;
	list-style-position:outside;
	color: #FE6D2A;
	font-weight: bold;
	font-size: 13pt;
	line-height: 18pt;
}

.post table th {
	text-align: left;
	border-bottom: 2px solid #ccc;
}

p.loggedinAs {
	margin: 0; 
	padding: 0;
}

a#cancel-comment-reply-link {
	display: block;
	margin-bottom: 1em;
}


#widgetbottom {
	background: transparent url('images/sidebar_bottom.gif') no-repeat;
	margin:0;
	padding:0;
	height: 11px;
}
