/*
Theme Name: Blank B
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme B, 2 Columns, 1 Right Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - -meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background-color: #ccc;
	overflow: hidden;
}
#wrapper {
	width: 1000px;
	margin: 12px auto 20px auto;
	padding: 0px;
}
#header {
	height: 130px;
	width: 1000px;
	margin: 0px;
	text-align: center;
}
#main {
	width: 1000px;
}
#content {
	width: 805px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
	background: #f0f0f0;
}
#middle {
	width: 125px;
	padding: 0 25px 0 25px;
	float:  right;
}
#sidebar {
	width: 805px;
	float: left;
	margin: 0 auto 0 auto;
	padding: 0 10px 10px 10px;
	background: #f0f0f0;
}
#footer {
	clear: both;
	background-color: #333;
	text-align: left;
	font-size: 0.8em;
	padding: 13px 10px 13px 10px;
	margin: 4px auto 0 auto;
	width: 1000px;
}
#topbar {
	width: 1000px;
	height: 35px;
}
#adbar {
	float: right;
	padding: 10px;
	margin: 0;
	width: 13%;
	clear: both;
	background-color: #f1f1f1;
	color: #000;
}
#adbar a {
	color: #000;
	text-decoration: none;
}
img.adimage {
	border: 0;
}
.newposts {
	
}
.toprated {
	float: right;
	margin-top: -35px;
}
.img {
	border: 0;
	}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
	margin: -5px 0 -10px 2px;
}
.entry-content p {
	margin-bottom: -5px;
}
.entry-content a {
	text-decoration: none;
	color: #75286e;
}
.navigation, .navigation a {
  clear: both;
  font-size: 10px;
	text-decoration: none;
	color: #75286e;  
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.removeframe, removeframe a {
	font-size: .9em;
	background-color: #ddd;
	padding: 2px;
}

#content .underpost a {
	text-decoration: underline;
}
#social {
	width: 105px;
	margin: 10px;
}
#social img {
	border: 0;
	}
.ads {
	width: 125px;
	height: 125px;
	border: solid 1px #f0f0f0;
	margin: 0 auto 0 auto;
	overflow: visible;
	display: block; 
}
.ads img {
	border: 0;
}

/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 3px;
}
#sidebar ul {
	margin-top: 34px;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li {
  font-size: 0.9em;
  margin-left: 10px;
}
#sidebar ul ul li p {
	padding: 0;
	margin: 0;
}
#sidebar ul ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.rating {
	color: #75286e;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 400px;
	clear: both;
}
#header h1 img {
	border: 0;
}
#header h1 a:hover {
	text-decoration: none;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
	margin: 0;
}
h2 {
	font-size: 20px;
	padding: 0;
}
h2 a {
	color: #000;
	text-decoration: none
	}
	
.widgettitle {
	margin-top: 20px;
	}
	
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  clear: both;
}
#comment-form-title {
	margin: 40px auto 0 auto;
	clear: both;
}
/*===END SECTION 6===*/


/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/

#adbox {
position:absolute;
top:0; 
right:75px;
height:auto;
width:125px;
background: url(/wp-content/themes/designfeed/images/transbg.png) repeat;
z-index: 9000;
border: 0;
font-family: sans-serif;
font-size: small;
color: white;
padding: 10px;
-webkit-box-shadow: 0px 2px 5px #333;
-moz-box-shadow: 0px 2px 5px #333;
box-shadow: 0px 2px 5px #333;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
	}
#popularposts ul {
display: inline;
}
#popularposts li {
list-style: none inside;
font-size: 11px;
}

#iframe {
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
background-color:#fff;
border: 0;
	}
	
#close {
width: 100%;
background-color: black;
margin-top: 10px;
	}

a {
color: #ddd;
text-decoration: none;
	}

