/*  
Theme Name: IT-Security-Blog.com Theme
Theme URI: http://it-security-blog.com/
Description: WordPress theme design for IT-Security-Blog.com.
Version: 2.0
Author: Ia Lucero
Author URI: http://stellify.net/
*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #777;	
}
body, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 0.625em;
	line-height: 200%;
	text-align: center;
	background: #000;
}
.wrap, #main {
	text-align: left;
	margin: 0 auto;
	width: 920px;
	display: block;
}
/* header */
#header {
	background: url(images/header-bg.png) 0 0 repeat-x;
	height: 98px;
	margin: 40px 0;
}
#header h1, #header h1 a {
	width: 373px;
	height: 98px;
}
#header h1 a {
	display: block;
	text-indent: -1000em;
	background: url(images/it-security-blog.png) no-repeat;
}
#header h1 {
	margin: 0;
}
#header .description {
	display: none;
}
#header .navigation {
	margin: 22px 0;
	width: 450px;
}
#header .navigation li {
	display: inline;
	width: 90px;
	height: 55px;
}
#header .navigation li a {
	font-size: 1.1em;
	display: block;
	width: 90px;
	padding: 17px 0 18px;
}
#header .navigation li a:hover {
	background: #060606;
}
#main {
}
/* posts */
#posts {
	width: 520px;
	margin-right: 20px;
}
#posts .post .title a {
	display: block;
	padding: 5px 10px;
	background: #060606;
}
#posts .post {
	margin: 0 0 20px;
	padding-bottom: 40px;
}
#posts .meta, #posts .tags, #posts .categories, #posts .UTWPrimaryTags, #posts .sociable {
	color: #555;
	font-size: 0.85em;	
}
#posts .meta, #posts .post .content {
	margin: 10px;
}
#posts p, #posts .content p, #posts .content ul, #posts .content ol, #posts .content blockquote, .commentlist, .commentlist li {
	margin: 20px 0;
}
#posts blockquote {
	padding: 1% 20px;
	background: #111;
}
#posts .post .content ul li {
	padding: 5px;
}
#posts .post .content img {
	margin: 30px 10px;
	float: right;
	display: inline;
}
#posts .post .content .sociable img {
	margin: 0;
	float: none;
}
#posts .post .content img[align="left"] {
	margin-left: 0;
}
#posts .post .content img[align="right"] {
	margin-right: 0;
}
#posts .comments {
	text-align: right;
	background: #060606;
	padding: 5px 10px;
}
#posts .navigation {
	margin: 20px 0 30px;
}
/* comments */
#commentsection {
	margin: 20px 0;
}
.commentlist {
	border-top: 1px solid #111;
}
.commentlist li {
	border-bottom: 1px solid #111;
}
#author, #email, #url {
	width: 180px;
}
#comment {
	width: 400px;
}
#author, #email, #url, #comment, #submit {
	border: 1px solid #111;
	background: #060606;
	padding: 5px;
}
/* sidebar */
ul#primary {
	width: 200px;
	margin-right: 20px;
}
ul#secondary {
	width: 160px;
}
ul.sidebar li {
	line-height: 100%;
	clear: both;
	text-transform: capitalize;
}
ul.sidebar li a {
	margin: 1px 0 0;
}
ul.sidebar h2 {
	margin-top: 20px;
}
ul.sidebar h2, ul.sidebar li ul li a {
	display: block;
	padding: 10px;
	background: #060606;
}
/* vertical whitespace bug fix \*/
* html ul.sidebar li ul li a {
	height: 1em;
}
/* */
ul.sidebar h2, ul.sidebar li ul li a:hover, ul.sidebar .ads li:hover, ul.sidebar .ads a:hover {
	background: #111;
}
ul.sidebar .feed {
	margin-right: 6px;
}
ul.sidebar .feed .mobile {
	margin-right: 0;
}
#searchform {
}
#searchform div {
	width: 200px;
	height: 33px;
	background: #111;
}
#s {
	width: 155px;
	background: transparent;
	border: none;
	padding: 7px 0 5px 7px;
}
#searchsubmit {
	width: 23px;
	height: 23px;
	margin: 5px;
}
#footer {
	background: url(images/header-bg.png) repeat-x;
	height: 98px;
	margin: 40px 0 0;
	padding: 38px 0 0;
}
/* common */
ul.navigation, .commentlist, #sidebar ul {
	list-style: none outside; /* list items have extra left padding/margin without outside */
}
/* floats */
#header h1, #header .description, #header .navigation li a, #searchform, #s, #posts, #sidebar, ul#primary, ul#secondary, .left {
	float: left;
	display: inline;
}
.right, #header .navigation, #searchsubmit {
	float: right;
	display: inline;
}
.clear {
	clear: both;
	display: block;
}
#header .clear, #main .clear {
	min-height: 0; /* ie7 clear float */
}
.content, .sidebar {
	overflow: hidden;
}
/* sizes */
h1 {
	font-size: 1.8em;
	line-height: 1.1em;
}
h2, h3 {
	font-size: 1.3em;
}
#header, #main, #footer {
	font-size: 1.3em;
}
#header .navigation, #posts .post .content, blockquote, #commentsection {
	font-size: 1em;
}
/* text styles */
#header .navigation, #header .navigation li, #posts p.error, #posts .navigation, #footer {
	text-align: center;
}
.meta, #header .navigation {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, .comments, .title a, #header .navigation li a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
h3#comments, h3#respond {
	color: #3c7b2a;
}
a {
	color: #3c7b2a;
	text-decoration: none;
}
a:hover {
	color: #5ba448;
}
a img {
	border: none;
}
/* plugins and widgets and ads */
#splashpress  {
	margin: 20px 0 0;
}
.more-link {
	display: inline;
}
#posts .sociable {
	margin: 10px 0;
}
#posts .ads {
	margin: 20px 0;
}
ul.sidebar .ads {
	text-align: center;
}
ul.sidebar .ads li {
background: #060606;
}
ul.sidebar .ads img {
	display: block;
	margin: 0 auto;
}
ul.sidebar .ads a, .sidebar div.ads {
	display: block;
	background: #060606;
	padding: 10px;
}
ul.sidebar .ads li a, ul.sidebar .ads h2 {
	text-align: left;
	padding: 10px;
}
