@charset "utf-8";

body {
    margin: 0;
    min-width: 950px;
    font-family:Arial, Helvetica, sans-serif;
	color: #535353;
}

body#home,
body#contacts,
body#jobs,
body#about {
	background-color:#fdfdfd;
}

body#blog {
	background-color:#dbdbdb;	
}

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

a:hover {
	color: #ed4423;
}

/* layout */
#leftcolumn {
    width:50%;
    float:left;
    margin-right:-475px;
}

#leftinner { 
    margin-right:475px; 
    background: url(/media/images/fundo_lado_esquerdo.png) repeat-x top;
    height: 291px;
}

#centercolumn {
    width:950px;
    float:left;
    position:relative;
    z-index:10;
}

#rightouter {
    width:50%;
    float:right;
    margin-left:-475px;
    background: url(/media/images/fundo_lado_direito.png) repeat-x top;
    height: 291px;
}

#rightcolumn {
    margin-left:475px;
}

/* content */

h1,h2,h3 {
    background-repeat: no-repeat;
	background-position: top;
}

#header {
	background: url(/media/images/bg_header.png) no-repeat top center;
	height: 291px;
	padding-top: 2em;
}

h1#logo {	
    background: url(/media/images/logo_header.png) top left;
	text-indent: -999999px;
	height: 87px;
	width: 229px;
	margin-top:40px;
	margin-left:157px;
}

#menu {
	font-weight:bold;
	color: #999;
	text-align: center;
	border-top: 1px solid #dcdcdc;
	margin-top: 2.5em;
	padding-top: 1em;
}

#menu a {
    color: #999;
}

#menu a:hover {
	color: #ed4423;
}

#copyright {
    font-weight: bold;
    text-align: center;
    color: #cdcdcd;
    margin-top: 1em;
}


/* home page */

#topright p {
	color: #fff;
	vertical-align: top;
	text-align: justify;
	padding-right: 70px;
	padding-left: 10px;
	font-size:0.9em;
	font-weight: normal;
	word-spacing: 0.01em;
	letter-spacing: 0.001em;
}

#bottomleft_box,
#bottomright_box {
	display:block;
	color: #535353;
	padding-right: 10px;
	text-align: justify;
}

h1#about, 
h1#projects,
h1#blogrecent,
h1#aboutcontent,
h1#mediakit,
h1#jobs,
h1#crew,
h1#aroundus,
h1#welcomeaboard,
h1#profile,
h1#contacts {
	text-indent: -999999px;
	height: 44px;
}

h1#about {
	background-image:url(/media/images/about.png);
}

h1#profile {
	background-image:url(/media/images/profile.png);
}

h1#jobs {
	background: url(/media/images/jobs.png) no-repeat left;
}

h1#aroundus {
	background: url(/media/images/aroundus.png) no-repeat left;
}

h1#welcomeaboard {
	background: url(/media/images/welcome_aboard.png) no-repeat left;
}

h1#projects {
	background: url(/media/images/projects.png) no-repeat left;
}

h1#blogrecent {
	background: url(/media/images/from_the_blog.png) no-repeat left;
}

.post {
    margin-bottom: 1.5em;
}

.snippet_date {
	font-size: 1.5em;
	font-weight: bold;
	color: #ed4423;
	text-align: center;
}

/* about page */

#aboutcontent {}

h1#mediakit {
	background: url(/media/images/media.png) no-repeat left;
}

h1#aboutcontent {
	background: url(/media/images/about2.png) no-repeat left;
}

h1#crew {
	background: url(/media/images/crew.png) no-repeat left;
}

div.bio {
    margin-bottom: 5em;
    clear:both;
    display:block;
}

div.bio h2 {
    margin-bottom:0;
}

div.bio h3 {
	color: #a3a3a3;
	font-size: 1em;
}

div.bio p {
    margin-bottom: 0;
}

h1#contacts{
	background: url(/media/images/contacts.png) no-repeat left;
}

body#contacts h3 {
	margin-bottom: 0.5em;
}
/* blog */

#frame {
	background-image:url(/media/images/frame.png);
	background-repeat:repeat-y;
}

#frame_bottom{
    background-position:top;
    height:40px;
    background-image:url(/media/images/frame_bottom.png);
    background-repeat:no-repeat;
}

#blog_header {
	background-image:url(/media/images/blog_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 155px;
	text-indent: -999999px;
}

body#blog div#content {
    padding-top: 3em;
}

.blog_post {
    margin-bottom: 2em;
}
.blog_post h1 a,
.blog_post h3 a {
	color: #ed4423;
	text-decoration:none;	
}

.blog_post h1 a:hover,
.blog_post h3 a:hover {
	color: #b61e00;
	text-decoration: none;
	
}

.blog_post h3 {
	color: #999999;
	text-decoration:none;
}


.post_body p {
	color: #848484;
	text-align:justify;
	text-decoration:none;
}

.post_body a,
#sidebar a {
	color: #ed4423;
	text-align:justify;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

.post_body a:hover,
#sidebar a:hover {
	color: #fff;
	text-align:justify;
	text-decoration:none;
	background-color:#474747;
	padding-left:2px;
	padding-right:2px;
}

body#blog div#sidebar{
    padding-top: 3em;
}

body#blog #copyright {
    margin-bottom: 1em;
}

a.orangelink {
	color: #ed4423;
}
