/*
Theme Name: Théâtre/Public
Theme URI: http://www.theatrepublic.fr
Description: theme pour la revue Théâtre/Public
Author: U. Uhlig
Author URI: http://www.curlybracket.net
*/

* {
	margin:0;
	padding:0;
}
body {
	font: 12px Tahoma, Geneva, Arial, sans-serif;
	color: #383a3b;
	margin: 0 auto;
	text-align: center;
	width: 900px;
}
#outer {
	background: #eee url(http://theatrepublic.fr/images-couv/current.jpg) right 110px;
}
img {
	border:none;
}
label {
        cursor: pointer;
}
label, input {
        vertical-align: middle;
}
fieldset {
    padding: 1em;
    border: 1px solid #ddd;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background: #eee;
}
legend {
    font-weight: bold;
    font-size: 1.3em;
}
fieldset dt, fieldset dd {
    float: left;
}
fieldset dt {
    width: 30%;
    clear: both;
    margin-bottom: 0.5em;
    margin-right: 4%;
}
fieldset dd {
    width: 65%;
}
fieldset input.submit {
    float: right;
    width: auto;
    clear: both;
}
hr {
	display: none;
}
a, .inputbox:focus, h2.posttitle a, #home h2 a:hover { 
	color:	#1E90FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.more-link {
	text-align: right;
	display: block;
        clear: both;
        font-weight: bold;
        font-size: 0.9em;
}
p.disponible {
	padding: 0.2em;
	text-align: right !important;
}
p.disponible a {
	padding-right: 25px;
	background: url(images/caddy.gif) right no-repeat;
}
h2.cattitle, h2.pagetitle, #home h2 a,
h2.posttitle a:hover {
	color:	#000;
}
.entry a {
	text-decoration: underline;
	background: url(images/bullet.gif) bottom repeat-x;
}
.entry a:hover {
	text-decoration: none;
}
.entry h1 {font-size: 1.5em;}
.entry h2 {font-size: 1.4em;}
.entry h3 {font-size: 1.3em;}
.entry h4 {font-size: 1.2em;}
.entry h5 {font-size: 1.1em;}
.entry h6 {font-size: 1em;}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
        margin: 0.3em 0;
}
blockquote {
	padding-left: 3em;
	border-left: 5px solid #eee;
}
.right, .alignright {
	float:right;
}
.left, .alignleft {
	float: left;
}
img.right, img.alignright {
	margin: 0 0 10px 10px;
}
img.left, img.alignleft {
	margin: 10px 0 10px 0;
}
.clear {
	clear:both;
}
#content ul.pdf li {
	background: url(images/pdf.jpg) left no-repeat;
	padding: 0.5em 0 0.5em 25px;
	list-style-type: none;
}

/*************************************
* Structure
*************************************/

#wrap {
	text-align: left;
    	background: url(images/semipixel.png);
}
* html #wrap {
	background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://theatrepublic.fr/wp-content/themes/theatrepublic/images/semipixel.png', sizingMethod='scale');
}
#header {
	position: relative;
	background: #000;
}
#header h1 {
	font: 2em bold "Arial", "Helvetica", sans-serif;
	letter-spacing:-1px;
}
#header h1 a {
	display: block;
	background: #000 url(images/logotp.jpg) 10px 15px no-repeat;
	height: 70px;
	width: 400px;
}
h1 span {display: none;}
#pages {
        list-style-type: none;
        position: absolute;
        bottom: 6px;
        right: 0;
        font-size: 1.1em;
}
#pages li {
        display: inline;
        padding-left: 0.2em;
}
#pages a {
        padding: 6px 0.8em;
	color: #ddd;
}
#pages a:hover {
	color: #fff;
   /*     background: #242424 url(images/coin_dark.jpg) top left no-repeat;*/
	text-decoration: none;
}
#pages li.current_page_item a {
    color: #1E90FF;
  /*  background: #fff url(images/coin.jpg) top left no-repeat;*/
}

/*************************************
* Sidebar
*************************************/

.sidebar {
        color: #666;
}
#sidebarleft {
	clear: both;
        margin: 0;
        width: 100%;
        overflow: hidden;
        border-top: 3px solid #fff;
}
* html #sidebarleft {
        height: 1%;
}
#sidebarright {
        clear: left;
        float: right;
        width: 300px;
        padding: 0 10px;
        margin-bottom: 1em;
}
.sidebar .box {
        float: left;
        margin: 1em 0 1.5em 13px;
        height: 70px;
        width: 200px;
        padding: 5px;
        overflow: hidden;
        font-size: 0.9em;
        background: url(images/box.png) no-repeat;
}
.sidebar .box {
        color: #fff;
}
.sidebar h4 {
       color: #ff6600;
}
.sidebar .box h4 {
        text-align: right;
	margin-bottom: 0.2em;
}
#sidebarright h4 {
        font-size: 1.2em;
        margin: 0.5em 0;
        background: #000;
        border-top: 1px solid #242424;
        border-bottom: 1px solid #242424;
        padding: 0.1em 0.45em;
}
.sidebar form {
	line-height: 1.7em;
}
.sidebar ul, .sidebar p {
        margin-left: 0.45em;
}
.sidebar ul {
	list-style: none;
}
.sidebar li {
	display: block;
	margin-bottom: 0.3em;
}
.sidebar a {	
	color: #fff;
}
.sidebar a:hover {
	color: #1E90FF;
	text-decoration: none;
}
.sidebar li.current-cat a, .sidebar li.current_page_item a {
	font-weight: bold;
	color: #1E90FF;

}
.sidebar select {
    background: #222;
    color: #fff;
    border: 1px solid #242424;
    width: 200px;
    font-size: 1em;
}
#archives li {
    display: inline;
    margin-right: 0.5em;
}
/*************************************
* Content
*************************************/
#home {
    background: #000;
    color: #fff;
    overflow: hidden;
}
#home h2 {
    background: #fff;
}
#home h3 {
    padding: 10px;
    margin-top: 280px;
    font-size: 2em;
}
#home p {
    padding: 10px;
}
#content {
    clear: left;
    margin: 0 320px 0 0;
    padding: 5px 15px 0;
    background: #fff;
    -moz-border-radius-topright: 0.8em;
    -moz-border-radius-bottomright: 0.8em;
    -webkit-border-top-right-radius: 0.8em;
    -webkit-border-bottom-right-radius: 0.8em;
}
#content ul,ol,blockquote {
	margin: 15px 0 10px 15px;
}
h2.cattitle, h2.pagetitle, #home h2 {
	font-size: 2em;
	letter-spacing: -1px;
	padding: 0.1em 0.1em 0.1em 0;
}
h2.cattitle em {
        font-size: 0.7em;
        font-style: normal;
        font-weight: normal;
}
#home h2 {
	padding: 0.5em;
}
#content ul li {
	margin: 0;
	list-style-type: disc;
	padding: 0 0 5px 5px;
        list-style-position: inside;
}

/*************************************
* Post
*************************************/
.post {
	margin: 0.5em 0;
	overflow: hidden;
	position: relative;
}
h2.posttitle {
	font-size: 1.75em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
h2.posttitle a {
	display: block;
	text-decoration:none;
}
h3.searchresulttitle {
	font-family: "Trebuchet MS", Georgia, Times, seri
}
.post img {
	margin: 0 0.5em 0.4em 0;
        vertical-align: middle;
}
.entry {
	color: #111;
	font-size: 1.1em;
	line-height: 1.35em;
}
.entry p {
	margin-bottom: 0.8em;
	text-align: justify;
}
.details {	
	color: #666;
	margin: 0 0 1em 0;
	padding: 0.2em;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
}
.details em {
	text-transform: uppercase;
	font-style: normal;
	font-size: 0.9em;
}

.details a:link, .details a:visited {
	color: #333;
}
.details a:hover {
	color: #000;
	text-decoration: none;
}
.date {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	display: block;
	padding: 0.2em;
	margin: 0.5em 0;
	text-align: right;
}
.excerpt {
	margin: 0.5em 0;
	background: #eee;
	padding: 0.5em;
}
ul.post-meta {
	margin: 0.5em 0 !important;
	background: #eee;
	padding: 0;
}
.post-meta li {
	display: inline;
	margin-right: 0.5em;
}
#related {
/*
        border-top: 2px solid #ccc;
        padding-top: 0.5em;
        margin: 0 !important;
*/
}
#related, #related li {
        list-style-type: none !important;
}
/*************************************
* Commentaires
*************************************/
ol.comments {
	margin: 1em 0 3em 2em;
}
ol.comments li {
	margin-bottom: 0.5em;
	padding: 0.4em;
	border-bottom: 1px dotted #ccc;
}
ol.comments li.odd {
	background: #eee;
}

/*************************************
* Footer
*************************************/
#footernav {
	overflow: hidden;
        clear: both;
        border-top: 1px solid #ddd;
}
* html #footernav {
	height: 1%;
}
#footernav .next {
	float: right;
	padding: 0.3em 0;
}
#footernav .previous {
	float: left;
	padding: 0.3em 0;
}
#bookmarks {
        list-style: none;
        clear: both;
        color: #ccc;
        padding: 0.2em 0.8em 0.5em;
        margin-top: 0.5em;
        border-top: 1px solid #333;
    	background: url(images/semipixel.png);
}
* html #bookmarks {
	background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://theatrepublic.fr/wp-content/themes/theatrepublic/images/semipixel.png', sizingMethod='scale');
}
#bookmarks h4 {
        font-size: 1.2em;
        margin-bottom: 0.3em;
        color: #fff;
}
#bookmarks li {
	background: url(images/fleche.gif) left center no-repeat;
	padding-left: 13px;
        display: inline;
        margin-right: 0.5em;
}
#footer {
	padding: 1em 0.8em;
        clear: both;
        border-top: 1px solid #333;
        background: #000;
        color: #ccc;
        text-align: right;
}
#footer ul { padding-top: 1em;}
#footer li {
    display: inline;
    padding-left: 0.8em;
}
#textsize, #chgfontsizeoptions {
    display: inline;
}
#chgfontsizeoptions a img {
    vertical-align: middle;
}

/*************************************
* Forms
*************************************/

.inputbox, fieldset input, fieldset textarea { 
	border: 1px solid #ccc; 
	color: #333;
	background: #fff;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: middle;
	width: 98%;
}
.inputbox:focus, fieldset input:hover {
	color: #000;
}
.sidebar .inputbox, #footer .inputbox {
	width: 130px;
	color: #ccc;
	background: #242424;
	border-color: #242424;
}
.sidebar .inputbox:focus {
	color: #fff;
}
