@import url('./style-reset.css');
@import url('./style-common.css');

/* Default fonts and colors
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select {
	font-weight: normal;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* LAYOUT
========================================== */
body {
	background: url(images/fondo.jpg) repeat-x left top;
	font-size: .9em;
	line-height: 1.4em;
}

div#page {
	width: 910px;
	margin: 0 auto;
}

div.container {
	overflow: auto;
	margin: 20px auto -10px;
}

div.small {
	width: 250px;
	float: left;
	border-right: 1px dotted #ccc;
}

div.large {
	width: 650px;
	float: right;
}

div.full {
	width: 100%;
	float: left;
}

#content div.container.body .large {
	background-color: #fff;
	padding-top: 15px;
}

/* HEADER
========================================== */
#header {
	width: 100%;
}

#header .container {
	margin-bottom: -50px;
	margin-top: 10px;
	padding: 10px;
}
#header h1 a,
#header h1 a:visited {
	color: #115291;
	text-decoration: none;
	font: 2.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header h4 {
	padding-bottom: 10px;
	color: #333;
	border-bottom-color: #000;
	padding-left: 3px;
	font-weight: bold;
	font-size: 1.6em;
}

/* MAIN NAVIGATION
========================================== */
#navigation {
	width: 100%;
	margin: 0 auto;
}
#navigation .container {
	border-bottom: 10px solid #333;
	height: 40px;
}
#nav {
	position: relative;
	float: right;
	list-style-type: none;
	z-index: 100;
	line-height: 175%;
	background-position: left top;
}
#nav li {
	position: relative;
	float: left;
	font-size: 100%;
}
#nav li a {
	display: block;
	float: left;
	color: #333;
	white-space: nowrap;
	text-align: left;
	background-position: right top;
	font-size: 150%;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 20px;
}
#nav li a:hover,
#nav ul li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #115291;
}

/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/*fixes other content inside content box*/

#content h1 {
	color: #115291;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	color: #115291;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}

#content h4 {
	color: #666;
	font-style: italic;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content ul {
	list-style-type: none;
	border-top: 1px dotted #b3b3b3;
}
#content ul li,
#content ol li {
	background: url(images/bullet_black.gif) no-repeat 16px 9px;
	border-bottom: 1px dotted #b3b3b3;
	padding: 3px 0 3px 30px;
}

#content ul li:hover,
#content ol li:hover {
	background: url(images/bullet_red.gif) no-repeat 16px 9px;
	border-bottom: 1px dotted #b3b3b3;
	padding: 3px 0 3px 30px;
}
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* POST
========================================== */
#content .post,
#content .post-nav,
#content #comments {
	clear: both;
	height: 100%;
	overflow: auto;
	padding-right: 20px;
	padding-left: 20px;
}

/* Next and Previous Post Navigation
========================================== */
#content .post-nav {
	clear: both;
	text-align: right;
}

#content .post-nav a,
#content .post-nav a:link,
#content .post-nav a:visited {
	color: #999;
}
#content .post-nav .previous {
	text-align: left;
	float: left;
}
#content .post-nav .next {
	text-align: right;
}

/* MAIN SIDEBAR
========================================== */

#content .sidebar {
	height: 100%;
	padding: 10px;
}

#content .sidebar a {
	font-weight: normal;
	font-style: normal;
	color: #333;
}
#content .sidebar a:hover,
#content .sidebar a:active {
	color: red;
	text-decoration: none;
}

#content .small {
}

#content .small h3 {
	color: #000;
	padding: 0 0 12px;
	font-size: 140%;
}

#content .small h4 {
	color: #c60c0c;
	padding: 0 0 12px;
	font-size: 140%;
	font-weight: normal;
	border-bottom: 1px solid #c60c0c;
	text-align: right;
	font-style: normal;
}
#content .small ul li {
	line-height: 125%;
	padding-left: 12px;
	background-position: 0px 8px;
}
#content .small ul li a:link,
#content .small ul li a:visited {
	text-decoration: none;
}

#content .small ul li a:hover,
#content .small ul li a:active {
	text-decoration: none;
}

/* CREDITS
========================================== */

#credits {
	width: 100%;
	border-top: 2px solid #191919;
	padding-bottom: 30px;
	margin-top: 50px;
	background: url(images/fondo-footer.jpg) repeat-x;
}

#credits a,
#credits a:visited {
	color: #666;
}

#credits a:hover,
#credits a:active {
	color: #115291;
}

/* Footer Credits
========================================== */
#credits ul.nav {
	text-align: center;
}

#credits ul.nav li {
	color: #666;
	display: inline;
}

#credits ul.nav li a {
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #BDAEB4;
}

/* WIDGETS AND PLUGINS */
/* Search form
========================================== */
form#search-form {
	height: 30px;
	padding: 5px;
	margin: 0;
	position: relative;
}

form#search-form input.text,
form#search-form label.overlabel-apply {
	font-size: 110%;
}

form#search-form input.text {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 160px;
	height: 15px;
	padding: 4px;
	margin: 0;
	z-index: 0;
}
form#search-form input.button-search {
	position: absolute;
	top: 3px;
	right: 3px;
	margin: 0px;
	display: block;
	line-height: 100%;
	width: 50px;
	height: 25px;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #999;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	z-index: 1;
	cursor: text;
	font-size: 100%;
}

.contactform {
	color: #c60c0c;
	font-size: 100%;
	padding-bottom: 20px;
	padding-left: 20px;
}