body {
	margin: 0px auto 0px auto;
	font: 12px  "Arial";
	background-color: #BBD0FD;
	color: #000;
}

a {
	color: #3274FA;
	text-decoration: none;
	cursor: pointer;
}

img {
	border: 0px;
        float: left;
        margin: 5px;
}

input {
        border: 1px solid #8F8E8E;
}

#page {
	position: relative;
	width: 950px;
	margin-left: auto;	
	margin-right: auto;
	background-color: #fff;
}

#header {
	position: relative;
	width: 950px;
	height: 169px;
	background-image: url('images/headerBackground.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#header .search {
	position: absolute;
	top: 80px;
	right: 30px;
}

#main {
	background-color: #fff;
	float: left;
	width: 100%;
}

#fplist {
	position: relative;
	width: 340px;
	margin: 0px 600px 0px 0px;
}

#list, #article {
	position: relative;
	width: 675px;
	margin: 0px 270px 0px 0px;
}

#sidebar {
	width: 270px;
	margin-left: -280px;
}

#fpsidebar {
	width: 320px;
	margin-left: -610px;
}

.sidebar {
	background-color: #fff;
	float: left;
	position: relative;
}

.sidebar .title {
	color: #151D57;
	font-size: 14px;
	font-weight: bold;
}

#fpsidebar .widget {
	width: 310px;
}

#sidebar .widget {
	width: 260px;
}

.sidebar .widget {
	font-size: 13px;
}

.article, .breadcrumb, .widget {
	position: relative;
	padding: 5px;
	margin: 5px;
	background-color: #F3F3F3;
}

#fplist .article {
	width: 320px;
}

#list .article, #article .article {
	width: 655px;
}

.article .title {
	color: #151D57;
	font-size: 16px;
	font-weight: bold;
}

#article .article .title {
        font-size: 24px;
}

.article .info {
	color: #21328E;
        font-size: 13px;
	ackground-image: url('images/autor.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.article .info div {
	padding-left: 5px;
}

.article p {
	margin-top: 0;
	padding-top: 0;
}

.article .image {
	margin: 5px auto 5px auto;
}

.article .imagecaption {
	font-style: italic;
	color: #21328E;
}

.article .body {
	text-align: left;
	padding-bottom: 15px;
        font-size: 14px;
}

.article .info, #comments .author {
	text-align: left;
	color: #21328E;
}

.article .info a, #comments .author a {
	color: #3274FA;
        font-size: 13px;
}

.article .more {
	position: absolute;
	right: 3px;
	bottom: 3px;
}

.article .footer {
	clear: left;
}

.article .footer span {
	padding-right: 15px;
}

#comments .title {
        font-size: 24px;
        color: #6086D6;
}

#comments .text {
        color: #616060;
}

#comments input, #comments textarea {
        border: 1px solid #8F8E8E;
        font-size: 12px;
}

#comments label {
        font-size: 12px;
        color: #8F8E8E;
}

#navigation {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}

#footer {
	background-image: url('images/fondoBottom.jpg');
	background-repeat: repeat-x;
	clear: left;
	margin-top: 10px;
	width: 100%;
	height: 59px;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

.rss {
	background-image: url('images/fondoRss.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
        height: 115px;
}

.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;
}

/* zeroing padding/margin for all elements */
#TJK_dropDownMenu,
#TJK_dropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu {
	position:relative;
	top: 105px;
	background:url('images/fondoMenu.jpg') #3275FA repeat-x top left;
	width:940px;
	max-width:940px;
	height: 64px;
	float:left;
	padding: 0 0 0 10px;
}
/* sub-menu ULs */
#TJK_dropDownMenu li ul {
	cursor:default;
        width: 920px;
	max-width:100%;
	position:absolute;
	height:auto;
	top:32px;
	margin:0px;
	padding:0px;
	padding-left:30px !important;
	background-position:0 0 !important;
	left:-9000px;
}
/* All LIs */
#TJK_dropDownMenu li {
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
	padding:0;
	margin:0;
}
/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
	padding:0 10px 0 0;
	border:none;
	width:auto;
	max-width:none;
}
/* All anchors */
#TJK_dropDownMenu li a {
	color:#fff;
	order-left:1px solid #002369;
	border-right:1px solid #002369;
	text-decoration:none;
	display:block;
	float:left;
	height:32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
        text-transform: uppercase;
}
/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:32px;
	height:32px;
	color:#fff;
        font-weight: bold;
        font-size: 13px;
        text-transform: lowercase;
        padding-right: 10px;
        border: 0px solid #fff;
        vertical-align: middle;
}
/* :hover and stuff */
#TJK_dropDownMenu li a:hover,
#TJK_dropDownMenu li a:focus,
#TJK_dropDownMenu li a:active {background-image: url('images/fondoMenuRoll.jpg');}
#TJK_dropDownMenu li ul li a:hover,
#TJK_dropDownMenu li ul li a:focus,
#TJK_dropDownMenu li ul li a:active {background-image: url(null); color:#53D8FD;}
/* position and z-index for the sub-menus */
#TJK_dropDownMenu li:hover ul,
#TJK_dropDownMenu li.msieFix ul {left:0;z-index:10}

.widget-recent-updates .subtitle,
.widget-most-read .subtitle {
	font-weight: bold;
	font-size: 13px;
	color: #3274FA;
}

.widget-recent-updates .text,
.widget-most-read .text {
	font-size: 13px;
}

.widget-recent-updates ul,
.widget-most-read ul {
	padding: 0px;
	margin: 5px;
}

.widget-recent-updates li,
.widget-most-read li {
	clear:left;
	border-bottom: 1px dotted #B5B3F6;
	padding-top: 3px;
	padding-bottom: 20px;
	list-style-type:none;
}	
