* { 
    outline: none;
}

body {
    font: normal 1em/1.5em "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", Lucida, sans-serif;
    background: #220500 url(/danielrazon/background/bkg.jpg) top center no-repeat;
    color: #000;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.post p {
    margin-bottom: 1em;
}

h1, h2, h3 {
    font-size: 20px;
    margin-bottom: 32px;
    line-height: 30px;
}
.clear {
    clear: both;
}

.hide {
    display: none;
}

#content {
    padding-top: 22px;
    width: 893px;
    margin: 0 auto;
    position: relative;
}

#header {
    clear: both;
    overflow: hidden;
    height: 143px;
    position: relative;
}
#header h1 {
    width: 347px;
    height: 122px;
    margin-left: 15px;
    float: left;
    background: transparent url(/danielrazon/img/danielrazon_logo.png) no-repeat top left;
}
#header h1 a {
    display: block;
    width: 347px;
    height: 122px;
    text-indent: -9000px;
}

#menunav {
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 125px;
    right: 10px;
}

#main {
    clear: both;
    overflow: hidden;
    width: 895px;
    color: #333;
    font: 12px Arial, Helvetica, sans-serif;
    position: relative;
    background: transparent url(/danielrazon/background/bgsep.png) repeat-y;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.mainhome {
    background: transparent url(/danielrazon/background/bgsephome.png) repeat-y !important;
}

#main .left {
    float: left;
    width: 620px;
}
#main .right {
    float: right;
    width: 300px;
}

#main .banner {
    padding: 9px;
    /*background: url(/danielrazon/background/home.png) top no-repeat;*/
    width: 878px;
    height: 285px;
}

#main .banner img {
    width: 878px;
    height: 285px;
}

#main #look {
    width: 895px;
    height: 165px;
    background: url(/danielrazon/background/home.png) bottom no-repeat;
}

#main #look .wrap {
    background: url(/danielrazon/background/lookbg.gif) top repeat-x;
    padding: 13px 10px 10px 10px;
}

#main #look #left {
    float: left;
    width: 225px;
    height: 138px;
    background: #333 url(/danielrazon/background/vidbg.png);
    text-align: center;
    padding: 0;
}

#main #look #right {
    float: left;
    width: 580px;
    height: 100px;
    left: 244px;
    padding: 0 10px;
}

#main #look #right .TabbedPanelsContent .post {
    line-height: 1.5em;
    padding: 0 60px 0 0;
}

#main #look #right .TabbedPanelsContent .post p {
    margin-bottom: .5em;
}		

#main #look #right .TabbedPanelsContent .title h2 {
    margin-bottom: 0;
}

#main span.top {
    height: 5px;
    background: url(/danielrazon/background/bg.png) top no-repeat;
}

#main span.mid {
}

#main span.bot {
    height: 5px;
    background: url(/danielrazon/background/bg.png) bottom no-repeat;
}

#main #left {
    float: left;
    width: 203px;
    padding: 10px;
}

#main #left span {			
    height: 88px;
    width: 203px;
    display: block;
}

#main #left .sidemenu {
    font: 14px Arial, Helvetica, sans-serif;
    margin-right: 15px;
    text-align: right;
}

#main #left .sidemenu a {
    color:#1f4677;
    text-decoration: none;
}

#main #left .sidemenu a:hover, .sidemenu a.active {
    color:#7b99be;
    text-decoration:underline;
}

#main #right {
    width:652px;
    padding: 10px 10px 0 10px;
    float: left;
    /*min-height: 505px;*/
    min-height: 458px;
}

#searchform {
    position: relative;
    position: absolute;
    top: 10px;
    right: 20px;
}

#searchform #s {
    height: 14px;
    width: 150px;
    font-size: 10px;
    border: 1px solid #000;
    padding: 2px 5px;
    position: absolute;
    right: 65px;
    top: 0;
}
#searchform #searchsubmit {
    color: #000;
    height: 20px;
    padding: 0 5px 2px 5px;
    background: #5D99E5;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    right: 0;
}

#footer {
    margin-bottom: 80px;
    padding-top: 10px;
    font-size: 11px;
    overflow: hidden;
    clear: both;
    text-align: center;
}
#footer a {
    color: #c5c4c9;
    padding: 0 5px;
    text-decoration: underline;
}
#footer a:hover {
    color: #fff;
}
#footer p {
    color: #c5c4c9;
    margin-bottom: 0;
    line-height: 2.5em;
    letter-spacing: .5px;
}

.clear {
    display: block;
    width: 1px;
    height: 1px;
    font: 1px/1px monospace;
    clear: both;
}

/*******************************/

#breadcrumbs {
    background: #e1e1e1;
    margin-top:7px;
    opacity:0.8;
    padding:5px 15px;
    font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #909090;
}

#breadcrumbs a {
    font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #909090;
}
#right .post a {
    color: #000;
}
#right .post p a {
    text-decoration: underline;
}
#right .post p a:hover {
    text-decoration: none;
}

#right .post {
    padding: 20px 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

#right .post, #right .newslist {
    margin-bottom: 60px;
}

#right .post span.title {
    font: normal 20px Arial, Helvetica, sans-serif;
    display: block;
}
#right .post span.date {
    font: normal 11px Arial, Helvetica, sans-serif;
    display: block;
    margin: 5px 0 20px 0;
    color: #909090;
}
#right .post img.l {
    float: left;
    padding-right: 10px;
}

#right .newspost {
    padding: 20px 10px 10px 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    border-bottom: 1px dotted #ccc;
}
#right .newspost:last-child {
    border-bottom: 0;
}

#right .newspost span.title, #right .newspost span.title a {
    font: 20px Arial, Helvetica, sans-serif;
    display: block;
    color: #1f4677;
}
#right .newspost span.date {
    font: normal 10px Arial, Helvetica, sans-serif;
    display: block;
    margin: 5px 0 0 0;
    color: #909090;
}
#right .newspost span.thumb {
    float: left;
    padding-right: 10px;
    clear: both;
}

.TabbedPanelsContent .post {
    margin-bottom: 0 !important;
}

#contactform {
    padding: 10px 30px;
    position: relative;
    width: 570px;
    height: 320px;
    border-bottom: 1px dotted #ccc;
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

#contactform div.label {
    position: absolute;
    top: 10px;
    left: 40px;
    text-align: right;
}
#contactform div.label p {
    margin-top: 8px;
    margin-bottom: 14px;
}
#contactform div.input {
    position: absolute;
    left: 100px;
    top: 10px;
}
#contactform div.input p {
    margin-bottom: 8px;
}

#contactform #formsubmit {
    color: #000;
    height: 20px;
    padding: 0 5px 2px 5px;
    background: #5D99E5;
    border: 1px solid #000;
    position: absolute;
    right: 0px;
    bottom: -20px;;
}

#right #links a {
    color: #5D99E5;
    padding: 100px 10px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.dumperFeedback a {
    background-color: #FFFFFF;
    color: #1F4677;
}

.post .title {
    color: #99915B;
    font-size: 2em;
    font-family: Arial,sans-serif;
    margin-bottom: 20px;
}
.post .news_title {
    margin-bottom: 4px !important;
}


.arttool {
    margin: 30px 0 10px 0;
    text-align: right;
    vertical-align: baseline;
    height: 20px;
}
.arttool a {
    text-transform: uppercase;
    font-size: smaller;
    height: 100%;
}
.arttool a.top { background: url('/danielrazon/img/totop.gif') no-repeat 0 0; padding: 2px 22px;}
.arttool a.top:hover { background: url('/danielrazon/img/totop.gif') no-repeat 0 -20px; }
.arttool a.print { background: url('/danielrazon/img/print.gif') no-repeat 0 0; padding: 2px 22px;}
.arttool a.print:hover { background: url('/danielrazon/img/print.gif') no-repeat 0 -20px; }
.arttool a.addthis_button { background: url('/danielrazon/img/addthis-plus.gif') no-repeat 0 0; padding: 2px 22px;}
.arttool a.addthis_button:hover { background: url('/danielrazon/img/addthis-plus.gif') no-repeat 0 -20px; }
