/* 
Theme Name: Officially Music
Theme URL: http://www.officiallyhiphop.com/
Description: Officially Music is a 3-column Widget-ready theme created for WordPress.
Author: Kirkhart Studios
Version: 1.0
Tags: three columns, fixed width, gray, black, sidebar widgets

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Changelog:
v1.0 - 01.01.09
First Release of Officially Music
*/

body {
background: #AAAAAA;
color: #191919;
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: 12px;
margin: 0 auto;
padding: 0px;
width: 988px;
}

*{
border:0;	
padding:0;
margin:0;
}

ul,ol,li{
list-style:none;		
}

#wrap {
background: #AAAAAA url(images/wrap.gif) center repeat-y;
margin: 0 auto;
width: 988px; 
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
color: #cf0201;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/************************************************
*	Top Bar      							*
************************************************/

#top {
background: #333333;
height: 24px;
margin: 0 auto;
overflow:hidden;
width: 988px; 
}

#topbar {
background: #111111 url(images/topnavbar.gif);
color: #cccccc;
height: 36px;
margin: 0 auto;
width: 960px;
}

#topbar a, #topbar a:visited {
color: #dddddd;
}

#topbar p, #topbar a {
font-size: 11px;
font-weight: bold;
}

#topbarleft {
float: left;
padding: 10px 0 0 10px;
width: 200px;
}

#topbarright {
float: right;
padding: 10px 10px 0 0;
text-align: right;
text-transform: uppercase;
width: 600px;
}

#topbarright a img {
margin: 0 3px 3px 0;
}

/************************************************
*	Header  									*
************************************************/

#header {
color: #b5b5b5;
display:block; 
margin: 0 auto;
overflow: hidden;
width: 960px;
}

#header a img {
margin: 0px;
padding: 0px;
}

#header_left {
background: #141414;
border-bottom: 1px solid #272727;
border-top: 1px solid #272727;
float: left;	
height: 60px;	width: 600px;
}

#header_right {
background: #141414;
border-bottom: 1px solid #272727;
border-top: 1px solid #272727;
float: right;
padding-left:84px;
width: 276px;	height: 60px;
}

* html #header_right{
height:63px;
}

#header_billboard {
background: #515151;
margin: 0 auto;
overflow: hidden;
padding: 0 0 6px 0;
width: 960px; 	height: 90px;
}

#header_billboard a img, #header_left a img {
border: none;
}

#header_featured {
background: #222222;
display:inline;
float: left;
margin: 0 6px;
width: 212px;	height: 88px;
}

#header_ad {
background: #222222;
color: #999999;/* To show Theme Options missing */
display:inline;
float: right;
margin-right:6px;
width: 727px; height: 90px;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
background: #222222;
border-bottom: 1px solid #080808;
border-top: 1px solid #000000;
clear:both;
display:block;
font-weight: bold;
margin: 0px auto 6px auto; /* You sure that auto is right? */
width: 960px;	height: 33px;
}

#navbar a, #navbar a:visited {
padding-left:3px;
text-transform: uppercase;
}

#navbar, #navbar a, #navbar a:visited {	
color: #FFFFFF;
font-size: 11px;
}

#navbarleft {
float: left;	
width: 960px;
}

#nav a, #nav a:visited {
background: #222222;
border-right: 1px solid #080808;
color: #eeeeee;
display: block;
padding: 10px 15px;
}

#nav a:hover {
background: #141414;
color: #FFFFFF;
padding: 10px 15px;
}

#nav li {
z-index: 15;
}

#nav li li {
width: 150px;
z-index: 10;
}

#nav li {
float: left;
position: relative;
}
#nav li li{
float: none;
position: relative;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
background: #222222;
border: 1px solid #080808;
border-top:none;
float: none;
margin-left:-1px;
padding: 7px 30px 7px 10px;
width: 160px;
}

#nav li li a:hover, #nav li li a:active {
background: #141414;
padding: 7px 30px 7px 10px;
}

#nav li ul {
left: -999em;
position: absolute;
width: 200px;/* This has to be same width as nav li li a for borders to work */
}

#nav li:hover ul {
display: block;
}

#nav li ul ul {
border-top: 1px solid #080808;
margin: -30px 0 0 201px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}

/* Stops dropdown misbehaviour in IE7 */
#nav li:hover, #nav li.sfhover { 
position: static;
}

/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
width: 960px;
line-height: 20px;
margin: 0 auto;
}

#homepage p {
line-height: 17px;
margin: 10px 0;
}

/* Blog title if no logo used */
#homepage h1 {
color: #cf0201;
font-size: 11px;
font-weight: bold;
line-height: 17px;
}

/* Homepage main content */
.hpleft {
background: #e9e9e9 url(images/homebg.gif) repeat-y;
border: 1px solid #151515;
display:inline;
float: left;
margin: 0 0 6px 6px;
width: 640px;
overflow:hidden;
}

/* Homepage section headings */
.hpleft h2 {
color: #4D4D4D;
font-family: "Arial black", Arial, Tahoma, Verdana;
font-size: 19px;
font-weight: bold;
line-height: 15px;
padding-left:10px;
text-transform: uppercase;
}

/* See above */
.hpleft h2 a:visited, .hpleft h2 a {
color: #4D4D4D;
}

/* See above */
.hpleft h2 a:hover {
color: #cf0201;
text-decoration: none;
}

/* Homepage Post titles */
.hpleft h3 {
color: #cf0201;
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
font-weight: bold;
line-height: 17px;
}

/* Wrap for homepage lefthand column */
.hpcolumnleft {
display:inline;
float: left;
margin: 10px 8px 0px 12px;
padding-bottom:10px;
width: 300px;
}

/* Wrap for homepage righthand column */
.hpcolumnright {
display:block;
float: right;
margin: 10px 12px 0 8px;
width: 300px;
}

/* Inner wrap for Homepage left column */
.postboxleft {
background: #f5f5f5;
float: left;
margin: 0 0 10px 0;
padding: 10px 0 0 0;
width: 300px;
}

/* Inner wraps for Homepage right column sections */
.postbox {
background: #f5f5f5;
border-bottom: 2px solid #898989;
float: left;
margin: 0 0 10px 0;
padding: 10px 0;
width: 300px;
}

#homepage .postbox h1, #homepage .postboxleft h1{
font-size:19px;
font-weight:bold;
}

/* Inner wrap for Homepage section Headings */
.postbox_title {
float: left;
margin: 0 0 10px 0;
width: 300px;
}

/* Inner wrap for post text in RH sections */
.postbox_content {
float: left;
margin: 0 0 10px 0;
width: 300px;
}

/* Inner wrap for post test in LH column */
.posts_even {
background: #ffffff;
float: left;
padding: 10px 0;
width: 300px;
}

/* See above */
.posts_odd {
background: #f5f5f5;
border-bottom: 2px solid #898989;
border-top: 2px solid #898989;
float: left;
padding: 10px 0px;
width: 300px;
}

/* See above */
.posts_even img, .posts_odd img, .postbox_content img {
border: 1px solid #222222;
float:left;
margin:0 10px 0 0;
padding: 1px;
}

/* Read more links, icons, borders etc */
.iconsleft, .iconsright { 
display: block;
padding-top: 1px; 
float: left; 
margin: 2px 0 10px 0; 
border-top: 1px dotted #777777; 
}

.iconsleft {
width:300px;
}

.iconsright {
width:215px;
}

.iconsleft ul, .iconsright ul { 
margin: 0;
padding: 0; 
}

.iconsleft li, .iconsright li { 
color:#525252; 
display: inline; 
font-size: 11px; 
font-weight: bold; 
list-style-type: none; 
margin: 0 10px 0 0; 
padding: 8px 0 8px 18px; 
} 

.iconsleft li a, .iconsright li a { 
color: #525252;
text-decoration: underline; 
} 

.arrow { 
background: url(images/arrow.gif) no-repeat left center;
}

/************************************************
*	Archives pages				     		    * 
************************************************/

/* Placeholder for archives content */
.postarchives {
background: #FFFFFF;
border: 1px solid #222222;
display: inline;
float: left;
margin-bottom:6px;
width: 474px;
display:block;
overflow:hidden;
}

* html .postarchives{
width:470px;
}

/* Post titles */
.postarchives h3 {
color: #cf0201;
font-family: Arial, Tahoma, Verdana;
font-size: 12px;
font-weight: bold;
line-height: 16px;
}

/* Alternating archive post/image placeholder */
.reviews_archives_odd {
background: #e9e9e9;
border-bottom: 1px solid #898989;
border-top: 1px solid #898989;
float: left;
margin: 0 0 10px 0;
padding-top: 10px;
width: 474px;
}

/* Alternating archive post/image placeholder */
.reviews_archives_even {
background: #ffffff;
float: left;
width: 474px;
}

/* Placeholder for archive thumbnail */
.archives_image {
float: left;
width: 99px;
}

/* Archive thumbnail style */
.archives_image img {
border: 1px solid #222222;        
float:left;
margin:0 15px 10px 10px;
padding: 1px;
}

/* Archive post content */
.archives_post {
float: right;
padding: 0 9px 0 0;
width: 366px;
}

/* Archive page Read more arrow/links */
.list_icons {
border-top: 1px dotted #777777;
margin: 2px 0 10px 0;
padding-top: 7px;
width: 350px;
}

/* See above */
.list_icons a {
background: url(images/arrow.gif) no-repeat 0 5px;
color: #525252;
font-size: 11px;
font-weight: bold;
padding: 7px 0 0 20px;
text-decoration: underline;
}

/* TRIAL ONLY
Archive posts' category/tags */
.archives_meta {
font-size: 11px;
line-height: 16px;
padding: 0 0 10px 0;
width: 365px;
}

.arrow {
background: url(images/arrow.gif) no-repeat left center;
margin: 0px 0px 10px 0px;
}

/* Don't know if this is used */
.list_more_menu {
float: left;
margin: 10px 0 10px 8px;
}

/************************************************
*	Content 					     		    * 
************************************************/

#content, #archive{
width: 960px;
line-height: 20px;
margin: 0 auto;
}

#content p {
font-family: Verdana, Arial, Helvetica;
padding: 0 0 15px 0;
}

#content h1 {
color: #222222;
font-size: 19px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
margin: 0 0 10px 0;
}

#content h1 a, #content h1 a:visited  {
color: #202020;
margin: 0 0 10px 0;
text-decoration: none;
}

#content h1 a:hover {
color: #B60000;
text-decoration: none;
}

#content h4 {
background: #a5a5a5;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
color: #202020;
font-size: 14px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
height: 31px;
padding: 10px 0 0 10px;
}

#content img.wp-smiley {
border: none;
float: none;
}

#content img.wp-wink {
border: none;
float: none;
}

#contentleft {
float: left;
display: inline;
margin: 0 0 6px 0;
overflow:hidden;
width: 476px;
}

* html #contentleft{
width:474px;
}	

.archive {
float: left;
padding: 0 0 20px 0;
width: 250px;
}

#date {
background: #e9e9e9;
padding: 3px 10px 3px 10px;
margin: 5px 0 10px 0;
width: 436px;
}

#date p {
color:#444444;
font-size:11px;
line-height:20px;
padding-bottom:0;
}

blockquote {
border-left: 5px solid #C0C0C0;
margin: 0 20px 15px 20px;
padding: 5px 0 5px 15px;
}

.breadcrumb {
border-bottom: 1px dotted #C0C0C0;
float: left;
font-size: 11px;
margin: 0 0 20px 0;
padding: 0 0px 3px 0;
width: 550px;
}

.postarea {
background: #fcfcfc;
border: 1px solid #111111;
float: left;
margin: 0 0 6px 0;
padding: 9px;
width: 456px;
}

.postarea ol {
margin-left:20px;
padding-bottom:10px;
}

.postarea ol li {
margin-left:20px;
padding-bottom:5px;
}

.postarea ul {
list-style-type: square;
margin-left:20px;
padding-left:10px;
}

.postarea ul li {
list-style-type: square;
margin-left:20px;
padding-bottom:5px;
}

.postarea ul ul li {
list-style-type: square;
margin-left:20px;
padding: 0px;
}

/* Images directly coded into a post */
.postarea a img {
border: none;
}

/* See above */
.postarea p img {
border: none;
float: left;
margin: 0 10px 10px 0;
}

.adsense {
background: #FFFFFF;
border: 1px solid #C0C0C0;
float: left;
margin: 10px 0px;
padding: 9px;
width: 550px;
}

.postmeta {
border-top: 1px dotted #C0C0C0;
font-size: 12px;
padding-top: 5px;
width: 456px;
}

.postmeta2 {
border-top: 1px dotted #C0C0C0;
font-size: 12px;
padding: 5px 0 40px 0;
width: 550px;
}

.comments {
background: #fcfcfc;
border: 1px solid #111111;
display:inline;
float: left;
padding:9px;
width: 456px;
}

* html .comments {
width: 451px;
}

/************************************************
*	Images - standard Wordpress classes		    * 
************************************************/

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

img.alignnone {
display: inline;
margin-bottom:10px;
}

.alignright img {
display: inline;
margin: 0 0 10px 10px;
}

img.alignleft {
display: inline;
margin: 0 10px 10px 0;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.wp-caption img {
margin-bottom:10px;
}

.wp-caption p.wp-caption-text {
font-size: 10px;
font-style: italic;
font-weight: bold;
line-height: 12px;
padding-top: 5px;
}

/************************************************
*	Widgets 									*
************************************************/

.textwidget {
margin-bottom:10px;
}

#recent-posts ul {
list-style-type: none;
}

#recent-posts ul li {
background: url(images/icon_recent.gif) no-repeat top left;
padding: 0 0 5px 18px;
}

#recent-comments ul {
list-style-type: none;
}

#recent-comments ul li {
background: #FFFFFF url(images/icon_comments.gif) no-repeat top left;
padding: 0 0 5px 18px;
}

#categories-1 ul {
list-style-type: none;
}

#categories-1 ul li {
padding: 0px 0px 5px 18px;
}

#pages ul {
list-style-type: none;
margin: 0px 0px 5px 0px;
}

#pages ul li {
background: #FFFFFF url(images/icon_meta.gif) no-repeat top left;
padding: 0px 0px 5px 18px;
}

#links ul {
list-style-type: none;
margin: 0px 0px 5px 0px;
}

#links ul li {
background: #FFFFFF url(images/icon_links.gif) no-repeat top left;
padding: 0px 0px 5px 18px;
}

#text-1 ul {
list-style-type: none;
margin: 0px 0px 5px 0px;
}

#text-1 ul li {
padding: 0px 0px 5px 0px;
}

/************************************************
*	Left Sidebar                   	        * 
************************************************/

/* Left Sidebar Main Div */
#left_sidebar {
background: #515151;
display: inline;
float: left;
margin: 0px 6px 6px 6px;
width: 160px;
}

/* General style for imgs */
#left_sidebar a img {
border: none;
}

/* Left Sidebar heading */
#left_sidebar h2 {
color: #e9e9e9;
font-family: Arial, Tahoma, Verdana;
font-size: 13px;
font-weight: bold;
line-height: 20px;
margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 10px;
text-transform: none;
}

/* List for Latest Posts, Left sidebar */
#left_sidebar ul {
list-style-type: none;
}

/* See above */
#left_sidebar ul li a {
background: #333333;
border-bottom: 1px solid #111111;
color: #EEEEEE;
display: block;
font-size: 11px;
font-weight: normal;
padding: 5px 10px 5px 10px;
text-decoration: none;
height:1%;/*previous height was:16px;*/
}

/* See above */
#left_sidebar ul li a:hover {
background: #222222;
color: #FFFFFF;
}

/* Placeholder for single post image Left sidebar top */
.left_postimage {
background: #111111;
border: 1px solid #111111;
float: left;
line-height: 20px;
margin: 0px 0px 6px 0px;
width: 158px;
}

/* Style for Latest Posts List */
.left_posts_list {
border: 1px solid #111111;
background: #1E1E1E url(images/gradientbg.gif) repeat-x;
float: left;
font-size: 11px;
line-height: 16px;
margin: 0px 0px 6px 0px;
width: 158px;
}

/* Left sidebar Advert */
.left_ad {
background: #222222;
color: #999999;/* To show Theme Options missing */
float: left;
height: 600px;
margin: 0px 0px 6px 0px;
width: 160px;
}

.left_purchasebuttons {
background: #111111;
float: left;
width: 158px;
margin: 0px 0px 6px 0px;
padding: 0px 0px 0px 0px;
border: 1px solid #111111;
}

/************************************************
*	Right Sidebar                    	        * 
************************************************/

/* Container for righthand sidebar */
#right_sidebar {
background: #515151;
display: inline;
float: left;
line-height: 20px;
margin: 0 6px 6px 6px;
width: 299px;
}

#right_sidebar p {
color: #aaaaaa;
}

#right_sidebar h3 a, #right_sidebar h3 a:visited  {
color: #dddddd;
text-decoration: none;
}

#right_sidebar h3 a:hover {
color: #dddddd;
text-decoration: underline;
}

#right_sidebar ul, #right_sidebar ul li {
list-style-type: none;
}	

.right_ad {
background: #222222;
color: #999999;/* To show Theme Options missing */
float: left;
height: 250px;
margin: 0 0 6px 0;
width: 300px;
}

.right_feature, #sidebar, .right_newsletter{
background: #1e1e1e url(images/gradientbg.gif) repeat-x;
border: 1px solid #111111;
float: left;
font-size: 11px;
line-height: 16px;
margin: 0 0 6px 0;
padding:0;
width: 298px;
}

#meta h2, .right_feature h2, .right_newsletter h2, #searchform label, #wp-calendar caption{
color: #e9e9e9;
font-family: Arial, Tahoma, Verdana;
font-size: 13px;
font-weight: bold;
line-height: 20px;
margin: 0 0 10px 0;
padding: 10px 0 0 10px;
text-transform: none;
}

#wp-calendar caption{
margin-top:0;
padding-top:0;
}

.right_feature h3 {
color: #dddddd;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
margin: 0 0 5px 0;
line-height: 16px;
}

.right_feature h3 a, #right_feature h3 a:visited  {
color: #dddddd;
text-decoration: none;
}

.right_feature h3 a:hover {
color: #dddddd;
text-decoration: underline;
}

.latest_bg_odd {
background: #141414;
float: left;
padding: 5px 0px;
width: 298px;
}

.latest_bg_even {
background: #1e1e1e;
float: left;
padding: 5px 0;
width: 298px;
}

.latest_image {
float: left;
margin: 0 10px 0 9px;
width: 74px;
}

.latest_image a img {
border: 1px solid #666666;
padding: 1px;
}

.latest_title, .recent_title {
float: right;
margin: 0 9px 0 0;
}

.latest_title {
width: 196px;
}

.recent_title, .right_feature ul li {
background: #141414 url(images/arrow.gif) no-repeat scroll 0 7px;
display:block;
width: 280px;
}

.right_feature ul li{
display:block;
margin:0 5px 5px 10px;
padding:6px 0 4px 25px;
overflow:hidden;
width:258px;
}

.right_feature ul li a{
color:#DDDDDD !important;
font-size:11px;
font-weight:bold;
padding-top:1px;
}

* html .right_feature ul li{
background: transparent url(images/arrow.gif) no-repeat scroll 4px 0px;
}

#nav ul li{
background:none;
margin:0;
padding:0;
}

.recent_title h3 {
padding: 0 0 0 26px;
}

/* Text above sign-up box */
.right_newsletter_inner {
margin: 0;
padding: 0 10px 9px 10px;
}

#meta ul {
list-style-type: none;
}

#meta ul li{
display:block;
margin:0;
padding:0;
}

#meta ul li a {
background: #333333 url(images/arrow.gif) no-repeat 9px 5px;
border-bottom: 1px solid #111111;
color: #eeeeee;
display: block;
font-size: 12px;
font-weight: normal;
height:16px;
margin:0;
padding: 5px 10px 5px 36px;
text-decoration: none;
}

/* See above */
#meta ul li a:hover {
background: #222222 url(images/arrow.gif) no-repeat 9px 5px;
color: #FFFFFF;
}

#meta {
background: #1e1e1e url(images/gradientbg.gif) repeat-x;
border: 1px solid #111111;
float: left;
font-size: 11px;
margin: 0 0 6px 0;
padding:0;
line-height: 16px;
overflow:hidden;
width: 298px;
}

/************************************************
*	Footer      								*
***********************************************/

/* Banner Ad above main footer */
.footertop {
background: #333333;
color: #999999;/* To show Theme Options missing */
width: 954px;
height: 152px;
margin: 0px auto 0px;
padding: 10px 0px 10px 6px;
border-top: 4px solid #000000;
}

.footertop a img {
border: none;
margin: 0px;
padding: 0px;
}
	
.footertop_box {
background: #191919 url(images/footerboxbg.gif) no-repeat;
float: left;
width: 132px;
height: 132px;
margin: 0px 7px 0px 0px;
padding: 10px;
}

/* Banner Ad above main footer */
.footerad {
background: #191919 url(images/footeradbg.gif) repeat-x;
border-top: 1px solid #000000;
color: #999999;/* To show Theme Options missing */
height: 90px;
margin: 0 auto;
padding: 15px 0px 15px 116px;
width: 844px;
}

.footerad a img {
border: none;
}

/* Main footer */
#footer {
background: #101010 url(images/gradientbg.gif) repeat-x;
border-top: 4px solid #000000;
height: 130px;
margin: 0 auto;
padding: 10px 0;
text-align: left;
width: 960px;
}

#footer p {
color: #777777;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
line-height: 20px;
}

/* Footer link column container */
.footer_box {
border-right: 1px solid #2e2e2e;
display: inline;
float: left;
min-height:100px;
height: auto !important;
height: 100px;
margin: 10px 0 0 10px;
padding: 10px 20px 10px 10px;
width: 105px;
}

/* Footer info RH column */ 
.footer_info {
float: right;
margin: 10px 10px 0 0;
width: 330px;
}

/* Footer column heading */   
#footer h1 {
color: #f1f1f1;
font-size: 13px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
margin-bottom:5px;
}

/* Not used by default */
#footer h2 {
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
}

/* Footer links, list styles */
#footer a, #footer a:visited {
color: #6b6b6b;
text-decoration: none;
}

#footer a:hover {
color: #b20000;
text-decoration: none;
}

#footer ul, #footer ul li, #footer ul ul {
list-style-type: none;
}

#footer ul ul {
margin: 5px 0 0 20px;
}

#footer ul li li {
list-style-type: square;
}

#footer ul li ul li {
padding-bottom:3px;
}

/* Bottom border, end of footer */
#footer_bottom {
background: #AAAAAA;
height: 24px;
margin: 0 auto;
width: 988px;
}

/************************************************
*	Search Form									*
************************************************/

#searchform, .searchform {
float:left;
padding-top:15px;
}

#searchform div{
margin-bottom:10px;
}

#searchbutton, #searchsubmit {
background: #1A1A1A;
cursor:pointer;
margin-right:2px;
padding: 4px;
}

/* Feedburner signup form */
#subscribe {
overflow: hidden;
padding-top:5px;
}

#subbutton {
background: #1A1A1A;
color: #CCCCCC;
font-size: 14px;
padding: 4px;
}

#searchbox, #subbox, #s {
background:url(images/search.png) no-repeat left !important;
margin-right:3px;
padding: 5px;
width: 210px;
border:none !important;
}

* html #searchbox, * html #subbox, * html #s {
background:url(images/search.gif) no-repeat left fixed!important;
margin-bottom:2px;
}

*+ html #searchbox, *+ html #subbox, *+ html #s {
background:url(images/search.gif) no-repeat left !important;
margin-bottom:2px;
}

#subbutton, #searchbutton, #searchsubmit, #searchbox, #subbox, #s {
color: #CCCCCC;
border: 1px solid #111111;
font-size: 14px;
font-family: Arial, Tahoma, Verdana;
}

#s{
margin-left:10px;
}

#author, #email, #url {
background: #EEEEEE;
border-top: 1px solid #666666;
border-right: 1px solid #DDDDDD;
border-left: 1px solid #666666;
border-bottom: 1px solid #DDDDDD;
color: #202020;
}

#submit {
background: #202020;
color: #FFFFFF;
}

#words {
background: #EEEEEE;
border-top: 1px solid #666666;
border-right: 1px solid #DDDDDD;
border-left: 1px solid #666666;
border-bottom: 1px solid #DDDDDD;
color: #202020;
width: 420px;
}

#words, #author, #email, #url{	
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
padding: 4px;
}

/************************************************
*	Comments									*
************************************************/

.commentlist li ul li {
font-size: 12px;
}

.commentlist li {
font-weight: bold;
}

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

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

.commentlist p {
text-transform: none;
}

.commentmetadata, .commentlist p {
font-weight: normal;
}

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

#commentform {
margin: 5px 10px 0 0;
}

#commentform textarea {
border:1px solid #D4D0C8;
padding: 2px;
width: 100%;
}

#respond:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
}

#commentform p {
margin: 5px 0;
}

#commentform #submit {
float: left;
}

.commentlist ol, .alt {
margin: 0;
padding: 10px;
}

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

.commentlist li ul li {
margin-right: -5px;
margin-left: 10px;
}

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

.nocomments {
text-align: center;
}

.commentmetadata {
display: block;
font-size: 10px;
}

.navigation {
display: block;
margin-top: 10px;
margin-bottom: 40px;
text-align: center;
}

.alignright {
float: right;
}

.alignleft {
float: left;
} 

.thread-alt, .thread-even {
background: #FFFFFF;
}

.depth-1, .even, .alt {
border: 1px dotted #BBBBBB;
}

.even, .alt {
border-right:none;
}

/*------------------------------Extra css for manage images and post
*/

.alignleft{
float: left;
margin: 10px;
margin-left: 0;
}

.alignright{
float: right;
margin: 10px;
margin-right: 0;
}

.aligncenter{
display: block;
margin: 10px auto;
text-align: center;
}

.post blockquote{
border-left: 7px solid #e0e6de;
clear: both;
display: block;
font-style: italic;
margin: 10px 10px;
padding-left: 5px;
}

.post ul, .post ol{
margin: 10px 0;
}

.post ul, .post ul li{
list-style: inside;
}

.post ol, ol li{
list-style:decimal inside;
}

/*------------------------------Extra added css
*/
.extra{
background:transparent url(images/arrow.gif) no-repeat scroll 0 0 !important;
}

.right_feature ul li{
padding-top:6px !important;
}

* hmtl .recent_title, .right_feature ul li{
background:#141414 url(images/arrow.gif) no-repeat scroll 0 6px !important;
}

* html .latest_title{
margin-right:0px;
}

* html .recent_title{
margin-right:4px;
}

.extrabg{
background-color:#141414 !important;
}

.recentcomments{
color:#DDDDDD ;
}

* html #homepage #right_sidebar{
line-height: 20px;
margin: 0 6px 6px 6px;
width: 299px;
}

* html #content #right_sidebar{
margin: 0 6px 6px 8px;
}

*+ html .hpleft {
padding-bottom:10px;
}

* html .hpleft{
padding-bottom:0px;
}

.postarchives p a{
margin-left:10px;
}

* html div.right_newsletter, * html .right_ad{
margin-top:10px;
width:296px;
}

* html .postbox{
display:block;
overflow:hidden;
float:none;
}

* html .hpcolumnright {
padding:0;
}

#calendar_wrap{
color:#FFFFFF;
font-weight:bold;
margin-left:10px;
}

#right_sidebar ul, #right_sidebar ul li {
list-style-type:none;
}

* hmtl .recent_title, .right_feature ul li {
background:#141414 url(images/arrow.gif) no-repeat scroll 10px 6px !important;
}

.right_feature ul li {
padding-top:6px !important;
}

.right_feature ul{
overflow:hidden;
}

.right_feature{
overflow:hidden;
}

.right_feature ul li {
margin:0 5px 5px 0;
overflow:hidden;
padding:6px 0 4px 37px;
width:260px;
}

/*-------------------------Widget calendar
*/

#wp-calendar{
width:300px;
}

#wp-calendar td, #wp-calendar th{
display:block;
float:left;
text-align:left;
width:40px;
}

#wp-calendar a{
margin:0;
}

#wp-calendar  tfoot td.pad{
display:block;
padding-left:65px;
}

* html #wp-calendar  tfoot td.pad{
padding-left:0;
}

#wp-calendar #next{
text-align:right;
}

/*---------------------------Widget Text
*/

.textwidget{
color: #e9e9e9;
font-size: 11px;
font-weight:bold;
font-family: Arial, Tahoma, Verdana;
padding:0 10px;
}

#sidebar{
background:none;
border:none;
}

*+ html #sidebar{
padding-bottom:20px;
}

/*-----------------------Widget Search
*/

#searchform label {
display:block;
margin-bottom:10px;
}

#searchform div{
overflow:hidden;
padding-bottom:10px;
}

#searchform div #s{
display:inline;
float:left;
margin:1px 0 0 10px;
padding:5px 0;
width:220px;
}

#searchform div #searchsubmit{
float:left;
font-size:12px;
padding:5px 3px;
margin-left:5px;
}

* html #searchform div #searchsubmit{
padding:4px 0;
}

*+ html #searchform div #searchsubmit{
padding:4px 0;
}

.right_feature a{
color: #e9e9e9;
}
