/*
Theme Name: Domaining Theme
Description: Domaining WordPress theme created by  <a href="http://ooyes.net/">http://ooyes.net</a>.
Version: 3.6
Author: Ooyes
Author URI: http://ooyes.net/
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-size: 13px;
	font-family: Arial, Sans-Serif;
        background-color:#000000;
margin:3px;
padding:3px;
	color: #e9e9e9;
	text-align: center;
	}
a{
  font: 13px Arial, Sans-Serif;
  color: #9dac57;
}
a:link{
  font: 13px Arial, Sans-Serif;
  color: #9dac57;
}
a:visited{
  font: 13px Arial, Sans-Serif;
  color: #9dac57;
}
a:hover{
  font: 13px Arial, Sans-Serif;
  color: #ffffff;
}
#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: 11px Tahoma;
  color: #5B5B5B;
}



/* Begin Structure */

#page {
	width: 960px;

	}
#content-wrap{
  background: #000000;
  overflow: hidden;

}

#content{
  float: left;
  width: 960px;
	background-image: url(images/bot-bg.jpg); 
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height:366px;
line-height:180%;
}

#header {
	margin: 0 0 0 0px;
	padding: 0;
	width: 960px;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

#nav{
  width: 100%;
  height: 43px;
  margin: 0;
  padding: 0;
  background: url(images/navbg.jpg) no-repeat center top;
  overflow: hidden;
  text-align:center;
}
#shailan-dropdown-wrapper--1 {
width: 960px;
  height: 43px;
  margin: 0;
  padding: 0;
  background: url(images/navbg.jpg) no-repeat center top;
  text-align:center;
 position: absolute;
 z-index: 998;
}

ul.process {
font-size:12px;
}
#nav ul{
    list-style: none;
    display: inline;
    text-align:center;
}
#nav li{
    float: left;
    display: inline;
    margin: 0 1px;
}
#nav a:link{
    display: block;
    height:43px;
    padding: 14px 12px;
    color: #fff;
    font-family: Arial, Helvetica;
    font-size:13px;
    font-weight:bold;
    text-decoration: none;
border-right:1px solid #9eac4f;
}
#nav a:visited{
    display: block;
    height:43px;
    padding: 14px 12px;
    color: #fff;
    font-family: Arial, Helvetica;
    font-size:13px;
    font-weight:bold;
    text-decoration: none;
border-right:1px solid #9eac4f;
}
#nav a:hover{
    display: block;
    height:43px;
    padding: 12px 12px;
    color: #fff;
    font-family: Arial, Helvetica;
    font-size:13px;
    font-weight:bold;
    text-decoration: none;
  background: url(images/navhover.jpg) repeat-x center top;
border-right:1px solid #a6b45a;
}
.post {
    margin: 0;
    padding: 0;
    width: 945px;
    min-height: 100px;
    -height: 100px;
}

.post  h3 a, .post h3{
      font: bold 30px Arial, sans-serif;
      color: #e1e1e1;
      text-decoration: none;
}
.post h2 {
	display:block;
	height:49px;
	width:960px;
	  background: url(images/title-bg.jpg) repeat-x;
      font: bold 18px Arial, sans-serif;
      padding-top: 12px;
      padding-left:14px;
      font-weight:bold;
      color: #859248;
      text-decoration: none;
}

.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: #707070;
  font: 13px Arial, sans-serif;
}


.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 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: #5B5B5B;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0;
}

#footer p {
	margin: 0;
    font: 12px Arial, Sans-serif;
    color: #858585  ;
}
/* End Structure */



/*	Begin Headers */


#sidebar h2 {
	margin: 0;
    padding: 12px 0 8px 40px;
    width: 245px;
    height: 17px;
    background: url(images/sidebar_title.jpg) no-repeat;
    font: bold 15px Arial, sans-serif;
    color: #fff;
}
#sidebar ul ul{
  background: #333333;
  border: solid 1px #393939;
  padding: 15px 0 10px 15px;
}
#sidebar ul ul a{
    color: #959595;
    font: 13px Arial, sans-serif;
    text-decoration: none;
}
#sidebar ul ul a:hover{
    text-decoration: underline;
}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
h3#comments {
	padding: 0;
	margin: 10px 0;
    color: #ccc;
	}
/* 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) */
#noborder img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
border:0px solid #606b38;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
border:1px solid #606b38;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
border:1px solid #606b38;
	}

img.alignleft {
	padding: 4px;
	margin: 6px 7px 6px 0;
	display: inline;
border:1px solid #606b38;
	}

.alignright {
	float: right;
	}

.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;
	padding-left: 10px;
	font-size: 13px;
	font-family: Arial, Sans-Serif;
	}

html>body .entry li {
	margin: 0px 0px 0px 10px;
	line-height:160%;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	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-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
#searchform div{
    *position: relative;
    *top: -10px;
}
#sidebar #searchform #s {
	width: 150px;
    border: solid 1px #959595;
	padding: 2px;
	}

#sidebar #searchsubmit {
    border: solid 2px #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{  /* main page text control */
  font: 13px Arial, sans-serif;
  color: #e1e1e1;
  margin: 0px 0px 20px 0px;
 padding-left:15px;
  position: relative;
line-height:150%;
}
.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: 13px Arial, sans-serif;
  color: #e1e1e1;
  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: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
    border: solid 2px #5E4839;
    background: #4A4B4D;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
    font: 13px Arial;
    color: #e1e1e1;
	}
.commentlist .alt{

}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
    border-bottom: dashed 1px #456;
    -border-bottom: dotted 1px #456;
}

.commentlist p{
	margin: 10px 5px 10px 0;
    font: 13px Arial;
    color: #e1e1e1;
	}
.commentlist em {
  color: #e1e1e1;
  font-size: 13px;
}
#commentform{
  background: #333;
  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
{
    float: left;
    width: 285px;
	}

#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 {
	text-transform: lowercase;
	font-size: 14px;
	font-family: Times New Roman;
	font-weight:bold;
	font-style:italic;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color:#574a41;

}
/* 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;
}
.footer1 {
clear:both;
padding-top:1px;
color:#969696;
font-size:11px;
text-align:center;
line-height:110%;
font-weight:bold;
}
.footercopy {
background: url(images/copybg.jpg) no-repeat;
width:960px;
height:42px;
padding-top:15px;
font: 10px Arial, sans-serif;
text-align:center;
clear:both;
}

.rightside {
display:block;
min-height:300px;
background: url(images/sidebarbg.jpg) repeat-x;
float:right;
}
.button {
background: url(images/btnbg.jpg) no-repeat;
width:80px;
height:25px;
font: 11px Arial, sans-serif;
font-weight:bold;
text-align:center;
color:#ffffff;
border:0px;
}

.galleryname {
display:block;
background-color: #2f3216;
padding:3px;
font-weight:bold;
font-family: Times New Roman;
font-style:italic;
font-size:16px;
}
.galleryname2 {
display:block;
background-color: #2f3216;
padding:3px;
font-weight:bold;
font-family: Times New Roman;
font-style:italic;
font-size:16px;
clear:both;
margin-top:20px;
}
.cblock {
display:block;
height:15px;
}
a.buttons:link {
display:block;
padding: 10px 2px;
margin-top: 3px;
margin-left: 30px;
width:190px;
color: #ffffff;	
text-align: center;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
border: 2px outset #b9c781;
background-color:#6d7935;
}

a.buttons:visited {
display:block;
padding: 10px 2px;
margin-top: 3px;
margin-left: 30px;
width:190px;
color: #ffffff;	
text-align: center;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
border: 2px outset #b9c781;
background-color:#6d7935;
}

a.buttons:hover {
background-color:#92a448;
color: #ffffff;
}
#silestone p {
    display: inline;
}
