/* --------------------------------------- Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* --------------------------------------- Generals */
body {
  font-family:Arial, Helvetica, Tahoma, sans-serif;
  font-size:12px;
  background:#E7E7E7 url('/images/private/background.gif') repeat-x;
}
hr {
  border:none;
  border-top:1px solid #EEE;
  margin-bottom:14px;
}
#header {
  width:640px;
  margin:0 auto;
  padding-top:1px;
}
#header img {
  margin-top:10px;
}
#menu {
  height:15px;
  text-align:right;
}
#menu li {
  display:inline;
  margin:0 8px;
}
#menu li a {
  font-size:15px;
  font-weight:bold;
  color:#999;
  text-decoration:none;	
}
#menu li a:hover, #menu li a.active {
  color:#333;
}
#main_wrapper {
  width:640px;
  margin:0px auto;
}
#footer {
  width:640px;
  height:60px;
  margin:0 auto;
}
#main_top {
  height:7px;
  background:url('/images/private/main_top.gif');
}
#main_middle {
  width:600px;
  padding:10px 20px;
  float:left;
  overflow:hidden;
  background:url('/images/private/main_middle.gif') repeat-y;
}
#main_bottom {
  height:12px;
  clear:both;
  background:url('/images/private/main_bottom.gif');
}
#logo_footer {
  display:block;
  float:right;
  width:90px;
  height:38px;
  background:url('/images/private/logo_footer.gif');
}
#logo_footer:hover {
  background:url('/images/private/logo_footer.gif') 0 40px;
}
#text_footer {
  float:left;
  margin-left:8px;
  color:#999;
}
h1 {
  font-size:17px;
}
a {
  color:#00008C;
}
a:visited {
  color:#351047;
}

/* --------------------------------------- Details */
#intro_movie {
  clear:both;
  text-align:left;
  height:528px;
  width:630px;
  margin-left:-17px;
  margin-top:-12px;
}
input, textarea {
  font-family:Helvetica, Arial, Univers, sans-serif;
  font-size:13px;
  background:url('/images/shadow_form.gif') repeat-x top;
  border-top:1px solid #CCC;
  border-right:1px solid #DDD;
  border-bottom:1px solid #EEE;
  border-left:1px solid #DDD;
}
input.button, button {
  width:70px;
  height:30px;
  background:url('/images/button_form.gif') no-repeat center center;
  border:none;
  clear:both;
  cursor:pointer;
  font-size:13px !important;
  line-height:13px;
  padding-top:4px;
  color:#333;
}
input, textarea {
  padding:7px 5px 4px 5px;
}
label {
  display:block;
  font-weight:bold;
  margin-top:5px;
}
#new_customer {
  margin-left:170px;
}
#customer_email {
  width:230px;
  margin-bottom:7px;
}
.message {
  padding-bottom:12px;
}
.error_message {
  color:#DD0000;
  font-weight:bold;
  clear:both;
}
.success_message {
  color:#008000;
  font-weight:bold;
}
.blankslate {
  text-align:center;
  color:#444;
  font-size:21px;
  padding:100px 0 150px 0;
}
.blankslate_comment {
  text-align:center;
  color:#444;
  font-size:12px;
  margin-top:-110px;
  margin-bottom:140px;
}
.blankslate.small {
  padding:40px;
  font-size:15px;
}
img.private_image {
  float:left;
  padding:2px 14px 2px 0;
}
.clear {
  clear:left;
}
#mailing_gate {
  float:left;
  width:260px;
  padding-right:20px;
}
#mailing_gate input, #mailing_gate textarea {
  width:250px;
  margin-bottom:5px;
  margin-top:2px;
}
#mailing_gate input.button {
  width:70px;
}
ul#contact_data {
  float:right;
  list-style:none;
  width:280px;
  height:140px;
}
ul#contact_data li {
  padding-bottom:8px;
}
ul#contact_data li.padding {
  padding-left:39px;
}
#contact_me {
  display:block;
  float:left;
  margin-top:80px;
}

/* Blog */
#blog {
  margin:10px 0;
  background:url('/images/private/stripe.gif') repeat-y 445px 0px;
}
#blog_left {
  float:left;
  width:425px;
  overflow:hidden;
}
#blog_left #comments {
  margin-top:20px;
  padding-top:15px;
  border-top:1px solid #EBEBEB;
}
#blog_right {
  float:left;
  width:130px;
  margin-left:40px;
}
#blog_right h2 {
  font-size:18px;
  padding-bottom:10px;
}
#blog_right ul {
  margin-bottom:20px;
}
#blog h3 {
  font-size:18px;
}
.text {
  text-align:justify;
}
#blog .text {
  text-align:left;
}
#blog .text a img {
  border:0px;
}
p.blog_comment {
  margin-left:84px;
}
.text p {
  padding:6px 0 6px 0;
}
.text img {
  border:1px solid #BBBBBB;
  clear:both;
  margin:1px 10px 1px 0;
}
.meta {
  padding:4px 0;
  color:#999;
  font-size:11px;
}
.meta.space {
  margin-top:2px;
  margin-bottom:30px;
}
#new_comment .button {
  float:left;
  margin:10px 0;
}
#comment_body {
  width:420px;
}
.pagination {
  margin-top:10px;
  padding-top:12px;
  border-top:1px solid #EEE;
  text-align:right;
}
.list.comments {
  margin-top:20px;
  margin-bottom:20px;
}
.list.comments li {
  margin-bottom:15px;
}
.profile_image {
  float:left;
  margin-right:10px;
}
.profile_image img {
  border:1px solid #EBEBEB;
}
.delete img {
  vertical-align:bottom; 
}
.text_codes {
  display:block;
  text-align:right;
  margin-top:-19px;
  margin-bottom:5px;
}
