/*  
Theme Name: 7trends
Description: Digg-like 3 Columns Wordpress theme created by Small Potato (WPDesigner.com). Re-released under GPL.
Version: 1.0.2
*/


/*****[ GLOBAL STYLES ]*********************************************************************************************/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #000; /* #231F20; url(images/bg_body.gif); */
	color: #fff;
}

h1, h2, h3, h4, h5, h6{
	font-family: verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
}

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

a:hover{ color:#7D5DA0 ;text-decoration: none; }

a img{ border: 0 !important; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 10px 0;
	background: #fffada url(images/bg_blockquote.gif) no-repeat 5px 7px;
	color: #736926;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	background: url(images/bg_comment_bottom.gif) no-repeat;
}

small{
	font-size: 10px;
}

input, textarea{
	font-family: verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.fullWidth {
	width: 100%;
}

.noBorder {
	border: none !important;
	outline: none !important;
}

.hrBold {
	width:100%;
	height:9px;
	border-bottom: 9px solid black;
}

/*****[ INDIVIDUAL STYLES ]*****************************************************************************************/

#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;
}

#container{
	overflow: hidden;
	background-color:#fff;
	margin:30px auto 0;
	width: 900px;
	padding: 0px 20px 10px 20px;
}

.content{
	float: left;
	width: 522px;
	padding-top: 17px;
	overflow: hidden;
	/* background: url(images/bg_narrowcol_top.gif) no-repeat left top; */
}

#header{
	margin: 0;
	padding-bottom: 18px;
	border-bottom:1px solid #ccc;
	float: left;
	width: 900px;
	height: 180px;
	color: #333;
}

#banner{
	width: 100%;
	text-align: center;
	margin-top: 75px;
}

#footer {
	clear: both;
	display: inline;
	color: #ccc;
	font-size: 11px;
	text-decoration: none;
}

#menu {
	width: 700px;
	float: left;
}

#menu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu ul li{
	float: left;
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	background: #fff; /*url(images/bg_tab_right.gif) no-repeat right top;*/
	color: #325b0a;
}

#menu ul li a{
	display: block;
	padding: 22px 41px 0 0;
	text-decoration: none;
	font-weight:normal;
	font-size:15px;
	background: #fff; /* url(images/bg_tab_left.gif) no-repeat left top; */
	color: #333;
	text-transform: uppercase;
}

#pagetitle{
	clear: both;
	width: 904px;
	height: 155px;
}

#pagetitle h1{
	padding: 36px 28px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}

#pagetitle h1 a{
	text-decoration: none;
	color: #333;
}

.wrapper{ /* This wrapper class appears only on Page and Single Post pages. */
	float: left;
	width: 522px;
}

.pagewrapper{
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px;
	float: left;
	width: 900px;
	background: #fff url(images/bg_page_bottom.gif) no-repeat left bottom;
	color: #333;
}

.page{
	width: 100%;
	float: left;
	padding: 0;
	background: #fff /* url(images/bg_page_top.gif) no-repeat; */
}

#visitshop {
	float: right;
	padding-top:23px;
}

#searchbox{
	padding: 20px 0 20px 0;
}

#searchbox input#s{
	border: 1px solid #ddd;
	padding: 0;
	background: #fff;
	width: 111px;
	height: 14px;
	vertical-align: top;
}

#syndication{
	float: left;
	padding: 15px 0 0 0;
	color: #999;
}

#syndication a{ color: #666; }

.syndication a.feed{
	padding: 0 0 0 19px;
	background: url(images/feed_icon.png) no-repeat;
}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid black;
	background-color: white;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

.narrowcolumnwrapper{
	margin: 5px 0 0;
	float: left;
	width: 501px;
	/* background: #fff url(images/bg_narrowcol.gif) repeat-y; */
}

.narrowcolumn{
	float: left;
	width: 522px;
	/* background: url(images/bg_narrowcol_bottom.gif) no-repeat left bottom; */
}

.post{
	padding: 0 5px 15px;
	line-height: 18px;
	overflow: hidden;
	background-color: white;
}

.post h2{
	padding: 0 0 2px;
	font-size: 15px;
	font-weight: bold;
	line-height: 27px;
}

.content h2{
	padding-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}


.content h2.static{ padding-top: 20px; }

.post h2 a, .content h2 a{
	text-decoration: none;
	color: #333;
	/* border-bottom: 1px solid #75abea; */
	font-weight:normal;
}

.post img{
	padding: 4px;
	border: 1px solid #909090;
	margin-bottom: 5px;
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

input.submit{
	background:white url(images/btn_submit.jpg) no-repeat center center;
}

.entry{}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 9px 0 0;
}

.entry h1{
	font-size: 20px;
	line-height: 30px;
}

.entry h2{ line-height: 18px; }

.entry h3{ font-size: 14px; }

.entry h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.postinfo{
	font-size: 11px;
	color: #999;
}

.postinfo a{
	color: #909090;
}

.postinfo a:hover{
	color: #7D5DA0;
}

.postdate{ color: #909090; }

.browse{
	/* border-top: 1px solid #333; */
	height: 28px;
	padding: 0 5px;
	line-height: 18px;
}

.browse a.left { float:left; }

.browse a.right { float:right; }

.obar, .sidebar{
	margin: 0;
	width: 149px;
}

.obar{
	float: left;
	padding-right:40px;
	line-height: 18px;
}

.sidebar{
	float: right;
	padding-left:0px;
	text-align:right;
	line-height: 18px;
}

.sidebar ul, .obar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li.tagcloud{
	line-height:22px;
}

.sidebar ul li, .obar ul li{
	margin: 5px 0 0;
	padding: 15px 0;
	background: #fff; /* url(images/bg_ul_li.gif) no-repeat left top; */
}

.sidebar ul li.widget_search, .obar ul li{
	padding: 15px 0;
}

.sidebar ul li h2, .obar ul li h2{
	font-size: 15px;
	font-weight: normal;
	line-height: 27px;
	color: #333;
	text-transform: uppercase;
}

.sidebar ul ul li, .obar ul ul li{
	margin: 0;
	padding: 10px 0 3px;
	background: none;
	color:#909090;
}


.sidebar ul ul li a:hover, .sidebar ul li a:hover, .obar ul ul.square li a:hover{
	color: #7d5da0;
	text-decoration: none !important;
}

.sidebar ul ul ul, .obar ul ul ul{ padding: 3px 0 0; }

.sidebar ul ul ul li, .obar ul ul ul li{
	padding: 6px 0px 3px 15px;
	background: url(images/bg_arrow_right.gif) no-repeat 0px 8px;
}

.sidebar ul ul ul ul li, .obar ul ul ul li{
	background: url(images/bg_arrow_right_2.gif) no-repeat 0px 8px;
}

.obar ul ul.square {
	padding:6px 0 0 15px;
}

.obar ul ul.square li{
	color: black;
	list-style-position: outsite;
	list-style-image: url(images/list_item.jpg);
	line-height:15px;
}

.obar ul ul.square li a{
	color: #909090
}

/* COMMENTS TEMPLATE */

.post h3#comments, .post h3#respond{
	line-height: 27px;
	color: #333;
	font-weight: normal;
}

.post h3#respond{
	color: #333;
}

ol.commentlist{
	margin: 0 0 11px;
	padding:0;
	list-style: none;
}

ol.commentlist li {
	padding: 13px 0;
	border-bottom:1px solid black;
}

ol.commentlist li.lastComment {
	padding: 13px 0;
	border-bottom:9px solid black;
}

ol.commentlist li .commentmetadata{
	font-size: 11px;
	color: #333;
}

ol.commentlist li .commentmetadata a{
	color: #909090;
}

form#commentform small{
	font-size: 11px;
}


.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
}

#email_link {
	display:block;
	width: 24px;
	height: 24px;
	background: url(images/At_24x24.jpg) no-repeat left bottom;
}

#feed_link {
	display:block;
	width: 24px;
	height: 24px;
	background: url(images/Feed_24x24.jpg) no-repeat left bottom;
}
#fb_link {
	display:block;
	width: 24px;
	height: 24px;
	background: url(images/FaceBook_24x24.jpg) no-repeat left bottom;
}
#tw_link {
	display:block;
	width: 24px;
	height: 24px;
	background: url(images/Twitter_24x24.jpg) no-repeat left bottom;
}

.post-ratings {
	text-align: right;
}

.edit-comment-admin-links,
.edit-comment-user-link {
	padding-top:10px;
}

.szwidget {
	padding-top: 10px;
	float:left;
}

.szwidget img {
	padding: 0px;
}

.form-button {
	background-color:white;
	border:0 none;
	cursor:pointer;
	margin:0;
	padding:0;
	overflow:visible;
	width:140px;
	height:25px;
}

#searchsubmit{ 
	background: url(images/search.gif) no-repeat;
	margin-top: 5px;
}

.btnSubmitComment {
	background:white url(images/btn_submit.jpg) no-repeat center center;
	width:99px;
	height:23px;
	border:none none;
}

#searchsubmit_small{
	background: url(images/search_small.gif) no-repeat center center;
	width: 16px;
	height: 15px;
	vertical-align: top;
	margin-top: 1px;
}

.pagenav {
	list-style:none none inside;
	padding:0px;
}

.pagenav li {
	list-style:none none inside;
	display:inline;
	padding-right:8px;
}