/*  
Theme Name: WordPress Themes
Theme URI: http://www.blogger-template.info
Description: Premium Directory Theme. <a href="http://www.blogger-template.info/premium-directory-theme">Demo</a>
Version: 1.0
Author: Sha
Author URI: http://www.blogger-template.info
Tags: black, grey, white, orange, custom header, fixed width, two columns, widgets, adsense, gravatar
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Main Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body,td,th {
font-family:Arial;
font-size:12px;
color:#333333;
}

body {
background:#8c8c8c;
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
background-image:url(images/wordpress-themes-01.gif);
background-repeat:repeat-x;
}

a:link {color:#ee4e05; text-decoration:underline;}
a:visited {color:#ee4e05; text-decoration:underline;}
a:active {color:#ee4e05; text-decoration:underline;}
a:hover {color:#000000; text-decoration:none;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Pagebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pagebar {font:11px Arial, Helvetica, sans-serif; padding-top:0px; padding-bottom:5px; margin:0px; color:#666666;}
.pagebar a, .pageList .this-page {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#ffffff;}
.pagebar a:visited {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#ffffff;}
.pagebar .break {padding:2px 6px; border:none; text-decoration:none; background:#ffffff;}
.pagebar .this-page {padding:2px 6px; font-weight:bold; font-size:13px; vertical-align:top; border-color:#f6f6f6; background:#ffffff;}
.pagebar a:hover {text-decoration:none; border-color:#dadada; color:#ffffff; background:#ee4e05;}

#pagination {
margin:0 auto;
text-align:center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Images & Caption Alignment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Comments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
padding: 0; 
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
	
.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Content Area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

blockquote {font-size:small;}
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.navigation {display:block;text-align:center;}
.space li {padding:0px 0px 20px 0px; margin:0px;}
.gravatar {float:right; margin:10px 10px 10px 10px;}
hr {height:1px; border:0px; color:#CECFCE; background-color:#CECFCE;}
pre {height:auto; padding:10px 10px 10px 10px; overflow-x:scroll; width:570px;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.box5a {
width:600px;
margin:20px 0px 20px 18px;
padding:0px 0px 0px 0px;
}

.box5a h2 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:25px;
}

.box5a h2 a {text-decoration:none; color:#000000;}  
.box5a h2 a:visited {text-decoration:none; color:#000000;} 
.box5a h2 a:hover {text-decoration:none; color:#cc0000;} 

.box5b img {
}

.box5b small {
font-size:10px;
font-style:italic;
color:#999999;
}

.box5b a small {text-decoration:none; color:#000000; font-style:normal;}
.box5b a:visited small {text-decoration:none; color:#000000;}
.box5b a:hover small {text-decoration:none; color:#333333;}

.box5f {
text-align:center;
background-color:#ffffcc;
border-color:#cccccc; 
border-width:1px; 
border-style:dotted;
text-align:center;
margin:0px 0px 0px 0px;
padding:8px 8px 8px 8px;
}

.box5g {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box5g p {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box6a ul {padding:0px 0px 0px 0px; margin:0px; list-style-type:none;}
.box6a li {padding:0px 0px 0px 0px; margin:0px 18px 12px 0px; background-color:#f3f3f3; border-color:#cccccc; border-width:1px; border-style:solid; text-align:center; width:180px; height:215px; float:left;}

.box6b {
margin:15px 14px 15px 14px;
}

.box6b p {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box6b a {text-decoration:none; color:#000000; font-weight:bold; font-size:11px;}
.box6b a:visited {text-decoration:none; color:#000000;}
.box6b a:hover {text-decoration:none; color:#333333;}

.box6b img {
margin:5px 0px 5px 0px;
border-color:#cccccc; 
border-width:1px; 
border-style:solid;
}

.box6c {
margin:5px 0px 0px 0px;
background-image:url(images/wordpress-themes-05.gif);
background-repeat:repeat-x;
text-align:center;
height:33px;
}

.box6c a {text-decoration:none; color:#ffffff; font-size:12px;}
.box6c a:visited {text-decoration:none; color:#ffffff;}
.box6c ul a:hover {text-decoration:none; color:#000000;}

.box6d {padding:5px 0px 0px 0px;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container5b {
margin:0 auto;
text-align:center;
width:302px;
}

.box5c {
background-color:#f3f3f3;
border-color:#cccccc; 
border-width:1px; 
border-style:solid;
}

.box5d {
padding:10px 0px 10px 0px;
}

.box5d form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box5e {
text-align:left;
padding:15px 15px 10px 15px;
}

.box5e h4 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:15px;
color:#000000;
text-transform:uppercase;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Border that controls outside look
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container1 {
margin:0 auto;
text-align:center;
width:953px;
background-color:#000000;
border-color:#000000; 
border-width:2px; 
border-style:solid;
}

.box1 {
background-color:#FFFFFF;
text-align:left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Logo and 728x90 ad
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box2a {
background-image:url(images/wordpress-themes-02.jpg);
background-repeat:no-repeat;
}

.box2b {
padding:0px 15px 0px 15px;
}

.box2a h1 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:25px;
}

.box2b h1 a {text-decoration:none; color:#ffffff;}
.box2b h1 a:visited {text-decoration:none; color:#ffffff;}
.box2b h1 a:hover {text-decoration:none; color:#ee4e05;}

.box2b h4 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:11px;
font-weight:bold;
color:#ee4e05;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Navigation and Search
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box3a {
background-image:url(images/wordpress-themes-03.jpg);
background-repeat:no-repeat;
}

.box3b ul {padding:1px 0px 0px 37px; margin:0px; list-style-type:none;}
.box3b li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:none; float:left; display:block; font-size:11px;}
.box3b li a {color:#ffffff; text-decoration:none; padding:3px 10px 3px 10px; margin:0px; display:block; }  
.box3b li a:visited {color:#ffffff; text-decoration:none;} 
.box3b li a:hover {color:#000000; text-decoration:none; background-color:#343434;}

.box3c ul {padding:0px 0px 0px 37px; margin:0px; list-style-type:none;}
.box3c li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:none; border-left:1px solid #000000; border-right:1px solid #999999; float:left; display:block; font-size:11px;}
.box3c li a {color:#ffffff; text-decoration:none; padding:5px 15px 5px 15px; margin:0px; display:block; }  
.box3c li a:visited {color:#ffffff; text-decoration:none;} 
.box3c li a:hover {color:#999999; text-decoration:none; background-color:#343434;} 

.box3d ul {padding:0px 0px 0px 5px; margin:0px; list-style-type:none;}
.box3d li {padding:0px 0px 0px 0px; margin:0px;}

.box3d form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box3e {
width:95px;
background-color:#ffffff;
border-color:#ffffff; 
border-width:1px; 
border-style:solid;
font-size:10px;
color:#999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Choose
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box4a {
background-image:url(images/wordpress-themes-04.jpg);
background-repeat:no-repeat;
}

#box4b ul {
width:83%;
margin:7px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#box4b ul li {
	margin:0 0 0px;
	float:left;
	width:21%;
	list-style-type:none; 
	font-size:10px;
	color:#000000;
}

#box4b ul li a {
	color:#000000;
	text-decoration:none;
}

#box4b ul li a:visited {
	color:#000000;
	text-decoration:none;
}

#box4b ul li a:hover,
#box4b ul li a:focus {
	text-decoration:underline;
	color:#999999;
}

#box4c ul {
width:83%;
margin:9px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#box4c ul li {
	margin:0 0 5px;
	float:left;
	width:35%;
	list-style-type:none; 
	font-size:10px;
	color:#000000;
}

#box4c ul li a {
	color:#000000;
	text-decoration:none;
}

#box4c ul li a:visited {
	color:#000000;
	text-decoration:none;
}

#box4c ul li a:hover,
#box4c ul li a:focus {
	text-decoration:underline;
	color:#999999;
}

#box4d ul {
width:100%;
margin:9px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#box4d ul li {
	margin:0 0 5px;
	float:left;
	width:20%;
	list-style-type:none; 
	font-size:10px;
	color:#000000;
}

#box4d ul li a {
	color:#000000;
	text-decoration:none;
}

#box4d ul li a:visited {
	color:#000000;
	text-decoration:none;
}

#box4d ul li a:hover,
#box4d ul li a:focus {
	text-decoration:underline;
	color:#999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Mailing List and Related
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box7a {
background-image:url(images/wordpress-themes-06.gif);
background-repeat:no-repeat;
}

.box7b {
color:#666666;
}

.box7b small {
font-size:10px;
}

.box7b form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box7b h3 {
margin:15px 0px 0px 18px;
padding:0px 0px 0px 0px;
font-size:20px;
color:#000000;
}

.box7b ul {padding:8px 0px 0px 40px; margin:0px; list-style-type:none;}
.box7b li {padding:0px 0px 0px 0px; margin:0px;}

.box7c {
background-color:#ffffff;
border-color:#000000; 
border-width:1px; 
border-style:solid;
}

.box7d {
margin:10px 0px 0px 0px;
background-color:#7dc328;
border-color:#a1c14c; 
border-width:1px; 
border-style:solid;
color:#FFFFFF;
font-weight:bold;
}

.box7e {
font-size:12px;
color:#000000;
}

.box7e h3 {
margin:15px 0px 0px 20px;
padding:0px 0px 0px 0px;
font-size:20px;
color:#000000;
}

.box7e ul {padding:10px 0px 0px 35px; margin:0px;}
.box7e li {padding:4px 25px 4px 15px; margin:0px; list-style-type:none; background:url(images/li.gif) no-repeat left top;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	336x280 ad and Advance Search ad
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box8a {
background-image:url(images/wordpress-themes-07.jpg);
background-repeat:no-repeat;
}

.box8b ul {margin:31px 0px 0px 33px; padding:0px 0px 0px 0px;}
.box8b li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none;}

.box8c form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box8c h3 {
margin:40px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:19px;
color:#ffffff;
}

.box8c small {
font-size:10px;
color:#999999;
}

.box8d td {
font-size:10px;
color:#ffffff;
}

.box8d td ul {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.box8d td li {padding:1px 0px 2px 0px; margin:0px; list-style-type:none;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Popular, Info and Downloads
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box9a {
background-image:url(images/wordpress-themes-08.gif);
background-repeat:repeat-y;
}

.box9b h3 {
margin:20px 0px 15px 20px;
padding:7px 0px 10px 35px;
font-size:10px;
color:#ffffff;
background-image:url(images/wordpress-themes-10.gif);
background-repeat:no-repeat; 
}

.box9b ol {padding:0px 0px 0px 0px; margin:0px;}
.box9b ul {padding:0px 0px 0px 0px; margin:0px;}
.box9b li {padding:11px 15px 11px 25px; margin:0px; text-decoration:none; font-size:12px; list-style-type:none; border-top:1px solid #ffffff; border-bottom:1px solid #d6d5d5;}
.box9b li a {text-decoration:none; color:#000000;}  
.box9b li a:visited {text-decoration:none; color:#000000;} 
.box9b li a:hover {text-decoration:underline; color:#000000;} 

.box9c {
background-image:url(images/wordpress-themes-09.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

.box9d {
margin:0px 0px 0px 0px;
padding:22px 34px 22px 34px;
font-size:14px;
}

.box9e {
margin:0px 0px 5px 15px;
padding:6px 6px 6px 6px;
float:right;
background-color:#ffffff;
border-color:#d2d2d2; 
border-width:1px; 
border-style:solid;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box10 {
padding:20px 25px 20px 25px;
margin:0px 0px 0px 0px;
text-align:center;
font-size:11px;
color:#333333;
}

.box10 a {text-decoration:none; color:#000000;} 
.box10 a:visited {text-decoration:none; color:#000000;} 
.box10 a:hover {text-decoration:underline; color:#ffffff;} 