html {
	font-size: 10pt;
	line-height: 120%;
	font-family: Georgia;
}

body {
	background: url(images/background.jpg);
	margin: 0;
	padding: 0;
}

a {
	color: #500;
	text-decoration: none;
}

a:hover {
	color: #900;
	border-bottom: 1px dotted #900;
}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	margin-top: 0;
	color: #C00;
	font-size: 20pt;
	line-height: 22pt;
}

h2 {
	margin-top: 0;
	color: #C00;
	font-size: 16pt;
	line-height: 120%;
}

h3 {
	margin-top: 0;
	color: #C00;

}

h4 {
	margin-top: 0;
	color: #C00;

}

table {
	font-size: 9pt;
}

table td {
	padding: 5px;
}


.foreground {
	width: 1000px;
	/* padding: 0 115px; */
	margin: 0 auto;
}

#page {
	background: url(images/gradient.jpg) top repeat-x;
	width: 100%;
	min-width: 1000px;
	text-align: center;
}

#container {
	background: url(images/gradient.jpg) top repeat-x;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#top {
	height: 231px;
	width: 1000px;
	padding: 0 0 0;
}

body.i18n-en #top {
	background: url(images/top.jpg) top left no-repeat;
}

body.i18n-es #top {
	background: url(images/top.jpg) top left no-repeat;
}

#main {
	background: url(images/content-background.jpg) top left repeat-y;
	padding-bottom: 25px;
	overflow: hidden;
	position: relative;
}

#footer-content {
	background: url(images/footer-content.jpg) top left no-repeat;
	height: 80px;
	padding: 0 115px;
}

#footer-bottom {
	background: url(images/footer-bottom.jpg) top left no-repeat;
	height: 86px;
}






#messages, #help {
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#navigation #primary {
	padding-left: 25px;
	padding-right: 165px;
	text-align: right;
}




#header {
	position: relative;
	height: 100%;
/*	width: 615px;
	float: right; */
	padding: 0 105px 0;
}

/*
#header-left {
	float: left;
	display: inline-block;
	width: 165px;
	padding-left: 10px;
	height: 100%;
	z-index: 1000;
}
*/

#header #logo {
/*	display: inline-block;
	float: left; */
	margin-left: 20px;
	position: absolute;
	top: 55px;
}

#navigation {
	position: absolute;
	bottom: 32px;
	left: 105px;
	height: 25px;
}

#header #search-wrapper {
	/* float: right; */
	clear: none;
	/* padding: 0 15px; */
	position: absolute;
	right: 230px;
	top: 10px;
}

#header #search-wrapper .container-inline div.form-item {
	display: inline;
	margin: 0;
	clear: none;
}

#header #search-wrapper .container-inline input {
	font-size: 8pt;
	height: 18px;
	display: inline;
	clear: none;
}

#header #search-wrapper .container-inline div.form-item input {
	width: 150px;
}

#header #search-wrapper .container-inline label {
	display: none;
}

#header #header-blocks {
	/* float: left; */
	/* padding-right: 240px; */
	padding-left: 15px;
	position: absolute;
	top: 10px;
}

#header #header-blocks .block {
	display: none;
}

#header #header-blocks .block.block-locale {
	display: block;
}

#header #header-blocks .block ul {
	padding: 0;
}

#header #header-blocks .block ul li {
	display: inline;
	font-size: 9pt;
	font-family: Verdana, Arial, Sans-Serif;
}

#header #header-blocks .block ul li {
	border-left: 1px #CCC solid;
	padding: 0 4px 0 7px;
	margin: 0;
}

#header #header-blocks .block ul li.first {
	border-left: none;
}

#left-sidebar {
	float: left;
	width: 165px;
	padding-right: 10px;
}

#left-sidebar .block {
	width: 165px;
	padding: 0;
	margin-bottom: 25px;
	margin-left: 105px;
}

#left-sidebar .block .top {
	height: 5px;
	background: url(images/block-top.jpg) no-repeat top center;
}

#left-sidebar .block .block-main {
	background: url(images/block-content.jpg) repeat-y top center;
	padding: 1px 15px;
}

#left-sidebar .block .block-main h2 {
	font-size: 13pt;
	letter-spacing: 0.75px;
	text-shadow: 1px 1px 2px #AAA;
	text-transform: capitalize;
}

#left-sidebar .block .bottom {
	height: 50px;
	background: url(images/block-bottom.jpg) no-repeat top center;
}

body.sidebar-left #main #center {
	width: 590px;
	overflow: hidden;
	margin-left: 280px;
}

body.no-sidebars #main #center {
	padding: 0 115px;
	overflow: hidden;
}

#left-sidebar ul.menu li {
	margin-left: 5px;
}

#left-sidebar ul.menu li ul {
	padding-left: 10px;
}

#left-sidebar ul.menu li ul li {
	margin-left: 0;
}





ul.menu li {
	margin: 5px 0 5px 5px;
}

ul.tabs {
	padding: 0;
}




.clear-block {
	display: inline-block;
}

.views-edit-view .clear-block {
	display: block;
}

.node-form .standard {
	clear: none;
}

div.vertical-tabs {
	margin-left: 125px;
}

div.vertical-tabs ul.vertical-tabs-list  {
	width: 125px;
	left: -125px;
}

div.vertical-tabs ul.vertical-tabs-list li {
	font-size: 9px;
	height: 50px;
}

div.vertical-tabs ul.vertical-tabs-list li a:hover {
	border-bottom: 0 none;
}

dl.admin-list dt {
	margin: 20px 0 10px;
}

dl.admin-list dt a {
	font-weight: bold;
	font-size: 12pt;
	color: #900;
}

dl.admin-list dd {
	font-style: italic;
	color: #999;
	margin-left: 15px;
}





#center .node .article-info,
#center .node .article-extras,
#center .views-field-field-author-value,
#center .views-field-field-publication-value {
	font-style: italic;
	font-size: 9pt;
	color: #555;
	margin-bottom: 5px;
}

#center .node .article-info {
	border-top: 1px #CCC solid;
	padding-top: 3px;
}

#center .node.teaser .article-info,
#center .views-field-field-author-value,
#center .views-field-field-publication-value {
	border-top: 1px #CCC solid;
	padding-top: 3px;
	border-bottom: 1px #CCC solid;
	padding-bottom: 3px;
}

#center .node .article-extras {
	border-bottom: 1px #CCC solid;
	padding-bottom: 3px;
}






.view.page .views-row {
	border-bottom: 1px solid #700;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.view-articles {
	
}

#left-sidebar .block .view-articles .view-content ul {
	padding-left: 0;
}

body.page-articles #center .view-articles .view-content .views-row {
	border-bottom: 2px dotted #700;
	margin-bottom: 20px;
}

body.page-articles #center .view-articles .view-content .views-row h2 a {
	color :#900;
}

body.page-articles #center .view-articles .view-content .views-row h2 a:hover {
	color :#C00;
}

#left-sidebar .block .view-articles .view-content ul li.views-row {
	margin-left: 11px;
	margin-bottom: 15px;
	font-style: italic;
	font-size: 9pt;
	line-height: 10pt;
}

#left-sidebar .block .view-articles .view-content ul li.views-row div.views-field-title {
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
}

#left-sidebar .block .view-articles .more-link {
	font-size: 8pt;
}

.views-field-view-node {
	text-align: right;
}

.views-field-image-image {
	width: 130px;
	text-align: center;
	margin-bottom: 20px;
}

div.view-gallery-list table thead th {
	border: 0 none;
}

div.view-gallery-list table tbody {
	border-top: 0 none;
}

div.view-gallery-list table tbody tr {
	background-color: #FFF;
}

div.view-gallery-list table tbody tr.views-row-last {
	border-bottom: 0 none;
}

div.view-gallery-list table tbody tr td {
	padding: 15px 5px;
}

div.view-gallery-list table tbody tr td span.image-gallery-view-cover-thumbnail {
	display: block;
}

div.view-gallery-list span.image-gallery-view-cover-thumbnail img {
	border: 1px solid #300;
	padding: 2px;
}

div.view-gallery-list table tbody tr td.views-field-nothing {
	
}

div.view-gallery-list table tbody tr td a.gallery-link {
	font-size: 12pt;
	font-weight: bold;
}

div.view-gallery-list table tbody tr td span.image-count {
	font-style: italic;
	color: #555;
}

.view-gallery .views-view-grid td {
	height: 105px;
}

.view-gallery .view-footer {
	font-style: italic;
}

.view-gallery .view-footer p:first-child {
	margin-top: 0;
}

.views-field-image-image img {
	border: 1px solid #300;
	padding: 2px;
	opacity : .9;
}

.views-field-image-image img:hover {
	opacity : 1;
}

.panel-pane {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.panel-pane .pane-content {
	padding: 0 10px;
}

.photos .panel-pane .pane-content {
	padding: 0 0px;
}

.panel-pane .views-field-view-node {
	background: #E4F0FE;
	padding: 3px 10px;
	font-size: 9pt;
}

.panel-pane .pane-content #bottom {
	background: #DFECF9;
	padding: 0 10px;
	height: 20px;
	font-size: 9pt;
}

.panel-pane .pane-content #bottom div {
	padding: 3px 0;
}

.panel-pane .item-list,
.panel-pane .pager,
.panel-pane .more-link {
	display: inline-block;
	
}

.panel-pane .more-link {
	float: right;
	
}

.panel-pane .item-list {
	margin: 0 0 0 -100px;
	width: 200px;
	position: relative;
	left: 50%;
}

.panel-pane .pager {
	margin: 0;
	width: 200px;
}