/*  
Theme Name: Gray Layout
Theme URI: http://cameraderie.info
Description: Gray Layout
Version: 1.0
Author: Angeli Marie
Author URI: http://cameraderie.info

*/

/*Body*/
body {
	margin: 0;
	text-align: justify;
	background: #4D4D4D;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	color: #999999;
}

/*Text Formatting*/
i {
	color: #FF9999;
}

strong {
	color: #88A65E;
}

a:link, a:active, a:visited{
	color: #88A65E;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #FF9999;
	text-decoration: none;
}

h2 { 
	color: #FF9999;
	font: 16px Century Gothic, Sans-Serif;
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 3px dashed #4D4D4D;
}

img {
	border: 0;
} 

/*H2 Title Box*/
#box h2 { 
	color: #FF9999;
	font: 16px Century Gothic, Sans-Serif;
	border: 0;
	padding-bottom: 1px;
	margin-bottom: 0px;
}

/*Layout Structure*/
#wrapper{
	margin: 0px auto 0px auto;
	width: 820px;
}

#container_wrapper
{
	margin: 0;
	width: 100%;
	overflow: auto;
	background: #333333;
	border: 2px solid #606060;
	-moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}

#show {
	margin-bottom: 10px;
}

#header{
	width: 800px;
	background: #333333;
}

#nav {
	width: 820px;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	text-align: center;
	background: #333333;
	border: 2px solid #606060;
	border-top: 0;
	-moz-border-radius: 0px 0px 10px 10px;
        -webkit-border-radius: 0px 0px 10px 10px;
}

#sidebar {
	float: right;
	width: 240px;
	text-align: justify;
	color: #999999;
	padding: 0px 15px 10px 15px;
}

#box {
	float: left;
	width: 520px;
	padding: 0px 14px 20px 14px;
	-moz-border-radius: 5px;
   	 -webkit-border-radius: 5px;
	text-align: justify;
        line-height: 17px;
	border-right: 1px dotted #404040;
}

#footer {
	margin: 10px auto 10px auto;
	clear: both;
	float: left;
	width: 100%;
}

/*Navigation Styling*/
#nav ul {
	margin: 0;
}

#nav ul li {
	list-style-type: none;
  	list-style-image: none;
	padding-right: 30px;
	display: inline;
}

#nav a {
	color: #FF9999;
	font-size: 14px;
}

#nav a:hover {
	color: #88A65E;
	background: #4d4d4d;
	padding: 5px 10px;
	margin: -10px;
	-moz-border-radius: 5px 0px 5px 0px;
	-webkit-border-radius: 5px 0px 5px 0px;
}

/* Content Box Styling*/
#box a:link, a:active, a:visited{
	color: #88A65E;
	text-decoration: none;
	border: 0;
}

#box a:hover {
	color: #FF9999;
	font-weight: none;
}

#box ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}


#box ul li:before{
  	content: "\00BB";
  	padding-right: 5px;
  	color: #FF9999;
}

/*Continue Reading*/
.more {
	float: right;
	font-size: 12px;
	color: #88A65E;
	background: #4d4d4d;
	margin-top: 10px;
	padding: 5px;
	-moz-border-radius: 5px;
   	 -webkit-border-radius: 5px;
}

.meta {
	font-size:10px;
	color:#999999;
	background: ;
        margin-top:0px;
	margin-bottom:10px;
	padding-bottom:3px;
	border-bottom: 3px dashed #4D4D4D;
}

blockquote
{
font-family: arial, verdana, sans-serif;
color: #999999;
background: #4D4D4D;
padding: 5px 15px 5px 15px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

/* SIDEBAR STYLING */
#sidebar h2 {
	margin-bottom: 10px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

#sidebar ul li a {	
	color:#999999;
	text-decoration: none;
}

#sidebar ul li:before{
  	content: "\00BB";
  	padding-right: 5px;
  	color: #88A65E;
}

#sidebar a:hover {
	color: #88A65E;
	font-weight: none;
}

/* FOOTER STYLING */
#footer{
	margin: 10px auto 10px auto;
	clear: both;
	float: left;
	width: 810px;
	color: #999999;
}

/* COMMENTS STYLING */
.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 10px;
	background: #404040;
	-moz-border-radius: 10px 0px 10px 0px;
        -webkit-border-radius: 10px 0px 10px 0px;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Sans-serif;
	font-size: 12px;
}

.commentmetadata{
	font-size: 11px;
	border-bottom: 3px dashed #585858;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	background: #404040;
	color: #999999;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.comments-template input{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	background: #404040;
	color: #999999;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

/* CONTACT FORMS */
#contactform{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
}

#contactform input{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	background: #4d4d4d;
	color: #999999;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

#contactform textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	background: #4d4d4d;
	color: #999999;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

#contactform select{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	background: #4d4d4d;
	color: #999999;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}



/* TWITTER STYLING */
#twitter {
  	color: #999999;
  	font-family: Arial, Sans-serif;
  	font-size: 11px;
  	text-align: justify;
  	width: 240px;
	padding-top: 5px;
        line-height: 110%;
}
 
#twitter ul {
  	list-style-type:none;
}

#twitter ul li{
  	list-style-type: none;
  	list-style-image: none;
  	padding: 3px 5px;
	background: #4d4d4d;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	margin-bottom: 2px;
} 

#twitter ul li:before{
  content: "\00BB";
  padding-right: 5px;
  color: #FF9999;
}

#twitter ul li a {
  color: #FF9999;
}
 
#twitter a:hover {
  color: #999999;
  text-decoration: none;
}

.alignleft, img.ngg-left
{
float: left;
margin-left: -5px;
margin-right: 10px;
}

.alignright, img.ngg-right
{
float: right;
margin-right: -5px;
margin-left: 10px;
}
}
