/*  
Theme Name: Art of XHTML
Theme URI: 
Description: Art of XHTML was built by Art of XHTML team. This work is licensed under a Creative Commons Attribution 3.0 License.
Author: Art of XHTML
Author URI: 
*/

/*
  disabling default styles
*/

html, body, h1, h2, h3, h4, h5, h6, a, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt { 
	padding: 0px;
	margin: 0px;
	border: 0px;
  background: transparent;
  outline: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
  color: #262626;
  background: #FDFCE8 url(images/bg.jpg) repeat-x scroll top left;
  font-size: 14px;
}
input, select, textarea, option, table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #669900;
  text-decoration: none;
}
a:hover {
  color: #666666;
}
h1, h2, h3 {
  font-size: 12px;
}

/*
  main layout
*/
.wrapper {
  width: 952px; 
  margin: auto;
}
.header {
  height: 65px;
  padding: 10px 0 6px 10px;
  position: relative;
}
.main {
  float: left;
  width: 500px;
  margin-top: 20px;
  padding-left: 10px;
}
.sidebar {
  width: 400px;
  float: right;
  padding: 10px 10px 0 0;
}
.footer {
  height: 60px;
  background: #444444 url(images/footer.jpg) repeat-x scroll top left;
}


/*
  header
*/
.logo {
  width: aut;
  float: left;
  text-align: center;
}
.logo .logoName {
  color: #cccccc;
  font-size: 34px;
  font-family: Georgia, Verdana, sans-serif;
}
.logo .logoName:hover {
  color: #ffffff;
}
.logoSlogan {
  color: #666666;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 2px;
  display: block;
  font-family: Verdana, Georgia, sans-serif;
}
.search {
  float: right;
  padding: 15px 10px 0 0;
  width: 172px;
}
.searchInput {
  padding: 5px 7px;
  border: none;
  color: #cccccc;
  background-color: #4a4a4a;
  font-size: 12px;
  width: 160px;
}
/*.rss {width:105px; height:56px; position:absolute; bottom:0px; right:180px; display:block;}*/

/*
  menu
*/
.menu {
  background: transparent url(images/menu_left.jpg) no-repeat scroll top left;
}
.menuCorners {
  background: transparent url(images/menu_right.jpg) no-repeat scroll top right;
  padding: 0 18px;
}
.menu ul {
  background: transparent url(images/menu_bg.jpg) repeat-x scroll top left;
  list-style-type: none;
  height: 55px;
  width: 916px;
}
.menu ul li {
  display: inline;
  font-weight: bold;
  font-size: 15px;
}
.page_item a:link,
.page_item a:visited {
  color: #ffffff;
  line-height: 45px;
  display: block;
  padding: 0 20px;
  float: left;
  margin-right: 5px;
}
.page_item a:hover,
.current_page_item a:link,
.current_page_item a:visited {
  background: #444444 url(images/menu_over.jpg) repeat-x scroll top left;
}

/*
  main
*/
.main h1 {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
}
.main h2 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.content {
  line-height: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.content p {
  margin-bottom: 15px;
}
.content ul {
  margin-left: 15px;
  margin-bottom: 15px;
}
.content ul ul {
  margin-bottom: 0px;
}
.navigation {
  padding: 5px;
  clear: both;
  font-weight: bold;
  margin-bottom: 20px;
  border-top: 1px solid #aaaaaa;
}
.navLeft {
  float: left;
}
.navRight {
  float: right;
}
.metadata {
  padding: 5px;
  border: 1px solid #dbdbdb;
  background-color: #EEEFE0;
  font-size: 10px;
  line-height: 18px;
  text-transform:uppercase;
}

/*
.post {padding:10px 0 30px 0;}
.post h2 {line-height:32px; margin-bottom:5px;}
.post h2 a{font-size:26px; color:#333333; letter-spacing:-1px;}
.post h2 a:hover {color:#000000;}
.post ul li:before{ content: "\00BB \0020"; }
.post img {margin:0 10px 10px 10px;}
.date {font-size:11px; color: #669900; padding:5px 0 5px 0; position:relative; height:20px;}
.meta{background-color:#EEEFE0;border:1px solid #dbdbdb;color:#333;font-size:10px;line-height:20px;margin:10px 0px 10px;padding:2px 6px 2px 6px;text-transform:uppercase;width:445px;}
.meta a { color:#666; font-weight:bold;}
.meta a:hover {color:#000;}
.date span { font-weight:bold; color:#669900;}
*/
.comms { position:absolute; right:0px; top:0px;}
.comms a {font-size:11px; text-transform:uppercase; font-weight:bold; color: #fff; background:url(images/comment.gif) no-repeat; padding:10px 0 0 0px; text-align:center; display:block; height:18px; width:107px;}
.comms a:hover {color: #456127;}

/*
  sidebar
*/
.sidebar p {
  color: #666666;
  line-height: 20px;
}
.sidebar .sidebarTitle {
  display: block;
  font-size: 18px;
  color: #333333;
  margin: 20px 0 10px 0;
  clear: both;
  font-weight: bold;
}
.samples {
  margin-left: -5px;
  list-style-type: none;
}
.samples li {
  display: inline;
  margin-left: 5px;
}
.samples li a img {
  border: 1px solid #999999;
}
.samples li a:hover img {
  border-color: #333333;
}
.sidebarCol1 {
  float: left;
  width: 190px;
  margin-bottom: 20px;
}
.sidebarCol2 {
  float: right;
  width: 200px;
  margin-bottom: 20px;
}
.sidebarCol1 ul li,
.sidebarCol2 ul li {
  list-style: none;
  padding: 5px 0 5px 10px;
  font-size: 12px;
  background: transparent url(images/bullet.gif) no-repeat scroll left center;
}

/*
  comments
*/
.comments {
  margin-top: 20px;
}
.commentsTitle {
  clear: both;
  color: #333333;
  font-size: 15px;
  margin: 0 0 20px 0;
}
.commentsList {
  padding: 0;
}
.commentsModeration {
  background-color: #669900;
  padding: 5px;
  font-size: 12px;
  display: block;
  color: #ffffff;
}
.commentsBlocked {  }
.commentsClosed {  }
.commentsForm {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #aaaaaa;
  padding: 5px;
  font-size: 12px;
}
.commentsForm p {
  margin: 5px 0;
}
.commentsForm label {
  font-size: 12px;
}
.inputText {
  background: #EEEFE0;
  border: 1px solid #dbdbdb;
  color: #666666;
  font-size: 12px;
  margin-right: 5px;
  padding: 3px;
  width: 200px;;
}
.inputTextarea {
  background: #EEEFE0;
  border: 1px solid #dbdbdb;
  color: #666666;
  font-size: 12px;
  padding: 3px;
  width: 482px;
  height: 100px;
}
.buttonSubmit {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 2px;
}
.commentsList li {
  background-color: #EEEFE0;
  border: 1px solid #dbdbdb;
  list-style: none;
  margin: 15px 0 10px;
  padding: 5px 5px 10px 5px;
}
.commentsList li.odd {  }
.commentsList li.even {  }
.commentsList li ul li {
  margin-left: 10px;
  margin-right: -5px;
}
.commentsList p {
  color: #666666;
  font-size: 12px;
  margin: 10px 5px 10px 0;
}
.commentMetadata {
  background-color: #ffffff;
  color: #333333;
  font-size: 13px;
  margin: 0;
  padding: 3px 5px 3px 5px;
}
.commentMetadata a {
  color: #333333;
  font-weight: bold;
}

/*
  footer
*/
.copyright {
  display: block;
  font-size: 11px;
  color: #ffffff;
  padding: 20px 10px 10px 10px;
}
.copyright a {
  color: #97BE3D;
}
.copyright a:hover {
  color: #ffffff;
}

/**************** Gallery ********************
.gallery {text-align:center;}
.gallery img {padding:2px; height:100px; width:100px;}
.gallery a:hover {background-color:#ffffff;}
.attachment {text-align:center;}
.attachment img { padding:2px; border:1px solid #999999;}
.attachment a:hover {background-color:#FFFFFF;}
.imgnav {text-align:center;}
.imgleft {float:left;}
.imgleft a:hover {background-color:#FFFFFF;}
.imgleft img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}
.imgright {float:right;}
.imgright a:hover {background-color:#FFFFFF;}
.imgright img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}
*/

/*
  tabs
*/
.tabberlive .tabbertabhide {
  display:none;
}
.tabber { font-size: 11px; }
.tabberlive {  }
ul.tabbernav {
  padding: 3px 0;
}
ul.tabbernav li {
  list-style: none;
  display: inline;
}
ul.tabbernav li a {
  padding: 5px 25px 5px 15px;
  width: 92px;
  height: 15px;
  margin-right: 3px;
  border-bottom: none;
  background: #e7ebd4 url(images/tab_inactive.jpg) no-repeat scroll top right;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
ul.tabbernav li a:hover {
  color: #000000;
  background: #edf0df url(images/tab_active.jpg) no-repeat scroll top right;
}
ul.tabbernav li.tabberactive a {
  background: #edf0df url(images/tab_active.jpg) no-repeat scroll top right;
  color: #333333;
}
.tabberlive .tabbertab {
  padding: 5px;
  border-top: 0;
  background: #edf0df;
}
.tabberlive .tabbertab .sidebarTitle {
  display: none;
}
.tabbertab ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tabbertab ul li a {
  font-size: 12px;
  padding: 3px 5px;
  display: block;
  background-color: #eeefe0;
  border: 1px solid #ffffff;
  margin-bottom: 5px;
}
.tabbertab ul li a:hover {
  background-color: #97be3d;
  color: #ffffff;
  border: 1px solid #eeefe0;
}

/*
  common
*/
acronym, abbr, span.caps {cursor: help;}
acronym, abbr {border-bottom: 1px dashed #999;}
blockquote {margin: 6px 10px 6px 10px; padding-left: 10px; border-left: 2px solid #E0E55F; }
blockquote cite { margin: 5px 0 0; display: block; }
pre {border: solid 1px #9a9a9a;color: blue;margin: 10px;padding:10px;background: #f3f2ed}
code {font-size:1.0em;color: #0099CC; display:block; margin-bottom:15px; }
.clear {
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.linklove {
  display: none;
}