/*
Theme Name: Celebrity News
Theme URI: http://www.wpskins.org
Description: A clean, advertisement ready theme. Perfect for celebrity or entertainment websites.
Version: 1.0
Author: Wordpress Skins
Author URI: http://www.wpskins.org
Tags: 3 columns, widget ready, celebrity
*/

/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

a {
	color: #00395f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Verdana, Arial, sans-serif;
	background: url(images/background.jpg) repeat-x top;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 967px;
	margin: 0 auto;
}

#header {
    position: relative;
	height: 204px;
	background: url(images/header.jpg);
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
	background: url(images/wrapper.png) repeat-y;
}

#content {
	float: right;
	width: 560px;
	border-left: 1px solid #dbdbdb;
}

#sidebar {
	float: left;
    width: 377px;
	padding-left:10px ;
}

#footer {
	clear: both;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
	position: absolute;
	top: 95px;
	left: 290px;
	text-align: center;
	width: 400px;
}

#headerimg a {
	color: #FFF;
}

.description {
    font-size: 12px;
	color: #FFF;
}

#menu-top {
	position: absolute;
	top: 105px;
}

#menu-top2 {
	position: absolute;
	top: 105px;
	left: 680px;
}
/* Navigational bar */
ul.navi-bar {
    padding: 4px 0;
    font-size: 12px;
}

ul.navi-bar h2 {
    font-size: 120%;
}

ul.navi-bar li {
    display: inline;
    background: url(images/separator.png) no-repeat right;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul.navi-bar ul {
    display: none;
}

.navi-bar a {
    padding: 2px 10px;
    color: #FFF;
    background: ;
}

/************************/
/*    Sidebar Design    */
/************************/
#sidebar #left {
	float: left;
	width: 185px;
}

#sidebar #right {
	float: right;
	width: 185px;
}

#sidebar ul {
	font-size: 9px;
}

#sidebar ul h2 {
    font-size: 11px;
	padding: 6px 0;
	text-align: center;
	color: #00406b;
	margin: 0 0 4px 0;
	font-weight: bold;
	background: url(images/menu-heading.png);
}

#sidebar ul li {
    margin-bottom: 5px;
}

#sidebar ul ul {
}

#sidebar ul ul li {
	background: url(images/menu-item.png) no-repeat;
	padding: 9px 0;
    line-height: 14px;
	text-align: center;
	
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
	color: #999999;
}

#sidebar a:hover {

}

#sidebar a:visited {

}

#calendar div, #tag_cloud div, .searchwidget div {
    padding: 5px;
    background: url(images/box-items.png) no-repeat top;
    border: 1px solid #ebebeb;
}

#calendar div div, .searchwidget div div {
    background: none;
    border: 1px;
}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
.post {
    margin: 10px 0;
	font-size: 12px;
	line-height: 14px;
}

.post h2 {
	line-height: normal;
	background: url(images/post-heading.png);
	font-size: 10px;
	padding: 8px 40px 2px;
}

.post h2 a:hover, h2 a:visited, h2 a {

}

.post .posted {
	font-size: 10px;
	line-height: normal;
	background-color: #d8d8d8;
	padding: 6px 5px;
	margin-top: 3px;
}

.post .posted .author {
	float: right;
}
.post p {

}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
	padding: 5px;
}

.postmetadata {
    margin: 5px 0;
    font-size: 10px;
	line-height: normal;
	background: url(images/comments.png) no-repeat;
	padding: 3px 0;
	text-align: center;
	float: right;
	width: 62px;
	font-size: 9px;
}

.postmetadata a {
	color: #FFF;
}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
	padding: 0 10px;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    border: 1px solid #eeebe7;
    padding: 20px;
}

ol.commentlist li.alt {

}

ol.commentlist a {
	color: #707487;
}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 11px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: 0;
    border-top: 3px solid #cbcbcb;
    border-left: 2px solid #cbcbcb;
    background-color: #e7e7e7;
	color: #FFF;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
	font-weight: bold;
}

h3#comments, h3#respond {
    font-size: 16px;
    font-weight: bold;
    color: #507a97;
    margin: 15px 0 4px 0;
}

#submit {
    background: url(images/submit.png) no-repeat;
    padding: 5px 5px;
	width: 116px;
    text-align: center;
    border: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
}

.gravatar {
    float: left;
    width: 75px;
    margin: 0 5px 0 0;
}

.commentes {
	padding: 5px;
}
/************************/
/*     Search Design    */
/************************/
#searchform {

}

#searchform #s {

}

#searchform #searchsubmit {

}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 10px;
	padding: 5px 0;
	text-align: center;
	color: #818181;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

.ad {
	text-align: center;
}
.side-ad {
	text-align: center;
	margin-bottom: 10px;
}