/*
Theme Name: Domaining Theme
Description: Domaining WordPress theme created by  <a href="http://ooyes.net/">http://ooyes.net</a>.Version: 3.6
Author: Ooyes

Tags: fixed width, two columns, valid XHTML, right sidebar, black, custom header

	This theme was designed and built by Web Design Company of Ooyes

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{
  margin: 0;
  padding: 0;
}


/* Begin Typography & Colors */
body {
	font-family: Helvetica, Arial, Sans-Serif;
	background:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	}

#headerimg 	{
	margin: 0;
    overflow: hidden;
    zoom:1;
}

#headerimg h1{
  float: left;
  margin: 0;
  padding: 0;
}
#headerimg h1 a{
  font: 22px 'Century Gothic', Arial, Sans-Serif;
  color: #969696;
  text-decoration: none;
}

.description{
  margin: 10px 0 0 10px;
  float: left;
  font: 19px Tahoma;
  color: #5B5B5B;
}



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 950px;
	}
#content-wrap{
  padding-left: 10px;
  overflow: hidden;
  width: 950px;
  zoom:1;
}
#content{

  width: 700px;
  padding-bottom: 70px;
 
}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	width: 970px;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

#nav{
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0;
  background: url(images/navbg.jpg) no-repeat center top;
  overflow: hidden;
  zoom:1;
}
#nav ul{
    list-style: none;
    overflow: hidden;
    zoom:1;
    display: inline;
    float: right;
    margin-right: 120px;
    padding-top: 9px;
}
#nav li{
    float: left;
    display: inline;
    margin: 0 4px;
}
#nav a{
    display: block;
    padding: 11px 15px;
    background: url(images/nav_btn.jpg) no-repeat right top;
    font: bold 11px Arial, sans-serif;
    border-left: solid 1px #8C8C8C;
    border-right: solid 1px #8C8C8C;
    color: #fff;
    text-decoration: none;
}


.post {
    padding: 0px;
    width: 660px;
    border-bottom: solid 1px #333333;
    padding: 15px 15px 10px 10px;
    position: relative;
    margin-bottom: 20px;
    min-height: 225px;
    -height: 100px;
}

.post h2 a, .post h3 a, .post h2{
      margin-left: 0px;
      margin-top: 5px;
      font: normal 24px Helvetica, Arial, sans-serif;
      color: #ff5500;
      color: #ff5500;
      text-decoration: none;

}

.post h3{
      margin-left: 0px;
      margin-top: 20px;
      margin-bottom: 10px;
      font: normal 24px Helvetica, Arial, sans-serif;
      color: #ff5500;
      color: #ff5500;
      text-decoration: none;

}

.post h4{
      margin-left: 0px;
      margin-top: 10px;
      margin-bottom: 10px;
      font: normal 16px Helvetica, Arial, sans-serif;
      color: #ff5500;
      color: #ff5500;
      text-decoration: none;

}


.post p{margin-top: 10px; margin-left: 5px;}

.btl, .btr, .bbl, .bbr{
    display: block;
    position:absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: scroll;
    width: 3px;
    height: 3px;
    zoom:1;
    overflow: hidden;
    float: left;
}
.btl{top: -3px;left: -3px;
background-image: url(images/btl.jpg);
}
.btr{
	top: -3px;right: -3px;
	-right: expression(this.parentNode.clientWidth % 2 == 0 ? -3 : -4);
    background-image: url(images/atr.jpg);
    width: 120px;
    height: 100px;
}
.bbr{
	bottom: -3px;right: -3px;
	-bottom: expression(this.parentNode.clientHeight % 2 == 0 ? -3 : -4);
	-right: expression(this.parentNode.clientWidth % 2 == 0 ? -3 : -4);
    background-image: url(images/bbr.jpg);
}
.bbl{
	bottom: -3px;left: -3px;
	-bottom: expression(this.parentNode.clientHeight % 2 == 0 ? -3 : -4);
    background-image: url(images/bbl.jpg);
}
/* ----- /angles ----- */

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
.post small{
  color: #727272;
  font: 11px Helvetica, Arial, sans-serif;
  margin-left: 0px;
}


.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 10px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
        color: #727272;
        font: 11px Helvetica, Arial, sans-serif;
}

.postmetadata a {
	clear: both;
        color: #727272;
        font: 11px Helvetica, Arial, sans-serif;
}

.postmetadata a:hover {
	clear: both;
        color: #ff5500;
        font: 11px Helvetica, Arial, sans-serif;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
    padding-top: 85px;
padding-right: 15px;
	margin: 0 auto;
	clear: both;
    height: 100px;

}

#footer p {
	margin: 0;
    font: 11px Arial, Sans-serif;
    color: #858585  ;
}
/* End Structure */



/*	Begin Headers */


#sidebar h2 {
    margin-bottom: 5px;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 170px;
    height: 22px;
    border-bottom: 1px dotted #323232;
    text-align:left;
    font: normal 18px Helvetica, Arial, sans-serif;
    color: #ffffff;
}
#sidebar ul ul{
  padding-left: 5px;
  padding-top: 5px;
  padding-right:15px;
  padding-bottom: 10px;
  text-align:right;
}
#sidebar ul ul a{
    margin-bottom: 10px;
    margin-top: 10px;
    color: #727272;
    text-align:right;
    padding-top: 15px;
    padding-bottom: 20px;
    font: 10px Helvetica, Arial, sans-serif;
    text-decoration: none;
}
#sidebar ul ul a:hover{
    text-decoration: none;
    color: #ffffff;
}

h3 {
        font: 13px Helvetica, Arial, sans-serif;
        text-decoration: none;	padding: 0;
	margin: 0;
	}

h3.comments {
        font: 13px Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 20px auto 20px ;
	}
h3#comments {
	font: 13px Helvetica, Arial, sans-serif;
        padding: 0;
	margin: 10px 0 0 10px;
        color: #787878;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
        padding: 0px;
	margin-left: auto;
	margin-right: auto;
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
	}

img.alignright {
	padding: 0px;
	margin: 0px 7px 10px 15px;
	display: inline;
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
	}

img.alignleft {
	padding:0px;
	margin: 0px 15px 10px 7px;
	display: inline;
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
	}

.alignright {
	float: right;
        padding:10px;
	margin: 0px 10px 15px 7px;
	display: inline;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	
        width: 625px;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 5px;
        margin-bottom: 5px;
    font: 11px Helvetica, Arial, sans-serif;
    text-decoration: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
       margin: 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding-top: 0px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px;
	text-align: center;
        font: 11px Helvetica, Arial, sans-serif;
        text-decoration: none;
	}
#searchform div{
    *position: relative;
    *top: -10px;
}
#sidebar #searchform #s {
	width: 110px;
    border: solid 1px #454545;
	padding: 2px;
	}

#sidebar #searchsubmit {
    border: solid 1px #456;
    cursor: pointer;
    padding: 1px 3px;
    position: relative;
    *top: 2px;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
.entry{
  font: 13px Helvetica, Arial, sans-serif;
  line-height:1.4em;
  letter-spacing:.02em;
  color: #B7B7B7;
  margin: 5px 0;
  position: relative;
  z-index: 1;
}
.entry p{margin-top: 10px; margin-left: 0px;}

.entry a{
  color: #ff5500;
  font: 12px Helvetica, Aria, sans-serif;
  text-decoration: none;
}
.entry a:active a:visited{
  padding-top: 5px;
  color: #ff5500;
}
.entry a:hover {
   color: #ffffff;
}

.entry h3{
  color: #ff5500;
  font: 16px Helvetica, Aria, sans-serif;
  text-decoration: none;
}
.comment-link a{
  display: inline-block;
  background: url(images/comments_bullet.jpg) no-repeat 0 50%;
  padding: 3px 0 3px 27px;
}
.meta-home a{
  font: 11px Helvetica, Arial, sans-serif;
  color: #B7B7B7;
  text-decoration: none;
}
.meta-home a:hover{
  text-decoration: underline;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 635px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
    border: solid 2px #5E4839;
    background: #333333;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
    font: 12px Arial;
    color: #B7B7B7;
	}
.commentlist .alt{

}

.commentlist li {
        width: 635px;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
    border-bottom: dashed 1px #232323;
    -border-bottom: dotted 1px #23232323;
}

.commentlist p{
	margin: 10px 5px 10px 0;
    font: 12px Arial;
    color: #B7B7B7;
	}
.commentlist em {
  color: #B7B7B7;
  font-size: 11px;
}
#commentform{
  background: #232323;
width: 635px;
  padding: 10px;
  overflow: hidden;
  zoom:1;
  margin-top: 10px;
}
#respond{
  color: #fff;
  margin-top: 10px;
}

#commentform input, #commentform textarea{
    border: solid 1px #587E81;
    background: #ccc;
}
#commentform input:focus, #commentform textarea:focus{
    background: #fff;
}
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar{
    position: relative;
    float: right;
    z-index: 1;
    width: 200px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Customs: */

#feed-top{
  float: right;
  background: url(images/feed_burner_bg.jpg) no-repeat;
  width: 327px;
  height: 121px;
}
#feed-top .rss{
  float: right;
  display: block;
  width: 38px;
  height: 38px;
  background: url(images/rss_top.png) no-repeat;
  text-indent: -10000px;
  margin: 25px 18px 0 0;
  cursor: pointer;
}
#feed-top p{
  font: 14px 'Century Gothic', Arial, Sans-serif;
  color: #fff;
  text-align: center;
}
.postmetadata .rss{
  display: inline-block;
  padding: 3px 0 3px 30px;
  background: url(images/post-rsst.jpg) no-repeat 0 50%;
  float: right;
}
#Ooyes{
  float: right;
  font: 12px 'Century Gothic',Arial,Sans-serif;
  position: relative;
  right: 10px;
}
#Ooyes a{
  font: 12px 'Century Gothic',Arial,Sans-serif;
  text-decoration: none;
  margin-left: 5px;
}
#Ooyes a:hover{
  text-decoration: underline;
}





