 /*
Theme Name: WP Perfect
Theme URI: http://www.tricksdaddy.com/2010/09/wp-perfect-free-wordpress-theme-by-tricksdaddy.html
Description: Clean and professional WordPress theme by Tricksdaddy
Author: Simrandeep Singh
Author URI: http://www.tricksdaddy.com/
Version: 1.03
Tags: white, blue, two-columns, fixed-width, custom-background, custom-menu, threaded-comments, theme-options, sticky-post


The CSS, XHTML and design is released under GPL:
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Reset
-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:400;
}

ol,ul,li {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:700;
}

q:before,q:after {
	content:'';
}

pre {
	background:#EEE;
	border:1px solid #DDD;
	clear:both;
	overflow:auto;
	margin:15px 0;
	padding:5px;
}

em {
	font-style:italic;
}

a img {
	border:none;
}


/* Defaults
-----------------------------------------------------------*/
.aligncenter {
	display:block;
	margin:0 auto;
}

.alignleft {
	float:left;
}

.alignright,
.post_category {
	float:right;
}

.wp-caption {
	border:1px solid #C8C8C8;
	text-align:center;
	background:#EAEAEA;
	margin:10px;
	padding:10px;
}

.wp-caption-text {
	padding:10px 20px 0;
	font-size:11px;
	line-height:12px;
	color:#333
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.gallery-caption {
	color: #333;
	font-size: 12px;
}

.clear {
	clear:both;
	display:block;
	height:1px;
	margin:-1px 0 0;
}

body {
	background:#555;
	font-family:Arial,Verdana,Sans-Serif;
	font-size:75%;
	line-height:160%;
	margin:0 auto;
	color:#555;
}

a {
	text-decoration:none;
	color:#26a;
}

a:hover {
	color:#26a;
	text-decoration:underline;
}

p {
	line-height:20px;
	margin:0 0 5px;
	padding:6px 0;
}

h1 {
	font-size:35px;
	line-height:43px;
}

h2 {
	font-size:30px;
	line-height:38px;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:15px;
	margin-bottom:4px;
}

h5 {
	font-size:11px;
}

h6 {
	font-size:9px;
}

input {
	padding:4px 3px;
}

strong,
.current {
	font-weight:700;
}


/* Top Navigation
-----------------------------------------------------------*/
#top-nav-container{
	width:100%;
	background:#567FA8;
	clear:both;
	border-top:1px solid #3a6490;
}

#top-nav {
	color:#fff;
	background:#567fa8;
	border-top:1px solid #729abd;
	padding:0;
	height:36px;
}

#top-nav ul,
.menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#top-nav ul li,
.menu ul li {
	float: left;
	position:relative;
}

#top-nav ul li a,
.menu ul li a { 
	background: #567fa8;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 36px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
}

#top-nav ul li a:hover,
.menu ul li a:hover {
	color:#FFF;
	background:#3a6490;
}

/* Second Level Drop Down Menu */
#top-nav ul li ul, .menu ul li ul {
	display: none;
}

#top-nav ul li:hover ul,
.menu ul li:hover ul {
	font-size:13px;
	display:block;
	position:absolute;
	top:36px;
	min-width:150px;
	left:0;
}

#top-nav ul li:hover ul li a,
.menu ul li:hover ul li a {
	display:block;
	background:#567fa8;
	color:#ffffff;
	width:130px;
}

#top-nav ul li:hover ul li a:hover,
.menu ul li:hover ul li a:hover {
	background:#3a6490;
	color:#ffffff;
}

/* Third Level Drop Down Menu */
#top-nav ul li:hover ul li ul,
.menu ul li:hover ul li ul {
	display: none;
}

#top-nav ul li:hover ul li:hover ul,
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:150px;
	top:0;
}


/* Header
-----------------------------------------------------------*/
#header {
	background:#fff;
	width:1000px;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

#header-top {
	height:110px;
	padding:0 10px 0 10px;
}

#header-top .logo {
	float:left;
	height:110px;
	width:484px;
}

#header-top .logo h1 {
	font-size:48px;
	margin-top:30px;
}

#header-top .logo h1 a:hover {
	color:#111;
	text-decoration:none;
}

#header-top .logo img {
	margin-top:20px;
}

.description {
	margin-top:4px;
}

#header #logo a:hover {
	text-decoration:none;
}

#header .headeradd {
	width:470px;
	border:0 solid silver;
	margin-top:25px;
	margin-right:5px;
	height:60px;
	float:right;
}


/* Main Navigation
-----------------------------------------------------------*/
#main-nav-container {
	width:1000px;
	clear:both;
	background:#fff;
}

#main-nav {
	width:1000px;
	float:left;
	background:#e9e9e8 url(images/navbg4.png) repeat-x;
	display:block;
	margin:0;
	padding:0;
}

#main-nav ul {
	list-style:none;
	font-family:Helvetica Neue,Helvetica,Arial,FreeSans,sans-serif;
	line-height:18px;
}

#main-nav li {
	float:left;
	list-style:none;
	display:block;
	border-right:#d2d2d2 solid 1px;
	margin:0;
	padding:0;
	display:block;
	height:46px;
	line-height:44px;
	position:relative;
}

#main-nav li a {
	color:#444;
	display:block;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	margin:1px 0;
	padding:0 18px;
}

#main-nav li a:hover {
	color:#444;
	background:#ddd;
}

/* Second Level Drop Down Menu */
#main-nav ul li ul {
	display: none;
}

/* Third Level Drop Down Menu */
#main-nav ul li:hover ul li ul {
	display: none;
}

#sec-nav {
	width:1000px;
	display:block;
	float:left;
	background:#b7d6f0;
	border-bottom:1px solid #9dc6e9;
	height:28px;
	margin:0;
	padding:0;
}

#sec-nav ul {
	list-style:none;
	color:#000;
	font-family:Helvetica Neue,Helvetica,Arial,FreeSans,sans-serif;
	height:28px;
}

#sec-nav li {
	padding:6px 4px 2px 4px;
	float:left;
	list-style:none;
	margin:0;
}

#sec-nav li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	color:#444;
	margin:1px 0 0 18px;
}

#sec-nav li a:hover {
	color:#26a;
}


/* Main Content
-----------------------------------------------------------*/
#main,
#wrapper {
	width: 1000px;
}

#wrapper {
	margin: 30px auto;
}

#main {
	background:#fff;
	clear:both;
	padding:0 0 8px;
}

#content {
	float:left;
	width:640px;
	padding:15px 0 0 15px;
}

/*
#content img {
	height:auto;
	margin:0;
	max-width:640px;
}
*/

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom:12px;
}

#content .aligncenter,
#content img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#content .alignleft,
#content img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}

#content .alignright,
#content img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}

.entry {
	color:#333;
	line-height:1.6em;
	text-align:justify;
	margin-bottom:10px;
	padding:0;
}

.entry p {
	border:1px;
}

.entry input {
	margin:0 0 20px;
}

.entry fieldset {
	border:1px solid #DEDEDE;
	margin:0 0 20px;
	padding:20px;
}

.entry fieldset legend {
	background:#fff;
	color:#000;
	font-weight:bold;
	padding:0 20px;
}

.entry table {
	border-color:#DEDEDE;
	border-style:solid;
	border-width:0 1px 1px 0;
	margin:0 0 15px 1px;
}

.entry table tr th {
	background:#F4F4F4;
	border-color:#DEDEDE;
	border-style:solid;
	border-width:1px 0 0 1px;
	color:#666666;
	font-weight:bold;
	padding:5px 10px;
	text-align:center;
	text-transform:uppercase;
}

.entry table tr td {
	border-color:#DEDEDE;
	border-style:solid;
	border-width:1px 0 0 1px;
	padding:5px 10px;
}

.sticky {
	background:#ffffe0;
	border:1px solid #e6db55;
	padding:10px;
}

.post {
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	font-family:arial,Verdana,sans-serif;
	font-size:12px;
	color:#333;
}

.post-title {
	border-bottom:1px dashed #EAEAEA;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin-bottom:10px;
	padding:0
}

.post-meta span {
	padding:5px 0;
}

.post .entry-title {
	font-weight:400;
	font-size:32px;
	font-family:Georgia,"Nimbus Roman No9 L",serif;
	line-height:32px;
	color:#262625;
}

.post .entry-title a {
	text-decoration:none;
	color:#26a;
}

.post .entry-title a:hover {
	text-decoration:none;
	color:#262625;
}

.post h3 {
	font-size:18px;
	font-weight:700;
	clear:both;
	margin:10px 0 10px 0;
	padding-left:0;
}

.post ul,
.post ol {
	padding-left:40px;
	margin-bottom:20px;
	clear:both;
}

.post ul li {
	list-style-type:disc;
}

.post ol li {
	list-style-type:decimal;
}

.post blockquote {
	display:block;
	color:#555;
	border-left:5px solid #E8E8E8;
	background-color:#F3F3F3;
	font-style:italic;
	padding:0 15px;
	margin:10px 0 10px 20px;
}

.post-meta {
	clear:both;
	color:#999;
	font-size:90%;
	margin-top:5px;
	font-family:Verdana,arial,sans-serif;
}

.post-date {
	color:#000;
	float:left;
}

.post-tags {
	margin-top:20px;
	background:#f3f3f3 url(images/tag.png) no-repeat;
	background-position:6px 7px;
	border:1px solid #ddd;
	padding:5px 5px 5px 30px;
	overflow:hidden;
}

.thumbnail a:link,
.thumbnail a:visited {
	display:block;
	float:left;
	padding:5px;
	background:#f0f0f0;
	border:1px solid #DDD;
	width:120px;
	height:120px;
	margin:5px 5px 0 0;
}

.thumbnail a:hover,
.thumbnail a:active {
	background:#DDDDDD;
}

.author_box {
	background:#f3f3f3;
	border:1px solid #ddd;
	font-weight:400;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	padding:5px;
}

.author_box p {
	margin:0;
}


/* Sidebar
-----------------------------------------------------------*/
#sidebar {
	float:right;
	font-size:11.7px;
	margin-right:0;
	margin-top:15px;
	padding-right:15px;
	width:310px;
}

#ads-box {
	color:#ddd;
	background:#f3f3f3;
	border:#ddd 1px solid;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px 15px;
}

#ads-box img {
	border:1px solid #CCC;
	margin:5px;
	width:125px;
	height:125px;
}

#subscribe {
	list-style:none;
	background-repeat:no-repeat;
}

#subscribe li.rss a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:0 0;
	margin:0 19px 0 0;
}

#subscribe li.emailsubs a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-32px 0;
	margin:0 19px 0 0;
}

#subscribe li.facebook a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-64px 0;
	margin:0 19px 0 0;
}

#subscribe li.twitter a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-96px 0;
	margin:0 19px 0 0;
}

#subscribe li.google a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-128px 0;
	margin:0 19px 0 0;
}

#subscribe li.delicious a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-160px 0;
	margin:0;
}

#social-links {
	overflow:hidden;
	display:block;
}

#subscribe-bar {
	background:#f3f3f3;
	border:#ddd 1px solid;
	margin-bottom:15px;
	color:#333;
	overflow:hidden;
	padding:10px;
}

.sidebar-wrap .wide-widget {
	padding-bottom:4px;
	margin:5px 0 20px;
}

.wide-widget ul {
	padding-left:0;
	margin:0;
}

.wide-widget ul li {
	border-bottom:1px solid #DEDEDE;
	line-height:20px;
	margin:0;
	padding:4px 0 5px;
}

.wide-widget ul li a {
	font-size:12px;
	display:inline;
	margin:0;
	padding:0;
}

.wide-widget ul li a:hover {
	text-decoration:underline;
	margin:0;
	padding:0;
}

.sidebar-widget-title {
	font-size:14px;
	margin-bottom:10px;
	line-height:18px;
	font-weight:700;
	color:#333;
	border-bottom:3px solid #dedede;
	text-transform:uppercase;
	padding:0 0 3px;
}


/* Search
-----------------------------------------------------------*/
input#s {
	font-weight:400;
	width:175px;
	border:0;
	background:transparent;
	border:1px solid #ccc;
	font-size:110%;
	margin-right:5px;
	padding:7px 10px;
}

#searchsubmit {
	color:#fff;
	font-weight:bold;
	cursor: pointer;
	margin:0;
	padding:6px 10px;
	border: 1px solid #777;
	background:#333537;
}

#searchresults {
	border:4px solid #ddd;
	margin:10px 0;
	padding:10px;
}


/* Footer
-----------------------------------------------------------*/
#footer {
	clear:both;
	border-top:1px solid #111;
	background:#1f242a;
	overflow:hidden;
	width:1000px;
}

#footer a {
	color:#8b8b8b;
}

#footer a:hover {
	color:#fcfcfc;
	text-decoration:underline;
}

#footer-wrap {
	width:100%;
	background:#1f242a;
	border-top:1px solid #777;
	border-bottom:1px solid #111;
	color:#8B8B8B;
}

#copyright {
	width:980px;
	color:#5e5e5e;
	font-size:12px;
	border-top:1px solid #444444;
	padding:10px;
}

.bottom-widget-title {
	color:#fcfcfc;
	text-transform:none;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:700;
	line-height:20px;
	border-bottom:3px solid #666;
	margin-bottom:10px;
	padding-bottom:5px;
}

.bottom-small-widget {
	width:310px;
	padding:10px;
	margin-top:15px;
	color:#d3d3d3;
}

.bottom-small-widget ul {
	list-style:none;
	padding:0 0 0 15px;
	text-align:left;
}

.bottom-small-widget ul li {
	list-style:none;
	list-style-type:square;
	padding:4px 0;
}


/* Comments
-----------------------------------------------------------*/
.date {
	border-bottom:1px solid #EAEAEA;
	padding:5px 0 4px;
}

.page_entry {
	border-top:2px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	margin:10px 0 0;
	padding:5px 0 20px;
}

.info {
	line-height:1.6em;
	font-size:10px;
	text-align:left;
	border-top:1px solid #EAEAEA;
	margin:0 1px 50px 0;
	padding:4px 0 1px 1px;
}

.nocomments {
	background:none;
}

.comments {
	border-bottom:1px dotted #ccc;
	color:#999;
	font-size:14px;
}

.trackbacks {
	border-bottom:1px dotted #ccc;
	color:#999;
	font-size:14px;
}

.track {
	background:transparent url(images/btn_strip01.jpg) no-repeat;
	font-size:13px;
	height:100%;
	float:left;
	line-height:25px;
	width:550px;
	margin:0 0 0 10px;
	padding:0 20px 0 10px;
}

#thecomments,
#thetrackbacks {
	list-style:none;
	min-height:30px;
	float:left;
	width:100%;
	margin:0;
	padding:0 0 10px;
}

.commentnavi {
	position:relative;
	padding-right:20px;
}

.commentpages {
	float:right;
	padding:5px 10px;
}

.page-numbers {
	padding-left:5px;
}

.commentlist {
	list-style:none;
	margin:0;
	padding:10px;
}

.comment {
	clear:both;
	overflow:hidden;
	margin:0;
	padding:5px;
}

.comment .children {
	list-style:none;
	border:0 #FFF solid;
	margin:0 0 0 25px;
	padding:0;
}

img.avatar {
	position:relative;
	float:right;
	border:1px solid #eee;
	margin:0 5px 0 0;
	padding:2px;	
}

.comment .fn {
	margin-left:0;
	font-size:14px;
	font-weight:700;
}

.byuser .fn {
	font-weight:400;
	text-decoration:none;
}

.bypostauthor .fn {
	font-weight:700;
	text-decoration:none;
}

.comment-meta {
	font-size:10px;
}

.reply {
	font-size:10px;
	text-align:right;
	width:100%;
	margin:5px 0 0;
	padding:2px;
}

.reply a {
	padding:5px;
}

.cmt_trackback {
	border-bottom:1px #eaeaea solid;
	margin:10px 0;
	padding:3px;
}

.cmt_trackback p {
	margin:0;
	padding:2px;
}

#respond {
	clear:both;
	font-size:12px;
	padding:10px 0 0;
}

.cancel-comment-reply {
	margin-top:5px;
	border-bottom:1px #eaeaea solid;
	padding:2px 0;
}

#commentform {
	border:1px solid #ccc;
	margin:10px 0 0;
	padding:20px 5px 0 10px;
}

#email,
#author,
#url {
	color:#000;
	font-size:12px;
	background:none;
	vertical-align:middle;
	border:1px solid silver;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	margin-bottom:3px;
	width:200px;
	height:12px;
	padding:5px;
}

#comment {
	width:98%;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-Serif;
	border:1px solid silver;
	height:125px;
	background:#FFF url(images/input.png) repeat-x scroll left top;
	border-color:#BDBDBD #CCC #DDD;
	border-style:solid;
	border-width:1px;
	padding:2px;
}

#submit {
	color:#d3d3d3;
	font-size:12px;
	background:#333537;
	font-family:Arial, Helvetica, Sans-Serif;
	cursor:pointer;
	padding:6px 20px;
}

#ctabs a.curtab,
.comment-meta a {
	color:#000;
}

.navigation {
	font-size:14px;
	margin:20px 0 0;
	padding:2px 5px 17px;
	border-top:3px solid #dedede;
}

.cmttext {
	font-size:12px;
	color:#000;
}

.even {
	background:#f9f9f9;
	border-top:2px solid #eee;
}

.odd {
	background:#fff;
	border-top:2px solid #eee;
}

.avatar {
	float:left;
	margin-right:5px;
	border:2px solid #E8E8E8;
}