/*
Theme Name: Celebrity Club Network V1
Theme URI: http://www.celebrityclubnetwork.com
Description: Version 1 of our Celebrity Club Network standard sites
Version: 1.0
Author: Celebrity Club Network
Author URI: http://www.celebrityclubnetwork.com
Tags: celebrity, club, site, wordpress
*/

/************************/
/*     Global Design    */
/************************/
* {
    margin: 0;
    padding: 0;
}

a {
	color: #B00568;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
    background-color: #EFEFEF;
}

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

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 800px;
    padding: 3px;
	margin: 0 auto;
    background-color: #000;
}

#header {
}

#wrapper {
    margin: 3px 0;
}

#content {
	float: left;
	width: 450px;
    margin: 0 5px;
}

.sidebar {
    width: 170px;
    background: url(images/sidebar.png) repeat-y top;
}

.side-left {
    float: left;
}

.side-right {
    float: right;
}

#footer {
	clear: both;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    background: url(images/demilovatoclub.png) no-repeat;
    height: 135px;
}

#headerimg a {
    display: block;
    width: 100%;
    height: 100%;
}

.description {
    font-size: 8px;
    color: #FFF;
    letter-spacing: 2px;
    text-align: center;
}

.description a {
    color: #8C989F;
}

.ads {
    background-color: #F0F0F0;
    padding: 2px;
}

/* Navigational bar */
ul#navi-bar {
    padding: 4px 0;
    background: ;
    display: none;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    display: inline;
    background:;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    color: ;
    background: ;
}

#navi-bar a:visited, #navi-bar a:hover {

}
/************************/
/*    Sidebar Design    */
/************************/
.sidebar ul {
}

.sidebar ul h2 {

    text-transform: uppercase;    
    font-size: 9px;
    font-weight: bold;    
    background-color: #8B195B;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
}

.sidebar ul li {
    text-transform: uppercase;    
    font-size: 9px;
    font-weight: normal;   
    margin-bottom: 3px;
    background-color: #F0F0F0;
    padding: 2px;
}

.sidebar ul ul {
    text-align: center;
    padding: 5px 0;
}

.sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 10px;
    padding: 0;
}

.sidebar ul ul ul {
    display: none;
}

.sidebar p {

}

.sidebar a {
    color: #B00568;
}
.sidebar a:hover {

}

.sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 {
    font-size: 11px;
}

h2 {
    font-size: 11px;
    background-color: #8B195B;
    padding: 5px;
    text-align: center;
}

h3 {
    font-size: 11px;
    background-color: #8B195B;
    padding: 5px;
    text-align: center;
}

h4 {
    font-size: 11px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 11px;
}

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 ul ol, #content ol ul {
    margin-top: 0.5em;
}

/************************/
/*    Content Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {
    color: #FFFFFF;
}

.post {
    margin-bottom: 10px;
    background-color: #F0F0F0;
    padding: 3px;
}

.post .posted {
	background-color: #7D7D7D;
    padding: 2px;
    color: #000;
    font-size: 9px;
    text-align: center;
    margin-bottom: 3px;
}

.post p {
}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
    background-color: #7D7D7D;
    padding: 3px;
    line-height: 14px;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 12px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 11px;
    margin: 5px 0;
}

.navigation a {
    color: #FFF;
}

#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 {
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li h4.author {
    font-size: 11px;
    background-color: #8B195B;
    padding: 5px;
    text-align: center;
}

ol.commentlist li {
    margin-bottom: 10px;
    background-color: #F0F0F0;
    padding: 3px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#commentform p a {
    color: #FFF;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: 1px solid #000;
    background-color: #EFEFEF;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
	background-color: #7D7D7D;
    padding: 2px;
    color: #000;
    font-size: 9px;
    display: block;
}

em.moderation {
    color: #3E348F;
    font-style: normal;
}

h3#comments, h3#respond {
    font-size: 12px;
    color: #FFF;
    margin: 4px 0 4px 0;
}

/************************/
/*     Search Design    */
/************************/

#searchform {

}

#searchform input {

    border: 1px solid #000;
    background-color: #EFEFEF;
}

#searchform #s {
    width: 70%;
    padding: 1px;
}

/************************/
/*   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: 8px;
    padding: 3px;
    background-color: #F0F0F0;
}

#footer p.info {
    background-color: #7D7D7D;
    color: #000;
    padding: 2px;
    margin-bottom: 3px;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

