/*  
Theme Name: DownloadingLegally.com Theme
Theme URI: http://it-security-blog.com/
Description: WordPress theme design for DownloadingLegally.com.
Version: 2.0
Author: Ia Lucero
Author URI: http://stellify.net/
*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #444;	
}
body, input, textarea, select, option {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	font-size: 0.625em;
	line-height: 2.5em;
	text-align: center;
	background: #4e3a54;
}
/* header */
#header, #main, #footer {
	text-align: left;
	width: 930px;
	margin: 0 auto;
}
#header {
	height: 260px;
}
#header div.navigation {
	background: #958998 url(images/headerbg.png) 0 0 repeat-y;
	height: 60px;
}
#headerbottom {
	background: url(images/headerbottombg.png) bottom no-repeat;
	height: 20px;
	clear: both;
}
#header h1, #header h1 a {
	width: 930px;
	height: 200px;
}
#header h1 a {
	display: block;
	text-indent: -1000em;
	background: url(images/downloadinglegally.jpg) 50% 50% no-repeat;
}
#header h1 {
	margin: 0;
	clear: both;
}
#header ul.navigation, #searchform {
	margin-top: 15px;
	height: 25px;
}
#header ul.navigation {
	width: 460px;
	margin-left: 20px;
}
#header ul.navigation li {
	display: inline;
	width: 40px;
	height: 25px;
}
#header ul.navigation li a {
	display: block;
	width: 16%;
}
#header .navigation li a {
	color: #ddd;
}
#searchform div {
	width: 300px;
	height: 25px;
	margin-right: 20px;
}
#searchform input {
	border: none;
}
#s {
	width: 200px;
	background: #d5d0d6;
	padding: 5px 0 5px 5px;
}
#searchsubmit {
	width: 65px;
	height: 25px;
	margin: 0 5px;
}
#main {
	background: #fff url(images/mainbg.png) 0 0;
}
#maintop {
	height: 40px;
	background: #fff url(images/maintopbg.png) top repeat-x;
}
/* posts */
#posts {
	width: 500px;
	margin-left: 40px;
}
#posts .post .title a {
	display: block;
}
#posts .post {
	padding-bottom: 40px;
}
#posts .meta, #posts .tags, #posts .categories, #posts .UTWPrimaryTags, #posts .sociable, #sidebar  {
	color: #555;
	font-size: 0.85em;	
}
#posts .meta, #posts .post .content {
	margin: 5px 0;
}
#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;
}
#posts .navigation {
	margin: 0 0 40px;
}
/* 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 #d5d0d6;
	padding: 5px;
}
#searchsubmit, #submit {
	color: #fff;
	background: #6c636e;
	font-weight: bold;
}
/* sidebar */
#sidebar {
	width: 310px;
	margin-left: 40px;
}
ul#primary {
	width: 130px;
}
ul#secondary {
	width: 160px;
	margin-left: 20px;
}
ul.sidebar li {
	line-height: 1;
	clear: both;
	text-transform: capitalize;
}
ul.sidebar li a {
	margin: 1px 0 0;
	color: #555;
}
ul.sidebar h2 {
	border-top: 2px solid #ddd;
	background: url(images/bullet.gif) right 50% no-repeat;	
	color: #258b25;
}
ul.sidebar li {
	margin: 40px 0;
}
ul.sidebar li li {
	margin: 0;
}
ul.sidebar h2, ul.sidebar li ul li a {
	display: block;
}
ul.sidebar h2, ul.sidebar li ul li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
ul.sidebar li.ads li {
	background: url(images/bullet-ad.gif) right 50% no-repeat;
}
/* 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 a:hover {
}
ul.sidebar .feed {
	margin-right: 2px;
}
ul.sidebar .feed .mobile {
	margin-right: 0;
}
#footer {
	color: #ccc;
	background: #4e3a54 url(images/mainbottombg.png) top repeat-x;
	height: 65px;
	padding: 40px 0 0;
}
#footer a {
	color: #ddd;
}
/* common */
ul.navigation, .commentlist, #sidebar ul {
	list-style: none outside; /* list items have extra left padding/margin without outside */
}
/* floats */
#header ul.navigation, #searchform, #searchform input, #header .navigation li a, #posts, #sidebar, ul#primary, ul#secondary, .left {
	float: left;
	display: inline;
}
.right, #searchform {
	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, #header, #main, #footer {
	font-size: 1.4em;
}
#header .navigation, #posts .post .content, blockquote, #commentsection {
	font-size: 1em;
}
/* text styles */
#header .navigation, #header .navigation li, #posts p.error, #posts .navigation, #footer, #feed, #splashpress, .ads {
	text-align: center;
}
h2, h3, #posts .navigation {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;	
}
.meta, #header .navigation {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, .comments, .title a, #header .navigation li a {
	font-weight: normal;
}
a {
	color: #7e14a2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#sidebar a:hover {
	color: #7e14a2;
}
a img {
	border: none;
}
/* plugins and widgets and ads */
.more-link {
	display: inline;
}
#sidebar div.ads {
	margin: 20px 0;
	background: #f0f0f0;
	line-height: 0;
	padding-bottom: 20px;
}
#splashpress  {
	margin: 20px 0 0;
}
div.ads img {
	margin: 20px 10px 0;
}
#posts .sociable {
	margin: 10px 0;
}
#posts .ads {
	margin: 20px 0;
}
div.awardbox, div.bnewsbox, div.jobsbox {
	line-height: 1.3em;
}
div.awardbox img, div.bnewsbox img, div.jobsbox h2 {
	padding: 0 !important;
}
div.bnewsbox img, div.jobsbox h2 {
	margin: 10px !important;
	text-align: center;
}
.jobsbox h2 {
	background: none !important;
}
ul.sidebar .ads img {
	display: block;
	margin: 0 auto;
}
ul.sidebar .ads a, .sidebar div.ads {
	display: block;
}
ul.sidebar .ads li a, ul.sidebar .ads h2 {
	text-align: left;
}
