@import url(css/reset.css);
@import url(css/layout.css);
/*
Theme Name: Haralambie
Theme URI: http://www.boundlessdm.com
Description: A basic theme built on Starkers
Version: 1.0
Author: Josh White
Author URI: http://boundlessdm.com
Tags: Clean, Basic, Blanc
*/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: auto;
}

.clear {
  clear: both;
}

body {
  background: url("images/red.jpg");
  font-family: "Times New Roman", Times, serif;
  color: #300;
}

.wrapper {
  position: absolute;
  left: 10px;
  text-align: left;
  border: 0;
  width: 1000px;
  background: url("images/background_full.jpg") repeat-y;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .wrapper {
    background: #fae2a6;
  }
}

.header {
  background: url("images/header-bg.jpg");
  height: 93px;
}

.sidebar {
  width: 167px;
  float: left;
}

.content {
  width: 833px;
  float: left;
  min-height: 500px;
}

.content-left {
  width: 480px;
  min-height: 800px;
  float: left;
  padding: 15px 0 0 0;
}

.content-right {
  border: double #e5cf98;
  padding: 15px 5px 15px 5px;
  width: 170px;
  float: left;
  margin: 0px 20px;
  min-height: 800px;
  text-align: center;
}
.content-right p {
  font-size: .9em;
}
.content-right ul {
  margin: 0px;
  padding: 0px;
}

.menu {
  margin: 0px;
  padding: 0px;
}
.menu img {
  display: block;
}

.content-footer {
  background: url("images/border_bottom.jpg") top center no-repeat;
  height: 107px;
  display: block;
}

.footer {
  background: url("images/red.jpg");
  padding: 10px;
  text-align: center;
  color: #d4382d;
  font-size: .8em;
}
.footer a {
  color: #d4382d;
}
.footer a:hover {
  color: #fff;
}

.footer-menu {
  width: 600px;
  margin: auto;
  padding: 40px 0 0 0;
  text-align: center;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

h1.page-title {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}

ol {
  margin: 0 0 0 40px;
}

ul {
  margin: 0 0 0 40px;
}

ol li {
  list-style-type: decimal;
}

li {
  list-style-type: disc;
  padding: 5px;
}

p {
  line-height: 1.1;
  padding: 10px 10px;
}

a {
  color: #a33a00;
}

a:hover {
  color: #ff0300;
}

i {
  font-style: italic;
}

a.avvo_lawyer_profile {
  font-family: sans-serif;
  color: #007A94;
  font-size: 12px;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
textarea {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  padding: 5px;
}

input[type=submit] {
  background: red;
  border-radius: 3px;
  padding: 8px 10px;
  color: #fff;
  font-size: .8em;
  border: none;
}

input[type=submit]:hover {
  background: black;
}

table {
  font-size: 1em;
}

table td {
  border: 1px solid #9c8156;
  padding: 10px;
}

table td.tableheader {
  background: #e1c597;
  color: #000;
}
