body {
        background:#fff;
	color: #000;
	font-family: "arial", "Verdana", sans-serif;
	font-size: 12px;
	margin: 0px;
	}

.squareadleft {padding: 0px 10px 0px 0px; height:125px;width:125px;}
.squareadright {height:125px;width:125px;}
.rightside {padding: 10px; }

/* Structure Divs */

/* #wrapper_2 {
        position:absolute; top:0px; left:0px;
        height:120px; width:100%;
        background-color:#fffc01;
        background-image: url(http://www.blueneedle.com/images/bn-bg.jpg); background-repeat: no-repeat;
        } */

.HeaderTable	{background:#131C7A; color:#FFFFFF; vertical-align:bottom;
        height:auto;
				margin-top:150px; padding:5px;}

#content {
        background: #fff;
	padding: 0;
        margin: 0 0 0 0;
	width: 100%;
	border: 0px;
	}

#sidebox {
        background: #FFF;
	padding: 5px 5px;
        margin: 0px 0px;
        position:absolute;top:85px;left:820px;
	width: 150px;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	}

#header {
	/* margin: 0;
	padding: 0px 0px; */
	margin-left: 25px;
	height: 110px;
	}

/* #header a:hover { background-color: #FFF; color: #FFF; text-decoration: none; } */

.floatpicright { float: right; margin-top: 3px; margin-right: 0.75em; margin-bottom: 0px; margin-left: 50px;}


#pages {
	margin: 0px;
	padding: 0px 0px;
	text-align: left;
	}
	
#noticias {
	margin: 0 310px 0 215px;
	padding: 0 10px;
	text-align: justify;
	width:auto;
	}

#sidebar {
position:absolute; top:155px; left:10px;
	float: left;
	line-height: 1.2em;
	background-color: #F6F6F6;
        margin: 5px;
	padding: 0 10px;
	width: 175px;
	text-align: left;
        border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

#sidebar 
a:hover { background-color: #ccc; color: #000; text-decoration: none; }
a { color: #C1901F; text-decoration: none; }

#credits {
	font-size: 11px;
	margin: 0;
	padding: 2px 10px;
	}

	
/* Config Structure Divs */

	/* Header */
	#header h1 {
		font-size: 26px;
		font-weight: normal;
		margin: 0;
		padding: 0px;
		}
	
	/* Pages */

	#pages li {
		display: inline;
		list-style: none;
		padding: 0 10px;
		}
		
	#pages ul {
		margin: 0;
		padding: 0;
		}
		
	.current_page_item a {
		text-decoration: underline;
		}

	/* Noticias */
	#noticias p, #noticias ul, #noticias ol {
		line-height: 1.5em;
		}
			
	#noticias ol, #noticias ul {
		margin: 0;
		padding: 0;
		}

	#noticias ul {
		list-style: square inside;
		}

	#noticias li {
		margin: 0;
		padding: 0;
		}

	#noticias h2 {
		font-size: 22px;
		font-weight: normal;
		margin: 10px 0;
		padding: 0;
		}
		
	#noticias h3 { 
		color: #666;
		font-size: 13px;
		font-weight: normal;
		margin: 0;
		padding: 10px 0 0 0;
		}

	#noticias small {
		font-size: 10px;
		}
		
	.feedback {
		font-size: 11px;
		margin: 0;
		padding: 1px 0;
	        background: #fff;
		}

        .mainpost {
		padding: 2px 6px;
                /* background: #FCFCFC;
		border-bottom: 1px dotted #eee;
		border-right: 1px dotted #eee;
		border-top: 1px dotted #eee;
		border-left: 1px dotted #eee; */
		}

	#pagination {
		margin: 0px 0;
		text-align: center;
		}
		
	/* Comments */

	#commentlist {
		list-style: none;
		margin: 0;
		padding: 0;
		}

	#commentlist li {
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	        background: #F4F5F0;
		margin: 10px 0;
		padding: 0 10px;
		}

	#commentlist small {
		font-size: 11px;
		}

	#comments, #postcomment {
		margin: 40px 0 10px 10px;
		text-transform: uppercase;
		}
			
	/* Sidebar */
	#sidebar h3 {
		font-size: 18px;
		margin: 0;
		padding: 0;
		}
		
	#sidebar ul, #sidebar ol {
		list-style: none;
		margin: 0;
		padding: 5px 0;
		}

	
	#sidebar li {
		margin: 0;
		padding: 0;
		}

	#sidebar div { 
		margin: 20px 0;
		padding: 0;
		font-size: 15px;
		}

	/*	Credits */

	#credits p {
        margin: 0 auto 0 auto;
		padding: 0;
		}


/* General */

a {
	color: #AD7E13;
	text-decoration: none;
	}

a:hover {
background-color: #ccc; color: #000; text-decoration: none;
	}

acronym, abbr, span.caps {
	border: 0;
	cursor: help;
	text-decoration: underline;
	}
	
blockquote {
	color: #666; /* Satan's number !!! */
	}


cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	}

/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	
/* Images align */

img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;

	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/* Text align */

.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}
.CurrentDate {
        font-weight:bold;
        color:#131c7a;
        }
.BlogTitle {
        position:absolute; top:10px; right:10px;
        color:#131c7a;
        margin:0 0 0 10px;
        font-size:45px;
        font-style:italic;
        }
.FeedLink a:hover, .FeedLink:hover {
        background-color:#131c7a;
        }

.FooterLinks	{color:#FD8422; text-decoration:none; font-weight:bold;}

.FooterLinks.hover	{color:#FD8422; text-decoration:underline; font-weight:bold;}