﻿/*  
Theme Name: Popular
Theme URI: http://www.freewpthemes.net/preview/popular
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/
body {
	margin: 0;
	padding: 0;
	background:#fEfEfE url(images/bg.jpg) repeat-x left top;
	font-size: 13px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #383838;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #625f7f;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #4d4a6d;
}

a:hover, a:active {
	text-decoration: none;
	color: #625f7f;
}

a:visited {
	color: #8BD80E;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;

}

#wrapper {
	margin: 0;
	padding: 0;
}

/* Header */

#header {
	width: 713px;
	margin: 0 auto;

}

/* Menu */

#menu {
	float: left;
	width: 713px;
	height: 50px;
	background: url(images/img02.gif) no-repeat left top;
	display:none;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img04.gif) no-repeat right 55%;
	margin-top: 5px;
	margin-right: 3px;
	padding: 8px 17px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover { 
	color: #000000;
}

#menu .current_page_item a {
	color: #000000;
}

/** LOGO */

#logo {
	width: 713px;
	height: 111px;
	margin: 20px auto 0;
	background:url(images/header.png) no-repeat;
	cursor: pointer;
	cursor: hand;

}

#logo h1 {
	float: left;
	margin: 0;
	padding: 30px 0 0 0px;
	line-height: normal;
	display:none;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
}

#logo h1 a {
	text-decoration: none;
	color: #4C4C4C; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 45px 0 0 18px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #8BD80E; 
	display:none;
}

#logo p a {
	text-decoration: none;
	color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 678px;
	margin: 0 auto;
	background: #f7f7f7 url(images/body_bg.jpg) no-repeat;
	padding: 0 10px 0 25px;
	min-height:455px;
	_height:455px;
}

/* Content */

#content {
	float: left;
	width: 410px;
	
}

/* Post */

.post {
	padding: 15px 0px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	padding: 0px 0 0 0px;
	background: url(images/img08.jpg) no-repeat left top;
	font-size: 24px;
	color: #625f7f;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #625f7f;
}

.post .title a {
	text-decoration: none;
	color: #625f7f;
}
.post .entry {
}

.post .meta {
	padding: 15px 15px 30px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:none;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #383838;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 10px 0 18px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	width: 225px;
	float: right;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {

	padding: 8px 0 0 0px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 20px;
	color: #625f7f;
}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #8BD80E;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
width:700px;
margin:0 auto;
}

#footer {
	margin: 0 auto;
	padding: 0px 0 10px 0;

}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 11px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: right;
	color: #383838;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
}

#comment {
	width: 400px;
	height: 100px;
}

.footershadow {
background:url(images/footer.jpg) no-repeat;
width:805px;
height:116px;
display:block;
margin:0 auto;
}

#searchform div {
position: relative;
background:url(images/search_bar.png) no-repeat;
}

#sidebar ul {
margin:10px 0 0 0;
}

#searchform #s {
background:none;
border:0;
width:125px;
padding:3px 5px 10px 5px; 
dfloat:left;
margin:0 10px 0 0px;
}

#searchform #searchsubmit {
dbackground:url('images/search_btn.png') no-repeat;
position: absolute;


}

#respond
{
display: none;
}