/*  
Theme Name: Excellence
Theme URI: http://www.resexcellence.com/
Description: The initial teaser-blog for the grand ResExcellence revamp.
Version: 1.0
Author: Model Concept
Author URI: http://www.modelconcept.net/
*/

body {
	margin: 0px;
	text-align: justify;
	background: url(images/headerl.jpg) top center repeat-x #12110e;
	font: 12px   'Helvetica', Arial, sans-serif;
}

/*-----------Structural Elements--------------*/

#container {
	width: 800px;
margin-right: auto;
margin-left: auto;
position: relative;
}

#textcontainer {
	width: 500px;
margin-right: auto;
margin-left: auto;
position: relative;
margin-top: 50px;
color: #d5d5d5;
}

#footer {
	margin-top: 15px;
text-align: center;
padding-bottom: 10px;
color: #202020;
}

#footer:hover {
color: #444444;
}

/*-----------Post Elements--------------*/

.postheader {
color: #d5c053;
text-shadow: #f7f162 1px 1px 1px;
font-size: 14px;
float: left;
}

.postinfo {
text-align: right;
float: right;
color: #656565;
}

.postinfo:hover {
color: #7e7e7e;
}

.postmeta2 {
padding-left: 14px;
background: url(images/comsym.png) no-repeat;
background-position: 0px 0px;
}

.postinfo:hover .postmeta2 {
padding-left: 14px;
background: url(images/comsym3.png) no-repeat;
background-position: 0px 14px;
}

.postbody {
line-height: 15px;
padding-bottom: 10px;
}

/*-----------Link Styles--------------*/

.postinfo a {
text-decoration: none;
color: #353535;
}

.postinfo:hover a {
color: #555555;
border-bottom: 1px solid #222222;
}

.postinfo a:hover {
border-bottom: 1px solid #d5c053;
}

.postinfo a:active {
	color: #d5c053;
border-bottom: 1px solid #d5c053;
}

.postbody a {
color: #BBBBBB;
text-decoration: none;
border-bottom: 1px solid #333333;
}

.postbody a:hover {
border-bottom: 1px solid #d5c053;
}

.postbody a:active {
	color: #d5c053;
border-bottom: 1px solid #d5c053;
}

#commentform a {
color: #BBBBBB;
text-decoration: none;
border-bottom: 1px solid #333333;
}

#commentform a:hover {
border-bottom: 1px solid #d5c053;
}

#commentform a:active {
	color: #d5c053;
border-bottom: 1px solid #d5c053;
}

#comments a {
color: #999999;
text-decoration: none;
border-bottom: 1px solid #222222;
}

#comments a:hover {
border-bottom: 1px solid #d5c053;
}

#comments a:active {
	color: #d5c053;
border-bottom: 1px solid #d5c053;
}

#nav a {
	text-decoration: none;
color: #d5c053;
}

#footer a {
	text-decoration: none;
color: #303030;
}

#footer:hover a {
	text-decoration: none;
color: #999999;
}

#footer a:hover {
border-bottom: 1px solid #d5c053;
}

#footer a:active {
color: #d5c053;
}

.postheader a {
color: #d5c053;
text-decoration: none;
}

.postheader a:hover {
border-bottom: 1px solid #d5c053;
}

.postheader a:active {
text-shadow: #f7f162 1px 1px 2px;
}

.comments-link {
margin-left: 10px;
}

/*-----------Comment Styles--------------*/

.comment {
width: 484px;
padding: 8px;
background: #141310;
border: 1px solid #171613;
margin-bottom: 10px;
color: #999999;
}

.admincomment {
width: 484px;
padding: 8px;
background: #141310;
border: 1px solid #333333;
margin-bottom: 10px;
color: #888888;
}

.commentmeta {
padding-bottom: 8px;
}

.commenter {
	width: 300px;
}

.comment p {
margin-bottom: 0px;
padding-bottom: 0px;
}

#commentbox {
	width: 500px;
}

.softfieldcaption {
color: #353535;
}

.softfieldcaption:hover {
color: #555555;
}

/*-----------Image Styles--------------*/

.postbody img { /* Image style for generic images in the post body (to be supplemented by the following styles in context */
padding: 3px;
border: 1px solid #171717;
}

.postimgright { /* Image style for right-aligned preview images */
margin-left: 10px;
margin-bottom: 6px;
}
/*-----------Misc Elements--------------*/

#pagetitle {
height: 200px;
width: 500px;
}

p {
margin: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 8px;
}

hr {
	border-top: 1px solid #171717;
	border-left: none;
	border-right: none;
border-bottom: none;
height: 1px;
margin-top: 10px;
margin-bottom: 10px;
}

.floatl {
float: left;
}

.floatr {
float: right;
}

.clear {
clear: both;
}

.postgap{
clear: both;
height: 10px;
}