﻿/*
Theme Name: WordPress Splesh!
Theme URL: http://digitalart.splesh.net/
Author: Stefano De Prophetis
Author URL: http://digitalart.splesh.net/autore
Colors DA: 4e0538 - 730b54
*/

/***************************************************/
* {
	font-family:Tahoma, Verdana, Arial;
	color: #666;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
	vertical-align: baseline;
}

html, body {line-height: 1}

hr {display: none}

blockquote:before, blockquote:after, q:before, q:after {content: ''}

blockquote, q {quotes: "" ""}

ul {list-style-type: none}

ol {list-style-type: decimal}

.clear {clear: both}
/***************************************************/
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg_onepiece-wide.jpg);

}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left:3px;
}

#header {
	width: 980px;
	height: 153px;
	margin-bottom:11px;
}


#header h1 {
	float: left;
	display: inline;
	width: 535px;
	height: 117px;
	margin-left: 10px;
	margin-top:15px;
}


#header h1 a{
	display: block;
	width: 535px;
	height: 117px;
	background: url(images/logo.png) no-repeat;
}

#header h1 a span {
	position: absolute;
	left: -9999px;
}

/***************************************************/

#searchform {
	width: 180px;
	height: 20px;
	margin-top: 111px;
	float:right;
}

/***************************************************/

#column {
	width: 600px;
	border: 1px solid #c9c9c9;
	background: url(images/bg-column.jpg) no-repeat;
	float: left;
}

#column-wide {
	width: 980px;
	border: 1px solid #c9c9c9;
	background: url(images/bg-column-wide.jpg) no-repeat;
}

.entry {
	background: #FFF;
	border: 1px solid #d1d1d1;
	width:580px;
	margin-top:12px;
	margin-left:9px;
}

.entry a {
	color: #4e0538;
}

.entry a:hover {
	color: #730b54;
}

.entry h2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
}

.entry h2 a {
	line-height: 1.3em;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom:solid 1px #CCCCCC;
}

.entry h4 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.entry .date {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	color: #999;
	padding-bottom: 5px;
	font-size: 11px;
}

.entry-wide {
	background: #FFF;
	margin:20px;
	border: 1px solid #d1d1d1;
	width:940px;
}

.entry-wide h2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.entry-wide h2 a {
	line-height: 1.3em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

/********* CSS For Article CONTENT ***************/

.content {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 1.5em;
	padding: 0;
	padding-bottom: 5px;
}

.content p {
	font-size: 12px;
	line-height: 1.5em;
	padding: 0;
	padding-bottom: 10px;
}

.content p strong {
	color:#5f5f5f;
}

.content p a {
	text-decoration:underline;
	font-weight:bold;
}

.content .more-link {
	background-color:#961871;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	float: right;
	margin-bottom:5px;
	margin-top:10px;
}

.content .more-link:hover {
	color:#FFFFFF;
	background-color:#b31d87;
}

.cool-link {
	background-color:#961871;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	float: right;
	margin-bottom:5px;
	margin-top:10px;
}

.cool-link:hover {
	color:#FFFFFF;
	background-color:#b31d87;
}

.content h1 {
	letter-spacing: -1px;
	font-size:24px;
	border-bottom: 1px solid #c9c9c9;
	color:#4e0538;
	padding-bottom: 5px;
}

.content h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #4e0538;
}

.content h3 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #4e0538;
}

.content h4 {
	font-size: 14px;
	font-weight: bold;
}

.content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #4e0538;
}

.content h6 {
	font-size: 14px;
	font-weight: bold;
	color:#FF3300;
}

.content h3 a{
	text-decoration:underline;
}

.content h4 a{
	text-decoration:underline;
}


.content h5 a{
	text-decoration:underline;
}


.content h6 a{
	text-decoration:underline;
}


/* CSS for UL/OL lists */
.content ol {padding-left: 20px;}
.content ul {margin: 5px 5px 20px 5px;}
.content ol {margin: 5px 5px 20px 5px;}
.content ul ul {margin: 5px 5px 5px 5px;}
.content ol ol {margin: 5px 5px 5px 5px;}

.content ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.content ul li {
	line-height: 1.5em;
	color:#666666;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.content ul li a {
	text-decoration:underline;
}

/* End CSS for UL/OL lists */

.container ol {padding-left: 20px;}
.container ol {margin: 5px 5px 20px 5px;}
.container ol ol {margin: 5px 5px 5px 5px;}

.container ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.container ul li {
	line-height: 1.5em;
	color: #333;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	font-size: 12px;
}


/* Additional post tags */
blockquote {
	padding: 10px;
	padding-left: 40px;
	background: #fcfcfc url(images/blockquote.jpg) no-repeat;
	background-position: 8px 8px;
	margin-bottom: 15px;
	border: solid 1px #c9c9c9;
}

blockquote p {
	font-family: georgia, arial;
	font-style:italic;
	line-height: 1.5em;
	font-size: 14px;
	color:#666666;
}

blockquote * {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #366799;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

code {
	color: #333;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
}

.tags {
	border-top: 1px solid #ddd;
	font-weight: bold;
	line-height: 2em;
	color: #bbb;
	text-align: right;
	font-size: 11px;
	padding-right:4px;
}


.tags a {
	font-weight: normal;
	color: #4e0538;
	text-transform:lowercase;
}

.tags a:hover {
	color: #730b54;

}

/***************************************************/
.navigation {
	width:580px;
	padding-top: 10px;
	padding-left:10px;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.navigation a {
	color: #333;
}

.navigation a:hover {
	color: #4e0538;
}

.navleft {
	float: left;
	width: 45%;
}

.navright {
	float: right;
	width: 45%;
	text-align: right;
}
/***************************************************/
.alignleft img, .alignright img, .aligncenter img {
	border: 4px solid #ccc;
}

.alignleft {
	float: left;
	display: inline;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 4px;
}

.alignright {
	float: right;
	display: inline;
	background: #fff;
	margin-left: 10px;
	margin-bottom: 4px;
}

.aligncenter {
	text-align: center;
	display: block;
}

.alignnone {
	text-align: center;
	display: block;
}

p.wp-caption-text {
	padding: 3px;
	margin: 0;
	font-size: 11px;
	color: #999;
}

/***************************************************/

.box {
	width: 335px;
	margin-left:auto;
	margin-right:auto;
}

.box h2 {
	color:#4e0538;
	font-size:14px;
	line-height: 170%;
	width: 335px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 7px;
	margin-top: 6px;

}

.box p {
	font-size: 11px;
	line-height: 1.4em;
}

.box p a{
	font-size: 11px;
	line-height: 1.4em;
	color: #4e0538;
	font-weight:bold;
	text-decoration:underline;
}

.box p a:hover{
	font-size: 11px;
	line-height: 1.4em;
	color: #730b54;
	font-weight:bold;
	text-decoration:underline;
}

/***************************************************/

.ads-horizontal {
	margin-left:auto;
	margin-right:auto;
	width:728px;
	margin-bottom:10px;
	margin-top:4px;
}
/***************************************************/

/*  NEW FEED  */

.rss-header {
	width: 50px;
	height:50px;
	float:right;
	margin-right:25px;
	margin-top: 21px;
}

/***********************************************/

#footer {
	margin-top: 15px;
	background:#8c2a6e url(images/bg-footer.jpg) repeat-x;
	width: 100%;
	height:400px;
	font-size: 0.65em;
}

#footer-lists{
	width: 940px;
	height: 251px;
	background:url(images/bg-footer-list.jpg) no-repeat;
	margin: auto;
	padding-top: 25px;
	text-align: left;
	font-size: 1.1em;
}

#footer-lists h2{
	color:#FFFFFF;
	font-size: 14px;
	margin: 0;
	padding: 0 0 8px 0;
	background:url(images/footer-h2.gif) repeat-x;
	background-position:left bottom;
	letter-spacing: -1;	
	margin-bottom: 5px;
}

#footer-lists ul{
	margin: 0 0 10px;
}

#footer-lists ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

#footer li a {
  padding: 5px 0 5px 20px;
  display: block;
}

#footer li a:link, #footer li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/bullet-footer.png) left 10px no-repeat;	
	border-bottom: 1px solid #CCCCCC;
}

#footer-lists ul li a:link, #footer-lists ul li a:visited { color: #CCCCCC; border-color: #999999;}

#footer-lists ul li a:hover {
	color: #999999;
	text-decoration: none;
	background: url(images/bullet-footer-hover.png) left 10px no-repeat;	
	border-bottom: 1px solid #999999;	
}

.footer-list{
	width: 280px;
	padding: 0 10px;
	float: left;
}

.footer-list-2{
	width: 600px;
	float: right;
	text-align:justify;
}

.footer-list-2 p{
	color:#FFFFFF;
	line-height: 1.5em;
	font-size: 11px;
	letter-spacing:1px;
}

.footer-list-2 p strong{
	color:#FFFFFF;
}

.footer-list-2 p img{
	float:left;
	margin-right: 4px;
}

.footer-list-2 p a{
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:underline;
}

#footer p.clear {
	padding: 20px 10px;
	margin: 0;
	height: 45px;
}

.languages {
	width: 165px;
	height: 20px;
	padding-right:10px;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
}


/***************************************************/

.copyright {
	width:960px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 27px;
	color: #FFFFFF;
	line-height: 1.5em;
	font-size: 11px;
	text-align:center;
}

.copyright p {
	color: #FFFFFF;
}

.copyright p a {
	font-weight: bold;
	color:#CCCCCC;
}

.copyright p a:hover {
	color:#999999;
}

/***************************************************/

.hide {
	display:none;
}

/* MENU */

.menu{
	width:980px;
	height:32px;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;
}
/*Top level list items*/
.menu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	padding:0 0 0 43px;
	font-size:13px;
	background:url(images/bgr_menu_li.gif) no-repeat left center;
}


/*Top level menu link items style*/
.menu ul li a{
	display:block;
	color:#4e0538;
	z-index:1000;
}


.menu ul li a:hover{
	color: #730b54;
	text-decoration:underline;
}
