/*
Theme Name: PrideSushi
Theme URI: http://falconerdesigns.com/themes
Description: This theme is based mainly in prideprejudice but with some influence of sushi theme.
Version: 1.0
Author: Guillem Lorman & Dani Marti
Author URI: http://www.e-pale.com/
*/

body {
	background: #fff;
	text-align: center;
	width: 780px;
	margin: auto;
	padding: 0;
	font-family : Arial, Verdana, Helvetica, sans-serif, Book antiqua, trebuchet ms;
	}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #c00;
}


/* Speaking of the search box, here are some styles to make it
look nice. */

.searchbox {
	padding: 2px;
	margin-right: 10px;
	width: 170;
	background-color: #fff;
	border: 1px solid #666;
	font-size: 9pt;
	color: #000;
	}

.searchbutton {
	}

/* Additional accessibility codes. "hr" hides the borders can be seen in the "text-only" version, while the "skiplink" option allows people quick access to certain parts of the page. "Off" hides elements from view in the default stylesheet. */

hr {visibility:hidden; display:none;}

.skiplink {visibility: hidden; display:none;}

.off {visibility: hidden; display: none;}

/* Optional - styles for the images code. */

.pivot-image {padding: 5px; border: 1px solid #666;}

/* Page starts here. The #container ensures that the content remains within the
specified perimeters. */

#container {width: 780px; margin: 20px 0 0 0; padding: 0; text-align: left;}

/* The header and the top navigation. */

#header {
  width: 780px;
  height: 135px;
  text-align: left;
  margin-top: 10px;
  float: left;
}

.nav {
	width: 190px;
	height: 145px;
	margin: 0 10px 0 0;
	float: left;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	}

.nav ul {
	margin: 0;
	padding: 0 20px 0 20px ;
	list-style-type: none;
	}

.nav ul li {
	padding: 5px 0 5px 0;
	display: block;
	border-bottom: 1px solid #999;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	line-height: 10pt;
	line-height: 18px;
	}

/* The li:hover effect only works with Firefox and similar browsers, but looks nice, nevertheless. 	IE users will simply not see any changes. */

.langs {
	width: 270px;
	height: 145px;
	margin: 0 10px 0 0;
	float: left;
	text-align: right;
}
.langs ul {
	margin: 0;
	padding: 0 20px 0 20px ;
	list-style-type: none;
  display: inline;
  float: right;
}

.langs ul li {
	padding: 5px 0 5px 0;
  margin-left: 10px;
	display: inline;
	float: left;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	line-height: 10pt;
}

/* The li:hover effect only works with Firefox and similar browsers, but looks nice, nevertheless. 	IE users will simply not see any changes. */

.langs ul li:hover {
	color: red;
}

.langs ul li a {
  color: #666;
}
.title {
	float: left; margin: 0 10px 0 0;
	width: 285px;
	height: 180px;
}

.title h1 {
	background: url(images/joanubide.gif) top left no-repeat;
	float: left;
	margin: 20px 0 0 0;
	color: #000;
	font-weight: bold;
	font-size: 35px;
	height: 75px;
	width: 170px;
	}

.title h1 span {
	display: none;
}

.des  {
	float: left;
	margin: 105px 0 0 -50px;
	color: #000;
	font-weight: normal;
	font-size: 9pt;
	text-transform: lowercase;
	display: none;
}

/* Column content. "#left" controls the general area, while ".block" controls each individual entry. */
/*
#left {
	float: left; width: 300px; margin-top: 20px;
	text-align: left;  border-right: 1px dashed #000;
color:#ccc;
	}
*/
/* Below is an example of how you can incorporate images into text. */
/*
h3.left, #left h2{
	background: url(images/circle.jpg) left no-repeat; height: 25px; padding: 7px 0 0 35px;
	font-size: 12pt; color: #fff; font-weight: bold; text-transform: uppercase;
	}
*/
.block {
	width: 300px; padding-bottom: 20px;
	}

.block ul {
	margin: 0; padding: 0 20px 0 20px;
	list-style-type: none;
	}

.block ul li {
	padding: 10px 0 10px 0;
	display: block;
	border-bottom: 1px dashed #999;
	font-size: 10pt;
	color: #fff;
	line-height: 1.6em;
	}

.block ul li:hover {
	background-color: #111111;
}

/* The right content, where the main content is held. "#right" controls the general area, ".content" controls
each individual entry, "entryfooter" controls the bottom of each entry.*/
/*
#right {
	float: right; width: 450px;
	text-align: justify;
color:#ccc;
	}
*/
p {
	font-size: 10pt;
  margin: 5px 0 10px 0;
}
h1 {
	font-size: 18px;
	color: #c00;
	font-weight: bold;
	clear: left;
	margin: 0;
	padding: 15px 0 0 0
	}

h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	clear: left;
	}

h2.main {
	font-size: 16pt;
	color: #666;
	font-weight: bold;
	line-height: 1.6em;
	border-bottom: 1px dashed #999;
	margin:15px 0 0 0;
	}
h2.main a {
  color: #666;
}

#content h3 {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align:right;
	margin:0;
}

#content {
	width: 100%;
	padding-bottom: 20px;
	font-size: 10pt;
	line-height: 1.4em;
	color: #666;
	font-size: 11px;
}

#content .content { /*width: 540px;*/ text-align: justify;}
.content h2 { padding: 0; margin-top: 30px; margin-bottom: 15px; color: #c00; font-size: 17px;}
.content h1 { font-size: 21px; margin-bottom: 10px; margin-top:0;}

/* This is the image. */

.image {
float: left;
width: 780px;
height: 348px;
background: #000;
text-align: left;
margin-top: 20px;
border: 0;
}



.entryfooter {
	width: 100%;
	padding-top:5px;
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
	text-align: right;
	font-weight: bold;
	color: #c00;
	font-size: 11px;
}

.entryfooter a {
	color: #c00;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #666;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #666;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
  font-size: 11px;
  width: 100%;
}

.postmeta {
border-top:1px dashed #999;
border-bottom:1px dashed #999;
}
]


#commentlist  {
padding:10px 20px;
color:#000;
}

textarea {
border:1px solid #999;
background:#fff;
color:#000;
margin: 2px auto 2px;
}

input {
  font-size: 11px;
  margin: 2px auto 2px;
 }

#footer {
  clear: both;
  color: #000;
  border-top:1px dashed #999;
  width: 100%;
  margin-top: 10px;
  min-height: 200px;
  height: 200px;
 }

#footer .col{
width: 170px;
height: 100%;
float: left;
border-right:1px dashed #999;
padding-left: 10px;
padding-right: 10px;
margin-top: 10px;
}

#footer .col h2{
clear: none;
border: 0;
color: #666;
font-weight: bold;
font-size: 16px;
}

.col ul {
	margin: 0;
	padding: 0 10px 0 0px;
	list-style-type: none;
	}

.col ul li {
	padding: 0;
	display: block;
	border-bottom: 1px dashed #999;
	font-size: 11px; color: #fff;
	line-height: 18px;
	font-weight: bold;
	}

.col ul.children  {
	margin-bottom: 5px;
	margin-left: 5px;
}
.col ul.children li {
	border-bottom: 1px solid #999;
}

/* End of the stylesheet. */