/*  
Theme Name: Wise Theme
Theme URI: http://www.wisestartupblog.com/free-premium-wordpress-theme/free-premium-wordpress-theme-released-wisetheme/2843/
Description: <a href="http://www.wisestartupblog.com/free-premium-wordpress-theme/free-premium-wordpress-theme-released-wisetheme/2843/">Wise Theme</a> is a variation of the Arthemia wordpress theme that has been customized as a premium, SEO-optimized theme for professional bloggers.
Version: 1.0
Author: Andrew Wise
Author URI: http://wisestartupblog.com/about/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/



/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	
	font: 100% Arial, Helvetica;
	background-color: #fff;
	}

p {	
	margin: 15px 10px 10px 0;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial, Helvetica, sans-serif;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

/* Structure */


#head {
	width:95%;
	margin:0px auto;
	margin-top:15px;
	padding:10px 0 5px 0;
	font-size:0.7em;
	margin: 0 20px 0 20px;
	}
	
/* This controls the leftframe & rightframe sizes. Adjust the padding (332px) to make the sidebar larger or smaller */

#page {
	padding: 0 332px 20px 0;
	background:#fff;
	font-size:0.75em;
	border-top: none;
	margin: 0 20px 0 20px;
	border-top: 4px solid #f1f1f1;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

.topad {
	float:right;
	}

/* Navigation Bar*/
#navbar {
	text-transform:uppercase;
	background: #333;
	width: 100%;
	height: 35px;
	border-bottom: 2px solid #ccc;
		}

#page-bar {
	width:700px;
	margin-left: 20px;
	height: 35px;
	}

#page-bar ul {
	list-style: none;

	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	font-size: 12px;
	}

#page-bar a, #page-bar a:visited {
	padding: 12px 10px;
	margin: 0px;
	font-weight:bold;
	color:#FFF;
	display:block;

	}

#page-bar a:hover, #page-bar a:active, #page-bar a:focus {
	padding: 7px 10px;	
	text-decoration: none;
	border-top: 5px solid #DE6A23;
	color: #DE6A23;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:6px;
	margin-right:10px;
	}

.spoiler {
	
}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 0 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 0 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:30px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.07em;
	}

h2 {
	font:1.8em Arial, Helvetica, sans-serif;
	}

h3 {
	font:1.3em Arial, Helvetica, sans-serif;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial, Helvetica, sans-serif;
	}

h3.cat_title, h3.cat_title {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width: 200px;
	height: 80px;
	float: left;
}

.rss img {
	float: left;
	height: 50px;
}

#tagline {
	font-weight: 550;
	margin-top: 2px;
	font-size: small;
	font-weight: 550;
	color:#333;
	margin-left: 11px;
	clear: left;
		}

#top {
	padding:0;
	}

#leftframe {
	border-right: 1px solid #E4E4E4;
	border-top: 1px solid #DBDBDB;
	float: left;
	overflow: hidden;
	width: 100%
}

#rightframe {
	border-top: 1px solid #DBDBDB;
	float: right;
	width: 330px;
	display: inline;
	margin: 0 -331px 0 0;
}

#bottom {
	width: 940px;
	}

.front-list {
	background:#fff;
	padding:10px;
	font-size:13px;
	line-height:1.15em;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;

	}

.front-list blockquote {
	padding: 0px 10px 0 10px;
	}

.front-list .title, #archive .title a {
	font:30px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
		color: #DE6A23;
	}
	
.front-list .title a {
	color: #DE6A23;
}

.front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	margin-bottom:10px;
	}


.front-list p, #archive p {
	margin:0 0 10px 0;
	padding:0px;
	}

.front-list a {
	color: #DE6A23;
}

.front-list a:hover {
	color: #333;
	text-decoration: none;
}

.more-link {
	color: #5999DE;
	font-size: 14px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:12px;
	color:#666;
	padding: 5px 0 10px 0;
	}

.meta a {
	color:#666;
	text-decoration: underline;
	}

.meta a:hover {
	color: #DE6A23;
}




/* Content Page*/

.frontpic img {
	border: 0;
}

.frontpic {
	background: #fff;
	clear: left;
	
}



#content {
	background:#fff;
	padding:5px 10px 10px 10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	overflow: hidden;
	width: 98%;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	text-transform: lowercase;
	}

#content .breadcrumbs a {
	text-decoration: underline;
}

#content .breadcrumbs a:hover {
	color: #DE6A23;
}

#content h2.title {
	font:2.2em Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post a:hover {
	color: #DE6A23;
}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 10px 10px 0;
	}

.post ul, .post ol, .front-list ul, .front-list ol {
	margin-bottom:15px;
	list-style-image: url(images/ul-marker.png)
	}

.post ul li, .front-list ul li {
	margin-left:30px;
	}

.post ol li, .front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, .front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, .front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin: 0 0 0 5px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial, Helvetica, sans-serif;
	display:block;
	}

#stats a:hover {
	color: #DE6A23;
}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/

/* Adjust the size of the .sidebar element if you want to change the width on the page */

.sidebar {
	width: 330px;
	}

.sidebar h3 {
	font:1.1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	padding: 0 10px 0 20px;
	background:#fff;
	float: left;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	float: left;
	padding: 0 10px 10px 20px;
	}

#sidebar-bottom {
	width: 300px;
}

#sidebar-middle {
	width:300px;
	}

#sidebar-left {
	width:135px;
	padding:0 5px 10px 25px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0 25px 0 0;
	float:right;
	background:#fff;
	}


.sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:0px 0px 1px 16px;
	background:url(images/sidebarli.png) no-repeat 0 0px;
	}

.sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

.sidebar-ads {
	margin-bottom:10px;
	padding:10px 10px 10px 20px;
	background:#fff;
	}

.sidebar-ads-125 {
	width:300px;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
}



/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding: 3px 0 1px 6px;
	font-size:10px;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

#comments {
	margin: 10px 0 0 0;
}

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:12px;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	
	}

#recentpost-side #mostcommented-side {
	width:205px;
	color: #333333;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	background: #fff;
	margin: 5px 0 0 20px;
	border-top: #ccc dashed .25px;
	font-size:0.6em;
	padding: 10px;
	display: block;
	width: 95%;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* Adsense */

/* These are the settings for all optional Adsense types and sizes */


#adsense_singlepost_top_square {
	margin-right: 10px;
	margin-bottom: 10px;
	color: #ccc;
	font-size: 12px;
}

#adsense_singlepost_bottom_square {
	margin: 0 0 5px -10px;
		color: #ccc;
	font-size: 12px;
}

#sidebar_top_300x250 {
	color: #ccc;
}

/* These are the settings for the BuySellAds 125x125 units in the sidebar */

#sidebar-left-125x125 {
	color: #fff;
	float: left;
	margin: 0 10px 0 13px;
	}
	
#sidebar-right-125x125 {
		color: #fff;
	float: left;
	margin: 0 5px 0 10px;
	}
