/*
Author: Fram
Author URI: http://mrsbrightside.com/
*/

/* General Elements */

body {
	background: url(images/bg.jpg) repeat-x top  #d1ba99;	
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #3f321d;
}

p, td, tr, table {
	font-family: Arial;
	font-size: 12px;
}

a, a:visited, a:active {
	color: #5f4b37;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-transform:lowercase;
	text-decoration:none;
}

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

b, strong, bold {
	color:#463829;
}

i, em, italic {
	color: #4a331c;
	font-style:italic;
}

underline, u{
	color: #504942;
    text-decoration:underline;
}

textarea {
	background-color: #c9b59a;
	padding: 8px;
	border: solid 1px #c9b59a;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color: #7e6e58;
}

button, submit, input {
	background-color: #c9b59a;
	padding: 8px;
	border: solid 1px #c9b59a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color: #7e6e58;
	font-weight:bold;
}


/* Heaser Elements */


h2 {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style:italic;
	color: #353029;
	margin-bottom: 0;
	text-decoration:none;
	font-weight:normal;
}

h3 {
	margin-top: 15px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #353029;
	margin-bottom: 0;
	text-decoration:none;
	font-weight:normal;
}



/* Post Elements */

.main-content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #887a68;
}

latestimage {
          
 
	 padding:5px;
	 background-color:#887a68;
	 border:1px solid #887a68;
	 -moz-border-radius:6px;
	 -khtml-border-radius: 6px;
	 -webkit-border-radius: 6px;
           opacity:0.9;
   
}
.main-content img{
	 margin:2px;
	 padding:5px;
	 background-color:#887a68;
	 border:1px solid #887a68;
	 -moz-border-radius:6px;
	 -khtml-border-radius: 6px;
	 -webkit-border-radius: 6px;
 
}

.main-content a img{
   margin:2px;
	 padding:5px;
	 background-color:#887a68;
	 border:1px solid #887a68;
	 -moz-border-radius:6px;
	 -khtml-border-radius: 6px;
	 -webkit-border-radius: 6px
}

.main-content a:hover img{
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}

.main-header, .main-header a  {
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 20pt;
	color: #221e19;
	margin-bottom: 18px;
	text-decoration:none;
}

.sub-header {
	margin-top: -20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #dccbb3;
	background-color: #221e19;
	border: 1px;
	border-style:solid;
	text-align:center;
	border-color: #221e19;
	margin-left: 15px;
	margin-right: 20px;
	padding:2px;
	line-height:15px;
	text-transform:lowercase;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
    margin-bottom: 0;
}

.sub-header a {
	text-decoration:none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 9pt;
}

.comments {
	font-family: Georgia;
	font-size: 25px;
	color: #857662;
    font-style:italic;
    text-align:right;
    text-align:center;
}

 .comments a {
	text-decoration:none;
	color: #857662;
	font-family: Georgia;
	font-size: 25px;
}

 .comments a:hover {
	text-decoration:none;
	color: #857662;
}

blockquote {
	font: 12px "Trebuchet MS", Arial, "Times New Roman", Times, serif ;
	color:#857662;
	line-height:15px;
	border-left:11px solid #baa68b;
	margin-left:7px;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
}

.postmetadata {
	background-color: #d1ba99;
	padding: 8px;
	border: solid 1px #d1ba99;
	color:#8e7f69;
}





/* Special Elements */

.sb_title {
	text-align: right;
	font-size:25px;
	font-family: Georgia;
	color: #c9b59a;
	font-style:italic;
}

.welcome {
	font-family: Arial;
	font-size: 12px;
	color: #716554;
	text-align:left;
}

.navigation-links, {
	margin-top: 0px;
	text-align: center;
	font-family: Georgia;
	font-size: 16px;
	color: #0f0c08;
	font-style:italic;
	text-decoration:none;
	text-transform:lowercase;
	letter-spacing:0px;
}

.navigation-links a {
	margin-top: 0px;
	text-align: center;
	font-family: Georgia;
	font-size: 16px;
	color: #0f0c08;
	font-style:italic;
	text-transform:lowercase;
	letter-spacing:0px;
}

.navigation-links a:hover {
	color: #000000;
}