/*
Theme Name: Arkitkt 01
Theme URI: http://www.arkitkt.com/
Description: default theme for arkitkt.com
Version: 1.0
Author: Scott Benedict
*/

/* @import url(global.css); */


/****global defaults*/

* {   
     padding: 0;   /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
     margin: 0;
     border: 0; 
}

body {   
     font-size: 62.5%;   /*Sets 1em=10px. Remember formula Childpx/Parentpx=Childem*/
     background-color: transparent; 
}

:link, :visited {   
     text-decoration: none;    /*Removes underline from link/visited for readability*/
}

ul, ol {
     list-style: none;    /*Removes bullets from lists*/
}

a img, :link img, :visited img {
     border: none;    /*Removes border images*/
}

option {
     min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
}

/* end global defaults */

/****generic defaults*/

body {
     background-color: #999999;
     margin: 0 auto;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em; 
}

p {
     font-family: Arial, Helvetica, sans-serif;
     color: #5d761b;
     text-align: justify;
     font-size: .9em;
     padding-bottom: 20px;
}

h1 {
     font-size: 2.5em; 
}

h2, h2 a {
     color: #650b14;
     font-size: 1.2em;
     padding-bottom: 5px; 
}

h3 {
     font-size: 1em;
     color: #5d761b; 
}

h4 {}

h5 {}

h6 {}


a:link {
     color: #650b14;
     text-decoration: none; 
}

a:visited {
     color: #650b14;
     text-decoration: none; 
}

a:hover {
     color: #ae7e0f;
     text-decoration: underline; 
}

a:active {}

blockquote {
     padding-right: 1.5em;
     padding-left: 1.5em;
     }

/*end of generic defaults*/

/****page*/

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 
}

/*end of page*/

/****header section*/

#header {
     background-image: url(images/header.png);
     width: 750px;
     height: 283px;
     position: relative; 
}

#title {
     color: #ffffff;
     font-weight: bold;
     text-align: right;
     position: relative;
     right: -415px;
     top: -85px;
     display: block;
     z-index: 2;
     width: 300px; 
}

#title a, #title a:visited {
     color: #fff;     
}

#title a:hover {
     text-decoration: underline; 
}

#slogan {
     color: #ffffff;
     text-align: right;
     position: relative;
     right: 40px;
     top: -90px; 
}

#logo {
     background-image: url(images/logo.png);
     background-repeat: no-repeat;
     width: 136px;
     height: 101px;
     position: relative;
     left: 580px;
     top: -100px; 
}

/*end of header*/

/****navbar section*/

#navbar {
     display: inline;
     float: right;
     position: relative;
     top: 0px;
     width: 100%;
     left: -145px;
     z-index: 1;
}

#navbar a {
     color: #ffffff;
     font-size: .75em;
}

#navbar a:hover {
     /*color: #650B14;*/
     font-weight: bolder;
     letter-spacing: .3em; 
}

#link1 {
     position: relative;
     width: 75px;
     left: 230px;
     top: 10px; 
}

#link2 {
     position: relative;
     left: 330px;
     top: 65px;
     width: 75px; 
}

#link3 {
     position: relative;
     left: 460px;
     top: 110px;
     width: 75px; 
}

#link4 {
     position: relative;
     top: 145px;
     width: 75px;
     left: 620px; 
}

#link5 {
     position: relative;
     left: 790px;
     top:147px;
     width: 75px; 
}

/*end of navbar*/

/****wrapper*/

#wrapper {
     background-image: url(images/bg.png);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

/*end of wrapper*/

/****content section*/

#content {
     width: 451px;
     position: relative;
     float: left;
     margin-left: 10px;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.post h2, .post h2 a {
     color: #650b14;
     padding-bottom: 5px;
     text-transform: lowercase; 
}

.navigation, .navigation a {
     color: #650b14;
     font-size: .8em;
     padding-bottom: 5px; 
}

.post h2 a:hover {
 text-decoration: underline; 
}

.post small {
     color: #4c4c4c;
     font-size: .7em;
     text-align: right;
     text-transform: lowercase; 
}

.date {
     text-align: right; 
}
   
.entry {
     font-family: Arial, Helvetica, sans-serif;
     color: #5d761b;
     text-align: justify;
     padding-bottom: 20px;
     font-size: .8em; 
}

.entry code {
     font-size: 1.2em;
}

.entry dl {
     padding-bottom: 10px;
}

.entry dt {
     font-weight: bold;
     font-family: monospace;
}

.entry dd {
     font-family: Arial, Helvetica, sans-serif;
     font-weight: normal;
     text-align: justify; 
     display: list-item;
     list-style-type: disc;
     list-style-position: inside; 
     font-size: .8em;
     text-indent: 2em; 
}

.entry a {
     color: #650b14;
}

.entry a:visited {
     text-decoration: line-through; 
}

.entry a:hover {
     color: #ae7e0f;
     text-decoration: underline; 
}

.bullet {
     background-image: url(images/arkitktbullet.png);
     width: 50px;
     height: 50px;
     margin: 0 10px 0 0;
     float: left;
     background-repeat: no-repeat; 
}

.postmetadata, .postmetadata a {
     color: #4c4c4c;
     font-size: .8em;
     text-transform: lowercase;
     text-align: right;
     clear: both; 
}

.postmetadata a:hover {
      text-decoration: underline; 
}

#content #s {
     background-color: #fff;
     color: #000;
     border: 1px #ae7e0f solid; 
}

#content form .submit {
     background-color: #5d761b;
     color: #fff;
}

#content input , #content textarea {
     border: 1px solid #650b14;
}

#content form dd, #content form dt {
     font-size: 1em;
     text-transform: lowercase;
     font-family: Arial, Helvetica, sans-serif; 
}

#content form dd {
     padding-bottom: 10px;
     display: list-item;
     list-style-type: none;
     text-indent: 0em; 
}

#content form dt {
     padding-bottom: 5px;
}

#tags {
     font-size: .7em;
     position: relative;
     text-align: right;
     text-transform: lowercase; 
}

#social {
     float: right; 
}

/*end of content*/

/****submenu section*/

#submenu {
     width: 217px;
     float: left;
     position: relative;
     height: 100%;
     top: -150px;
     z-index: 5; 
}

#submenu h3, #submenu h2 {
     color: #fff;
     font-size: .8em;
     text-align: center;
     padding: 5px 0;
     width: 150px;
     text-align: center;
     margin: 25px 0 5px 33.5px;
     background-color: #650b14;
     text-transform: capitalize; 
}

#imgViewJX {
     width: 150px;
     margin-left: 33.5px;
}

#tagcloud {
     width: 150px;
     margin-left: 33.5px;
     text-align: justify;
}

#tagcloud a:link {
     font-size: 1em;
     color: #5d761b; 
}

#tagcloud a:visited {
     text-decoration: line-through;
     letter-spacing: normal; 
     color: #ae7e0f;
}

#tagcloud a:hover {
    /* letter-spacing: normal;*/
     text-decoration: underline;
     color: #5d761b; 
}

#submenu p {
     font-size: .6em;
     text-align: center; 
}

#submenu p a {
     font-size: 1.2em;
}

#submenu form {
     position: relative;
     left: 25px; 
     margin-bottom: 45px;
}

#submenu input {
     background-color: #fff;
     color: #000;
     border: 1px #ae7e0f solid; 
}

#submenu form .submit {
     background-color: #5d761b;
     color: #fff;
     position: absolute;
     left: 0px;
     top: 25px; 
}

#submenu ul a:link, ul a {
     font-family: Arial, Helvetica, sans-serif;
     color: #ae7e0f;
    font-size: .7em;
     text-align: center;
     padding-bottom: 5px;
     display: block;
     text-transform: lowercase; 
}

#submenu ul a:link, #submenu ul a:visited {
     color: #ae7e0f;
}

#submenu ul a:hover {
     color: #5d761b;
     text-decoration: underline;
     letter-spacing: .5em;
     font-weight: bold; 
}


.menuactive {}

/*end of submenu*/

/****footer section*/

#footer {
     width: 750px;
     height: 180px;
     background-image: url(images/footer.png);
     clear: both; 
}

address {
     padding-bottom: 5px;
}

.copyright {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .55em;
     position: relative;
     top: 110px;
     left: 25px;
     text-transform: lowercase; 
}

.copyright a {
     color: #fff;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none; 
}

.copyright a:hover {
     color: #fff;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: underline; 
}

/****comments page*/

.commentlist {
     /*float: left;*/
     width: 400px; 
     margin-top: 10px;
}

.commentlist li {
     margin-bottom: -100px;
}

#commenttop {
     background-image: url(images/commenttop.png);
     background-repeat: no-repeat;
     width: 360px;
     height: 24px; 
}

#commenttext {
     background-image: url(images/commentbg.png);
     background-repeat: repeat-y;
     padding-right: 15px;
     padding-left: 15px; 
}

#commentbottom {
     background-image: url(images/commentbottom.png);
     background-repeat: no-repeat;
     width: 360px;
     height: 64px; 
}

.commentauthor {
     position: relative;
     left: 125px; 
     top: -15px;
}

#datebox {
     /*background-color: #ae7e0f;*/
     color: #fff;
     font-size: .8em;
     width: 60px;
     height: 60px;
     text-align: center; 
     padding: 5px;
     position: relative;
     left: 270px;
     top: -95px;
     background-image: url(images/datebg.png);
     background-repeat: no-repeat; 
}

.commentmetadata {
     /*background-color: #5d761b;*/
     color: #fff;
     font-size: .8em;
     width: 60px;
     height: 60px;
     text-align: center; 
     padding: 10px 5px 0px 5px;
     position: relative;
     left: -10px;
     top: -10px;
}


.commentmetadata dt {
     font-size: .9em;
     text-align: center; 
}

.commentmetadata dd.year {
     font-size: 1em;
     font-weight: bold;
}

.commentmetadata dd {
     font-size: 1em; 
      text-transform: uppercase;
     font-weight: bold;
}

.commentmetadata dd.time {
     font-size: .8em;
     font-weight: normal;
     text-align: center; 
}

.edit a {
    position: relative;
    top: -130px;
     left: 211px;
     font-size: .7em;
     color: #4c4c4c; 
}

.alt #commenttop {
     background-image: url(images/altcommenttop.png);
     background-repeat: no-repeat;
     width: 360px;
     height: 24px; 
}

.alt #commenttext {
     background-image: url(images/altcommentbg.png);
     background-repeat: repeat-y;
     padding-right: 15px;
     padding-left: 15px; 
}

.alt #commentbottom {
     background-image: url(images/altcommentbottom.png);
     background-repeat: no-repeat;
     width: 360px;
     height: 64px; 
}

.alt p.commentauthor {
     position: relative;
     right: -110px; 
     top: -15px;
}

.alt #datebox {
    /* background-color: #ae7e0f;*/
     color: #fff;
     font-size: .8em;
     width: 60px;
     height: 60px;
     text-align: center; 
     padding: 5px;
     position: relative;
     left: 22px;
     top: -95px;
     background-image: url(images/datebg.png);
     background-repeat: no-repeat; 
}

.alt .commentmetadata {
     /*background-color: #5d761b;*/
     color: #fff;
     font-size: .8em;
     width: 60px;
     height: 60px;
     text-align: center; 
     padding: 10px 5px 0px 5px;
     position: relative;
     left: -10px;
     top: -10px;
}

.alt .edit a {
    position: relative;
    top: -130px;
     left: 211px;
     font-size: .7em;
     color: #4c4c4c;
     z-index: 5;
     display: inline; 
}

#respond {
     clear: both; 
}

#author {
     border: 1px #650b14 solid;
     position: relative;
     left: 0px; 
     width: 400px;
}

#email {
     border: 1px #650b14 solid;
     position: relative;
     left: 0px; 
     width: 400px;
}

#url {
     border: 1px #650b14 solid;
     position: relative;
     left: 0px; 
     width: 400px;
}

#comment {
     border: 1px #650b14 solid;
     position: relative;
     left: 0px; 
     width: 400px;
}

#submit {
     background-color: #5d761b;
     color: #fff;
     font-size: .8em;
     text-align: center;
     border: 1px #ae7e0f solid; 
}

/****ie hacks*/

* html #navbar {
     top: 7px;   /*ie hack*/
}

* html #link1 {
     top: 7px;   /*ie hack*/
}

* html #link2 {
     top: 56px;   /*ie hack*/
}

* html #link3 {
     top: 98px;   /*ie hack*/
}

* html #link4 {
     top: 126px;   /*ie hack*/
}

* html #link5 {
     top: 122px;
}

* html #title {
     top: -105px;   /*ie hack*/
}

* html #slogan {
     top: -110px;   /*ie hack*/
}

* html #logo {
     background-image: url(images/logobg.png);
     background-repeat: no-repeat;
     width: 136px;
     position: absolute;
     left: 580px;
     top: 100px;
     height: 101px;
}

* html #submenu ul a {
     height: 15px;
}

* html #submenu form .submit {
     left: 91px; 
}

* html #submenu form {
     width: 200px;
}

* html #datebox {
     position: relative;
     left: 270px;
     top: -90px;
     font-size: 70%;
     text-align: center;
}

* html .commentmetadata {
     position: relative;
     left: 0px;
     top: -10px;
     left: -10px;
     text-align: center;
}

* html .commentmetadata dt {
       font-size: .9em;
     background-color: #ff8000; 
}

* html .commentmetadata dd {
     position: relative;
     left: 0px;
}

* html .commentmetadata .day {
     font-weight: bold; 
}


* html .commentmetadata .year {
     font-size: 1em;
     font-weight: bold;
     margin: 0;
     padding: 0;
}

* html .commentmetadata .time {
     font-size: .8em; 
     position: relative;
     left: 0px;
}

* html .alt #datebox {
    font-size: 70%;
     text-align: center;
}

* html .alt .commentmetadata {
     position: relative;
     left: 0px;
     top: -10px;
     left: -10px;
     text-align: center;
}