/* @override 
	http://www.ime.cat/wp-content/themes/ime-hybrid/style.css
*/

/**
 * Theme Name: IME
 * Theme URI: http://themehybrid.com/themes/leviathan
 * Description: Basat en el tema Leviathan, a child of the Hybrid theme framework that puts emphasis on your content.
 * Author: Òscar Bagur
 * Author URI: http://www.quadrati.com
 * Version: 2
 * Template: hybrid
 */

/* Get base 21px CSS */
@import url('../hybrid/library/css/21px.css');

/* Get a layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get the drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');

/* Body */

body {
	font: 12px/21px Verdana, Arial, sans-serif;
	color: #666;
	background-color: #f2efe6;
}

body.home {
	
}

#body-container {
	overflow: hidden;
	width: 100%;
	background: transparent none repeat-x 0 0;
	margin: 0;
}

p {
	text-align: justify;
}

/* Links */

a:link, a:visited {
	text-decoration: none;
	color: #005792;
}

a:hover, a:active {
	text-decoration: underline;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
}

h1.archive-title.category-title {
	font-size: 2.2em;
	padding-left: 10px;
}

/* Lists */

.content ul {
	list-style: none;
	margin-left: 12px;
	clear: both;
}

.content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
}

.content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
}

/* Blockquotes */

blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
}

.hentry blockquote {
	font-style: italic;
	color: #777;
}

.hentry blockquote em {
	font-style: normal;
}

/* Code */

code {
	font-size: 12px;
	padding: 0 3px;
	background: #EFF1E1;
}

pre {
	font-size: 12px;
	overflow: auto;
	padding: 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}

pre code {
	padding: 0;
	background: transparent;
}

/* Tables */

table {
	width: 100%;
	background-color: #162939;
	border: 1px solid #e2e2e2;
}

caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
}

td {
	padding: .3em;
	border: 1px solid #e2e2e2;
}

tr {
	background: #EFF1E1;
}

th {
	padding: .3em;
	color: #fff;
	background: #113644;
	border: 1px solid #e2e2e2;
}

td a, th a {
	font-weight: bold;
}

/* Forms */

textarea {
	width: 98%;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;
}

p.no-data {
	padding: 0 10px;
}

.search-form {
	padding: 0 10px;
}

input {
	width: 200px;
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
}

.text-input {
	display: block;
	font-size: 15px;
}

.button {
	margin: 0 10px 0 0;
	width: 70px;
	font-weight: bold;
	color: #fff;
	background-color: #162939;
	border: 1px solid #000;
}

.button:hover {
	cursor: pointer;
	background: #005792;
}

/* Drop caps */

.drop-cap {
	float: left;
	line-height: 39px;
	margin-right: 3px;
	font-size: 48px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;
}

/* Notes */

.note {
	padding: 6px 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}

/* Warnings/Alerts */

.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
}

/* Errors */

.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
}

/* Downloads */

.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
}

/* Alignment */

.left, .alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.right, .alignright {
	float: right;
	margin: 0 0 0 15px;
}

.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
}

.block, .alignnone {
	display: block;
	margin: 0 20px 20px 0;
}

.clear {
	clear: both;
}

span.pullquote {
	float: none;
	margin: 0;
}

/* Images */

img, a img {
	padding: 5px;
}

.entry-summary p img, p img.llibre {
	float: right;
	margin: 0 0 20px 20px;
}

.hentry img {
	max-width: 580px;
	height: auto;
	padding: 4px;
	border: 1px solid #e2e2e2;
}

img.splash_play_button {
	border: none;
}

div.popup_controls {
	display: none;
}

.wpfp_custom_popup {
	display: none;
}

.textwidget img {
	padding: 0;
	margin: 0px 2px 2px 0px;
}

/* WP Smilies */

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}

/* Thumbnails */

.thumbnail {
	float: right;
	margin: 0 0 10px 20px;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}

/* WP Captions [caption] */

.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	text-align: center;
}

.wp-caption img, .wp-caption a img {
	max-width: 588px;
	margin: 0;
	padding: 0;
	border: none;
}

.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

/* Gallery [gallery] */

.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
}

dl.gallery-item {
	margin: 0;
}

dt.gallery-icon {
	margin: 0;
}

.gallery img {
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}

.galleryid-1542, .galleryid-1548, .galleryid-1551, .galleryid-1553, .galleryid-1693 {
	display: none;
}

.category-recull-de-premsa dl.gallery-item {
	max-width: 82x;
	width: 82px;
}

.category-recull-de-premsa dl.gallery-item dt.gallery-icon {
	height: 72px;
	width: 72px;
}

.category-recull-de-premsa dl.gallery-item dt.gallery-icon img {
	height: 66px;
	width: 66px;
	padding: 0;
}

/*.category-recull-de-premsa .gallery {
	height: 180px;
	overflow: hidden;
}
*/
/* Avatars */

.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}

/* Header */

#header-container {
	overflow: hidden;
	width: 100%;
	color: #3a00fc;
	height: 180px;
	background: #005792 url(fons-ime.png) center;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#site-title {
	float: left;
}

#site-title a {
	height: 180px;
	width: 640px;
	background: url(logo-ime.png) no-repeat left;
	display: block;
	margin-left: 10px;
	float: left;
}

#site-title a span {
	display: none;
}

#site-description {
	float: left;
	clear: left;
	display: none;
}

/* Search form */

#header .search {
	position: relative;
	top: 85px;
	float: left;
}

#header form {
	margin: 0;
	padding: 0;
}

#header input {
	width: 170px;
	padding: 0px 5px;
	height: 24px;
	color: #444;
	background: #e6ecf0;
	border: none;
}

#header .search-submit {
	background-color: #162939;
	width: 70px;
	padding: 0px 5px;
	color: #ccc;
	height: 28px;
}

#header .search-submit.button:hover {
	cursor: pointer;
	background: #0072c0;
}

/* Search form */

#navigation form {
	float: right;
	width: 240px;
	height: 35px;
	margin: -30px 0 0 0;
	padding: 0;
}

#navigation .search-submit {
	display: none;
}

#navigation .search-text {
	line-height: 30px;
	float: right;
	overflow: hidden;
	width: 230px;
	padding: 2px 5px 2px 5px;
	color: #999;
	background: #2f2f2f;
	border: 1px solid #858484;
}

/* Navigation */


.menu {
	width: 950px;
	height: 4opx;
	margin: 0 auto;
}


#page-nav li.feed-url {
	background: url(rss.png) no-repeat 1px;
	text-indent: 20px;
	position: relative;
	float: right;
	width: 285px;
}

#navigation .feed-url a:hover {
	background: transparent;
}


/* Navigation 
	background-color: #347fb1;
	background-color: #004677;
	
	*/


#primary-menu, #navigation {
	overflow: visible;
	height: 40px;
	margin: 0;
	z-index: 100;
	background-color: #347fb1;
	}

#primary-menu li, #page-nav li {
	margin-right: 15px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #000 1px 1px 2px;
}
#primary-menu li li, #page-nav li li {
	margin-right: 0;
	line-height: 18px;
	text-transform: none;
	font-weight: normal;
	text-shadow: #000 1px 1px 2px;
	font-style: normal;
	color: #bbb;
}

#primary-menu li:hover {
	background-color: #004677;
}

#primary-menu li#menu-item-2713 {
	background: url('rss.png') no-repeat 0 8px;
	padding-left: 0px;
	margin-left: 115px;
	text-indent: 20px;
}
#primary-menu li#menu-item-2713 a:hover {
	background-color: transparent;
}
#primary-menu li a, #page-nav li a {
	padding: 8px 15px 8px 15px;
	color: #fff;
	background-color: transparent;
	border: none;
	text-decoration: none;
}

#primary-menu li a:hover, #page-nav li a:hover {
	background-color: #00538b;
}

/* Drop-downs style */
#primary-menu li:hover ul, #primary-menu li.sfHover ul, #page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 40px;
	}
#primary-menu li li a, #page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#primary-menu li ul, #page-nav li ul {
	background-color: #004677;
	border-top: none;
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul, #primary-menu li li li:hover ul, #primary-menu li li li.sfHover ul, 
#page-nav li li:hover ul, #page-nav li li.sfHover ul , #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#primary-menu li li li, #page-nav li li li {
	margin-left: -1px;
	}

div.menu ul ul {
	width: 280px;
}
#page-nav li:hover ul,li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 9999;
}
div.menu li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 9999;
}

/* Containers */

#container {
	overflow: hidden;
	width: 940px;
	margin: 20px auto;
	float: none;
}

#container a {
	color: #0072c0;
}

#content {
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

/* Breadcrumb trail */

.breadcrumb {
	padding: 10px 0px;
	font-size: 11px;
	color: #333;
	background-color: #e6e1d3;
	font-weight: normal;
	font-style: normal;
}

.breadcrumb-trail {
	width: 920px;
	margin: 0 auto;
}



/* banner slide fotos */

/* historic actvitats */

#historic-activitats {
	background-color: #337eb1;
	padding: 4px 12px;
	top: -42px;
	position: relative;
	float: right;
	font-size: 0.9em;
}

#historic-activitats:hover {
	background-color: #0072c0;
}

#historic-activitats a, #historic-activitats a:visited {
	color: #fff;
	text-decoration: none;
}

/* historic actvitats */

.especials {
	margin-bottom: 30px;
	background-color: #000;
	width: 620px;
	height: 305px;
}

.especials .galleryview img {
	padding: 0;
}

.especials .panel-overlay h3 {
	width: 585px;
}

.especials .panel-overlay p {
	width: 585px;
	text-align: left;
}

/* Posts (and other general sections) */

.series, .related, .category-info, .tag-info, .archive-info, .author-info, .date-info, .search-info, .singular-post .author-profile {
	margin: 0;
	padding: 10px;
}

.hentry {
	margin: 0 0 30px 0;
	padding: 20px;
	background: #fff;
	border-right: 1px solid #e5e7d7;
	border-bottom: 2px solid #e7e7e7;
	width: 580px;
	float: left;
}

.post {
	margin: 0 0 30px 0;
	padding: 20px;
	background: #fff;
	border-right: 1px solid #e5e7d7;
	border-bottom: 2px solid #e7e7e7;
	width: 580px;
}

/* Post title (and other titles) */

.entry-title, .series-title, .related-title {
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
}

.singular-title, .single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title, .archive-title {
	padding: 0;
	font-size: 2em;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

/* Byline */

.byline {
	font-size: 11px;
	color: #999;
	display: none;
}

.byline a {
	color: #486472 !important;
}

/* Post meta data */

.entry-meta {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 10px 2px 0px 2px;
	margin: 0;
	background: #fff;
	border-top: 1px solid #e5e7d7;
	font-weight: normal;
	font-style: normal;
}

.entry-meta a {
	color: #486472 !important;
}

/* Using <!--nextpage--> */

p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #486472 !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
}

/* Page Templates */

.page-template-authors .author-profile, .singular-post .author-profile {
	display: none;
}

.page-template-authors .author-name, .singular-post .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

.page-template-no-widgets .content, .no-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
}

.page-template-widgets .content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}

/* Navigation links */

.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;
}

.navigation-links {
	overflow: hidden;
	padding: 0 20px;
}

.navigation-links a {
	color: #000;
}

.navigation-links .previous {
	float: left;
	max-width: 49%;
}

.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
}

/* Paged comments navigation */

#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0;
}

#comments-template .paged-navigation .page-numbers, 
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
}

/* WP PageNavi */

.wp-pagenavi {
	overflow: hidden;
	font-weight: normal;
}

.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	padding: 1px 5px;
	margin: 0px 2px;
	background: #fff;
	border: 1px solid #aaa;
	font-weight: normal;
	font-style: normal;
	float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	text-decoration: none;
}

.wp-pagenavi a:visited {
	text-decoration: none;
}

#container .wp-pagenavi a:hover {
	color: #fff;
	background-color: #337eb1;
	border: 1px solid #337eb1;
}

.wp-pagenavi a:active {
	text-decoration: none;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #2d485a;
	border: 1px solid #2d485a;
}

/* Primary/Secondary and utility widgets */

#primary, #secondary {
	float: right;
	width: 300px;
}

#secondary {
	clear: right;
}

.widget {
	margin: 0 0 20px 0;
	padding: 19px 19px 0px 19px;
	background: #fff;
	border-right: 1px solid #e5e7d7;
	border-bottom: 2px solid #e7e7e7;
}

#text-7 {
	background-color: #f0e796;
}

.widget-title {
	margin: 0 0 12px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #01527a;
}

#text-2 div.widget-inside {
	margin-bottom: 10px;
}

.widget p {
	text-align: left;
}

.widget .flowplayer_container {
	margin: 0 auto 20px auto !important;
}

.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
}

.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	border-bottom: 1px solid #e2e2e2;
}

.widget ul ul {
	margin: 6px 0 0 0;
}

.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
}

/* Nous llibres */

h4.srp-widget-title {
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

img.srp-widget-thmb.colorbox-manual {
	padding: 0;
}

/* Comments template */

#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
}

#comments ol {
	list-style: none;
	margin-left: 0;
}

#comments li, p.comments-closed {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}

#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
}

p.comments-closed {
	padding: 19px;
}

#comments-template p.comments-closed {
	border: none;
	padding: 0;
}

#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #EFF1E1;
	border: 1px solid #e7e7e7;
}

#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e7e7e7;
}

/* Comment avatars */

#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}

/* Comment meta data */

#comments .comment-meta {
	margin: 10px 0;
}

#comments .comment-meta cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
}

#comments .comment-meta a {
	color: #486472 !important;
}

/* Comment text */

#comments .comment-text {
	clear: both;
	margin: 0 15px;
}

/* Comment form */

#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
}

#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #e2e2e2;
}

/* Subsidiary widgets (footer) */

#subsidiary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
}

#subsidiary a {
	color: #4b6e85;
}

#subsidiary .widget {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 25px;
	background: transparent;
	border: none;
}

#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #aaa;
	border-bottom: 1px solid #213a4b;
}

#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
}

#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	background: transparent;
	border-bottom: 1px solid #213a4b;
}

/* Footer */

#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0;
	background-color: #004677;
	border-top: 8px solid #bfbfbf;

}

#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 20px auto 20px auto;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

#footer a {
	color: #68b5ea;
	text-decoration: underline;
}

#footer .copyright {
	float: left;
	width: 49%;
}

#footer .credit {
	float: right;
	width: 300px;
}
