
body {
    background: #0094ac url("images/bg.jpg") no-repeat 50% 0;
    padding: 80px 0 20px;
    color: #444;
    font-size: 62.3%;
}
div.container { font-size: 1.2em; }
a {
    color: #f21;
    font-weight: bold;
}
button {
    border: 0;
    padding: 0;
}
button span {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #f21;
}
table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-collapse: collapse;
}
table th, table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 2px 4px;
}
table th {
  background: #09a;
  color: #fff;
  font-weight: bold;
}
table#plans th {
    padding: 8px 6px;
    font-size: 120%;
}
caption {
  background: #fff;
  text-align: center;
  font-weight: bold;
}
div#header {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 70px;
}
h1#logo {
    float: left;
    margin-right: 14px;
    text-indent: -9999px;
}
h1#logo a {
    display: block;
    width: 158px;
    height: 69px;
    background: url("images/logo.gif") no-repeat;
}
ul#main-menu {
    list-style: none;
    float: left;
    padding-top: 6px;
}
ul#main-menu li {
    float: left;
    margin-right: 4px;
}

ul#main-menu li a, div#sidebar a.more {
    display: block;
    color: #002e4a;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding-left: 4px;
}
ul#main-menu li a span, div#sidebar a.more span {
    display: block;
    padding: 20px 27px 23px 23px;
}
ul#main-menu li a:hover {
    color: #f21;
}
ul#main-menu li.current a, div#sidebar a.more {
    background: url("images/menu.gif") no-repeat 0 0;
    color: #fff;
}
ul#main-menu li.current span, div#sidebar a.more span {
    background: url("images/menu.gif") no-repeat 100% 0;
}

/* content */
div#content-top {
    height: 12px;
    background: url("images/content-top.png") no-repeat 0 0;
}
div#content {
    padding: 2em 0 1em;
    background: #fff url("images/content.png") repeat-y;
}
div#content-bottom {
    clear: both;
    height: 12px;
    background: url("images/content-bottom.png") no-repeat 0 100%;
    margin-bottom: 18px;
}
abbr {
    text-decoration: none;
    outline: none;
    border: none;
}
abbr.date {
    display: block;
    font-weight: bold;
    text-align: left;
}
div.post-metadata {
    text-align: left;
    padding-bottom: 18px;
}
p.tags {
    font-size: 80%;
    padding-top: 6px;
}

p.tags a {
    color: #000;
    font-weight: bold;
}
div.post {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
    background: url("images/work.png") repeat-x 0 100%;
}
div.post h2 a {
    font-family: Verdana, Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
h1 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
}
div#intro h1 a {
    color: #f21;
    text-decoration: none;
}
/* ************************ Comments ************************* */
div.label {
    text-align: right;
}
label {
    display: block;
    padding-top: 6px;
}
form div.line {
    padding-bottom: 1em;
}
form div.line textarea, form div.line input[type=text] {
    width: 384px;
    padding: 8px 4px;
    border: 1px solid #ccc;
    background: url("images/input_bg.png") repeat-x 0 0;
    font-size: 1.5em;
    font-family: Arial, Verdana, sans-serif;
}
ul.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
div.avatar img {
    float: right;
}
p.comment-author {
    padding-bottom: 0;
    margin-bottom: 0;
}
p.comment-author a {
    font-size: 120%;
    font-weight: bold;
}
/* ************************ PORTFOLIO WORK ***************************** */
div.work div.item {
    font-size: 90%;
}
div.work div.item h3 {
    font-size: 130%;
}
div.work div.item h3 a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
div.work div.item a img {
    margin-bottom: 6px;
}
div.featured-work h3 a {
    font-size: 20px;
    color: #f21;
    display: block;
    padding-bottom: 6px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0;
}
img.work-image {
    display: block;
    margin-bottom: 16px;
}
div#post-work p {
    position: relative;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    background: #f21;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
}
div#post-work p a {
    color: #fff;    
} 
/* ************************ SIDEBAR ************************** */
div#side-top {
    padding-top: 18px;
    text-align: center;
    background: url("images/side-top.png") no-repeat 0 0;
}
div#side-top h3 {
    color: #fff;
    background: #f21;
    padding: 6px 4px;
    font-size: 110%;
    font-weight: bold;
    margin: 0;
}
div#sidebar {
    padding: 20px 11px 2px;
    background: #fff url("images/side.png") repeat-y 0 0;
}
div#sidebar div.work {
    text-align: center;
    padding-bottom: 12px;
}
div#sidebar div.work h3 a {
    font-size: 80%;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
div#sidebar div.work h3 a:hover {
    color: #f21;
}
div#sidebar a.more {
    text-align: center;
}
div#sidebar a.more:hover {
    text-decoration: underline;
}
div#sidebar.plans h3 {
    margin-bottom: 2px;
}
div#side-bottom {
    height: 6px;
    background: url("images/side-bottom.png") no-repeat 0 100%;
}
div.side-post {
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
}
div.side-post h3 {
    padding: 0;
    margin: 0;
}
div.side-post h3 a {
    font-size: 85%;
    color: #000;
    text-decoration: none;
} 
ul#catchs li {
    padding-bottom: 6px;
}
div#planes {
    padding: 0 20px;
}

/* FOOTER */
div#footer {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.in-footer {
    padding: 20px;    
}
div#footer-menu {
    float: left;
}
div.copy {
    float: right;
}