/*
THEME NAME: Chic
THEME URI: http://www.plaintxt.org/themes/sandbox/
VERSION: 1.5
DESCRIPTION: Design based on BAWS Lighweight Black And White Design for Sandbox
AUTHOR: Michelle Lee
AUTHOR URI: http://momo4ever.com
TEMPLATE: sandbox
*/

/**
Most icons were made by Mark James and can be found at this address : http://www.famfamfam.com/lab/icons/silk/
Some are from the Tango Desktop Project : http://tango.freedesktop.org/
**/

/* Global */

html {
	height: 100%;
	width: 100%;
	background: #FFFFCC;
	padding: 15px 0;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
img.right {
	float: right;
	margin: 10px 0 0 10px;
}
img.left {
	float: left;
	margin: 0 10px 0 0;
}
img.centered  {
	display: block;
	margin: 0 auto;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #9B7CB4;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #FF3300;
	text-decoration: underline;
}
a:hover, a:active {
	color: red;
}
p {
	line-height: 1em;
	margin: 10px 0;
}
body {
	font: 12px 'Lucida Grande', Verdana, Sans-Serif;
	text-align: left;
	color: #333;
}
div#wrapper {
	width: 920px;
	margin: auto;
}

/* Header */
div#header {
	height: 392px;
	width: 900px;
	position: relative;
	border: 10px solid #000;
	margin: 0 auto 15px;
	background: url(header.jpg);
}
h1#blog-title a{
	margin: 300px 0 0 450px;
	padding: 70px 0 0 0;
	display: block;
	width: 430px;
	height: 0px;
	overflow: hidden;
}
div#blog-description {
	text-align: right;
	position: absolute;
	right: 25px;
	bottom: 90px;
	width: 800px;
	color: #F46374;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

/* Menu */
div#access {
border: 10px solid #00B7BE;
width: 900px;
margin-bottom: 15px;
}
div.skip-link a{
position: absolute;
right: 15px;
top: 15px;
cursor: help;
display: none;
}
div#menu {
height: 20px;
font-size: 0.9em;
line-height: 20px;
letter-spacing: -1px;
background: #FFF;
position: relative;
}
div#menu ul,div#menu ul ul,div#menu ul li,div#menu ul ul li {
list-style:none;
}
div#menu ul li,div#menu ul ul li {
float:left;
}
div#menu ul li a {
font-weight:700;
text-decoration:none;
border-right:1px solid #FF0066;
padding:0 0.5em;
}
div#menu ul ul {
display:none;
}
div#menu ul ul li a {}
div#menu ul li:hover ul {
display:inline;
position:absolute;
}
div#menu ul li:hover ul li a {
border:2px solid #FF0066;
text-align:center;
padding:3px;
margin-left:-1px;
}

/* Main */
div#container {
width: 660px;
background: #fff;
float: left;
border: 10px solid #FF0000;
margin-bottom: 15px;
}
div#content {
padding: 10px 0;
text-align: justify;
position: relative;
}

/* Navigation */
div#nav-above,div#nav-below {
width:530px;
line-height:16px;
height:16px;
overflow:hidden;
margin:auto;
}
div#nav-below {
margin-top:10px;
border-top:2px solid #999;
padding-top:10px;
}
div.navigation,div.navigation a {
text-decoration:none;
}
div.nav-previous {
background:url(resultset_previous.png) left center no-repeat;
padding-left:20px;
float:left;
width:45%;
text-align:left;
}
div.nav-next {
background:url(resultset_next.png) right center no-repeat;
padding-right:20px;
float:right;
width:45%;
text-align:right;
}
div span.meta-nav {
display:none;
}

/* Entries */
div.hentry h2.entry-title,div.hentry h3.entry-title {
color: #000;
background: #FF0000 url(page_white_text.png) 99% center no-repeat;
margin: 10px 25% 10px -1px;
padding: 5px 26px 5px 5px;
}
div#content div.hentry h2.entry-title a,div#content div.hentry h3.entry-title a {
color:#000;
text-decoration:none;
}
div#content div.hentry h2.entry-title a:hover,div#content div.hentry h3.entry-title a:hover {
color: #FF0000;
}
div#content div.hentry h2.entry-title a:active,div#content div.hentry h3.entry-title a:active {
color:#a51c1f;
}
div.post a:hover {
color:#496fa8;
}
div.post a:active {
color:#a51c1f;
}
h2.page-title {
padding:5px;
margin:0 20px 10px;
text-align:center;
border-bottom:2px solid #999;
}
div.entry-date {
text-align:right;
margin-right:20px;
margin-left:50%;
background:url(time.png) right center no-repeat;
padding-right:18px;
color:#666;
}
div.entry-date abbr.published {
background:url(date.png) left center no-repeat;
padding-left:18px;
border-bottom:none;
}
div.entry-meta {
text-align:right;
letter-spacing:-1px;
margin:0 20px;
color:#666;
line-height:16px;
}
div.entry-meta a {
text-decoration:none;
}
span.author {
visibility:hidden;
}
span.author a {
visibility:visible;
background:url(user_color.png) left center no-repeat;
padding-left:18px;
}
span.edit-link a {
background:url(pencil_color.png) left center no-repeat;
padding-left:18px;
}
span.comments-link a {
background:url(comments_color.png) left top no-repeat;
padding-left:18px;
}
div.post div.entry-meta abbr.published {
background:none;
padding:0;
border-bottom:1px dashed #666;
}

/* No results */
div.noresults h2.entry-title {
color:#000;
border-left:none;
margin:10px 25% 10px -1px;
padding:5px 26px 5px 5px;
background:#FA9463 url(stop.png) 99% center no-repeat;
}

div.noresults div.entry-content p {
background:url(exclamation.png) left center no-repeat;
padding-left:26px;
}

div.noresults form#noresults-searchform {
text-align:right;
border-top:2px solid #999;
padding:10px 0 0;
}

div.noresults input#noresults-s {
background:url(magnifier_color.png) 2px center no-repeat;
padding-left:18px;
border:1px solid #999;
width:200px;
height:20px;
line-height:20px;
margin-right:10px;
}

div.noresults input#noresults-s:focus {
border:1px solid #FF0000;
background:#eee url(magnifier_color.png) 2px center no-repeat;
padding-left:18px;
}

div.noresults input#noresults-searchsubmit {
padding:0 2px;
vertical-align:middle;
margin-right:20px;
display:none;
}

/* Content */
div.entry-content {
border: 2px solid #9B7CB4;
margin: 10px;
padding: 0 10px;
position: relative;
background: #FFE8CD;
width: 616px;
overflow: hidden;
}
div.entry-content a.more-link {
background:url(add.png) left center no-repeat;
margin:0 0 0 400px;
padding:5px 0 5px 20px;
display:inline-block;
}
div.entry-content ul {
margin-left:20px;
line-height:18px;
list-style:square;
}
div.entry-content ol {
margin-left:25px;
line-height:18px;
list-style:decimal;
}
div.entry-content p {
margin:10px 0;
}
div.entry-content a img {
border:2px solid #FFE8CD;
}
div.entry-content a img:hover {
border:2px solid #496fa8;
}

/* Defined mark-up & class */
abbr,acronym,.caps {
cursor:help;
border-bottom:1px dashed #333;
text-decoration:none;
}
abbr a,acronym a,.caps a,a abbr,a acronym,a .caps {
cursor:help;
border-bottom:1px solid #333;
text-decoration:none;
}
code {
padding:0 0.4em;
border-top:1px solid #FF0000;
border-bottom:1px solid #FF0000;
line-height:22px;
background:#ccc;
}
.important {
color:#a51c1f;
text-decoration:underline;
}
blockquote {
background:#FFDBDB url(quote.png) 10px 10px no-repeat;
border-top:2px solid #FF0000;
border-bottom:2px solid #FF0000;
border-left:2px dotted #FF0000;
border-right:2px dotted #FF0000;
padding:0 10px 0 40px;
margin:5px;
}
blockquote p {
background:#FFDBDB url(quote_reverse.png) bottom right no-repeat;
padding:0 30px 0 0;
}
.css {
background:#FFDBDB;
border-top:1px solid #FF0000;
border-bottom:1px solid #FF0000;
}
.php {
background:#FFDBDB;
border-top:1px solid #FF0000;
border-bottom:1px solid #FF0000;
padding:5px;
}
cite {
font-style:italic;
letter-spacing:-1px;
}
del {
text-decoration:line-through;
color:#666;
}
del a {
color:#666;
}
ins {
text-decoration:none;
font-weight:600;
}
ins a {}
dt {
background:url(book.png) 5px center no-repeat;
font-weight:700;
padding:5px 0 5px 26px;
border-bottom:1px solid #FF0000;
}
dd {
margin:0 10px;
padding:5px;
background:#69c;
border:1px solid #FF0000;
border-top:none;
}

/* Comments */
div#comments-list {
padding-bottom:5px;
}
div#comments-list h3 {
border:1px solid #FA9463;
border-left:none;
background:#FA9463 url(comments.png) 99% center no-repeat;
margin:10px 50% 10px -1px;
padding:2px 5px;
color:#000;
}
#comments  ol{
	list-style: none;
	margin: 10px;
}
#comments  ol li{
	background: #FCFCCB;
	padding: 10px;
}
#comments  ol li.alt{
	background: #FFF;
}
#comments ol .comment-author {
	font-size: 1.1em;
	font-weight: bold;
}
div#respond h3 {
background:#FA9463 url(comment_add.png) 96% center no-repeat;
border:1px solid #FA9463;
border-left:none;
margin:10px 60% 10px -1px;
padding:2px 5px;
color:#000;
}
p#login {
background:#FA9463 url(connect.png) 5px center no-repeat;
border-bottom:2px solid #FCFC4F;
border-top:2px solid #FCFC4F;
margin:10px 20px;
padding:5px 5px 5px 26px;
}
span.logout {
background:url(door.png) left center no-repeat;
padding-left:20px;
text-align:right;
position:absolute;
right:25px;
}
span.required {
color:red;
}

/* Form */
div.form-label {
background:#FA9463 url(help.png) 98% center no-repeat;
border:1px solid #FCFC4F;
border-left:none;
color:#000;
margin:0 69% 0 -1px;
padding:2px 5px;
}
div.form-input {
margin:5px;
}
div.form-input input#author,div.form-input input#email,div.form-input input#url {
width:30%;
border:1px solid #999;
padding:0 2px 0 20px;
}
div.form-input input#author:focus,div.form-input input#email:focus,div.form-input input#url:focus {
border:1px solid #FF0000;
background:#eee;
}
div.form-input input#author {
background:url(formulaire_nom.png) left center no-repeat;
}
div.form-input input#author:focus {
background:#eee url(formulaire_nom.png) left center no-repeat;
}
div.form-input input#email {
background:url(formulaire_mail.png) left center no-repeat;
}
div.form-input input#email:focus {
background:#eee url(formulaire_mail.png) left center no-repeat;
}
div.form-input input#url {
background:url(formulaire_site.png) left center no-repeat;
}
div.form-input input#url:focus {
background:#eee url(formulaire_site.png) left center no-repeat;
}
div.form-textarea {
margin:5px;
}
div.form-textarea textarea#comment {
height:13em;
overflow:auto;
width:99%;
border:1px solid #999;
}
div.form-textarea textarea#comment:focus {
border:1px solid #FCFC4F;
background:#FEFEC2;
}
div.form-submit {
margin:0 5px;
}
div.form-submit input#submit {
padding:1px;
line-height:16px;
}

/* Sidebar */
div#primary {
float: right;
border: 10px solid #6F4293;
position:relative;
}
div#secondary {
float:right;
clear:right;
border: 10px solid #6F4293;
position:relative;
}
div.sidebar {
width:210px;
margin-bottom:15px;
background:#fff;
}
div.sidebar li {
list-style:none;
}
div.sidebar ul.xoxo {
border:1px solid #6F4293;
padding: 10px 0 10px 10px;
}
div.sidebar ul.xoxo li h3 {
font-size:1.2em;
text-align:right;
color:#fff;
margin:10px -1px 10px 10px;
padding:2px 5px 2px 20px;
width:165px;
}
div.sidebar ul.xoxo li ul {
margin:0 10px;
}
div.sidebar ul.xoxo li ul li {
list-style:square;
}
div.sidebar ul.xoxo li ul li ul li {
list-style:disc;
margin-left:1px;
}
div.sidebar ul.xoxo li#pages h3 {
background:#6f4293 url(page_white_horizontal.png) 5px center no-repeat;
}
div.sidebar ul.xoxo li#categories h3 {
background:#6f4293 url(tag.png) 5px center no-repeat;
}
div.sidebar ul.xoxo li#archives h3 {
background:#6f4293 url(calendar_view_month.png) 5px center no-repeat;
}
div.sidebar ul.xoxo li#search h3 {
background:#6f4293 url(magnifier.png) 5px center no-repeat;
}
div.sidebar ul.xoxo li.linkcat h3 {
background:#6f4293 url(world.png) 5px center no-repeat;
}
div.sidebar ul.xoxo li#rss-links h3 {
background:#6f4293 url(rss.png) 5px center no-repeat;
}
div.sidebar ul.xoxo li#meta h3 {
background:#6f4293 url(wrench.png) 5px center no-repeat;
}
div.sidebar ul.xoxo li#recent-comments h3 {
background:#6f4293 url(comments.png) 5px center no-repeat;
}
div.sidebar ul.xoxo li#recent-posts h3 {
background:#6f4293 url(page_white_stack.png) 5px center no-repeat;
}
div.sidebar ul.xoxo li.widget_text h3 {
background:#6f4293 url(text_align_justify.png) 5px center no-repeat;
}
div.sidebar ul.xoxo li.widget_rss h3 {
background:#6f4293 url(feed.png) 5px center no-repeat;
color:#fff;
}
div.sidebar ul.xoxo li.widget_rss h3:hover {
background:#6f4293 url(feed_color.png) 5px center no-repeat;
color:#fff;
}
div.sidebar ul.xoxo li.widget_rss h3 a {
color:#fff;
}
div.sidebar ul.xoxo li.widget_rss h3 a:hover {
color:#f60;
}
div.sidebar ul.xoxo li.widget_rss h3 img {
display:none;
}
div.sidebar ul.xoxo li.widget_text .textwidget {
margin-right:10px;
}

/* Search */
#searchform {
margin:0 10px;
}
div.sidebar input#s {
width:100%;
border:1px solid #999;
}
div.sidebar input#s:focus {
border:1px solid #FF0000;
background:#eee;
}
div.sidebar input#searchsubmit {
display:none;
}

/* Footer */
div#footer {
clear:both;
text-align:center;
background: #FFF;
height:25px;
line-height:25px;
border:10px solid #008000;
padding:5px;
margin-bottom:15px;
}
div#footer:after{
content:"| Design by Aqua-Ye";
}
span#generator-link {
background:url(wp.png) left center no-repeat;
padding:10px 0 10px 30px;
}
span#theme-link {
background:url(sandbox.png) left center no-repeat;
padding:10px 0 10px 30px;
}

/* Fonts */
h1,h1 a {
font-size:20px;
text-decoration:none;
}
h2,h2 a {
font-size:16px;
text-decoration:none;
}
h3,h3 a {
font-size:14px;
}
h4,h4 a {
font-size:12px;
}

/* Else */
.alignleft {
float:left;
text-align:left;
}
.alignright {
float:right;
text-align:right;
}
.center {
text-align:center;
display:block;
margin:0 auto;
}