﻿/*   
Theme Name: Porteursdemusique.org
Theme URI: Porteursdemusique.org
Description: Custom Wordpress Theme
Author: Tia Peterson
Author URI: http://www.tiadpeterson.com
.
.
*/

body {
	margin: 0% 20%;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS";
	background-color: #CCCCCC;
}
#container {
	padding: 0;
	width: 605px;
	margin: auto;
	text-align: left;
	height: 100%;
	background-color: #FFFFFF;
}
#masthead {
	width: 605px;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#navigation {
	width: 605px;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
#main {
	float: left;
	width: 595px;
	height: 100%;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

/* Sidebar */
#right_cheater {
	color: #999999;
	background-color: #999999;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat;
	height: 100%;
}
#sidebar
{
	width: 200px;
	background-color: #999999;
	font-family: "Trebuchet MS";
	height: 100%;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat;
	text-align: left;
	float: right;
	}

#sidebar ul li {
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
	list-style-position: outside;
	display: inline;
}

#sidebar ul li a {
	font-size: 12px;
}

/* End Sidebar */

.end {
	clear: both;
}
#footer {
	width: auto;
	clear: both;
	overflow: auto;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}

#footer a {
	width: auto;
	clear: both;
	overflow: auto;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.float_right {
	float:right;
}
	.nav {
	margin-top: 0px;
	line-height: 25px;
	vertical-align: middle;
	background-color: #666666;
	height: 50px;
	width: 605px;
	color: #FFFFFF;
	text-align: center;
	}

	.nav a {
	color: #FFFFFF;
        font-size: 12px;
        text-decoration: none;
	font-weight: bold;
	}
	
	.nav ul {
		list-style-image: none;
		list-style-type: none;
		display: inline;
	margin-left: -20px;
	}

	.nav ul li {
	position: relative;
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 3px;
	margin-right: 5px;
	margin-bottom: 2px;
	color: #FFFFFF;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
border-right: 1px;
border-color: #000000;
	}
	
	.nav ul li a {
		text-decoration: none;
		color: #FFFFFF;
	line-height: 25px;
	}

	.nav ul li a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: bold;
        line-height: 25px;
	}


	.entry {
	width: 595px;
	}
	.entry h1 {
	font-size: 24px;
	}
	.entry h2 {
	font-size: 20px;
	}

.quote {
font-size: 10px;
}



#navbar2 {
height:30px;
width:100%;
border-top:solid#0001px;
border-bottom:solid#0001px;
background-color:#336699;
}

#navbar2 ul {
margin:0px;
padding:0px;
font-family:Arial,Helvetica,sans-serif;
font-size:small;
color:#FFF;
line-height:30px;
white-space:nowrap;
}

#navbar2 li {
list-style-type:none;
display:inline;
}

#navbar2 li a{
text-decoration:none;
padding: 7px,10px;
color:#FFF;
}

#navbar2 li a:link {
color: #FFF:
}

#navbar2 li a:visited {
color:#CCC;
}

#navbar2 li a:hover {
font-weight:bold;
color:#FFF;
background-color:#3366FF;
}