/*   
Theme Name: BLANK Theme
Theme URI: #
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Chris Coyier
Author URI: #
Version: 1
*/

@media screen {

* { margin: 0; padding: 0; }

.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

div, h1, h2, h3, h4, p, img, ul, ol, li, form, input, textarea{
	padding : 0;
	margin : 0;
	}
p {
	padding : 0 0 12px 0;
	margin : 0;
	}
ul {
	list-style : none;
	}
img {
	outline : none;
	border : none;
	}
a {
	outline : none;
	text-decoration : none;
	color: #cc4692;
	}
a:hover { } 

blockquote { }
blockquote p { }

pre { }
code, tt { }


/* --------------- GLOBAL ---------------- */
body { 
	padding:0px;
	margin:0px;
	background:#000 url("images/bg.jpg") no-repeat center top;
	font:12px/16px Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	color:#fff;
}

#page-wrap {
	width: 1097px;
	border: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* --------------- HEADER ---------------- */
#header{
	width: 1097px;
	height: 76px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

strong#logo{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
}
strong#logo a{
	background:url("images/logo.png") no-repeat scroll 0 0 transparent;
	display:block;
	width: 440px;
	height: 76px;
	position:absolute;
	top:0;
	left:0;
}

/* S: choix bonus */
#choose-box {
	position: absolute;
	right: 47px;
	top: 18px;
	font:12px/16px Georgia,"Times New Roman",Times,serif;
}
#choose-box form {
	float: right;
	height: 53px;
}
#choose-box form div#em-container{
	float: right;
	background: url("images/choix-bg.png") repeat-x scroll 0 0 transparent;
	height: 53px;
	position: relative;
}
#choose-box form em{
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	margin-top:17px;
	padding-left: 3px;
}
#choose-box form div#select-container{
	float: right;
	background: url("images/choix-bg.png") repeat-x scroll 0 0 transparent;
	width:138px;
	height: 53px;
}
#choose-box form select{
	width:100%;
	padding:0px;
	margin-top:17px;
}
#choose-box form div#left{
	background:url("images/choix-left.png") no-repeat scroll 0 0 transparent;
	float: right;
	width: 22px;
	height: 53px;
}
#choose-box form div#right{
	background:url("images/choix-right.png") no-repeat scroll 0 0 transparent;
	float: right;
	width: 17px;
	height: 53px;
}
#choose-box form div#arrow-center{
	background: url("images/choix-bg.png") repeat-x scroll 0 0 transparent;
	float: right;
	width: 32px;
	height: 53px;
	text-align: center;
}
#choose-box form strong{
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	margin-top:17px;
	padding-right:6px;
}
/* F: choix bonus */

/* --------------- SIDEBAR --------------- */
#sidebar{
	width: 225px;
	margin: 0 auto;
	float: left;
	position: relative;
}
#sidebar a{
	color: #fff;
}
#sidebar #top{
	background:url("images/side-top.png") no-repeat scroll 0 0 transparent;
	width: 225px;
	height: 25px;
}
#sidebar #middle{
	background:url("images/side.png") repeat-y scroll 0 0 transparent;
}
#sidebar #btm{
	background:url("images/side-btm.png") no-repeat scroll 0 0 transparent;
	width: 225px;
	height: 39px;
}

#sidebar h4 {
	font-size:13px;
	padding-top: 15px;
	padding-bottom:8px;
	padding-left:30px;
	text-transform:uppercase;
}
#sidebar h4.first {
	padding-top: 8px;
}
#sidebar ul {
}
#sidebar ul li{
	padding-bottom:5px;
	padding-left:40px;
	padding-top:3px;	
	padding-right: 25px;
	background: none;
}
#sidebar ul li:hover{
	background:url("images/side-lig1.png") repeat-y scroll 0 0 transparent;
}
#sidebar ul li.lig1{
	/* background:url("images/side-lig1.png") repeat-y scroll 0 0 transparent; */
}
#sidebar ul li.lig2{
	/* background:url("images/side-lig2.png") repeat-y scroll 0 0 transparent; */
}
#sidebar .box{
	padding:20px 5px 0 10px;
	text-align: center;
}

/* --------------- FOOTER --------------- */
#footer{
	margin: 0 auto 15px;
	position: relative;
	text-align: center;
}

/* --------------- CONTENT --------------- */
#content{
	float: right;
	width: 872px;
	position: relative;
}
#content #inner-content-home{
	clear: both;
	background:url("images/content.png") repeat-y scroll 0 0 transparent;
	padding:6px 100px 0 55px;
}
#content #inner-content-home #chips-home{
	padding-right: 30px;
	padding-left: 20px;
	padding-top:10px;
}
#content #inner-content{
	clear: both;
	background:url("images/content.png") repeat-y scroll 0 0 transparent;
	padding: 6px 82px 0 40px;
}
#content #inner-content #page-sidebar{
	float: right;
	width: 220px;
}
#content #inner-content #page-sidebar .box{
	margin: 20px auto;
	text-align: center;
	clear: both;
}
#content #inner-content #page-sidebar img{
	padding-top: 4px;
	padding-bottom: 4px;
}
#content #inner-content #page-sidebar img-padding{
	padding: 0;
}
#content #top{
	background:url("images/content-top.png") no-repeat scroll 0 0 transparent;
	width: 872px;
	height: 25px;
}
#content #top2{
	background:url("images/content-top2.png") no-repeat scroll 0 0 transparent;
	width: 872px;
	height: 46px;
}
#content #btm{
	background:url("images/content-btm.png") no-repeat scroll 0 0 transparent;
	width: 872px;
	height: 39px;
}

#content h1{
	font-size:20px;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	line-height:25px;
}
#content #inner-content h1 {
	padding-bottom: 20px;
}
#content #inner-content-home h1 {
	padding-top: 15px;
	padding-bottom: 20px;
}
#content h2{
	font-size:20px;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	line-height:25px
}
#content h3{
	font-size:20px;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	line-height:25px
}

.post { 
	margin-left: 5px;
	margin-right: 5px;
}
#content #inner-content .post{
	float:left;
	width:500px;
	margin-right: 25px;
}
.entry { text-align: justify; }
.entry a { color: #cc4692;}
.entry a:hover { text-decoration: underline; }

#meta { }
.postmetadata { }

.navgation { }
   .next-posts { }
   .prev-posts { }
   
/* --------------- tab-index--------------- */
#top-menu{
	background:url("images/top-menu.png") repeat-x scroll 0 0 transparent;
	width: 779px;
	height: 46px;
	float: left;
}
#top-menu-left{
	background:url("images/top-menu-left.png") no-repeat scroll 0 0 transparent;
	width: 25px;
	height: 46px;
	float: left;
}
#top-menu-right{
	background:url("images/top-menu-right.png") no-repeat scroll 0 0 transparent;
	width: 68px;
	height: 46px;
	float: left;
}
#top-menu table {
}
#top-menu table td{
	padding-left:20px;
	padding-right:20px;	
	padding-top:5px;
}
#top-menu table td.first {
	/* padding-left: 0; */
}
#top-menu table td.last {
	/* padding-right: 0; */
}
#top-menu a {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}
/* --------------- tab-index--------------- */
.tab-index-container {
	clear: both;
	margin:0px auto;
	padding: 15px 0;
	position:relative;
	width:717px;
}
.tab-index-container table {
	width: 100%;
}
.tab-index-container tr {
	width: 717px;
}
.tab-index-container tr.th {
	background:url("images/tab-index-th.png") repeat-y scroll 0 0 transparent;
}
.tab-index-container th {
	padding-bottom: 11px;
}
.tab-index-container th.th1 {
	width: 190px;
}
.tab-index-container th.th2 {
	width: 325px;
	text-align: left;
	text-indent: 120px;
}
.tab-index-container th.th3{
	text-align: left;
	text-indent: 37px;
}
.tab-index-container tr.first-row {
	background:url("images/tab-index-first-row.png") repeat-y scroll 0 0 transparent;
	height: 74px;
}
.tab-index-container tr.lig1 {
}
.tab-index-container tr.lig2 {
	background:url("images/tab-index-lig2.png") repeat-y scroll 0 0 transparent;
}
.tab-index-container td {
	padding: 5px;
}
.tab-index-container tr.lig1 td.td1 {
	border-left: 1px solid #232323;
}
.tab-index-container tr.lig1 td.td3 {
	border-right: 1px solid #232323;
}
.tab-index-container td.td1 {
	text-align: left;
	padding: 5px 0 5px 33px;
}
.tab-index-container td.td2 {
	text-align: justify;
	padding: 15px 0;
}
.tab-index-container td.td3 {
	padding-left:45px;
	text-align:left;
}
.tab-index-container tr.first-row td.td2 {
	padding: 0;
}
.tab-index-container .top {
	background:url("images/tab-index-top.png") no-repeat scroll 0 0 transparent;
	width: 717px;
	height: 11px;
}
.tab-index-container .btm {
	background:url("images/tab-index-btm.png") no-repeat scroll 0 0 transparent;
	width: 717px;
	height: 10px;
}
   
/* --------------- MISC --------------- */
.clear { clear: both; }

img.right { float: right; }
img.left{ float: left; }

span.pink-txt { color: #9b3b8f; }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */