body {
    font-size: 0.9em;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    background-color: #F0F0F0;
    color: #333333;
}

#bodyWrapper {
    width: 900px;
    margin: 0px auto;
}

#topBox, #middleBox, #bottomBox {
    width: 900px;
    margin: 0 auto;
}

#topWrapper {
    background-color: #000000;
    height: 80px;
    background-image: url(http://www.jmcejudo.com/blog/resource/img/top-back.png);
}

#titleBox {
    background: url(http://www.jmcejudo.com/blog/resource/img/logo-black.png) 0px 10px no-repeat;
    padding: 15px 0px 5px 55px;
    color: white;
    float: left;
}

#weblogName, #weblogDescription {
    padding: 0px;
    margin: 0px;
}

#weblogName {
    font-size: 105%;
    color: #999999;
}

#searchBox {
    margin: 0px 15px 0px 0px;
}

#searchForm #q {
    width: 175px;
    height: 20px;
    padding: 10px 5px 5px 30px;
    vertical-align: bottom;
    line-height: 1px;
    font: 400 12px Verdana, Sans-Serif;
    color: #777;
    border: 0;
    background: url(http://www.jmcejudo.com/blog/resource/img/search-back.png) no-repeat
}

#topMenuWrapper {
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
}

#topMenuBox {
    height: 25px;
    background: url(http://www.jmcejudo.com/blog/resource/img/topnav.jpg) repeat-x;
    border-top: 0px;
}

#topMenuBox ul {
    margin: 0px;
    padding: 3px 0px 0px 20px;
    list-style: none;
}

#topMenuBox li {
    display: block;
    float: left;
    margin-right: 25px;
}

#topMenuBox li a {
    text-decoration: none;
    color: #606060;
    font-weight: bold;
    font-family: Arial;
    font-size: 0.85em;
}

#topMenuBox li a:hover {
    color: #000000;
    text-decoration: underline;
}

#feeds {
    float: right;
    margin-top: -20px;
    margin-right: 7px;
}

#feeds img {
    border: none;
}

#contentWrapper {
    float: left;
    width: 625px;
    margin-bottom: 25px;
}

#sidebarWrapper {
    float: right;
    width: 250px;
}

#sidebarBox .panel {
    margin-bottom: 15px;
}

#sidebarBox .panel .title {
    border: 1px solid #CCCCCC;
    border-bottom: none;
    background: transparent url(http://www.jmcejudo.com/blog/resource/img/feed-title-white.jpg) repeat-x scroll center top;
    padding: 5px;
    margin: 0px;
    font-size: 1em;
}

#sidebarBox .panel .content {
    border: 1px solid #CCCCCC;
    background: white url(http://www.jmcejudo.com/blog/resource/img/content-bg.jpg) repeat-x scroll 0 0;
    padding: 10px;
}

.entryWrapper {
    border: 1px solid #CCCCCC;
    padding: 15px;
    background: white url(http://www.jmcejudo.com/blog/resource/img/content-bg.jpg) repeat-x scroll 0 0;
    margin-bottom: 15px;
}

.entryBox .title h1 {
    margin: 0px 0px 5px;
    font-family: Arial;
    font-size: 1.4em;
}

.entryBox .content h2 {
    margin: 0px 0px 5px;
    font-family: Arial;
    font-size: 1.2em;
}

.entryBox .title a {
    text-decoration: none;
    color: #333333;
}

.entryBox .info {
    font-size: 0.85em;
    color: #666666;
}

.entryBox .category {
    display: block;
}

.entryBox .content {
    line-height: 1.6em;
}

#bottomWrapper {
    clear: both;
    background-color: #343434;
    height: 45px;
    padding: 3px;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
}

#bottomBox {
    color: #CCCCCC;
    font-size: x-small;
}

#bottomBox a {
    color: #CCCCCC;
}

#license {
    float: left;
    width: 600px;
}

#licenseLogo {
    float: left;
    margin: 5px;
}

#licenseComment {
    display: block;
}

#xhtmlCompliance {
    float: right;
    padding: 7px;
}

#xhtmlCompliance img {
    border: 0px;
}

fieldset {
    border : 0px;
}

.tag {
    text-decoration: none;
    color: #3366AA;
}

.tag:hover {
    text-decoration: underline;
}

.s1 {
  font-size: 80%;
}

.s2 {
  font-size: 100%;
}

.s3 {
  font-size: 120%;
}

.s4 {
  font-size: 140%;
}

.s5 {
  font-size: 150%;
}


a {
    color: green;
}

a:visited {
    color: #008000;
}

a:hover {
    text-decoration: none;
}

.externalLink {
    background: url(http://www.jmcejudo.com/blog/resource/img/external.gif) right no-repeat;
    padding-right: 15px;
}

#aboutBox .content {
    font-size: 0.85em;
}

.social {
    border-top: 1px solid #C0C0DD;
    padding: 3px 10px;
    margin-top: 10px;
}

.next-previous {
    margin-bottom: 10px;
}

.readmore {
    font-size: 1.1em;
    font-weight: bold;
}

.readmore a {
    padding: 0px 5px;
}

.term {
    font-style: italic;
}

.comments-form .comments-head {
    font-weight: bold;
}

.comments-form ul {
    list-style: none;
    margin: 0px;
    padding: 0px;    
}

.comments-form input[type='text'], .comments-form textarea {
    display: block;
}

.comments-form textarea {
    width: 600px;
}

.comments-form .status {
    display: block;
    margin: 5px 0px;
    color: green;
    font-weight: bold;
}

.comments-form .error {
    display: block;
    margin: 5px 0px;
    color: red;
    font-weight: bold;
}

#comments {
    border: 1px solid #C0C0C0;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #F5F5F0;
}

#comments .comments-head {
    font-weight: bold;
}

#comments .comment {
    border-top: 1px solid #C0C0C0;
    padding-top: 15px;
}

#comments .comment .comment-details {
    font-size: 0.75em;
}

#logoLinksBox {
    margin-bottom: 15px;
}

#logoLinksBox a img {
    display: block;
    border: 1px solid #DADADA;
    margin: 0px auto;
}

#linksBox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#linksBox .rBookmark0 {
    font-size: 0.8em;
}

#searchAgain #q {
    width: 350px;
}

.rFolderItem {
    margin-top: 5px;
}

.rFolderItem .rFolderItem {
    margin-top: 0px;
}

#aboutBox .image {
    text-align: center;
}

#foto {
    width: 100px;
    border: 1px solid black;
}


