
/*    
Theme Name: demi_central
Theme URI: www.unrittendesigns.com
Author: Toni @ www.unrittendesigns.com
Author URI: www.unrittendesigns.com
Version: 1.0 
 
An Unwritten Designs Exclusive for robert-kristen.com
 
DO NOT STEAL!
DO NOT RE-USE CODING
ALWAYS CREDIT

THANKYOU! 

*/ 

@charset "utf-8";


p:first-child { margin-top: 0; }


img[usemap], object[usemap], Layer3 {
border: none;
padding: 0px;
margin: 0px;
}

.layout {
border: none;
padding: 0px;
margin: 0px;
}


body {
position: relative;
background-color: #111111;
background-image: url(images/BG.png);
background-repeat: repeat-x;
margin: 0 auto 0 auto;
text-align: center;
font-size: 9pt;
font-weight: normal;
font-family: trebuchet MS;
padding: 0px;
line-height: 9pt;
color: #c0c0c0; 
}

#container {
position: relative;
background-color: #111111;
width: 1000px; 
margin: 0px auto 0 auto;
text-align: center;
padding: 0px;
} 

#header {
width: 1000px;
height: 686px;
margin: 0 auto 0 auto;
padding: 0px;
overflow: hidden;
}


#content {
background-color: #111111;
float: right;
width:  607px;
margin: 0px 0px 0px 0px;
text-align: left;
padding: 0px;
}

#sidebar {
background-color: #111111;
float: left;
width: 340px;
margin: 0px 0px 0px 0px;
text-align: left;
padding: 0px;
}

#sidetop {
background: #111111 url(images/sidetop.png) no-repeat;
width: 340px;
height: 91px;
padding: 0px;
margin: 0px;
}

#sidecontent {
background: #111111 url(images/sidetmiddle.png) repeat-y;
width: 340px;
padding: 0px;
margin: 0px;
}

.sidecontent-text {
background: transparent;
width: 310px;
padding: 0 20px 0px 20px;
margin: 0px;
}

.sbottom {
background: #111111 url(images/sidetbottom.png) no-repeat;
width: 340px;
height: 60px;
padding: 0px;
margin: 0px;
}


#footer {
background: #111111 url();
clear: both;
width: 1000px;
height: 20px;
margin: 0 auto 0 auto;
padding: 0px;
}


#welcome-message {
z-index:1;
position:absolute;
background: transparent;
top:439px;
left:63px;
height:120px;
width: 400px;
text-align:left;
padding:2px;
margin:0;
overflow:hidden;
}


b, strong{
font-family: georgia;
font-size: 9pt;
color: #404040;
font-weight: bold;
}

.moretext{
font-family: georgia;
color: #282828;
text-align: center;
padding: 5px;
}


i, em{
font-family: georgia;
font-size: 9pt;
color: #f96105;
}



blockquote {	
background: #111111 url() no-repeat top right;
padding: 5px; 
margin: 20px;
border: 0px solid #f6f7f7; 
color: #68686a;
	-moz-border-radius:  6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
}


/*************HEADERS******************/



h1 {
background: #transparent;
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
border: 0px solid #fff; 
margin: 10px 0px 0px 0px;
color: #919191;
font-size: 16px;
font-family: 'Lucida Sans';
font-weight: normal;
text-align: center;
text-transform: none;
padding: 0px;
}


h2 {
background: transparent;
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
	text-transform: uppercase;
	border-bottom: 0px solid #95c2ce;
	margin: 0px 0px 10px 0px;
	padding: 30px 0px 0px 0px;
	font-size: 14px;
font-family: 'Lucida Sans';
font-weight: normal;
text-align: center;
text-transform: uppercase;
color: #f96105;
}




/*************LINKS******************/

a { 
text-decoration: none;
}
a:link {
color: #f96105; 
}
a:visited, a:active {
color: #f96105; 
}
a:hover {
color: #ffffff; 
text-decoration: none;
}




/*************IMAGES******************/



img {
background: #1a1a1a url() repeat;
border: 1px solid #282828;
padding: 5px;
margin: 3px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.9;
} 



a img{
background: #1a1a1a url() repeat;
border: 1px solid #285670;
padding: 5px;
margin: 3px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.9;

} 

a:hover img {
background: #1a1a1a url() repeat;
border: 1px solid #f96105;
padding: 5px;
margin: 3px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.9;

}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/*************POSTS******************/


.post-date{
background: url(images/date.png) no-repeat;
width: 76px;
height: 80px;
font-style: italic; 
text-align: center;
float: left;
margin: 30px 0px 0 30px;
}


.day{
margin: 15px 0px 0px 0px;
font-size: 20pt;
text-transform: none;
text-align: center;
line-height: 20px;
font-weight: normal;
color: #fff;
}


.month{
margin: 2px 0px 0px 0px;
text-align: center;
line-height: 10pt;
font-size: 10pt;
text-transform: lowercase;
font-weight: normal;
color: #000;
}


.subject {
background: #transparent;
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
border: 0px solid #fff; 
margin: 10px 0px 0px 0px;
color: #f96105;
font-size: 16px;
font-family: 'Lucida Sans';
font-weight: normal;
text-align: center;
text-transform: none;
padding: 0px; 
}


.subject a{
color: #f96105;}

.subject a:visited{
color: #f96105;}

.subject a:hover{
color: #fff;}




.posttop {
background:url(images/postop.png) no-repeat bottom;
width: 607px;
height: 129px;
color: #fff; 
float: left;
border: none;
padding: 0px;
margin: 0px 0px 0px 0px;
}

.top-info {
background-color: #transparent;
text-align: center;
text-transform: none;
margin: 10px 0px 0px 2px;
padding: 5px;
font-size: 11px;
height:  20px;
width: 607px;
color: #545454;
}


.post{
background:transparent url(images/postbg.png) repeat-y scroll center top;
font-weight: normal;
text-decoration: none;
width: 607px;
margin: 0px;
padding: 0px;
overflow:hidden;
clear:left;
}


#post{
background:transparent url() repeat-y scroll center top;
font-weight: normal;
text-decoration: none;
width: 607px;
margin: 0px;
padding: 0px;
overflow:hidden;
}

.entry{
clear: both;
margin: 0px 20px;
padding: 10px;
text-decoration: none;
font-weight: normal;
display: clear;
}


.page-content{
clear: both;
margin: 0px 0px 0px 5px;
padding: 10px;
text-decoration: none;
font-weight: normal;
display: clear;
}


#extras {
margin: 50px 40px 5px 0px;
}

#page-extras {
margin: 0px 40px 0px 0px;
}

.info {
background: #656566;
border:1px solid #515151;
text-align: center;
float: right;
font-size: 10px;
color: #b3b3b3;
letter-spacing:1px;
line-height:8px;
padding:8px;
display: inline;
margin: 0px 10px 0px 30px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
}


.comment {
background: transparent url(images/commentbg.png) no-repeat scroll center top;
border:0px;
width: 78px;
height: 66px;
text-align: center;
float: left;
font-size: 16px;
font-family: 'Lucida Sans';
font-weight: normal;
color: #b3b3b3;
padding: 20px 10px 0px 20px;
margin: 55px 0px 0 0px;
}


.comment a{
color: #f5f5f5;}

.comment a:visited{
color: #f5f5f5;}

.comment a:hover{
color: #d6d6d6;}


.postbottom {
background:url(images/postbottom.png) no-repeat bottom;
width: 607px;
height: 113px; 
clear: both;
border: none;
padding: 0px;
margin: 0px 0px 0px 0px;
}




.page{
background:transparent url(images/postbg.png) repeat-y scroll center top;
font-weight: normal;
text-decoration: none;
width: 607px;
margin: 0px 0px 0px 0px;
padding: 0px;
}


.comment-title {
background: #transparent;
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
border: 0px solid #fff; 
margin: 50px 0;
color: #919191;
font-size: 16px;
font-family: 'Lucida Sans';
font-weight: normal;
text-align: center;
text-transform: none;
padding: 0px; 
}



#comment-text{
background:transparent url(images/postbg.png) repeat-y scroll center top;
font-weight: normal;
text-decoration: none;
width: 607px;
margin: 0px 0px 0px 0px;
padding: 0px;
overflow:hidden;
}


#text {
margin: 0px 20px;
padding: 10px 0px 0px 10px;
}

#thecomment {
background-color: #111111;
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
font-weight: normal;
text-decoration: none;
margin: 0px 0px 20px 0px;
padding: 2px;
overflow:hidden;
border: 0px solid #efece7;
}

#commentform{
padding: 2px;
margin: 10px 0px 3px 80px;
}


.commentmetadata {
background-color: #fefefe;
text-decoration: none;
text-align: right;
font-weight: normal;
padding: 0px;
margin: 3px 0px 5px 0px;
padding: 5px;
}

#comments {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:#d74505 none repeat scroll 0 0;
border:1px solid #e45812;
color:#fff;
font-family:'Lucida Sans';
font-size:12px;
padding: 10px;
margin:30px 20px 10px 30px;
text-transform:none; 
}



#respond {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:#d74505 none repeat scroll 0 0;
border:1px solid #e45812;
color:#fff;
font-family:'Lucida Sans';
font-size:12px;
padding: 10px;
margin:30px 20px 10px 30px;
text-transform:none; 
}


#commentlist ul, ol {
background-color: #111111;
margin: 0px 0px 0px 0px;
padding: 5px;
text-decoration: none;
font-weight: normal;
overflow:hidden;
border: 0px solid #fff;
}

#commentlist li {
background:transparent url(images/postbg.png) repeat-y scroll center top;
font-weight: normal;
text-decoration: none;
width: 607px;
margin: 0px 0px 0px 0px;
padding: 0px;
overflow:hidden;
}

.commentbottom {
background: url(images/postbottom.png) no-repeat bottom;
width: 607px;
height: 60px; 
float: left;
border: none;
padding: 0px;
margin: 0px 0px 0px 0px;
}

#maincommentform {
background:transparent url(images/postbg.png) repeat-y scroll center top;
font-weight: normal;
text-decoration: none;
width: 607px;
margin: 0px;
padding: 0px;
overflow:hidden;
}


textarea#comment {
background-color: #111111;
width: 400px; 
padding: 5px; 
margin: 0px 0px 3px 0px;
padding: 2px;
}

input, textarea, option, select, button {
padding: 1px;
border: 0px solid #111111; 
background-color: #111111;
font-family : arial; 
font-size: 11px;
color: #E4E4E4; 
padding: 8px;
	-moz-border-radius:  6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
}


#sidebar input, textarea, option, select, button {
border: 0px solid #111111; 
background-color: #111111;
font-family : arial; 
font-size: 11px;
color: #E4E4E4; 
padding: 8px;
	-moz-border-radius:  6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
}




address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;
}
 

.projects {
display: block;
border: none;
float: left;
margin: 0px;
padding: 0px;
}

ul {
list-style-type: disc;
list-style-image: url(images/bullet.png);
list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin: 0px
}




p {
margin:0;
padding:3px;
}

center {
margin:0;
padding:0px;
}

