/* new modification from constantin on tues 14.1.10 */

body {
	font: 14px  "Arial";
	background-color:#fff;
	color: #000;
}

a {
	color:#E83019;
	text-decoration: none;
	cursor: pointer;
}



img {
	border: 3px solid #fff;
}

input, textarea, #submit {
	/*border: 1px solid #000;*/
}

#submit {
	background-color:#000;
	color: #fff;
       padding: 3px;
}

hr {
	border: 0px;
	color: rgb(244, 64, 41);
	background-color:#000;
	height: 1px;
}

#page {
	position: relative;
	width: 1000px;
	margin-left: auto;	
	margin-right: auto;
	background-color: #fff;
}

#page .topLeft {
	/*background: #b1257e url('/images/esqIzqBco.gif') no-repeat; */
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#page .topRight {
	/*background: #b1257e url('/images/esqDerBco.gif') no-repeat;*/
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
}


#logo {
	margin-top: 50px;
	height: 125px;
}


#page .main {
	position: relative;
	padding: 25px 25px 0px 25px;
	float: left;
}


#header {

position: relative;
	width: 900px;
	margin-left: auto;	
	margin-right: auto;
	margin-bottom: 5px;

/*
	position: relative;
	width: 900px;
	height: 127px;
	background-color: #fff;
background-image: url('images/weblog.jpg');	
	background-repeat: no-repeat;
	background-position: bottom right;
*/
}

#header #logo {
	position: absolute;
	top: 0px;
	left: 26px;
/*	background-image: url('images/headerBanner.jpg');*/
	background-repeat: no-repeat;
	background-position: top left;
	width: 260px;
	height: 125px;
}

#header #blogTitle {
        position: absolute;
        bottom: 46px;
        left: 429px;
        z-index: 2;
	font-size: 18px;
	color: rgb(196, 196, 196);
}

#header #shadow {
	position: absolute;
	bottom: -30px;
	left: 0px;
	z-index: 2;
	background-image: url('images/headerShadow.png');
	background-repeat: repeat-x;
	width: 900px;
	height: 37px;
}

#main {
	float: left;
	width: 100%;
	background-color: #fff;
}


div.topsy-big {
float:none;
font-family:Arial,Tahoma,Helvetica,sans-serif !important;
font-size:11px !important;
width:50px;
}




#sidebar {
	float: left;
	position: relative;
	width: 200px;
	margin-left: -200px;
	padding: 24px 0px 0px 0px;
	background-color: #fff;
}

#sidebar ul {
	margin: 0px;
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 2px;
}

#sidebar ul ul {
	margin: 0px 0px 0px 7px;
	font-size: 11px;
}

#sidebar .title, #sidebar .widget h2 {
	color:#000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#sidebar .widget {
	padding: 7px 0px 0px 0px;
	width: 186px;
	font-size: 14px;
}

#sidebar .floatleft {
	float: left;
}

#sidebar .clearleft {
	clear: left;
}

.button {
	/*border: 1px solid;*/ 
	width: 34px;
	height: 21px;
	font-size: 12px;
	background-color: #fff;
	padding: 2px 3px;
	cursor:pointer;
}

#sidebar .widget_feedburner {
    background: #fff url("");
    background-repeat: no-repeat;
    width: 170px;
    padding-top: 10px;
}

.widget .input, .searchform .input {
        border: 1px solid #000;

}

#sidebar .widget_feedburner .text {
    color: #000;
    font-size: 12px;
    margin: 5px 0 0 0;
} 

#sidebar .widget_feedburner .footnote {
    color: #000;
    font-size: 9px;
    margin-top:	4px;
    font-weight: bold;
    width: 178px;
}  

.widget .submit, .searchform .submit {
   /*border: 1px solid #000;*/
    margin-top: 3px;
    background-color: #fff;
    font-weight:bold;
    width: 102px;
    color: #000;
}


div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: 1.0 !important;
	-moz-opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;

}





.red {
	background-color:#fff;
        border-color:#fff;
        color:000;
	font-weight:bold;
        /*background-image: url('images/buttonRed.png');*/
	background-repeat: no-repeat;
	background-position: top left;

}

.grey {
        border-color: rgb(110, 110, 110);
        color: rgb(110, 110, 110);
	background-image: url('images/buttonGrey.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#article {
	position: relative;
	width: 648px;
	margin-right: 200px;
	padding: 24px 26px 0px 26px;
}

#article .title {
	color:#000;
	font-size: 22px;
}

.comment .title {
	color:#b1257e;
	font-size: 20px;
}
.comment .item {
	border: 1px solid #fff;
	margin-bottom: 5px;
}

#article .info {
	color:#000;
	background-image: url('images/iconAuthor.png');
	background-repeat: no-repeat;
	background-position: top left;}

#article .info div {
	padding-left: 13px;
        margin:7px;
}

#article .imagecaption {
	font-style: italic;
	color: rgb(110,135,138);
}

#article .excerpt {
	font-weight: bold;
}


#article .excerpt, #article .body {
	text-align: justify;
}

#article .body ul {
    padding: 0px;
    margin: 0px;
    list-style-position: inside;
}

#article .more {
	position: relative;
	top: -12px;
	margin-bottom: -12px;
	width: 100%;
	text-align: right;
}

#article .footer span {
	padding-right: 15px;
}

#navigation {
	width: 100%;
	text-align: center;
}

div.hr {
	height: 18px;
	background: #fff url('images/hr.png') repeat-x scroll center;
}

div.hr hr {
	display: none;
}

#footer {
	clear: left;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	color: #000;
       font-size: 11px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

ul {
	border: 0px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.breadcrumb {
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	color: #6e878a;
}	


.alignleft {
    float:left; 
    clear:left; 
    padding: 0px 5px 0px 0px;
}

.imageframe {
  margin: 0px 5px 5px 0px;
}

.imagecaption {
	font-size: 12px;
	color: #000000;
    font-style: italic;
}
