/*
Theme Name: Version
Theme URI: http://wordpress.org/
Description: Version 6 of the VGC themes series
Version: 6.2
Author: VGC Leader
Tags: three columns

*/

body{
font-family: "Times New Roman";
text-decoration: none;
background-color: black;
background-repeat: repeat-x;
background-image: url(./images/background.png);
}


/*  ======================================= INDEX MAIN ID's =======================================  */

#header{ 
text-align: center;
color: white;
margin: auto; 
width: 978px;
height: 73px;
margin-top: 18px; 
padding-top: 5px;
background-repeat: no-repeat;
background-image: url(./images/header.png);
}

#content{ 
text-align: center;
margin: auto;
width: 978px;
margin-top: 10px; 
}
#links{ 
text-align: left;
width: 181px; 
margin: auto;
float: left; 
overflow:hidden;
}
#sidebar{ 
text-align: left;
width: 181px;  
float: right; 
}
#posts{ 
text-align: center;
width: 551px; 
color: white;
margin-left: 200px;
}

#footer{ 
text-align: center;
margin: auto; 
width: 551px;
height: 73px;
background-image: url(./images/footer.png);
background-repeat: no-repeat;
}

#funny{
text-align: center;
margin: auto;
width: 901px;
color: white;
}


/*  ======================================= VARIATION ID's =======================================  */

/* ========== Links ============= */
#links_top{ 
text-align: left;
width: 181px; 
height: 43px;
margin: auto;
float: left; 
overflow:hidden;
background-repeat: no-repeat;
background-image: url(./images/links_top.png);
}

#links_center{ 
text-align: left;
width: 181px; 
color: white;
padding-left: 25px;
margin: auto;
float: left; 
overflow:hidden;
background-repeat: repeat-y;
background-image: url(./images/links_center.png);
}

#links_bottom{ 
text-align: left;
width: 181px; 
height: 28px;
margin: auto;
float: left; 
overflow:hidden;
background-repeat: no-repeat;
background-image: url(./images/links_bottom.png);
}

div.links_hack{ 
text-align: right;
float: left;
width: 145px; 
margin: auto;
}



/* ========== Sidebar ============= */
#sidebar_top{ 
text-align: right;
width: 181px; 
height: 43px;
margin: auto;
float: right; 
overflow:hidden;
background-repeat: no-repeat;
background-image: url(./images/sidebar_top.png);
}

#sidebar_center{ 
text-align: left;
width: 181px; 
color: white;
margin: auto;
float: right; 
overflow:hidden;
background-repeat: repeat-y;
background-image: url(./images/sidebar_center.png);
}

#sidebar_bottom{ 
text-align: right;
width: 181px; 
height: 28px;
margin: auto;
float: right; 
overflow:hidden;
background-repeat: no-repeat;
background-image: url(./images/sidebar_bottom.png);
}

div.sidebar_hack{ 
text-align: left;
float: left;
padding-left: 8px;
width: 175px; 
margin: auto;
}

/* ===================================== Post Classes | Title ======================================= */
div.post_title_top{ 
width: 552px; 
height: 24px;
margin: auto;
overflow:hidden;
background-repeat: no-repeat;
background-image: url(./images/pb_title_top.png);
}

div.post_title_center{ 
text-align: left;
width: 552px; 
margin: auto;
padding-left: 9px;
padding-right: 9px;
overflow:hidden;
background-repeat: repeat-y;
background-image: url(./images/pb_title_center.png);
}

div.post_title_bottom{ 
width: 552px; 
height: 41px;
margin: auto;
overflow:hidden;
background-repeat: no-repeat;
background-image: url(./images/pb_title_bottom.png); /* Covers the post title bottom and post top */
}

/* ====================== Post Classes | The Post ======================================= */
div.post_center{ 
text-align: left;
width: 552px; 
margin: auto;
padding-left: 2px;
overflow:hidden;
background-repeat: repeat-y;
background-image: url(./images/pb_post_center.png);
}

div.post_hack{ 
text-align: left;
width: 518px; 
margin: auto;
}

div.post_bottom{ 
width: 551px; 
height: 57px;
margin: auto;
overflow:hidden;
background-repeat: no-repeat;
background-image: url(./images/pb_post_bottom.png); /* Covers the post title bottom and post top */
}

/*  ======================================= CLASSES =======================================  */

div.comment_number_text{
text-align: right;
}

span.title{
/* Post Title */
font-weight: bold;
font-size: 20px;
}


/*  ======================================= DEFAULTS =======================================  */

a:link { color : #0201FE; text-decoration: none; }
a:visited { color: #0201FE; text-decoration: none; }
a:active { color : #3855FF; text-decoration: none; }

a img{ border: 0; }
p,b,i,u{ color: white; }

.mainlink{ 
/* categorie links */
text-decoration: underline;
font-weight: bold;
font-size: 110%;
}

.notmainlink{
/* sub links */
text-decoration: none;
}

.page_topic{
font-weight: bold;
font-size: 140%;
}