@charset "utf-8";

/**
 *	name: 	style.css (blue)
 *	author:	Paulo Nunes (Jimmy)
 *	date: 	14.04.2010
 *	use: 		fbook 2.0 - template for gpeasy
 */

/* global
------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #333;
	background: #fff;
}
:focus, :active {
	outline: none; /* remove border of clicked elements */
}
a img {
	border: none;
}
img {
	vertical-align: middle;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.contactform .left {
	font-size: 100%;
	padding-top: 2px;
	padding-right: 3px;
}
.contactform td, .myguestbook_form td {
	padding: 0;
	padding-bottom: 3px;
	vertical-align: top;
}
.contactform .input, .contactform textarea, #myguestbook_name, #myguestbook_text {
	width: 22em;
	padding: 2px;
	font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;
}
input, textarea, select {
	border: 1px solid #BDC7D8;
	padding: 3px;
}
input:focus, textarea:focus, select:focus {
	border-color: #687FB0;
}
input[type=submit], input.submit {
	padding: 1px 3px 1px 4px;
	cursor: pointer;
	background: #3b5998;
	color: #fff;
	border: 1px solid #0e1f5b;
	border-left-color: #D9DFEA;
	border-top-color: #D9DFEA;
}
button, input[type=button], input[type=reset] {
	padding: 1px 3px 1px 4px;
	background: #ddd;
	color: #111;
	border: 1px solid #666;
	border-left-color: #ddd;
	border-top-color: #ddd
}
#admincontent {
	padding: 0 !important;
}
/* header
------------------------------------------------*/
#header {
	color: #fff;
	background: #3b5998;
	background: -moz-linear-gradient(top, #627AAD, #3b5998);
	background: -webkit-gradient(linear, left top, left bottom, from(#627AAD), to(#3b5998));
}
#header .centerbox {
	width: 981px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	position: relative; /* depending absolute divs */
}
#header h1 a {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 4px #fff;
}

/* menu
------------------------------------------------*/
#menu {
	font-size: 13px;
	background: #EDEFF4;
}
#menu .centerbox {
	width: 751px;
	margin: 0 auto;
	padding: 30px 0 5px 230px;
	border-bottom: 1px solid #D8DFEA;
}
#menu li {
	display: inline;
	margin-right: -2px;
	line-height: 13px;
	list-style: none;
}
#menu a {
	padding: 5px 11px;
	color: #3B5998;
	font-weight: bold;
	text-decoration: none;
	background: #D8DFEA;
}
#menu a:hover {
	color: #fff;
	background: #627AAD;
}
#menu a.selected, #menu a.selected:hover {
	color: #333;
	background: #fff;
	border: 1px solid #D8DFEA;
	border-bottom: 1px solid #fff;
}
/* content
------------------------------------------------*/
#centerbox {
	width: 981px;
	margin: 0 auto;
}
#container {
	float: right;
	width: 100%;
	margin-left: -230px;
	margin-bottom: 15px;
}
#content {
	margin-left: 230px;
	margin-top: 25px;
}
#content h1, #content h2 {
	font-size: 16px;
	margin: 1em 0;
}
#content h3, #content h4 {
	font-size: 14px;
	margin: 1em 0;
}
#content p, #content ul {
	margin: 1em 0;
}
#admincontent ul {
	margin: 0;
}
#content a {
	color: #385495;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content li {
	margin-left: 2.5em;
}
/* sidebar
------------------------------------------------*/
#logo {
	margin-bottom: 5px;
}
#sidebar {
	float: left;
	width: 200px;
	margin-top: -25px;
	margin-bottom: 15px;
}
#sidebar .box {
	margin-top: 15px;
	border-right: 1px solid #D8DFEA;
	border-bottom: 1px solid #94A3C4;
}
#sidebar h3, #sidebar h2 {
	padding: 5px 8px;
	font-size: 100%;
	color: #333;
	border-top: 1px solid #94A3C4;
	background: #ECEFF5;
}
#sidebar h3 a {
	color: #333;
	text-decoration: none;
}
#sidebar p {
	margin: 8px;
}
#sidebar a {
	color: #385495;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}

#sidebar b.simple_blog_title, #sidebar div.simple_blog_info {
	margin: 0 8px;
}
#sidebar b.simple_blog_title {
	display: block;
	margin-top: 8px;
}
#sidebar b.simple_blog_title a {
	font-weight: bold;
	color: #385495;
}
#sidebar div.simple_blog_info {
	font-size: 85%;
}
#sidebar .gpArea_Simple_Search form {
	margin: 8px;
}
#sidebar .gpArea_Simple_Search .text {
	width: 160px;
	padding-left: 17px;
	background: #fff url(../images/glass.png) no-repeat scroll 0 50%;
}
#sidebar .gpArea_Simple_Search .submit {
	font-size: 11px;
	padding: 1px 3px 1px 4px;
	cursor: pointer;
	background: #3b5998;
	color: #fff;
	border: 1px solid #0e1f5b;
	border-left-color: #D9DFEA;
	border-top-color: #D9DFEA;
}
#sidebar .gpArea_SubMenu_ ul {
	margin-top: 5px;
	border-top: 1px solid #94A3C4;
}
#sidebar .gpArea_SubMenu_ li {
	list-style: none;
}
#sidebar .gpArea_SubMenu_ a {
	display: block;
	color: #3B5998;
	padding: 3px 8px;
	border-bottom: 1px solid #D8DFEA;
}
#sidebar .gpArea_SubMenu_ a.selected {
	background: #627AAD; 
	color: #fff;
}
#sidebar .gpArea_SubMenu_ a:hover {
	background: #3B5998;
	color: #fff;
	text-decoration: none;
}
/* footer
------------------------------------------------*/
#footer {
	clear: both;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top: 1px solid #b3b3b3;
	color: #737373;
}
#footer:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
#footer a {
	color: #385495;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
	margin-right: 0.2em;
}
#footer .footerLeft {
	text-align: center;
	width: auto;
}
#footer .footerRight {
	text-align: right;
	width: auto;
	margin-left: 200px;
}

