/*
Theme Name: London Skyline
Theme URI: http://www.webdesignstudio.com.br/
Description: The predominant color blue - Black and White and some of the most famous buildings in London, this layout is a nice combination to look. Fixed width 800 pixels and a sidebar to the right.
Version: 1.0
Author: Luis Godinho Ramos - luis@webdesignstudio.com.br
Tags: London, Blue, Black, White, fixed width, one right sidebar, skyline, Stars
*/


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-weight: bold;
}
p {
	font-size: 1em;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:0.8em;
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #101010;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

#mainContent  {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 0.8em;
} 


#container  {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#content {
	font-size: 1.2em;
	width: 770px;
	}
#content .narrowcolumn{
	width: 800px;
}
#comments {
}
#header  {
	height: 149px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu {
	position:absolute;
	left:260px;
	top:114px;
	width:490px;
	height:30px;
	z-index:1;
}
#menu ul {
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#menu li {
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
	padding-right: 14px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#blog-title {
	position:absolute;
	left:23px;
	top:26px;
	width:208px;
	height:32px;
	z-index:auto;
	font-size: 1.7em;
	text-transform: uppercase;
}
#palavra-blog {
	position:absolute;
	left:145px;
	top:58px;
	width:79px;
	height:37px;
	z-index:1;
	color: #AA4359;
	font-size: 1.7em;
	text-transform: uppercase;
}

#tagline {
	position:absolute;
	left:23px;
	top:112px;
	width:108px;
	height:22px;
	z-index:auto;
	color: #AA4359;
	text-transform: uppercase;
	font-size: .9em;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: .9em;
}
#sidebar1 a {
	color: #000000;
	text-decoration: none;
	font-size: .9em;
}
#sidebar1 a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: .9em;
}
#sidebar1 li {
	list-style-image: url(images/star-list.png);
	list-style-type: none;
	margin-left: 18px;
	margin-top: 5px;
}
#information {
	background-image: url(images/sidebar-bg.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#search {
	background-image: url(images/sidebar-bg.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
}
#search ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
/*----#search   #searchform   #s {
	margin-right: 5px;
	border: 1px solid #FFFFFF;
	font-size: 10px;
	color: #000000;
	width: 100px;
}-------------------------*/

#archives {
	background-image: url(images/sidebar-bg.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#archives ul {
	padding: 0px;
	margin: 0px;
}
#archives  li a {
	font-size: .8em;   
}
#archives li a:hover {
	font-size: .8em;
	text-decoration: underline;
}
#categories {
	background-image: url(images/sidebar-bg.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#categories ul {
	padding: 0px;
	margin: 0px;
}
#categories  li a {
	font-size: .8em;   
}
#categories li a:hover {
	font-size: .8em;
	text-decoration: underline;
}
#respond #commentform #comment {
	width: 770px;
}
#blogroll {
	background-image: url(images/sidebar-bg.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#blogroll ul {
	padding: 0px;
	margin: 0px;
}
#blogroll  li a {
	font-size: .8em;   
}
#blogroll li a:hover {
	font-size: .8em;
	text-decoration: underline;
}
#meta {
	background-image: url(images/sidebar-bg.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#meta ul {
	padding: 0px;
	margin: 0px;
}
#meta  li a {
	font-size: .8em;   
}
#meta li a:hover {
	font-size: .8em;
	text-decoration: underline;
}
#footer  {
	height: 400px;
	position: relative;
	clear: both;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer-bg {
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer-wordpress-credits {
	position:absolute;
	left:9px;
	width:556px;
	height:16px;
	z-index:1;
	top: 376px;
	color: #FFFFFF;
	font-size: .7em;
}
#footer-wordpress-credits a {
	color: #FFFFFF;
	font-size: .9em;
	text-decoration: none;
}
#footer-credits {
	position:absolute;
	width:169px;
	height:16px;
	z-index:1;
	bottom: 7px;
	left: 628px;
	color: #FFFFFF;
	font-size: 0.7em;
	text-decoration: none;
}
#footer-credits  a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}
#information p {
	font-size: 0.7em;
	color: #FFFFFF;
}
#information p a {
	color: #FFFFFF;
}
#information p a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#searchform #s {
	font-size: 0.8em;
	color: #000000;
	width: 125px;
	border: 2px solid #000000;
	height: 18px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}
#searchform #searchsubmit {
	font-size: 0.8em;
	color: #000000;
	width: 48px;
	border: 2px solid #000000;
	height: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}
#search #searchform {
	padding-top: 10px;
	padding-bottom: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.list-sidebar {
	list-style-type: none;
	font-size: 80%;
	padding-left: 5px;
}
.sidebartitle {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.widecolumn {
	line-height: 1.6em;
	padding-right: 10px;
	padding-left: 20px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn{
	padding-right: 10px;
	padding-left: 20px;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}
.informations {
	font-size: 0.7em;
	list-style-type: none;
	color: #FFFFFF;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
.commentlist {
	
}
.navigation{
	padding-top: 20px;
	font-size: .9em;
}
.postmetadata {
	font-size: .9em;
	color: #000000;
}
.nocomments {

}
.hidden {
	color: #000000;
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

