/*  theme name: sushitheme
theme uri: http://milo.peety-passion.com/category/themes/
description: a simple and lightweight theme with custom icons.
version: 1.5 
author: miloiiiivii
author uri: http://milo.peety-passion.com
/*/
body {
	font: 75%/150% "Arial", Tahoma;
	color: #ccc;
	background: #000 url(images/bg.jpg) bottom left no-repeat;
	margin: 0;
	padding: 0 0 40px;
}
a {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a img {
	border: none;
}

topmenu{
	margin:1px 0 0 0;
	padding:0;
	z-index:5;
	float:left;
	width:600px;
}
#topmenu a:link, #topmenu a:visited{
	color: #fff;
	text-decoration: none;
	padding: 50px 10px;
	font: 11px/100% Arial, Helvetica, sans-serif;
	border-left: 1px solid #818080;
	display: block;
}
#topmenu a:hover{
	text-decoration:none;
	color:#ff0000;
}
#topmenu ul{
	list-style:none;
	margin:0 0 0 5px;
	padding:0;
}
#topmenu ul li a:link, #topmenu ul li a:visited{
	display:block;
	line-height:11px;
	padding:5px 15px 2px 5px;
	margin:0 5px 0 0;
	font-size:12px;
	text-transform:lowercase;
}
#topmenu ul li{
	display:block;
	float:left;
	position:relative;
}
#topmenu ul li ul{
	display:block;
	position:absolute;
	top:auto;
	list-style:none;
	margin:0;
	padding:0;
	visibility:hidden;
	border-top:1px solid #fff;
	width:220px;
}
#topmenu ul li:hover ul,#topmenu ul li.msiefix ul{
	visibility:visible;
}
#topmenu ul li ul li{
	position:relative;
	float:none;
	line-height:18px;
	color:#333;
	font-size:10px;_height:1px;
}
#topmenu ul li ul li a:link, #topmenu ul li ul li a:visited, #topmenu ul li ul li a{
	display:block;
	margin:0;
	line-height:15px;
	padding:2px 0 2px 10px;
	color:#fff;_height:1px;
	text-transform:none;
	border:0;
	background-color:#333;
}
#topmenu ul li ul li a:hover{
	background-color:#ccc;
	color:#333;
	font-weight: bold;
	border-bottom:1px solid #fff;
}

h1, h1 a, h1 a:visited {
	margin: 0;
	height: 60px;
	font: bold 30px/100% "Arial";
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
h1 a:hover {
	color: #ccc;
	text-decoration: none;
}
.col {
	float: left;
	width: 220px;
	margin: 10px 10px 0 30px;
}
.col2 {
	float: right;
	width: 150px;
	margin: 10px 10px 0 30px;
}
h2 {
	color: #900;
	margin: 0 0 2px;
	border-bottom: 1px dotted #ccc;
	letter-spacing: -1px;
	font: normal 190%/100% "Arial", Tahoma;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #900;
	text-decoration: none;
}
h2 a:hover {
	color: #ff0000;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Arial", Tahoma;
	color: #900;
	margin: 10px 0 5px;
}
h4 {
	font: normal 130%/100% "Arial", Tahoma;
	color: #333;
	margin: 10px 0 5px;
}
form {
	margin: 0;
	padding: 0;
}
#page {
	margin: 0px auto;
	width: 760px;
	background: transparent;
}
#header {
	background: #000 url(images/header.jpg) no-repeat;
	height: 410px;
	margin-top: 30px;
	position: relative;
}
#headerx {
	position: relative;
	padding: 10px 0px 0px 10px;
	height: 60px;
}
#home {
	margin: 20px auto;
	width: 760px;
	color: #ccc;
	font-size: 95%;
	line-height: 120%;
}
#description {
	position: relative;
	right: 0;
	bottom: 3px;
	color: #333;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 0;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a {
	color: #ccc;
}
#nav .page_item a {
	color: #fff;
	text-decoration: none;
	background: #000 url(images/nav.jpg) repeat-x;
	padding: 50px 10px;
	font: 11px/100% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000;
	border-left: 1px solid #818080;
	border-right: 1px solid #000;
	display: block;
	text-transform: uppercase;
}
#nav .page_item a:hover {
	color: #900;
}
#content {
	padding: 10px 0px 30px 13px;
	float: left;
	width: 492px;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
blockquote, blockquote cite {
	margin: 0 5px 0 0;
	padding: 10px 10px 10px 10px;
	background: #121212;
	color: #ccc;
	font-size: 0.9em;
	border-left: 4px solid #900;
}
blockquote cite {
	display: block;
}
.post {
	clear: both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float: left;
	background: url(images/date.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 21px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float: right;
	width: 90%;
}
.post-cat {
	background: url(images/cat.gif) no-repeat left center;
	padding-left: 20px;
	float: left;
	font-size: 95%;
	color: #999;
}
.post-comments {
	background: url(images/com.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/com.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0;
}
.navigation a, .navigation a:visited {
	font-size: 95%;
	color: #888888;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/navl.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/navr.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 3px solid #ccc;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li {
	padding: 5px 10px;
}
.commentlist .alt {
	background: #121212;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #444;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0;
	margin: 0;
}
#commentform label {
	color: #787878;
	font-size: 87%;
}
#commentform input {
	width: 200px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 3px;
}
#commentform input:hover {
	width: 200px;
	background: #ccc;
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea {
	width: 487px;
	height: 115px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:hover {
	width: 487px;
	height: 115px;
	background: #ccc;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
}
#commentform #submit {
	background: url(images/bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ccc;
	border: none;
	float: right;
	width: 84px;
	height: 28px;
	cursor: pointer;
}
#commentform #submit:hover {
	background: url(images/bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	float: right;
	width: 84px;
	height: 28px;
	cursor: pointer;
}
#sidebar {
	float: right;
	padding: 0 10px 20px 0;
	width: 185px;
}
#searchform {
	background: transparent;
	width: 190px;
	padding: 5px 0 5 5px;
	float: left;
}
#searchform #s {
	border: 1px solid #333;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0 5px;
	background: transparent;
	vertical-align: middle;
	color: #fff
}
#searchform #searchsubmit {
	background: url(images/search.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
}
#sidebar h3 {
	font: normal 120%/100% "Arial", Tahoma;
	color: 900;
	margin: 10px 0 5px;
}
#sidebar h3 a:hover{
	color: #ff0000;
	text-decoration: none;
	padding-left: 20px;
        display:block;
	background: url(images/toggle.gif) no-repeat;
	border:0;
	background-color:#333;
}

.ul-cat {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.ul-cat li {
	margin: 0;
	padding: 2px 0 2px 20px;
	border-top: 1px solid #333;
	background: url(images/cat.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited {
	color: #ccc;
	text-decoration: none;
}
.ul-cat li a:hover {
	color: #fff;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.ul-archives li {
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 20px;
	border-top: 1px solid #333;
	background: url(images/arc.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited {
	color: #ccc;
	text-decoration: none;
}
.ul-archives li a:hover {
	color: #fff;
	text-decoration: none;
}
.recent-posts {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.recent-posts li {
	list-style: none;
	background: url(images/fpost.gif) no-repeat;
	border-top: 1px solid #333;
	padding: 2px 0 2px 20px;
	margin: 0;
}
.recent-posts li a, .recent-posts li a:visited {
	color: #ccc;
	text-decoration: none;
}
.recent-posts li a:hover {
	color: #fff;
	text-decoration: none;
}
.ul-blogroll {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
.ul-blogroll li {
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(images/li.gif) no-repeat left center;
}
.ul-blogroll li a, .ul-blogroll li a:visited {
	color: #900;
	text-decoration: none;
}
.ul-blogroll li a:hover {
	color: #fff;
	text-decoration: underline;
}
.tag {
	margin: 0 0 15px;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.tag a, .tag a:visited {
	color: #ccc;
	text-decoration: none;
}
.tag a:hover{
	color: #fff;
	text-decoration: none;
}


#footer {
	clear: both;
	) no-repeat bottom right;
	color: #ccc;
	font-size: 95%;
	line-height: 130%;
	border-top: 1px dotted #900;
	margin-top: 10px;
}
#footer a, #footer a:visited {
	color: #ccc;
}
#footer a:hover {
	color: #900;
}
#footer .left-col {
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
.ul-roll {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.ul-roll li {
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(images/li.gif) no-repeat left center;
}
.ul-roll li a, .ul-roll li a:visited {
	color: #ccc;
	text-decoration: none;
}
.ul-roll li a:hover {
	color: #900;
	text-decoration: none;
}

.ul-populaire {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.ul-populaire li {
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(images/arc.gif) no-repeat left center;
}
.ul-populaire li a, .ul-populaire li a:visited {
	color: #ccc;
	text-decoration: none;
}
.ul-populaire li a:hover {
	color: #900;
	text-decoration: none;
}

.featureItem {
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(images/arc.gif) no-repeat left center;
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.featureItem a, .featureItem a:visited {
	color: #ccc;
	text-decoration: none;
}
.featureItem a:hover {
	color: #900;
	text-decoration: none;
}

#footer h4 {
	font: normal 146%/100% "Arial", Tahoma;
	color: #fff;
	margin: 10px 0 5px;
}
.recently-commented {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 110%;
}
.recently-commented li {
	background: url(images/li.gif) no-repeat;
	padding: 0 0 10px 20px;
}
.recently-commented a {
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.recently-commented li a:hover {
	color: #900;
	text-decoration: none;
}

#flickr img,#flickr img a{
	background:#111;
	margin:0 0px 8px 8px;
	padding:4px;
	width:82px;
	height:82px;
}
#flickr img:hover{
	background:#900;
	margin:0 0px 8px 8px;
	padding:4px;
}

#credits {
	margin: 0px auto;
	width: 760px;
	color: #888;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #888;
}
.rss {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.center {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#art {
	background-color: transparent;
	width: 90%;
	margin: 0px auto 0px;
	clear: both;
	padding-top: 10px;
}