/*
Theme Name: Sharepoint like
Description: Adapted version from ADMIN-BG (http://www.admin-bg.info) and Wordpress default.
Version: 2.0
Author: Caloni
Author URI: http://www.caloni.com.br
*/

body { 
	margin: 10px 0px 10px 0px; 
	padding: 0px; 
	background-color: #aaaaaa; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	}

#page { 
	height: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	width: 95%; 
	border: 2px solid #2557AD; 
	background-color: #FFFFFF; 
	}

#header { 
	clear: both; 
	height: 108px; 
	padding: 20px 10px 0px 10px; 
	border-bottom: solid 5px #FFD275; 
	background-color: #2557AD; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align: center; 
	}

#header h1 {
	color: white;
	}

#headerimg { 
	margin: 0px; 
	padding: 0px; 
	font-weight: bold; 
	letter-spacing: 1px; 
	color: #FFD275; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}

#headerimg a:link, #headerimg a:visited { 
	color: #ffffff; 
	text-decoration: none; 
	font-variant: small-caps; 
	}

#headerimg a:hover { 
	text-decoration: underline; 
	}

div#nav {
	margin-bottom: 10px;
}
	
div#nav ul {
	list-style: none;
	}

div#nav ul li { 
	float: right; 
	padding-right: 10px;
	}
	
#content { 
	margin-left: 220px; 
	padding: 20px; 
	border-left: 1px #FFD275; 
	}

#sidebar{ 
	float: left; 
	width: 200px; 
	padding: 20px 10px 20px 10px; 
	border-right: 5px #FFD275; 
	}

#sidebar ul { 
	margin-left: 0px; 
	padding-left: 0px; 
	font-weight: bold; 
	}

#sidebar ul li { 
	margin-left: 0px; 
	padding-left: 0px; 
	margin-bottom: 14px; 
	list-style-type: none; 
	}

#sidebar ul ul { 
	border-top: 1px solid #FFD275;
	font-weight: normal; 
	padding: 0px; 
	margin: 0px; 
	}

#sidebar ul ul ul { 
	border: none;
	padding-left: 8px; 
	}

#sidebar ul ul li { 
	border: none; 
	padding: 0px; 
	margin: 0px; 
	font-weight: normal; 
	list-style-type: none; 
	display: block; 
	font-size: 12px;
	font-family: Monospace; 
	}

#sidebar ul ul li a:link, #sidebar ul ul li a:visited  { 
	/*display: block; */
	/*padding: 2px 0px 2px 10px; */
	/*margin: 0px; */
	/*background-color: #E1ECFC; */
	/*color: #003399; */
	/*border-bottom: 1px solid #FFd275; */
	text-decoration: none; 
	}

/*#sidebar ul ul li a:hover { 
	background-color: #2557AD; 
	color: #FFFFFF; 
	}*/

/* Fix IE spaces. Hide from IE Mac \*/
* ul li a { 
	height: 1%; 
	}
/* End */

#sidebar h2, #sidebar h3 { 
	margin: 0px; 
	padding: 0px; 
	font-weight: bold; 
	font-size: 14px; 
	border: none; 
	background: none; 
	color: #000000; 
	}
	
#wp-calendar { 
	margin: 0px 0px 0px 0px; 
	border: 1px solid #FFD275; 
	/*background-color: #E1ECFC; */
	font-weight: normal; 
	}

#wp-calendar caption { 
	border-bottom: 1px solid #003399; 
	padding: 2px; 
	}

#wp-calendar { 
	width: 100%; 
	}

#wp-calendar thead { 
	font-size: 10px; 
	}

#wp-calendar td { 
	text-align: center;  
	/*color: #0033FF; */
	}

#wp-calendar td a:link, #wp-calendar td a:visited { 
	font-weight: bold;
	text-decoration: none;  
	color: #003399; 
	}

#wp-calendar td a:hover { 
	/*color: #003399; */
	}


#footer { 
	clear: both; 
	background-color: #2557AD; 
	border-top: 5px solid #FFD275; 
	padding: 5px; 
	font-size: 10px; 
	text-align: center; 
	}

#footer a  { 
	color: #FFFFFF; 
	}

#creative-commons {
	float: right;
	}

.entry li {
	margin-bottom: 10px;
}
	
h2 { 
	font-size: 14px; 
	margin: 0px 0px 5px 0px; 
	padding: 3px; 
	background-color: #003399; 
	color: #ffffff; 
	}

h3 { 
	font-size: 16px; 
	font-weight: bold; 
	margin: 5px 0px 5px 0px; 
	padding: 0px 0px 0px 0px; 
	color: #2557AD; 
	}

h3 a:link, h3 a:visited, h3 a { 
	color: #2557AD; 
	text-decoration: none; 
	font-family: Verdana, sans-serif; 
	font-weight: normal;
	}

h3 a:hover { 
	color: red; 
	}

a:link, a:visited { 
	color: #2557AD; 
	}

a:hover { 
	color: #2557AD; 
	}

.postend { 
	margin: 5px 0px 30px 0px; 
	padding: 0px; 
	text-align: center; 
	color: #FFD275; 
	font-size: 18px; 
	line-height: 0px; 
	}

.meta { 
	font-size: 12px; 
	color: #2557AD; 
	margin-bottom: 20px; 
	}


.meta a:link, .meta a:visited { 
	color: #FFD275; 
	}


.meta a:hover { 
	color: #FFD2FF; 
	}

#commentform  {
	margin-left: 0px; 
	padding: 20px; 
	border-left: 1px #FFD275; 
	width: 95%;
	}

#commentform  textarea {
	width: 95%;
	}
	
.navigation-top {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

pre {
	color: #808080;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	margin: 5px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
	
a img {
	text-decoration: none;
	border: 0;
	}
/* End Images */

.entryContinue {
	border-bottom: 1px dashed #2557AD;
}


div.cpp, div.c {
	background-color: WhiteSmoke;
}

blockquote {
	background-color: WhiteSmoke;
}

p.catcloud a {
	font-weigth: normal;
	text-decoration: none;
}

#version {
	text-align: right;
	color: white;
}
