/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/


	/* search form */
#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/searchform-bg.png) no-repeat right bottom;
	height: 37px;
	width: 210px;
}
#searchform #s{
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

#wrapper {
	position: relative;
}

div.inner p {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333;
}

div.inner li {
	font-size: 1.2em;
/*	line-height: 1.6em; */
	color: #333;
}

div.post {
	padding: 10px 0;
	padding-bottom: 20px;
	background: url(images/small-post.gif) no-repeat bottom;
	font-size: 1.12em;
	
}
p {
	padding: 10px 0;
	font-size: 1.12em;
	line-height: 1.6em;
	color: #333;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul li a {
	padding: 0 0 15px 0px;
}

#logo {
	width: 960px;
	height: 65px;
	display: block;
	/*text-indent: -999999px;*/
	clear: both;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	color:#fff;
	/*margin-bottom: 40px;*/
}
#logo h1 a {
	color:#ffffff;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 24pt;
	text-decoration:none;
}

#tagline {
	width: 960px;
	display: block;
	margin: 2px 0 0 0;
	color:#fff;
	font-size: 12pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

#footer-info ul li a {
		padding: 0 10px;
		color: #e3e1d7;
		font-weight: normal;
}

#column-left div.homepage h2 {
		color: #c13a10;
		font-size: 16pt;
		text-decoration: none;
		margin-bottom:10px;
}
#column-left div.homepage {
/*		padding: 10px 0; */
		padding-bottom: 20px;
		font-size:1.1em;
		background: url(images/small-post.gif) no-repeat bottom;
}

#column-left div.homepage ul li {
	padding: 4px;
	padding-left: 20px;
	list-style: none;
	background: url(images/post-bullet.gif) no-repeat left;
}

h3.widgettitle { 
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 1.3em; 
	text-transform: none; 
	letter-spacing: normal; 
	margin: 8px 4px 10px 4px; 
	padding: 0; 
	border-top: none; 
	background: none;
}


#AWeberWidgetForm-Plain, #AWeberWidgetForm-Plain-Border, #AWeberWidgetForm-Cutline, #AWeberWidgetForm-Jason, #AWeberWidgetForm-Armand-Blue, #AWeberWidgetForm-Armand-Yellow, #AWeberWidgetForm-Attention 
{
	width:85%;
	margin-left:auto;  
	margin-right:auto;  

}

#AWeberWidgetForm-Cutline {
	background-color:#fff;
}

#AWeberWidgetForm-Plain {
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#AWeberWidgetForm-Plain-Border {
	border-collapse:collapse;
	border-style:solid;
	border-width:5px;
	border-color:#e3e1d7;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#AWeberWidgetForm-Attention {
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#AWeberWidgetForm-Armand-Blue {
	border-collapse:collapse;
	border-style:dashed;
	border-width:3px;
	border-color:#000000;
	background-color:#DBE9F0;
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#AWeberWidgetForm-Armand-Yellow {
	border-collapse:collapse;
	border-style:dashed;
	border-width:3px;
	border-color:#000000;
	background-color:#FFFFCC;
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#AWeberWidgetForm-Jason {
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
/*	background-color:#ffffff; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#AWeberBody  {
/*	color: #000; */
	font-size:10pt;
	text-align:center;
	line-height:normal;
	margin-bottom:0px;
	padding: 0; 

}

#AWeberWidgetForm-Plain input, #AWeberWidgetForm-Plain-Border input, #AWeberWidgetForm-Cutline input, #AWeberWidgetForm-Jason input, #AWeberWidgetForm-Armand-Blue input, #AWeberWidgetForm-Armand-Yellow input, #AWeberWidgetForm-Attention input{
	text-align:left; 
	width:80%;
	font-size:11pt;
	margin-top:10px;
	padding:0px;
}

.optin-submit_button {
	width:80%;
	text-align:center; 
	margin-bottom:10px;	
}


#AWebersubmit_button {
	width:70%;
	text-align:center;
	margin: 10px 0px 10px 0px;
	padding:0px;
	border:solid 5px #850A05;
	background-color:#850A05;
}

#AWebersubmit_button input {
	width:70%;
	font-weight:bold;
	text-align:center;
	font-family: Teletype;
	font-weight:700; 
	font-size:12pt;
	padding:0;
	margin: 0;
}

.AWeberContSecure {
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom: 4px;

}

.AWeberContSecure2 {
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom: 4px;
	line-height: 10px;

}

.AWeberContInfo {
	padding-top: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px; 
	color: #ffffff; 
	background-color: #000000;
	font-size:8pt;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
}

.AWeberAction {
	padding-top: 10px; 
	padding-right: 4px; 
	padding-bottom: 0px; 
	padding-left: 4px; 
	color: #000; 
	font-size:10pt;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	letter-spacing:-1px;
}

#content a {
	text-decoration: none;
}

ul.children {
	padding: 5px 0px 0px 0px;
/*	padding: 0; */
	margin: 0;
}

#sidebar ul li ul li a {
	padding: 0 0 5px 0px;
	margin: 0;
}

#sidebar ul li ul li {
	padding: 0 0 5px 15px;
	margin: 0;
}

.breadcrumb {
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
}
#matajasfeat_p p {
	margin: 0px;
	padding: 0px;
	line-height:normal;
}

.button-0 { 
	padding:15px 0 10px;
	text-align:center;
	text-decoration:underline;	
	margin-bottom:28px;
	margin-top:10px;
}

.button-0 a { 
	border:5px solid #ab3816; 
	color:#fff; 
	background: #ab3816;
	display:inline; 
	font:normal normal 700 18px Verdana, Geneva, sans-serif; 
	margin:0 auto; 
	padding:5px; 
	text-align:center;
	text-decoration:underline;
}

.button-0 a:hover {
	border:5px solid #ab3816;
	color:#f28528 !important; 
	text-decoration:none;
	background: #ab3816;
	
}

.navigation {
	margin: 0;
	padding: 20px 20px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

