/*
	Theme Name: Rounded Grey Blog (Tweaked)
	Theme URI: http://hermmm.com
	Description: GreyBlog 2 column, http://www.free-css-templates.com/demo/GreyBlog/ Design: David Herreman
	Version: 1.0
	Author: hermmm (tweaked by: Spligum)
	Author URI: http://hermmm.com
*/

body {
	margin:5px 0; 
	padding:0; 
	font: 80% Arial, Sans-Serif; 
	color:#FFF;  
	background-color:#eee;
	line-height: 1.4em; 
	background : #7D8085;
}

.toph { background: #3D3E42 url(images/top.jpg) no-repeat center; height: 39px; margin:0; padding:0; text-align: center; }

.content { 
        color: #FFF; 
	margin: 0 auto; 
	width: 800px;
        text-align: justify;
	background: #3D3E42 url(images/bg.jpg) repeat-y center;
}

.title {
	background: #FFF url(images/logo.jpg) left no-repeat;
	height: 32px;
	color: #F29900;
	font-size:141%; 
	font-weight:bold; 
	padding: 10px 0 0 40px;
        text-align: left;	
}

.edit a {
        font-size: 50%;
        text-decoration: none;
        color: #A36700;
        border: 1px dashed #ccc;
        padding: 1px;
        text-transform: uppercase;
}

.edit a:hover {
        text-decoration: none;
        color: #fff;
        border: 1px dotted #eee;
        padding: 1px;
}
        

.right {  
	background: #FFF;
	clear: both; 
	font-size: 95%; 
	float:right; 
	width: 170px;
	margin: 0 15px 0 0 !important;
	margin: 0 8px 0 0;
	padding: 0px 1em 0 0px; 
}

.right a { 
	color: #7D8085;
}

.nav { 
	text-transform: uppercase; 
	clear: both; 
	text-align: left; 
	color: #7D8085; 
	padding: 5px 0 0 0; 
}

.nav li { 
	font-weight: bold; 
	margin: 0 0 8px 0; 
	padding: 0 0 0 5px;
        border-bottom: 1px solid #F29900;
        text-align: left;
}

.nav li a { 
	color: #7D8085; 
}

.nav li a:hover { 
	color: #F29900; 
	text-decoration: none;
        text-align: left;
}

.theme {
	position:absolute; 
	overflow:hidden; 
	left:1px; 
	top:1px; 
	width:0px; 
	height:0px; 
	z-index:0;
}

.boxad { 
	background: #45464B; 
	color: #BBB; 
	border: 1px solid #555; 
	padding: 5px; 
}

p { 
	margin: 0 0 5px 0; 	
	padding: 0; 
	background: inherit; 
}

hr { 
	border: 0; 
	height: 1px; 
	color: #eee; 
	background-color: #eee; 
}

/* Link and Images Linked/Unlinked settings */

img { margin:3px; }

img.l {
        float: left;
        margin: 4px 11px 4px 4px;
}

img.r {
        float: right;
        margin: 4px 4px 4px 11px;
}

a img, a:active img, a:visited img {
        background-color: #F29900;
        border: 2px solid #F29900;
}

a:hover img {
        background-color: #F29900;
        filter:alpha(opacity=79);
	-moz-opacity:0.79;
	-khtml-opacity: 0.79;
	opacity: 0.79;
}

a { 
	color: #888; 
	background: inherit;  
	text-decoration: underline; 
}

a:hover { 	
	background: inherit;
	text-decoration: underline;
}

.more-link {
        margin-left: 17px;
        font-weight: bold;
}

.more-link:before {
        content: "\00BB \0020";
}

blockquote {
        color: #CFCFCF !important;
        background-color: #55575E;
        border-top: 1px solid #A36700;
        border-left: 1px solid #A36700;
        margin: 9px auto 13px auto;
        padding: 9px;
        width: 88%;
}

.code { 
       color: #F29900 !important;
       background-color: #000;
       border-top: 1px solid #A36700;
       border-left: 1px solid #A36700;
       margin: 9px auto 13px auto;
       padding: 9px;
       width: 88%;
       font-family: times;
}

h1 { 
	padding:0; 
	margin:0; 
	color: #FFF; 
	background: inherit;
	font: bold 1.8em Arial, Sans-Serif; 
	letter-spacing: -1px; 
}

h1 a {
	color: #FFF; 
	background: inherit;
}

h2 { 
	background-color: inherit;	
	color:#F29900; 
	font-size:146%; 
	font-weight:bold; 
	margin: 10px 0 10px 0; 
	padding: 0;
}

h2 a { 
	color: #F29955;
        text-decoration: none;
}

h2 a:hover { 	
	color: #F29955; 
	text-decoration: none;
}

h3 {
        background-color: inherit;	
	color:#F29900; 
	font-size:142%; 
	font-weight:bold; 
	margin: 10px 0 10px 0; 
	padding: 0; 
}

h4 {
        background-color: inherit;	
	color:#D7D7D7; 
	font-size:114%; 
	font-weight:bold; 
	margin: 6px 0 0 0; 
	padding: 0; 
}

ol li { 
        list-style-type: upper-roman; 
        color: #F29900;
        margin: 0 0 0 0px;
        padding: 5px 0 5px 0px;
}

ul { 
	margin: 11px 0 20px 15px; 
	padding: 0; 
}

ul li a {
        color: #F0DCBE;
        text-decoration: underline;
}

ul li a:hover {
        color: #FFF;
        text-decoration: overline;
}

ul li { list-style-type: none; }

ul li:before { content: "\00BB \0020"; }

li {
        list-style-type: square;	
	color: #CFCFCF;	
	margin: 0 0 0 7px;
	padding: 0 0 0 0px;
}

ul.side li:before { content: "";  }

ul.side li { 
	list-style-type: square;	
	color: #F29900 !important;	
	margin: 0 0 0 4px;	
	padding: 0 0 0 0px;
        text-align: left;
        text-decoration: none;
}

ul.sideLVL2, ul.sideLVL2 li { list-style-type: none; }

ul.side li a { 
        color: #7D8085 !important;
        text-decoration: none;
}

ul.side li a:hover { 
	color: #F29900 !important;
        text-decoration: none;
}

.center { 
	float:left; 
	width: 540px; 
	font-size: 97%; 
	margin: 0px 0 5px 35px !important;
	margin: 0px 0 5px 20px; 
	padding: 0; 
	background: #3D3E42; 
	color: #A1A1A1;
}

.center a { color: #F29900;}
.center a:hover { color: #FFF; }


.footer { 
	clear:both;
	width: auto;
	height: 37px;
	color:#888;  
	font-size:90%;
	background: #3D3E42 url(images/bot.jpg) no-repeat center;
	text-align:center; 
}


.footer_text {
	text-align: left;
 	margin: 0; padding: 0;
	color: #aaa;
}

.footer_text a { color: #777; }


fieldset {
	border: 1px solid #eee;
}
textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #ccc; 
	background: #fff; 
	color: #000;
}

textarea.text:hover { 
	border: 1px solid #eee; 
	background: #FFDDA3; 
	color: #000;
}

input.field { 
	border: 1px solid #ccc; 
	background-color: #EAC8A4; 
	width: 100px; 
	color: #000;
}

input.field:hover { 
	border: 1px solid #eee; 
	background: #ccc; 
	color: #000;
}

input.text { 
	margin: 0; 
	width: 110px;
	border: 1px solid #F29900; 
	background: #FFF;
	color: #808080;
}

input.text:hover { 
	border: 1px solid #F26600; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

/* Contact Form 7 declarations (wpcf7) */

form.wpcf7 { margin-left: 48px; }

input.wpcf7-email,  .wpcf7-email-body{ 
        color: #eee;
        background-color: #63625E;
        border: 1px solid #eee;
        padding: 3px;
}

.wpcf7-email-body {
        overflow:auto;
}

.date { 
	color: #ccc; 
	background: #3D3E42;
	text-align: right; 
	margin: 4px 0 8px 0; 
	padding: 0.3em 0 0.3em 0; 
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

.date a { color: #ccc;
          border-bottom: 1px dotted #ccc;
          text-decoration: none;        
}

.date a:hover {  
          text-decoration: none;
          color: #fff;
}

.time { 
	color: #192D50; 
	float: left;
	text-align: left; 
	padding: 5px 0 0 15px; 
}

input.button { 
	background: #FFFFF4; 
	color: #808080;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* The text area for comments */
.comInputInfo {
        color: #EFB257;
        background-color: #63625E;
        border: 2px solid #eee;
        padding: 3px;
      #  margin-top: 6px;
}

.comInputComment {
        color: #EFB257;
        background-color: #63625E;
        border: 2px solid #eee;
        padding: 3px;
        margin-top: 10px;
        overflow:auto;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #55575E; 
	color: #A1A1A1;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #123456; 
	color: #eee;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #fff;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}
.success h2 {
	color: #7BA813;
	background: inherit;
}

