/* ----------------------------------------------
	Template Name : GrungeEra
	Template Code : S-0028
	Version : 1.1
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : January 17, 2010	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	color: #333;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #999;
}
/* Links */
a:link {
	text-decoration: none;
	color: #e56721;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #e69f55;
	font-weight: normal;
}

a:hover {
	color:#930000;
	text-decoration: none;
}

a.more-link {
	padding-bottom: 2px;
	font-weight: bold;	

}
a:hover.more-link {
	text-decoration: none;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	margin: 10px 25px 5px 25px;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}
h1 {
	font-size: 16pt;
	letter-spacing: -2px;
	color: #94815c;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #ADD7F0;
}
h3 {
	font-size: 14pt;
	letter-spacing: -1px;
	color: #930000;
	padding-bottom: 5px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #930000;
} 

h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: #94815c;
}

h5 {
	font-size: 1.2em;
	font-weight: normal;
	color: #94815c;
}

h6 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
}
/* Lists */
ul, ol {
	margin: 12px 30px;
	padding: 0 25px;
}
ul { list-style: square; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #22312F;
}
dd {
  padding-left: 20px; 
}

p, dl {
	padding: 12px 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Images */
img {
	background: #FAFAFA;
	border: 1px solid #DFBFBF;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 3px 0;
  	padding: 20px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #DDC3A5;
	background: #F0E5D3;
}
acronym {
  cursor: help;

}
blockquote {
	margin: 12px 25px;
	padding: 12px 15px 12px 55px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2C2E3E;
	border: 1px solid #DDC3A5;
	background: #F0E5D3 url(../images/quote.gif) no-repeat 15px 15px;
}
strong {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* start - table */
table {
	align : center;
	border-collapse: inherit;
	margin-left: 65px;
	background-color:transparent;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
tr {

}
tr.altrow {
	background-color:#E5E5E5;
 
}



th, td {
	text-align: left;			
	border-width: 0px;
  	border-style: solid;
}

th {
	color: #000;
	padding: .6em 1em;
}

th.inv {
		border: 5px  #E69F55;
	
}

td {
	padding: .7em 1em;
}	
/* end - table */

/* form elements */
form {
	margin: 15px 25px;
	padding: 15px 25px 25px 25px;
	border: 1px solid #090400;
}
form p {
	border-bottom: 1px solid #E2CBB2;
	padding: 12px 0 5px 0;	
	margin: 0;	
	color: #4D3628;
}
label {
	font-weight: bold;
	color: #354C49;
}
input, select, textarea {
	margin: 5px 0;
	padding: 8px 7px;
	color: #989898;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input:focus, select:focus, textarea:focus {
	color: #8A5D2F;
	background: #FFFFD9;
}
#name, #email, #message, #website {
	width: 400px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #4D8796;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #629EAE #38616C #38616C #629EAE;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #E9E9E9;
	border-bottom-color: #FFF;
	border-left-color: #E9E9E9;
	list-style-type: none;
}
/* header */
#header {
	position: relative;
	height: 170px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	left: -3px;
	top: -2px;
	background-image: url(../images/syntactic-variation.jpg);
	background-repeat: no-repeat;
	height: 214px;
	background-color: #e69f55;
	color: #FFF;
}
#header h1#logo-text a {
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: bold;
	font-size: 70px;
	font-style: italic;
	line-height: 1.5em;
	letter-spacing: -6px;
	color: #197d8b;
	text-decoration: none;
}
#header h1#logo-text a:hover { border: none; }
#header p#intro {
	position: absolute;
	width: 100%;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	letter-spacing: -0.5px;
	color: #b6d99b;
	text-align: center; 			
	left: 0;	top: 104px;
}

/*  navigation  */
#header #nav {
	position: absolute;
	left: 0;
	bottom: -48px;
	margin: 0;
	padding: 0;
	width: 800px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #E69F55;
	border-bottom-color: #E69F55;
}
#header #nav ul {
	list-style: none;
	text-align: center;
	height: 45px;
	margin: 0;
	padding: 0;
}
#header #nav ul li {
	display: inline;
	margin: 0; padding: 0;		
}
#header #nav ul li a {
	margin: 0 8px;
	padding: 5px 10px;
	color: #930101;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	font-size: 14px;
	line-height: 45px;
	font-weight: bold;
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #FFF;
	background-color: #E69F55;
}
#header #nav ul li#current a {
	color: #FFF;
	background-color: #e69f55;
}

/* contents */
#content-outer {
	float: left;
	width: 800px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#content-wrap {
	float: left;
	width: 799px;
	background-image: url(../images/syntactic-variation_fons.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
.content {
	float:left;
	width:750px;
	margin-left: 15px;
	display: inline;
}

#content-wrap h2 {
	color: #940000;
	letter-spacing: -2px;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
}
#content-wrap h2 a {
	color: #FAE100;
	border: none;
}

/* columns */
.columns {
	clear: both;
	width: 750px;
}
.col {
	float: left;
	width: 50%;	
}

/*altres*/
.linia {
	border-bottom: 1px solid #CCC;
	margin: -10px 0 10px 0;
	padding: 0;
	clear: left;
	overflow: auto;
}
/* footer */
#footer-outer {
	float: left;
	width: 800px;
	margin: 0;
	padding: 0;
	border-top:0px;
	border-top-color: #e69f55;
	background-color: #FFF;
	background-repeat: no-repeat;
}

#footer-wrap {
	float: left;
	width: 800px;
	margin: 0;
	padding: 10px 0 10px 0;
	border-top-style: none;
	background-image: url(../images/fonspeu.jpg);
	background-color: #E69F55;
}

#footer-wrap h3 {
	color: #443C31;
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	border: none;	
}

#footer-wrap img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C1C1AF;
	border-right-color: #C1C1AF;
	border-bottom-color: #C1C1AF;
	border-left-color: #C1C1AF;
	padding-right: 7px;
	padding-left: 7px;
	background-color: transparent;
}

/* footer-list */
#footer-wrap .footer-list ul {
	list-style: none;
	padding: 0;	
	margin: 10px 25px 5px 25px;	
	background: url(../images/footer-sep.gif) no-repeat center top;
}
#footer-wrap .footer-list ul li {
	background: url(../images/footer-sep.gif) no-repeat center bottom;
}
#footer-wrap .footer-list ul li a {
	display: block;
	width: 98%;
	font-weight: bold;
	padding: 6px 3px;
	margin-left: 0;
   	color: #694545;
	border: none;
}
#footer-wrap .footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .9em;
}
#footer-wrap .footer-list ul li a:hover,
#footer-wrap .footer-list ul li a:hover span {
	color: #333;
}

/* search form */
#footer-wrap form#quick-search {
	padding: 0; 
	margin: 10px 0 15px 25px;
	width: 285px; 
	height: 33px;
	background: #EEE8E0;
	border: 1px solid #CACABB;
}
#footer-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#footer-wrap form#quick-search input {
	border: none;
	background: transparent;
	color: #806D5B;
	float: left;
	margin: 0; padding: 5px;
}
#footer-wrap form#quick-search .tbox {
	margin: 6px 0 0 5px; 
	width: 235px;	
	display: inline;		
}
#footer-wrap #search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#footer-wrap form#quick-search label {
	display: none;
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	width: 800px;
	margin: 0 auto;
	font-size: 0.9em;
	text-align: center;
	background-color: transparent;
	background-position: bottom;
	background-image: url(../images/fonspeu.jpg);
}
#footer-bottom a:hover {
	border: none;
	color: #930000;
	text-decoration: none;
}


/* post */
.post {
	padding-bottom: 10px;
	margin-bottom: 15px;
	background-image: none;
	color: #000;
}
.post .postmeta {	
	padding: 8px 10px; margin: 10px 25px 20px 25px;	
	border: 1px solid #DFC3A4;
	background: #EADBC1;	
}
.post .postmeta a { background: transparent; }
.post .postmeta a:hover { border: none; }
.post .postmeta a.comments { margin: 0 10px 0 5px;	}
.post .postmeta a.readmore { margin: 0 10px 0 5px;	}
.post .postmeta .date{ margin: 0 10px 0 5px;	}

.post .post-info {
	font-size: 0.95em;
	padding-top: 0;
	color: #ec7007;
}
.post .post-info a, .post-info a:visited {
	color: #CCC;
	border: none;
}

/* comments list */
ol.commentlist {
	margin: 15px 25px;
	padding: 0;
	border-style: solid;	
	border-color: #DDC3A5;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 15px 15px;
	list-style: none;
	border-bottom: 1px solid #E5D0BA; 
	background: #F1EAD6;	
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
	border: 1px solid #E7CFCF;
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li .comment-text p{
	padding-left: 12px;
}
.commentlist li.alt {
	background: #EEE1D5;
}

/* thumbnails */
p.thumbs{ padding: 10px 0 0 20px; }
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #ddd;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.copyright { color: #694545; font-size: .9em }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
.poster {
	color: #000;
}
.inv {
	border: 1px solid #000;
}
