/*   
Theme Name: SATC 
Theme URI: http://michael.tyson.id.au/elegant-grunge-wordpress-theme
Description: Theme developped for STAC by Nicolas Roos based on Elegant Grunge phtoblog theme functions
Author URI: http://www.nicolasroos.com
Version: 1.0

*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		


/****************************
 **   CSS RESET
 ****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FIN CSS RESET */



/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
	background: black;
	font-family: Verdana;
	color: #9F9F9F;
}

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

img {
	border: 0;
}

p {
	margin-bottom: 15px;
}


/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {
	height:28px;
	background: url(images/menuBG.jpg) no-repeat;
	width: 1100px;
	padding-top: 2px;
	padding-left: 10px;
}

#menu ul {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
}


#menu ul li {
	float: left;
	margin-right: 40px ;
}

#menu a {
	color: white;
}

#menu a:hover {
	color: #f0b61f;
}

.devise {
	color: white;
	font-size: 1.2em;
	font-weight: 600;
	text-align: right;
}

/* Header */


#topHeader {
	height: 44px;
	width: 100%;
	background: url(images/annonceTopBG.jpg) repeat-x;
}

#topHeader div  {
	width: 1100px;	
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-align: center;
	font-size: 24px;
	padding-top: 8px;
}
#topHeader div a {
	color: white;
}



#header {
	width: 1100px;
	height: 100%;
}

.no-sidebar div #header {
	background-image: url(images/header-no-sidebar.jpg);
}

.double-right-sidebar div #header {
	background-image: url(images/header-double-sidebar.jpg);
}


.double-right-sidebar #header div {
	width: 947px;
}

#main {
	width: 1100px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
}

/* Content */

#content-container {
	background: #f3f4ee url(images/body.jpg) repeat-y center top;
}

.no-sidebar div #content-container {
	background-image: url(images/body-no-sidebar.jpg);
}

.double-right-sidebar div #content-container {
	background-image: url(images/body-double-sidebar.jpg);
}

#content {
	width: 1100px;
	margin: 0 auto;
}

.double-right-sidebar #content {
	width: 947px;
}

#body {
	float: left;
	width: 880px;
	padding-left: 0px;
	padding-right: 5px;
	margin-top: 20px;
}

.no-sidebar div div #body {
	width: 760px;
	float: none;
}

/* Sidebar */

#sidebar {
	float: right;
	font-size: 0.9em;
	width: 190px;
	position: relative;
}

.double-right-sidebar #sidebar {
	font-size: 0.8em;
	float: left;
	position: relative;
	left: 28px;
	width: 181px;
}

.double-right-sidebar #sidebar2 {
	font-size: 0.8em;
	float: right;
	position: relative;
	left: -8px;
	width: 169px;
}

/* Footer */

#footer-wrap-outer {
	margin-top: -51px;
	background: #4c4c4c url(images/footer-repeat.jpg) repeat-x center top;
}

#footer-wrap {
	width: 100%;
	background: url(images/footer.jpg) no-repeat center top;
	padding-top: 91px;
	padding-bottom: 30px;
}

.no-sidebar div #footer-wrap {
	background-image: url(images/footer-no-sidebar.jpg);
}

.double-right-sidebar div #footer-wrap {
	background-image: url(images/footer-double-sidebar.jpg);
}

#footer {
	width: 1100px;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 90px;
	min-height: 30px;
}

#shareButtons {
	width: 200px;
	height: 34px;
	background: transparent url(images/shareBK.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 8px;
}

.share-top {
	margin-bottom: 2px;
	margin-top: 2px;
	padding-top: 8px;
	float: left;
	width: 200px;
	height: 34px;
	background: transparent url(images/shareBK.png) no-repeat;
}

.pagelink {
	margin-left: auto;
	margin-right: auto;
	width: 426px;
	text-align: center;
	margin-top: 20px;
}
.pagelink .pageNumber {
	float: left;
	padding-top: 2px;
	width: 26px;
	height: 23px;
	background: url(images/pageNumBG.jpg) no-repeat;
	text-align: center;
}

.pagelink {
	color: silver;
}

.pagelink a {
	background-color: black;
	width: 26px;
	height: 23px;
	background-image: none;
	color: white;
}

h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

.post-archive {
	width: 40%;
	margin: 10px;
	float: left;
	border-bottom: 1px solid #F0B61F;
}

.post-archive .entry {
	font-size: 12px;
	font-weight: 200;
}

.post-archive h2 {
	font-size: 1.3em;
}

.post-archive .entry a {
	color: white;
}

.pagetitle {
	font-size: 40px;
	color: #F0B61F;
	font-weight: bold;
	font-variant: small-caps;
}

.archive-thumb {
	margin-right: 5px;
	float: left;
	border: 4px solid white;
}

.meta {
	font-size: 0.8em;
	color: silver;
}

#related {
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid gray;
	float: left;
	border-top: 1px solid gray;

}
#related h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
}
#related li {
	margin-bottom: 10px;
}

#related li a {
	color: white;
}
#related li a:hover {
	color: #F0B61F;
}
.post-navigation{
	width: 100%;
	text-align: center;
}


#latestStories a{
	color: #dfa405;
	font-size: 15px;
	line-height: 15px;
}

#latestStories a:hover {
	color: white;
}

#crossPromo {
	float: right;
	width: 400px;
}

.hidden {
	visibility: collapse;
}

.thumb_image {
	border: 4px solid white;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
}

.aboutEnglish {
	float: right;
	text-align: right;
}

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

/* General */

h2 {
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	color: #dfa405;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-variant: small-caps;

}

h2 a {
	text-decoration: none;
	color: #dfa405;
}

h2 a:hover {
	text-decoration: none;
	color: white;
}

.post .entry {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 20px;
	clear: both;

}

.post img {
	border: 5px solid white;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.post .author {
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	width: 52px;
	height: 61px;
	text-align: center;
	float: left;
	text-transform: uppercase;
	margin-right: 6px;
}

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: white;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: white;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: white;
}

.metadata {
	margin-top: 0px;
	padding-bottom: 60px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0.8em;
	color: #797979;
	border-bottom: 1px solid gray;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 0.9em;
	color: #88897b;
	background: url(images/more-link.png) no-repeat left center;
	padding-left: 30px;
}

.hr {
	clear: both;
	color: #f0b61f;
	width: 426px;
	border-width: 1px;
	border-style: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #666666;
}

.hr hr {
	display: none;
}

.readMore {
	background: url(images/readeMoreBG.jpg) no-repeat left top;
	height: 23px;
	padding-left: 22px;
	padding-top: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	width: 144px;
	font-size: 14px;
}

.readMore a {
	color: white;
	font-weight: 500;
}



.navigation {
	width: 100%;
	margin-top: 50px;
}

.navigation a {
	text-decoration: none;
	font-size: 1.6em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #f8faf7;
   padding-top: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.newsletter-large {
	position:absolute;
	width:160px;
	background-color: #111111;
	padding: 10px;
	border: 1px solid white;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

.newsletter-input {
	width: 150px;
	height: 20px;
	font-size: 14px;
	border: 1px solid #999999;
	background-color: white;
	color: #F0B61F;
}

.newsletter-btn {
	background-image: url(images/newsletterJoin.png);
	width: 139px;
	height: 37px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#theResult {
	color: #F0B61F;
	font-weight: bold;
}

/* Comments */

.commentCount {
	background: url(images/commentsBG.jpg) no-repeat left top;
	width: 33px;
	height: 23px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: grey;
	padding-top: 2px;
	float: right;
	margin-right: 20px;
}

.commentlist {
	padding: 0;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid gray;
}

.commentlist li {
	margin-top: 16px;
	margin-left: 30px;
	
	max-width: 600px;

}



.commentlist li .comment-content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
 	padding: 10px 0 10px 0px;
	border-top: 1px solid gray;
	margin-top: 10px;
}

.commentlist li .before-comment {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width: 27px; /* top slice width */
	margin-left: -27px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.commentlist li .after-comment {
	/* bottom */
	position:relative;
	width:100%;
}

.commentlist li .after-comment,
.commentlist li .after-comment div {
	height: 40px; /* height of bottom cap/shade */
	font-size:1px;
}

.commentlist li .after-comment {
	background-position:bottom right;
}

.commentlist li .after-comment div {
	position:relative;
	width:27px; /* bottom corner width */
	margin-left: -27px;
	background-position:bottom left;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	padding-right: 27px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 1.1em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 100;
	font-size: 0.9em;
}

.commentlist .comment .reply a {
	color: #D7DBD8;
	text-decoration: none;
}

#commentform input.text {
	margin: 5px;
}
#commentform textarea {
	margin: 5px;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;

	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(images/frame-top-left.jpg) no-repeat left top;
}

.frame-outer span span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
}

.frame-outer span span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
}

.frame-outer span span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer.small span {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}

.frame-outer span span span span .wp-caption-text {
	margin-top: 10px;
}

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

/* General */

.sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
}

.sidebar a {
	color: #9f9f9f;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	text-align: right;
}

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

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style-type: none;
}

#social li {
	float: left;
}

#edito {
	line-height: 1.3em;
}

.sidebarElement {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
}

.sidebarElement li {
	list-style: none;
}

.sidebar h3 {
	color: #dfa405;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 20px;	
}

#blogroll li {
	list-style: none;
	margin-bottom: 5px;
}

/* Search */

.sidebar #searchform div {
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
.sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 149px;
	height: 16px;
	color: #909090;
	font-size: 1.0em;
	outline: none;
}
.sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
	color: #999;
	font-size: 1em;
	text-transform: lowercase;
}

.double-right-sidebar .sidebar #searchform div {
	background-image: url(images/searchform-double-sidebar.jpg);
	width: 190px;
	height: 45px;
	margin-left: -3px;
}
.double-right-sidebar .sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 117px;
	height: 16px;
	color: #909090;
	font-size: 0.9em;
	outline: none;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

.sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

.sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}







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


#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footerLogo {
	margin-top: 10px;
	float: left;
}

#footerText {
	text-align: right;
	float: right;
}

#footer a {
	color: #a3a3a3;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}

#header1
{
}

#header2
{
position:absolute;
margin-left:715px;
margin-top:-275px;
}

.header1-1
{
position:absolute;
width:879px;
}

.header1-2
{
position:absolute;
width:221px;
margin-left:879px;
}

.header1-2 span
{
padding-left: 20px;
line-height:16px;
color: #999999;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size: 13px;
}

.decalage-droite
{
position:absolute;
margin-left:20px;
}
