/*
Theme Name: Mohit Pawar
Theme URI: http://mohitpawar.com/
Description: Theme for MohitPawar.com
Version: 1
Author: Hussain SM
Author URI: http://chugsdesigns.com/
*/

/* 
------------------------------------------------------ 
	G L O B A L		R E S E T
------------------------------------------------------ */

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }

/* 
------------------------------------------------------ 
	G L O B A L		S T Y L E S
------------------------------------------------------ */

body { 
		background: #111;
		font: 100%/1.6em Arial, Verdana, sans-serif; 
		color: #444;
		text-align: center;
		}

/* L I N K S */

a:link { 
		text-decoration: none; 
		font-weight: bold;
		color: #006722; 
		}
a:visited { 
		text-decoration: none; 
		font-weight: bold;
		color: #363; 
		}
a:hover { 
		text-decoration: none; 
		font-weight: bold;
		color: #030; 
		}
a:active, a:focus { 
		text-decoration: none; 
		font-weight: bold;
		color: #006722; 
		}

/* H E A D L I N E S */

h1, h2, h3, h4, h5, h6 { 
		margin: 20px 0;
		font-weight: bold;
		color: #333;
		}
h1 { 
		font-size: 160%;
		}
h2 { 
		font-size: 150%;
		}
h3 { 
		font-size: 140%; 
		}
h4 { 
		font-size: 130%; 
		}
h5 { 
		font-size: 120%; 
		}
h6 { 
		font-size: 110%; 
		}

/* P A R A G R A P H S */

p { 
		margin-bottom: 20px; 
		}

/* M I S C */

strong { 
		font-weight: bold; 
		}
cite, em, dfn { 
		font-style: italic; 
		}
code, kbd, samp, pre, tt, var { 
		font-size: 90%; 
		font-family: monaco, "Lucida Console", courier, mono-space; 
		}
pre, address { 
		margin-bottom: 20px; 
		}
code, pre { 
		color: #999; 
		} 
caption { 
		padding-bottom: 10px; 
		}
del { 
		text-decoration: line-through; 
		color: #666; 
		}
ins, dfn { 
		border-bottom: 1px solid #ccc; 
		}
small { 
		font-size: 85%; 
		}
abbr, acronym { 
		text-transform: uppercase; 
		font-size: 85%; 
		letter-spacing: 0.1em; 
		}
a abbr, a acronym { 
		border: none; 
		}
abbr[title], acronym[title], dfn[title] { 
		cursor: help; 
		border-bottom: 1px solid #ccc; 
		}
sup { 
		vertical-align: super; 
		font-size: 85%; 
		}
sub { 
		vertical-align: sub; 
		font-size: 85%; 
		}

/* Q U O T E S */

blockquote { 
		margin: 10px 0;
		padding: 20px 20px 10px; 
		border-top: 1px solid #dbdbdb; 
		border-bottom: 1px solid #dbdbdb; 
		background: url(i/blockquote.gif) no-repeat 5px 0;
		font-style: italic;
		font-size: 105%;
		color: #666; 
		}
blockquote *:first-child { 
		margin: 5px 0; 
		}
cite {
		font-size: 80%;
		font-style: normal;
		text-transform: uppercase;
		}

/* F O R M S */

form { 
		margin-bottom: 20px; 
		}
fieldset { 
		margin: 20px 0;
		padding: 0 10px 10px 10px; 
		border: 1px solid #dbdbdb; 
		}
legend { 
		padding: 0 5px; 
		background: #fff; 
		}
legend+* { 
		margin-top: 10px; 
		}
textarea {
		padding: 4px; 
		border: 1px solid #dbdbdb; 
		background: #fff; 
		font: 90% Arial, Verdana, sans-serif; 
		}
textarea:hover {
		border-color: #aaa; 
		}
textarea:focus {
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
select { 
		background: #fff; 
		border: 1px solid #dbdbdb; 
		padding: 4px;
		cursor: pointer;
		}
select:focus { 
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
select:hover { 
		border-color: #aaa; 
		}
option { 
		padding: 4px; 
		}
input { 
		padding: 4px; 
		cursor: pointer; 
		}
input[type='text'] { 
		border: 1px solid #dbdbdb; 
		background: #fff; 
		font: 90% Arial, Verdana, sans-serif; 
		}
input[type='text']:hover, 
input[type='password']:hover { 
		border-color: #aaa; 
		}
input[type='text']:focus, 
input[type='password']:focus { 
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
input[type='text'] { 
		cursor: text; 
		}

/* H R */

hr { 
		display: block; 
		width: 100%; 
		height: 1px; 
		margin-bottom: 1.6em; 
		background: #aaa; 
		border: none; 
		color: #aaa; 
		}

/* L I S T S */

ul {
		margin: 0 20px;
		}
ul li { 
		list-style-type: square; 
		margin-left: 10px; 
		}
ol { 
		list-style-position: outside; 
		list-style-type: decimal; 
		margin: 0 10px 0 20px;
		}
ol ol, 
ul ol { 
		margin-left: 20px; 
		}
dl {
		margin-bottom: 10px;
		}
dt { 
		margin: 5px 0;
		font-weight: bold; 
		}

/* T A B L E S */

table { 
		margin-bottom: 20px;
		border-top: 1px solid #ccc;  
		border-left: 1px solid #ccc; 
		}
th, td { 
		padding: 5px;
		border-bottom: 1px solid #ddd; 
		border-right: 1px solid #ccc; 
		}
th, 
thead td { 
		font-weight: bold; 
		}

/* I M A G E	 S T Y L E S */

img {
		margin: 0;
		}
div.post-body img {
		max-width: 450px;
		width: expression(this.width > 450 ? 450: true);
		}
.alignleft, 
.wp-caption.alignleft  {
		float: left;
		margin: 10px 15px 10px 0;
		border: none;
		}
.alignright, 
.wp-caption.alignright {
		float: right;
		margin: 10px 0 10px 15px;
		border: none;
		}
.aligncenter, 
.wp-caption.aligncenter {
		display: block;
		margin: 10px auto;
		border: none;
		}
img.border {
		padding: 2px;
		border: 1px solid #ccc;
		}
a img {
		border: none;
		}
div, p, a {
		behavior: url(scripts/iepngfix.htc);
		}

/* C A P T I O N S */

.wp-caption {
		padding: 5px 0 0;
		margin: 0 0 10px;
		background: #efefef;
		text-align: center;
		}
.wp-caption p.wp-caption-text {
		margin: 0;
		padding: 0 5px 5px;
		border-top:1px solid #e2e2e2;
		font-size: 75%;
		text-align: center;
		color: #444;
		}

/* 
------------------------------------------------------ 
	L A Y O U T
------------------------------------------------------ */

#container {
		width: 940px;
		margin: 0 auto;
		font-size: 90%;
		text-align: left;
		}
#column-main {
		float: left;
		width: 620px;
		padding: 20px 0 0;
		background: #fff;
		}
#column-side {
		float: right;
		width: 300px;
		padding: 20px 0 0;
		background: #82c092;
		}

/* 
------------------------------------------------------ 
	H E A D E R
------------------------------------------------------ */

/* C O M M O N */

#header {
		height: 75px;
		margin: 30px 0;
		background: url(i/header.gif) repeat-x 0 19px;
		}

/* T I T L E */

p#title {
		float: left;
		width: 428px;
		}
p#title a {
		display: block;
		width: 388px;
		height: 0px !important;
		height /**/: 72px;
		overflow: hidden;
		margin: 0 0 0 20px;
		padding: 72px 0 0 0;
		background: url(i/title.gif) no-repeat;
		font-weight: bold;
		font-size: 400%;
		color: #fff;
		text-transform: lowercase;
		letter-spacing: -2px;
		line-height: 1em;
		}

/* T A G L I N E */

p#description {
		float: left;
		width: 160px;
		margin: 0;
		padding: 0;
		font-weight: bold; 
		font-size: 90%; 
		color: #d7d7d7;
		text-transform: lowercase;
		letter-spacing: 0px;
		line-height: 75px;
		}

/* N A V I G A T I O N */

#nav {	
		display: inline;
		float: right;
		width: 330px;
		margin: 19px 0 0 0;
		padding: 0;
		font-size: 110%;
 		font-weight: bold;
		text-transform: lowercase;
		}
#nav li {
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
#nav li a {
		margin: 0;
		padding: 10px;
		border-right: 1px solid #3d3d3d;
		line-height: 38px;
		color: #d7d7d7;
		}
#nav li.current a, 
#nav li a:hover {
		background: #006722;
		color: #fff;
		}

/* 
------------------------------------------------------ 
	P O S T P A G E
------------------------------------------------------ */

/* P O S T */

div.post {
		margin: 0 20px 20px;
		border-bottom: 1px solid #ccc;
		}
p.post-meta {
		margin: 0 0 20px;
		padding: 0;
		font-size: 75%; 
		color: #999;
		line-height: 1em;
		}
p.post-meta span {
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #dbdbdb;
		}
p.post-meta span.post-meta-author {

		}
p.post-meta span.post-meta-comments, 
p.post-meta span.post-meta-comments span {
		border-right: none;
		}
p.post-meta-category, 
p.post-meta-tags, 
p.post-meta-share {
		margin: 0 0 20px;
		padding: 0;
		color: #999;
		line-height: 1em;
		}
p.post-meta-category span.text, 
p.post-meta-tags span.text, 
p.post-meta-share span.text {
		display: block;
		margin:  0 0 5px;
		font-size: 75%;
		text-transform: lowercase;
		}
p.post-meta-category span.link, 
p.post-meta-tags span.link, 
p.post-meta-share span.link {display: block;
		font-size: 90%;
		}
h1.post-title {
		margin: 0;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		font-size: 250%;
		line-height: 1em;
		}
h1.post-title a {
		color: #82c092;
		}
h1.post-title a:hover {
		color: #82c092;
		}
div.post-body {
		margin: 20px 0 20px;
		}

/* C O M M E N T S */

#comments {
		margin: 0 20px 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		}
#comments h3 {
		float: left;
		margin: 0 40px 0 0;
		font-size: 130%;
		text-transform: lowercase;
		}
p.comments-meta {
		float: right;
		margin: 0;
		padding: 0;
		font-size: 85%; 
		}
ol.commentlist {
		margin: 0; 
		padding: 0;
		font-size: 85%; 
		}
li.comment {
		list-style-type: none;
		margin: 20px 0 0;
		padding: 20px 0 20px 20px;
		background: #fff;
		border: 1px solid #dbdbdb;
		}
li.comment p {
		margin-right: 20px;
		}
div.comment-author {
		margin: 0 20px 0 0;
		padding: 5px 0 0;
		font-weight: bold;	
		line-height: 1.2em;
		}
li.comment-author-admin div.comment-author {
		background: #e7e7e7;
		}
div.comment-author img.avatar {
		float: left;
		margin: 0 10px 0 0;
		}
li.comment-author-admin div.comment-author img.avatar {
		background: #e7e7e7;
		}
div.comment-meta {
		margin: 0 20px 10px 0;
		font-size: 75%; 
		color: #999;
		}
li.comment-author-admin div.comment-meta {
		background: #e7e7e7;
		}
div.reply {
		margin: 0 0 10px;
		}
div.reply a {
		padding: 5px 4px;
		background: #006722;
		border: 1px solid #006722;
		font-weight: bold;
		font-size: 95%; 
		color: #ddd;
		text-transform: lowercase;
		}
div.reply a:hover {
		color: #fff;
		}
cite.fn {
		vertical-align: top;
		font-size: 105%; 
		text-transform: none;
		}
span.says {
		color: #fff;
		}
li.comment-author-admin span.says {
		color: #e7e7e7;
		}	
ul.children {
		margin: 0 20px 0 0;
		padding: 0;
		}
ul.children li.comment {
		margin: 0;
		padding: 20px 0 20px 20px;
		}

/* T R A C K B A C K S */

#trackbacks {
		margin: 0 20px 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		}
#trackbacks h3 {
		float: left;
		margin: 0;
		font-size: 130%;
		text-transform: lowercase;
		}
p.trackbacks-meta {
		float: right;
		margin: 0;
		padding: 0;
		font-size: 85%; 
		}
div.trackback {
		margin: 0 0 10px;
		padding: 0 0 10px;
		}
p.trackback-meta {
		margin: 0;
		font: 75% Arial, Verdana, sans-serif; 
		color: #999;
		text-transform: uppercase;
		}

/* C O M M E N T S		F O R M */

#comments-form {
		margin: 0 20px;
		padding: 0;
		border-bottom: 1px solid #ccc;
		}
p.comments-form-meta {
		margin: 0 0 20px;
		padding: 0 0 10px;
		font-size: 85%; 
		}
#comments-form h3 {
		margin: 0 0 20px;
		font-size: 130%;
		text-transform: lowercase;
		}
div.comments-form-info {
		margin: 0 0 20px;
		padding: 0;
		font-size: 75%; 
		color: #999;
		line-height: 1.2em;
		}
div.comments-form-info p {
		margin: 0 0 5px;
		}
#form-comments fieldset {
		margin: 0;
		padding: 0;
		border: none;
		}
#form-comments p {
		margin: 0 0 20px;
		padding: 0;
		}
#form-comments label {
		display: block;
		margin: 0 0 5px;
		font-size: 85%; 
		text-transform: uppercase;
		}
#form-comments input {
		width: 480px;
		padding: 8px;
		}
#form-comments textarea {
		width: 480px;
		padding: 8px;
		}
#comments-form label em {
		font-style: normal;
		font-size: 80%;
		color: #999;
		text-transform: none;
		}
#form-comments p.subscribe-to-comments {
		margin: 0;
		padding: 0;
		font-size: 90%;
		}
#form-comments p.subscribe-to-comments input {
		display: inline;
		float: left;
		width: 100%;
		margin: 0 10px 0 0;
		padding: 0;
		line-height: 13px;
		}
#form-comments p.subscribe-to-comments label {
		float: left;
		display: inline;
		text-transform: none;
		line-height: 13px;
		}
#comments-form .button {
		width: auto;
		overflow: visible;
		margin: 20px 0 0;
		padding: 5px 4px;
		background: #006722;
		border: 1px solid #006722;
		font-weight: bold;
		font-size: 95%; 
		color: #fff;
		text-transform: lowercase;
		vertical-align: top;
		}
p.loggedin {
		font-size: 90%;
		}

/* P R E V I O U S		N E X T		N A V I G A T I O N */

div.content-navigate {
		margin: 0 20px;
		padding: 20px 0 40px;
		font-size: 85%; 
		color: #999;
		text-transform: lowercase;
		line-height: 1.2em;
		}
div.content-navigate a {
		text-transform: none;
		}
span.alignright {
		width: 49%;
		float: right;
		margin: 0;
		text-align: right;
		}
span.alignleft {
		width: 49%;
		float: left;
		margin: 0;
		}
div.wp-pagenavi {
		margin: 0 20px;
		padding: 20px 0;
		font-size: 85%; 
		text-transform: uppercase;
		}
div.wp-pagenavi a, 
div.wp-pagenavi a:link, 
div.wp-pagenavi a:active {
		margin: 0 3px 0 0;
		padding: 4px 8px; 
		background-color: #fff;
		border: 1px solid #ccc;
		color: #444;
		text-decoration: none;
		}
div.wp-pagenavi a:hover {
		background: #006722;
		border: 1px solid #006722;
		color: #fff;
		}
div.wp-pagenavi span.pages {
		margin: 0 10px 0 0;
		border: none;
		}
div.wp-pagenavi span.current {
		margin: 0 3px 0 0;
		padding: 4px 8px; 
		background: #006722;
		border: 1px solid #006722;
		font-weight: bold;
		color: #fff;
		}
div.wp-pagenavi span.extend {
		margin: 0 3px 0 0;
		padding: 4px 8px;
		border: none;
		}

/* P O S T		P R O M O */

div.post-promo {
		margin: 20px 0;
		padding: 10px;
		ackground: #e9e9e9;
		border: 1px solid #e7e7e7;
		font-size: 90%;
		}

/* 
------------------------------------------------------ 
	P A G E		S T Y L E S
------------------------------------------------------ */

/* C O M M O N */

div.page {

		}
h1.page-title {
		margin: 0 20px 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		font-size: 160%;
		text-transform: lowercase;
		}

/* S E A R C H		P A G E */

div.search-results .post {
		margin: 0 20px 40px;
		border-bottom: 1px solid #aaa;
		}
div.search-results .post h2 {
		margin: 0 0 10px;
		font-size: 120%; 
		letter-spacing: normal;
		text-transform: none;
		}
div.search-results .post p.post-meta  {
		margin: 0 0 10px;
		padding: 0;
		font-size: 75%; 
		color: #999;
		line-height: 1em;
		}
div.search-results .post p.post-meta span {
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #dbdbdb;
		}
div.search-results .post p.post-meta span.post-meta-comments {
		border-right: none;
		}
div.search-results .post .post-body  {
		margin: 10px 0 20px;
		}
div.search-results #form-search {
		margin: 0;
		padding: 0 0 20px;
		}

/* A R C H I V E S */

div.archive .post {
		margin: 0 20px 20px;
		border-bottom: 1px solid #aaa;
		}
div.archive .post h2 {
		margin: 0 0 10px;
		font-size: 120%; 
		letter-spacing: normal;
		text-transform: none;
		}
div.archive .post p.post-meta  {
		margin: 0 0 10px;
		padding: 0;
		font-size: 75%; 
		color: #999;
		line-height: 1em;
		}
div.archive .post p.post-meta span {
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #dbdbdb;
		}
div.archive .post p.post-meta span.post-meta-comments {
		border-right: none;
		}
div.archive .post .post-body  {
		margin: 10px 0 20px;
		}

/* A R C H I V E S		P A G E */

div.page-archives .post {
		margin: 0 20px 20px;
		border-bottom: 1px solid #aaa;
		font-size: 90%;
		}
div.page-archives .post .post-body  {
		margin: 10px 0 20px;
		}
div.page-archives .post h2 {
		margin: 0 0 10px;
		font-size: 120%; 
		text-transform: lowercase;
		}
ul#page-archives-months {
		margin: 0;
		padding: 0;
		}
ul#page-archives-months li {
		list-style-type: none;
		margin: 0;
		padding: 0 0 10px;
		}
ul#page-archives-months li a, 
ul#page-archives-months li span.emptymonth {
		padding: 0 10px 0 0;
		}
ul#page-archives-months li strong {
		display: block;
		}
ul#page-archives-categories {
		margin: 0;
		padding: 0;
		}
ul#page-archives-categories li {
		float: left;
		width: 130px;
		list-style-type: none;
		margin: 0;
		padding: 5px 0;
		line-height: 1em;
		}
ul#page-archives-categories li a {
		display: block;
		width: 120px;
		}
p.wp-tag-cloud {
		margin: 0;
		padding: 0;
		line-height: 1.6em;
		}
p.wp-tag-cloud a {
		margin: 0 20px 0 0;
		}
ul#page-archives-all {
		margin: 0;
		padding: 0;
		}
ul#page-archives-all li {
		font-size: 90%;
		}

/* 	C O N T A C T	P A G E */

form.wpcf7-form {
		margin: 0;
		padding: 0;
		}
form.wpcf7-form fieldset {
		margin: 0;
		padding: 0;
		border: none;
		}
form.wpcf7-form legend { 
		margin: 0 0 20px; 
		padding: 0;
		font-size: 130%;  
		}
form.wpcf7-form legend+* { 
		margin-top: 0; 
		}
form.wpcf7-form p {
		margin: 0 0 20px;
		padding: 0;
		}
form.wpcf7-form label {
		display: block;
		margin: 0 0 5px;
		font: 85% Arial,Verdana, sans-serif;
		text-transform: uppercase;
		}
form.wpcf7-form input {
		width: 430px;
		padding: 8px;
		}
form.wpcf7-form textarea {
		width: 430px;
		padding: 8px;
		}
form.wpcf7-form label em {
		font-style: normal;
		font-size: 85%;
		color: #999;
		text-transform: none;
		}
form.wpcf7-form .button {
		width: auto;
		overflow: visible;
		padding: 5px 4px;
		background: #006722;
		border: 1px solid #006722;
		font-weight: bold;
		font-size: 95%; 
		color: #fff;
		text-transform: lowercase;
		vertical-align: top;
		}

/* E R R O R	P A G E */

div.error h3 {
		margin: 0 0 10px;
		font-size: 120%; 
		text-transform: lowercase;
		}


/* 
------------------------------------------------------ 
	S I D E		C O L U M N
------------------------------------------------------ */

/* C O M M O N */

div.column-side-section {
		margin: 0 20px 60px;
		padding: 0;
		font-size: 85%;
		line-height: 1.4em;
		}
div.column-side-section h3 {
		margin: 0 0 20px;
		padding: 0 0 10px;
		border-bottom: 1px solid #868686;
		font-size: 150%;
		text-transform: lowercase;
		}

/* EMAIL UPDATES */

#column-side div.widget_mailchimpsf_widget {
		background: #fff;
		}
div.widget_mailchimpsf_widget h3.side-section-title {
		padding: 10px 20px;
		background: #111;
		color: #fff;
		line-height: 1.4em;
		}
div.widget_mailchimpsf_widget #mc_signup_form { 
		padding: 0 20px 40px;
		border: none;
		background: #fff;
		}
.nsu-form { 
		padding: 20px;
		border: 1px solid #dbdbdb;
		}
div.widget_mailchimpsf_widget #mc_signup_form label,
.nsu-form label {
		display: block;
		margin: 0 0 5px;
		font: 85% Arial,Verdana, sans-serif;
		text-transform: uppercase;
		}
div.widget_mailchimpsf_widget #mc_signup_form input {
		float: left;
		padding: 8px;
		}
div.widget_mailchimpsf_widget #mc_signup_form .button, 
.nsu-form .nsu-submit {
		width: auto;
		overflow: visible;
		padding: 5px 10px;
		background: #006722;
		border: 1px solid #006722;
		font-weight: bold;
		font-size: 95%; 
		color: #fff;
		text-transform: lowercase;
		vertical-align: top;
		}

/* GUIDES */

ul#guides {
		margin: 0;
		padding: 0;
		}
ul#guides li {
		margin: 0 0 20px;
		padding: 0 0 20px;
		background: url(i/dot.gif) repeat-x 0 100%;
		list-style: none;
		}
ul#guides li div.guide-left {
		float: left;
		width: 130px;
		}
ul#guides li div.guide-right {
		float: right;
		width: 110px;
		}
ul#guides li p.guide-title {
		margin: 0 0 20px;
		}
ul#guides li span.guide-author {
		font-size: 90%;
		}
ul#guides li span.guide-author em {
		font-style: normal;
		text-transform: uppercase;
		}
ul#guides li p.guide-info {
		font-size: 80%;
		line-height: 1.2em;
		}

/* S U B S C R I B E */

div.widget_text ul#subscribe {
		height: 48px;
		margin: 0 0 20px;
		padding: 0;
		background: url(i/icon-feed.gif) no-repeat;
		}
div.widget_text ul#subscribe li {
		list-style-type: none;
		margin: 0 0 10px;
		padding: 0 0 0 60px;
		line-height: 1em;
		}
div.widget_text ul#twitter {
		background: url(i/icon-twitter.gif) no-repeat;
		}
div.widget_text ul#facebook {
		background: url(i/icon-facebook.gif) no-repeat;
		}


/* C A T E G O R I E S */

div.widget_categories ul {
		margin: 0;
		padding: 0;
		}
div.widget_categories ul li {
		float: left;
		width: 130px;
		list-style-type: none;
		margin: 0;
		padding: 5px 0;
		}
div.widget_categories ul li a {
		display: block;
		width: 120px;
		}

/* S E A R C H */

#search {

		}
#form-search {
		margin: 0;
		}
#form-search fieldset {
		margin: 0;
		padding: 0;
		border: none;
		}
#form-search label {
		display: block;
		margin: 0 0 5px;
		font-size: 85%; 
		text-transform: uppercase;
		}
#form-search #s {
		float: left;
		width: 140px;
		padding: 8px 8px;
		border: 1px solid #868686;
		vertical-align: top;
		}
#form-search #searchsubmit {
		float: left;
		width: auto;
		overflow: visible;
		padding: 6px 6px;
		background: #006722;
		border: 1px solid #006722;
		font-weight: bold;
		font-size: 95%; 
		color: #fff;
		text-transform: lowercase;
		vertical-align: top;
		}

/* R E C E N T	P O S T S */

div.widget_recent_entries ul {
		margin: 0;
		padding: 0;
		}
div.widget_recent_entries ul li {
		list-style-type: none;
		margin: 0 0 10px;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		}
p.recent-post-meta {
		padding: 5px 0 0;
		font-size: 90%;
		}

/* POPULAR POSTS */

ul.wppp_list {
		margin: 0;
		padding: 0;
		}
ul.wppp_list li {
		list-style-type: none;
		margin: 0 0 10px;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		}

/* R E C E N T	C O M M E N T S */

div.widget_get_recent_comments ul {
		margin: 0;
		padding: 0;
		}
div.widget_get_recent_comments ul li {
		list-style-type: none;
		margin: 0 0 10px;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		}
div.widget_get_recent_comments ul li p {
		margin: 0;
		padding: 0;
		}
p.recent-comment-meta {
		padding: 20px 0 0;
		font-size: 90%;
		text-transform: uppercase;
		}

/* 
------------------------------------------------------ 
	B O T T O M
------------------------------------------------------ */

/* C O M M O N */

#bottom {
		margin: 20px 0;
		padding: 20px 0;
		background: #fff;
		line-height: 1.4em;
		}
#bottom-inner {
		background: url(i/bottom.gif) repeat-y;
		}
#bottom h3 {
		margin: 0 0 20px;
		padding: 0 0 10px;
		border-bottom: 1px solid #ccc;
		font-size: 140%;
		text-transform: lowercase;
		}
#bottom h4 {
		margin: 0;
		padding: 0 0 10px;
		font-size: 120%;
		text-transform: lowercase;
		}
div.bottom-best-of {
		display: inline;
		float: left;
		width: 590px;
		margin: 0 20px;
		}
div.bottom-best-of-inner {
		background: url(i/best-of.gif) repeat-y;
		}
div.bottom-best-of-section {
		display: inline;
		float: left;
		width: 175px;
		margin: 0 10px;
		}
div.bottom-best-of ul {
		margin: 0;
		padding: 0;
		font-size: 80%;
		}
div.bottom-best-of ul li {
		list-style-type: none;
		margin: 0 0 5px;
		padding: 0 0 5px;
		background: url(i/dot.gif) repeat-x 0 100%;
		}
div.bottom-best-of ul li p {
		margin: 0;
		padding: 0;
		}
div.bottom-best-of ul li span.post-meta {
		margin: 0;
		padding: 0;
		background: none;
		font-size: 90%;
		color: #999;
		text-transform: none;
		}
div.bottom-about {
		display: inline;
		float: right;
		width: 270px;
		margin: 0 20px;
		}

/* 
------------------------------------------------------ 
	F O O T E R
------------------------------------------------------ */

#footer {
		margin: 20px 0;
		font-size: 70%;
		color: #999; 
		text-align: left;
		line-height: 1em;
		}
#footer ul {
		margin: 0;
		padding: 0;
		}
#footer ul li {
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0 5px;
		border-right: 1px solid #3d3d3d;
		}
#footer ul li a {
		padding: 0 2px 0 0;
		}
#footer ul li#footer-last {
		border-right: none;
		}
/* 
------------------------------------------------------ 
	M I S C
------------------------------------------------------ */

/* C L E A R F I X  */

.clear { clear: both; height: 0; line-height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}		