@charset "utf-8";
/*Colorscheme:
Text and links: 
Text background: #dfdfdf (light grey)
Navigation buttons: #c30606 (dark red)
Active link over: 
Inactive link background-color, footer: 
*/

/*Standard reset*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/*End standard reset*/

html {

}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #000;
}
*:active {
  outline: none;
}

*:focus {
	-moz-outline-style: none;
}
#wrapper {
	position: absolute;
	height: 420px;
	width: 690px;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -345px;
	font-size: 0.75em;
}

#placeholder {
	width: 1px;
	height: 1px;
}

/********************************/
		/* Header */        
/********************************/
#header {
	width: 100%;
	height: 98px;
}

#header h1, #header h2 {
	display: none;
}

#header #logo {
	float: left;
	width: 310px;
	height: 70px;
	background-image: url(../images/logo.gif);
	background-position: -2px 5px;
	background-repeat: no-repeat;
}

#header #logoText {
	float: left;
	width: 260px;
	height: 70px;
	background-image: url(../images/logo_text_grey.gif);
	background-position: -5px 35px;
	background-repeat: no-repeat;
}

#motto_de {
	width: 100%;
	height: 26px;
	clear: both;
	background-image: url(../images/motto_de.gif);
	background-position: -20px 0%;
	background-repeat: no-repeat;
}

#motto_en {
	width: 100%;
	height: 26px;
	clear: both;
	background-image: url(../images/motto_en.gif);
	background-position: 0px 0%;
	background-repeat: no-repeat;
}

#motto_es {
	width: 100%;
	height: 26px;
	clear: both;
	background-image: url(../images/motto_es.gif);
	background-position: 0px 0%;
	background-repeat: no-repeat;
}
/********************************/
		/* End Header */        
/********************************/


/********************************/
		/* Blog */        
/********************************/
#blog {
	background-image: url(../images/background-black.jpg);
	
}
#wrapper_blog {
	position: relative;
	width: 690px;
	margin: 0 auto 0 auto;
	font-size: 0.75em;
	line-height:1.2em;
}
.postWrapper_blog {
	margin-bottom: 20px;
}

#header_blog {
	width: 100%;
	height: 80px;
}

#header_blog h1, #header_blog h2 {
	display: none;
}

#header_blog #logo {
	float: left;
	width: 310px;
	height: 80px;
	background-image: url(../images/logo.png);
	background-position: -2px 5px;
	background-repeat: no-repeat;
}
#header_blog #logoText {
	float: right;
	width: 100px;
	height: 80px;
	background-image: url(../images/blog-small.png);
	background-position: 20px 30px;
	background-repeat: no-repeat;
}
.date_blog {
	width:48px;
	height:48px;
	color: #c30606;
	padding: 14px 0px 0px 0px;
	float:left;
	font-size: 10px;
	margin-top: 10px;
	margin-right:10px;
	margin-left: 10px;
	background-image: url(../images/calendar.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.date_blog h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height:1.3em;
}

#sidebar_blog {
	float:left;
	width: 220px;
}

#nav_blog {
	float:left;
	width: 220px;
	margin-top:10px;
}
#nav_blog h4 {
	margin-bottom: 10px;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav_blog ul {
	list-style: none;
}

#nav_blog ul li {
	margin-bottom: 5px;
	padding-bottom:5px;
	background-image: url(../images/button_left.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#nav_blog ul li a {
	padding: 2px 10px 5px 10px;
	display:block;
	width: 90px;
	text-align: left;
	color: #fff;
	text-decoration:none;
	background-image: url(../images/button_right.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

#nav_blog ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav_blog ul li a:active {
  outline: none;
}

#nav_blog ul li a:focus {
	-moz-outline-style: none;
}

#archive_blog, #searchForm_blog {
	margin-top: 30px;
}

.postTitle_blog {
	color: #c30606;
	padding: 10px;
	line-height:2em;
}

.postTitle_blog h1 a, .postTitle_blog a {
	text-decoration: none;
	color: #c30606;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
}
.postTitle_blog a, .postTitle_blog p {
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	font-style: normal;
}
.postTitle_blog h1 a:hover, .postTitle_blog a:hover {
	text-decoration: underline;
	color: #c30606;
}

.separate_blog {
	clear: both;
}
.extWrapper_blog {
	float: right;
	width: 450px;
	height: 100%;
	background-image: url(../images/background-green-1.jpg);
	color: #333;
	margin-bottom: 10px;
	line-height:1.5em;
}

.extWrapper_blog a {
	color: #c30606;
}
	
.textWrapperLeftTop_blog {
	width: 100%;
	height: 100%;
	background-image: url(../images/green_corner_on_black_left_top.gif);
	background-position: 0% 0;
	background-repeat: no-repeat;
}

.textWrapperRightTop_blog {
	width: 100%;
	height: 100%;
	background-image: url(../images/green_corner_on_black_right_top.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.textWrapperLeftBottom_blog {
	width: 100%;
	height: 100%;
	background-image: url(../images/green_corner_on_black_left_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}
.textWrapperRightBottom_blog {
	width: 100%;
	height: 100%;
	background-image: url(../images/green_corner_on_black_right_bottom.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.postContent_blog {
	margin-top: 5px;
	padding: 10px 15px;
}

.meta_blog {
	padding: 10px;
	font-size: 11px;
}

.meta_blog a {
	color: #c30606;
	text-decoration:none;
}

.meta_blog a:hover {
	color: #c30606;
	text-decoration: underline;
}

.adorno_blog {
	width:100%;
	height:26px;
	text-align:center;
	background-image: url(../images/adorno.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-bottom: 20px;
}

input#s {
	padding: 5px;
}

li.widget {
	list-style: none;
	margin-top: 30px;
}

li.widget ul li a {
	background: none;
}

#wrapper_blog div.alignright {
	float: right;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#wrapper_blog div.alignleft {
	float: left;
	margin-right: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper_blog div.alignnone, #wrapper_blog div.aligncenter {
	margin-bottom: 10px;
	text-align: center;
}

#wrapper_blog img {
	text-align: center;
	padding: 5px 5px 5px 5px;
}

#wrapper_blog div.wp-caption {
	border: 1px solid #888;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wrapper_blog p.wp-caption-text{
	text-align: center;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 3px;
}

table#wp-calendar {
	border-collapse: collapse;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table#wp-calendar tr {
	border: 1px white solid;
	padding: 2px;		
}

table#wp-calendar caption {
	font-weight: bold;
	padding: 2px 0px 5px 0px;	
	font-size: 12px;
} 

table#wp-calendar a {
	color: #c30606;
}

#wp-calendar td {
	border: 1px white solid;
	text-align: center;
	padding: 4px;
}
.widget_tag_cloud {
	font-size: 12px !important;
}
.widget_tag_cloud a {
	color: #eee;
	font-size: 12px !important;
}

/************************************************
*	Comments									*
************************************************/
#commentblock {
	width: 395px;
	float: left;
	padding: 10px 20px 0px 20px;
}
	
ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 5px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 365px;
	background: #fff url(../images/comment.gif) no-repeat top;
}

.commenttext-admin {
	clear: both;
	background: #fff url(../images/comment.gif) no-repeat top;
	margin: 5px 0px 20px 0px;
	padding: 20px 10px 5px 10px;
	width: 365px;
}

#commentsformheader{
	padding-left: 0px;
}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p {
	margin: 0px;
}

#commentsform form textarea, #commentsform form p input {
	width: 99%;
	background-image: url(../images/input_bgr.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #aaa;
	padding: 4px; 
	margin-top:5px;
	margin-bottom:5px;
}

#commentsform form p span.required {
	font-size: 90%;
}
	
#commentsform #hbutt {
	width: 5em;
	background-color: #fff;
	text-decoration: none;
	color: #444;
	border: none;
	margin-left: 0px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 2px solid #bbb;
	border-right: 2px solid #aaa;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
}

#commentsform #hbutt:hover {
	cursor: pointer;
}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/********************************/
		/* End Blog */        
/********************************/


/********************************/
		/* Main */        
/********************************/
#main {
	width: 100%;
}
/********************************/
		/* End Main */        
/********************************/


/********************************/
		/* Center */        
/********************************/
#center {
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}
/********************************/
		/* End Center */        
/********************************/


/********************************/
		/* Text */        
/********************************/
#textWrapper {
	float: left;
	width: 450px;
	height: 100%;
	background-color: #dfdfdf;
	color: #000;
	margin-left: 10px;
}


#textWrapperLeftTop {
	width: 100%;
	height: 100%;
	background-image: url(../images/grey_corner_on_black_left_top.gif);
	background-position: 0% 0;
	background-repeat: no-repeat;
}

#textWrapperRightTop {
	width: 100%;
	height: 100%;
	background-image: url(../images/grey_corner_on_black_right_top.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#textWrapperLefBottom {
	width: 100%;
	height: 100%;
	background-image: url(../images/grey_corner_on_black_left_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}
#textWrapperRightBottom {
	width: 100%;
	height: 100%;
	background-image: url(../images/grey_corner_on_black_right_bottom.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#textImg {
	width: 100%;
	height: 100%;
	font-size: 0.9em;
	background-image: url(../images/oscarpaola_bw.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;	
}

#text {
	margin-left: 10px;
}

#text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.75em;
	color: #c30606;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #c30606;
	margin-right: 10px;
	margin-bottom: 5px;
}

#text .scroll-pane {
	width: 300px;
	height: 230px;
	overflow: auto;
	padding: 0 0px 0px 10px;
}

#text .scroll-pane h3 {
	color: #c30606;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 10px;
}

#text .scroll-pane p {
	margin-bottom: 10px;
}

#text .scroll-pane p em {
	color: #c30606;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;	
}

#text .scroll-pane div.title {
	color: #c30606;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}

#text .scroll-pane div.title blockquote {
	color: #c30606;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	margin: 50px 10px 10px 0;
}

#text .scroll-pane div.title span.name {
	color: #000;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

#text .scroll-pane a, #text .scroll-pane a:visited {
	font-style: italic;
	color: #c30606;
}

#text .scroll-pane div.alignright {
	float: right;
	margin-left: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}


#text .scroll-pane div.alignleft {
	float: left;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#text .scroll-pane div.alignnone, #text .scroll-pane div.aligncenter {
	margin-bottom: 10px;
	text-align: center;
}

#text .scroll-pane img {
	text-align: center;
	padding: 5px 5px 2px 5px;
}

#text .scroll-pane div.wp-caption {
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#text .scroll-pane p.wp-caption-text{
	text-align: center;
	font-size: 0.85em;
	font-style: italic;
	margin-bottom: 3px;
}

#text .scroll-pane ul, #text .scroll-pane ol {
	margin-bottom:10px;
}
	
#text .scroll-pane ul li, #text .scroll-pane ul li {
	padding-left: 0px;
	margin-left: 15px;
}

#text *:active {
  outline: none;
}

#text *:focus {
	-moz-outline-style: none;
}
/********************************/
		/* End Text */        
/********************************/


/********************************/
		/* Eyecatcher */        
/********************************/
#eyecatcher {
	width: 220px;
	height: 100%;
	float:left;
	background-image: url(../images/oscar-busso-pia-galiano.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#eyecatcher #contact {
	width: 80px;
	height: 40px;
	margin-top: 274px;
	margin-left: 140px;
}

#eyecatcher a:active {
  outline: none;
}

#eyecatcher a:focus {
	-moz-outline-style: none;
}
/********************************/
	/* End Eyecatcher */        
/********************************/


/********************************/
		/* Navigation */        
/********************************/
#navWrapper {
	clear: both;
	width: 750px;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#navWrapper ul {
	list-style: none;
}

#navWrapper ul li {
	float: left;
	background-image: url(../images/button_left.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#navWrapper a {
	display: block;
	min-width: 105px;
	height: 20px;
	text-align: center;
	padding-top: 2px;
	color: #e7e5d8;
	text-decoration: none;
	margin-right: 10px;
	background-image: url(../images/button_right.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

#navWrapper a:hover {
	color: #fff;
	text-decoration: underline;
}

#navWrapper a:active {
  outline: none;
}

#navWrapper a:focus {
	-moz-outline-style: none;
}

#navWrapper li.first {
	margin-left: 0px;
}


#navWrapper li.second {
	margin-right: 0px;
}

#navWrapper li.last {
	margin-right: 0;
}
/********************************/
	  /* End Navigation */        
/********************************/


/********************************/
	  /* Added Links */        
/********************************/
#addedLinks {
	float: right;
	width: 100px;
	height: 30px;
	margin-right: 30px;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: right;
}

#addedLinks ul {
	list-style: none;
}

#addedLinks ul li {
}

#addedLinks a {
	display: block;
	text-align: right;
	padding-top: 2px;
	color: #c30606;
	text-decoration: none;
}

#addedLinks a:hover {
	text-decoration: underline;
}

#addedLinks a:active {
  outline: none;
}

#addedLinks a:focus {
	-moz-outline-style: none;
}
/********************************/
	  /* End Added Links */        
/********************************/


/********************************/
	  /* Gallery */        
/********************************/
#fotoGallery {
	margin-top: 10px;
}

#fotoGallery img  {
/*	padding:1px;
	border: solid 1px #dfdfdf; */
}

#fotoGallery img:hover  {
/*	border: solid 1px #c30606; */
}

#fotoGallery img.noDisplayFoto {
	display: none;
}

#fotoGallery .fotoAlbum {
	float: left;
	margin-bottom: 5px;
}

#fotoGallery .clear {
	clear: both;
}


#fotoGallery .video  {
	float: left;
}
/********************************/
	  /* End Gallery */        
/********************************/


/********************************/
	  /* Footer */        
/********************************/
#footer {
	margin-top: 10px;
	font-size: .75em;
	width: 680px;
	height: 40px;
	text-align: left;	
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:active {
  outline: none;
}

#footer a:focus {
	-moz-outline-style: none;
}

#footer #copyright {
	float: left;
	padding-top: 2px;
	margin-top:30px;
}

#footer_blog {
	float: left;
	width: 440px;
	padding-left:240px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;
}

#footer_blog #copyright_blog {
	float: left;
	padding-top: 6px;
}

#footerIcons_blog {
	margin-left: 5px;
	float: left;
}

#footer #designed {
	float: right;
	display: none;
}

#footer #footerIcons {
	float: left;
	margin-left: 5px;
	margin-top:32px;
}

#footer #footerBlog {
	float: right;
	margin-top: 10px;
}
/********************************/
	  /* End Footer */        
/********************************/