/*

Theme Name: Cohenl.com
Theme URL: http://cohenl.com
Description: The Cohenl Network
Version: V2.1
Author: Cohen Lewis
Author URL: www.cohenl.com

*/

body {
	background: #000;
	line-height: 1.4;
        padding: 0;
        margin: 0;
	font: "Lucida Sans Typewriter"
}

p, ol, ul {
	line-height: 170%;
	font-size: 13px;
}

img {
	border: 0;
}

a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

#container {
	width: 960px;
	margin: auto auto;
}

#header {
	width: 100%;
	height: 60px;
}

.name {
	height: 100%;
	padding-left: 20px;
	float: left;
	color: #FFF;
	font-weight: bold;
	font: "Lucida Sans Typewriter";
	font-size: 30pt;

}
.menu {
	height: 50px;
	width: 99.25%;
	margin-top: 10px;
	padding: 2px 5px 0px 5px;
	color: #828282;
	font-weight: bold;
	background: #f0f0f0; /*Non CSS3 Browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c5c5c5));
	background: -moz-linear-gradient(top,  #f0f0f0,  #c5c5c5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#c5c5c5');
	margin-bottom: 20px;
	font: "Lucida Sans Typewriter";
}

.menu ul {
	float: left;
	list-style: none;
	font-size: 12pt;
	margin-top: 3px;
	margin-left: 15px;
	padding: 0px 10px 0px 10px;
}

.menu ul li {
	height: 100%;
	float: left;
	padding: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: none;
}

.menu ul li a {
	color: #828282;
	text-decoration: none;
}

.menu ul li a:hover {
	background: #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	padding: 5px 0px 5px 0px;
}

.social {
	float: right;
	height: 100%;
	padding: 5px 15px 5px 0px;
	margin-top: 3px;
}

.social img {
	border: 0;
}

#page {
	color: #FFF;
	width: 940px;
	margin: auto auto;
	margin-top: 10px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
float: right;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	padding: 4px;
}

.alignleft {
	padding: 4px;
	float: left
}

p img {
	padding: 5px;
	padding-left: 10px;
	max-width: 100%;
	border: 0;
}

#content {
	float: left;
	width: 600px;
	padding: 0px 0px 10px 10px;
	color: #FFF;
}

#content a {
	color: #FFF;
	text-decoration: underline;
}

#content a:hover {
	color: #FFF;
	text-decoration: none;
}

.title {
	font-size: 24px;
	color: #FFF;
	padding: 25px 5px 0px 5px;
	text-align: center;
}

.ttitle {
	float: left;
	width: 40%;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	text-decoration: underline;
}

.post_info {
	font-size: 14px;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-left: -10px;
	width: 30%;
	padding: 10px;
	border-bottom: 2px #a0a0a0;
	border-bottom-style: double;
}

.comments {
	float: right;
	text-align: right;
	margin-top: 5px;
	padding: 5px;
}

.entry {
	margin-top: 10px;
}

#post {
	padding: 10px;
	border-top: double #a0a0a0 2px;
}

#post a {
	color: #FFF;
	text-decoration: underline;
}

#post a:hover {
	text-decoration: none;
}

#sidebar {
	float: right;
	width: 275px;
	padding: 10px 0px 10px 5px;
	color: #FFF;
	border: #a0a0a0 2px solid;
	margin-right: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar a {
	color: #FFF;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #FFF;
	text-decoration: none;
}

.stitle {
	font: "Lucida Sans Typewriter";
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	text-align: center;
}

.sinfo {
	font: "Lucida Sans Typewriter";
	font-size: 12px;
	color: #a0a0a0;
	text-align: left;
}

p textarea { width: 600px; height: 150px;}

.comment_text {
	color: #000;
	font-size: 16;
	text-align: center;
	font: "Arial";
	font-weight: bold;
}

#footer {
	height: 35px;
	width: 100%;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c5c5c5));
	background: -moz-linear-gradient(top,  #f0f0f0,  #c5c5c5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#c5c5c5');
	color: #000;
	text-align: center;
	padding-bottom: 0px;
}

#footer p {
	padding: 5px;
}

#footer p a {
	color: #000;
	text-decoration: underline:
}

#footer p a:hover {
	color: #000;
	text-decoration: none:
}

.wp-caption {
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.wp-caption img {
	padding: 5px;
}
