/* @override http://blog-philippesage.toulouse.fm/wp-content/themes/TOULOUSEFM/style.css */

/*  
Theme Name: TOULOUSEFM (based on Fresh)
Theme URI:
Description: Designed by <a href="http://www.mediacrossing.fr" title="Mediacrossing">Mediacrossing</a>.
Version: 1.0
Author: Mediacrossing
Author URI: http://www.mediacrossing.fr
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin:0;
	padding:0;
	background: #74367B url(images/ombre.png) center repeat-y;
	font:65% "Trebuchet MS", "Bitstream Vera Serif", Sans-Serif;
	color:#000;
	text-align:left;
}

p, ol, ul {
	line-height:150%;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	background:transparent;
	font-style:normal;
	font-weight:700;
	color:#FFF;
}

h1 {
	font-size:2.2em;
}

h2 {
	font-size:1.4em;
}

h3, h4, h5, h6 {
	font-size:1em;
}

a:link {
	color:#F80076;
	text-decoration:none;
}

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

a:hover {
color:#666;
text-decoration:underline;
}

a:active {
color:#2F63B3;
text-decoration:underline;
}

blockquote {
margin:10px 0;
padding:0 50px;
background:transparent url(images/blockquote.png) no-repeat 0 0;
color:#ABAFB9;
}

code {
background:#E9F0FA;
font-family:"Courier New", Courier, monospace;
cursor:text;
}

small {
font-size:0.8em;
}

img.noborder {
border:none;
}

.alert {
font-weight:700;
color:red;
}

.left {
float:left;
}

.right {
float:right;
}

.center {
text-align:center;
}

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

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

.clearer {
	clear: both;
}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#mainframe {
width:100%;
margin:0 auto;
padding:0;
font-size:1.3em;
}


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

#header {
width:840px;
height: 90px;
margin:0 auto;
background-position: top center;
}

#gohome {
float:left;
width:99%;
height:90px;
margin:0 auto;
padding:0;
}

#header .blogtitle {
width:auto;
height:90px;
}

#header h1 {
text-indent:-9999px;
}

#navbar {
clear:both;
margin: 0 auto;
width:840px;
height:31px;
background:#2E3D8A url(images/background-menu.png) repeat-x 0 0;
}

ul.menu {
	float:left;
	margin:0;
	padding:0 15px;
	list-style-type:none;
}

ul.menu li {
	float:left;
}

ul.menu li a {
	float:left;
	display:block;
	height:28px;
	padding:3px 15px 0;
	line-height:24px;
	color:#FFF;
}

ul.menu li a:link,
ul.menu li a:visited {
	color:#FFF;
	background:none;
}

ul.menu li a:hover,
ul.menu li a:active {
	color:#FFF;
	background:url(images/background-menu-over.png) no-repeat center top;
	text-decoration:none;
}

ul.menu li.current_page_item a:link,
ul.menu li.current_page_item a:visited,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_item a:active {
	color:#FFF;
	background:transparent url(images/background-menu-active.png) no-repeat center bottom;
	text-decoration:none;
}

.searchbar {
	float:right;
	width:290px;
	height:31px;
	margin:0;
}

.searchform {
width:290px;
height:20px;
text-align:left;
}

input#s {
width:265px;
height:18px;
margin:5px 0 0 1px !important;
margin:4px 0 0 1px; /* Fuck IE */
padding:1px 0 0 2px;
border:1px solid #0b236c;
background:#FFF url(images/background-searchbar.png) repeat-x 0 0;
}


/***********************
*  Wrapper             *
***********************/

#wrapper {
clear:both;
width:840px;
height: auto;
min-height:900px;
margin:0 auto;
padding:0;
background: #000;
}

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

#content {
float:left;
width:520px;
height:100%;
min-height:900px;
margin:0;
background:#FFF;
}

.pages {
float:left;
margin: 0 0 0 5px;
width:510px;
background:#F80076 url(images/separator_pinkbas.png) repeat-x bottom center;
}

.pages-border {
clear:both;
width:100%;
height:6px;
background:#94B1FF url(images/separator_pinkbas.png) repeat-x 0 0;
}

.page-previous {
float:left;
padding:10px 0 16px 30px !important;
padding:0 0 15px 30px; /* IE Hack */
}

.page-previous a, .page-next a {
	color: #FFF;
}

.page-next {
float:right;
padding:10px 30px 16px 0 !important;
padding:0 30px 15px 0; /* IE Hack */
}

.page-title {
width:520px;
margin:20px auto;
}

.page-title h2.page-title-border {
padding:0 0 0 30px;
background:url(images/separator_pinkbas.png) repeat-x bottom center;
font-size:1.6em;
line-height:48px;
color:#000;
}

/**********************
*   Blog Entries      *
***********************/

.post {
padding:20px 30px;
background:#FFF;
}

.post h2 {
	color: #000;
}

.postentry {
color:#050D24;
text-align:justify;
}

.postentry a,
.postentry a:hover {
color:#2f63b3;
}

.postentry img {
border: 0;
}

.postentry img:hover {
border: 0;
}

.postentry span.alert {
font-weight:700;
color:red;
}

.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
padding:0;
color:#050D24;
}

.postmeta,
.postmeta a {
margin:5px 0 ;
font-size:1em;
color:#F80076;
}

.post-date {
padding:0;
}

.post-comment {
padding:0 0 0 20px;
}

.post-filed {
padding:0;
}

.zone_additious {
padding:35px 0 0;
text-align:center;
}

.zone_additious a {
margin:0 auto;
padding:5px 15px;
color:#F80076;
border: 1px solid #F80076;
text-decoration:none;
}

.zone_additious a:hover {
color:#333;
border: 1px solid #333;
text-decoration:underline;
}


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

.commentpage {
margin:0 30px;
padding:0;
}

#comments {
margin:0;
padding:0;
}

.comments-num {
background:transparent url(images/separator_purple.png) repeat-x center bottom;
padding:0 0 10px;
}

#commentlist {
margin:0;
padding:0;
list-style-type:none;
}
#commentlist li {
padding:15px 25px 15px 0;
border-bottom:1px solid #DCE6FF;
background:#EDF2FF url(images/background-comment.png) repeat-y 0 0;
}

.alt {
background-color:#FFF !important;
background-image:none !important;
}

.comment-title,
.comment-meta,
.comment-text {
margin:0 0 0 80px;
}

.comment-title,
.comment-title a,
.comment-title a:hover{
color:#F80076;
}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
color:#666;
}

h2#postcomment {
margin:30px 0 0;
padding:0 0 10px;
background:transparent url(images/separator_purple.png) repeat-x center bottom;
}

.postcomment {
clear:both;
margin:20px 0 0;
padding:20px;
background:#E1E1E1 url(images/separator_orange.png) repeat-x center top;
}

.postcomment input,
.postcomment textarea {
border:1px solid #999;
}
.postcomment input:hover,
.postcomment textarea:hover {
border:1px solid #F80076;
}

.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
width:100% !important;
width:400px; /* IE Hack */
height:18px;
}

.postcomment textarea#comment {
width:100% !important;
width:400px; /* IE Hack */
height:200px;
}

.postcomment input#submit {
width:auto;
height:25px;
padding:2px 10px 3px;
background:#F80076;
}

.postcomment input#submit:hover {
background:#C600FF;
}


/**********************
*   Sidebar           *
***********************/

#sidebar {
float:right;
width:310px;
min-height: 900px;
height:100%;
margin:0;
padding:0;
background:#000;
}

#sidebar h2 {
display:block;
margin:16px 0 6px;
padding:0 0 10px 3px;
background:transparent url(images/separator_pink.png) repeat-x center bottom;
font-size:1.4em;
}

#sidebar ul {
clear:both;
margin:0;
padding:0;
list-style-type:none;
}

#sidebar ul li {
clear:both;
color:#BBB;
}
#sidebar ul.no-splitted li {
padding:0 5px;
}

#sidebar ul.no-splitted ul li {
margin:0 -5px;
}

#sidebar ul.blc {
padding:0 5px;
}

#blogdescription {
padding:10px 5px 0;
color: #FFF;
text-align:justify;
}

#blogdescription img {
	float: right;
}

#pub_sidebar {
	padding: 10px 0 0;
	width: 300px;
	height: 250px;
	margin: 0 auto;
}

#sidebar li#sidebar-splitted {
float:left;
width:100%;
margin:0 0 15px;
}

#sidebar-splitted .splitted-left {
float:left;
width:150px;
}

#sidebar-splitted .splitted-right {
float:right;
width:155px;
}

ul.splittedlists li {
background:transparent url(images/roseli.png) no-repeat 5px 5px;
padding:0 0 0 23px;
}

ul.splittedlists ul li {
margin:0 0 0 -23px;
}

ul.splittedlists li a:link,
ul.splittedlists li a:visited {
color:#FFF;
}

ul.splittedlists li a:hover,
ul.splittedlists li a:active {
color: #F80076;
}

/**********************
*   Bottom            *
***********************/
#bottom {
	clear:both;
	margin: 0 auto;
	width:840px;
	height:390px;
	background: #000;
	border-top: 3px solid #F80076;
	color:#FFF;
}


#bottom-left,
#bottom-mid,
#bottom-right {
	float:left;
	width:30%;
	padding:20px 0 0 20px;
}

#bottom h2 {
	margin:0 0 10px;
	padding:0 8px;
	font-size:1.6em;
	color:#FFF;
}

#bottom h2:first-child span {
	color:#F80076;
}

#bottom ul {
	margin:0;
	padding:0;
	list-style-type:none;
	border-top:1px solid #FFF;
}

#bottom ul li {
	line-height:26px;
	border-bottom:1px solid #FFF;
	font-size: 85%;
}

#bottom ul li a {
	display:block;
	padding:0 10px;
	color:#FFF;
	text-decoration:none;
}

#bottom ul li a:hover {
	color: #000;
	background:#E1E1E1;
}

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

#footer {
	clear:both;
	margin:0 auto;
	padding:0;
	width:840px;
	height:100px;
	background:#387AD9 url(images/background-footer.png);
	border-top:1px solid #000;
	color:#FFF;
}

#copyright {
	float:left;
	width:410px;
	padding:20px 0 0 10px;
}

.gray {
	color: #333 !important;
}

#validpage {
	float:right;
	width:350px;
	padding:20px 10px 0;
	text-align:right;
}

#footer .validate {
	background: url(images/icon_valid.gif) no-repeat 0 0;
	padding:0 5px 0 20px;
}

#footer a:link, #footer a:visited {
	color: #F80076;
}

#footer a:hover {
	color:#FFF;
}

#footer a:active {
	color:#9ad202;
}

/**********************
*   PAGES             *
***********************/

/* ALL PAGES */
.pagetitle {
padding:0 0 10px; 
}

#adsense_46860_blog {
	
}


/* ARCHIVES */
.mois {
margin:10px 0 0;
font-size:110%;
font-weight:700;
}

.postspermonth {
padding:0 0 20px;
margin:10px 0 0 15px;
list-style:none;
}

.postspermonth li {
line-height:1.6em;
}

/* ABONNER */
.post h3 {
margin:0 0 5px;
font-size:110%;
color: #000;
}

.post-5 p {
margin:0 0 10px;
}

.post ul {
margin:0 0 10px 25px;
}

.post img {
border:0;
}

#rssimage img {
	border: 0;
}

#inputrss {
width:80%;
padding:5px;
margin:0 auto;
border:1px solid #E1E1E1;
}

.feedbtn {
margin:0 0 0 100px;
}

#emailrss {
padding:3px;
border:0;
text-align:center;
}

.post fieldset {
border:0;
}

#email {
width:50%;
margin:5px 0 5px;
border:1px solid #CCC;
}

.submit {
width:auto;
height:25px;
padding:2px 10px 3px;
background:#E5EDFF url(images/submit.png) repeat 0 0;
}
.submit:hover {
background:#E5EDFF url(images/submit-over.png) repeat 0 0;
}
