/*
Theme Name: carolinamarques.net
Theme URI: http://www.carolinamarques.net
Description: Personal template for www.carolinamarques.net
Version: 1.0
Author: Carolina Marques
Author URI: http://www.carolinamarques.net
Tags: minimal, wordpress, personal template
*/

body {
  margin:0;
  padding:0 0 160px 354px;
  background: url(images/background.jpg) fixed;
  font-family: "Courier New", Courier, monospace;
  color: #ffffff;
}

a {
	text-decoration: none;
	color: #959595;
}

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

div#left-sidebar {
  position:absolute;
  top:0;
  left:0;
  width:354px;
  height:100%;
  background: url(images/carolinamarques.png) no-repeat bottom;
}

div#footer {
  position:absolute;
  bottom:0;
  left:0px;
  width:500%;
  height:150px;
}

@media screen {
body>div#left-sidebar {
   position:fixed;
}

body>div#footer {
   position:fixed;
   height: 150px;
   background-color: #181B1E;
   border-top: 1px solid #959595;
}
}

* html body {
  overflow:hidden;
} 

* html div#content {
  height:100%;
  overflow:auto;
}

/*/////////////////////////////////////////////////////////////////////////*/

#footer-container-1 {
	width: 344px;
	height: 120px;
	margin-top: 5px;
	margin-left: 10px;
	border-right: solid 1px #959595;
	float: left;
}

#footer-title-1 {
	width: 334px;
	height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}

#footer-title-1 a {
	color: #f6ff00;
	text-decoration: none;
}

#footer-title-1 a:hover {
	text-decoration: underline;
}

#footer-text-1 {
	width:334px;
	height: 120px;
	font-size: 11px;
	text-align: justify;
	vertical-align: top;
	float: left;
}

#footer-text-1 li {
	list-style-type: none;
}

#footer-container {
	width: 278px;
	height: 120px;
	margin-top: 5px;
	margin-left: 10px;
	border-right: solid 1px #959595;
	float: left;
}

#footer-title {
	width: 268px;
	height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}

#footer-title a {
	color: #f6ff00;
	text-decoration: none;
}

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

#footer-text {
	width:268px;
	height: 120px;
	font-size: 11px;
	text-align: justify;
	vertical-align: top;
	float: left;
}

#footer-text li {
	list-style-type: none;
}

#footer-media-container {
	width: 32px;
	height: 120px;
	margin-top: 5px;
	margin-left: 10px;
	border-right: solid 1px #959595;
	font-size: 12px;
	color: #ffffff;
	float: left;
}

#footer-media {
	width: 20px;
	height: 20px;
	margin-bottom: 5px;
	float: left;
}

#footer-copyright {
	width: 100%;
	height: 15px;
	margin-top: 5px;
	text-align: right;
	clear: both;
	float: left;
}

#footer-copyright-text {
	width: 965px;
	height: 20px;
	margin-left: 10px;
	font-size: 9px;
	float: left;
}

/*///////////////////////////////////////////////////////////*/
#post-container {
	width: 630px;
	overflow: auto;
	float: left;
}

#post-title {
	width: 620px;
	height: 20px;
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
}

#post-date {
	width: 620px;
	height: 15px;
	text-align: right;
	font-size: 10px;
	float: left;
}

#post-content-container {
	width: 620px;
	min-height: 150px;
	overflow: auto;
	margin-top: 5px;
	background: url(images/background-post.png);
	border: solid 1px #959595;
	float: left;
}

#post-text {
	width: 600px;
	overflow: auto;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	text-align: justify;
	font-size: 12px;
	float: left;
}

#vazio {
	width: 620px;
	height: 170px;
	float: left;
}