/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,input{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a {text-decoration:none;}

/* Default fonts and colors
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #222;
	font-family: arial, "Lucida Fax", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Century Schoolbook", "Century", "Times New Roman", serif;
	font-weight: normal;
}
h1{
	font-size:22px;
	font-weight:normal;
	color:#999;
	letter-spacing:-1px;
	margin-bottom:15px;
}
h1#logo {
	position:absolute;
	top:35px;
	left:15px;
}
h2 {
	font-size:17px;
	font-weight:normal;
	color:#fff;
}
h2#desc {
	font-size:14pt;
	line-height:1.1em;
	font-weight:normal;
	color:#666;
	text-align:right;
	position:absolute;
	top:60px;
	right:0;
	width:500px;
}

/* LAYOUT
========================================== */
body {
	font: 12px/15px arial,verdana,tahoma, sans-serif;
	background: url(../images/bg-page.png) repeat-x left 15px;
	background-color: #FCF1D3;
}

#wrapper {
	width:820px;
	margin:0 auto;
	padding-top:160px;
	position:relative;
}

/* MAIN NAVIGATION
========================================== */
#navigation {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background:url(../images/bg-nav.png) no-repeat left top;
}
#navigation .container {
	height: 42px;
	overflow: visible;
}
#nav {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	background: transparent url(../images/nav-bg.gif) repeat-x left top;
	background-color: #DB4650;
	text-align: right;
	line-height: 175%;
}
#nav li {
	position: relative;
	float: left;
	height: 42px;
	font-size: 100%;
}
#nav li.last-page-item a {
	background-image: none;
}
#nav li a {
	display: block;
	float: left;
	background: url(../images/nav-separator.gif) no-repeat right top;
	padding: 11px 12px 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
}
#nav li a:hover,
#nav ul li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #FFD3D4;
}

#nav li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 42px;
	left: 0px;
	width: 150px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	border: 1px solid #C0ACB2;
	border-bottom-width: 2px;
	border-bottom-color: #AF9DA3;
	border-top: 0;
	background-color: #fff;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #E1DAB7;
}
#nav ul li .last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 6px 0;
	white-space: normal;
	color: #666;
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #666;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #DA444F;
}

#nav li.nav-start {
	background: transparent url(../images/nav-start.gif) no-repeat left top; 
	width:12px;
	height:42px;
}
#nav li.nav-end {
	background: transparent url(../images/nav-end.gif) no-repeat right top; 
	width:12px;
	height:42px;
}

/* SIDEBAR
========================================== */
#sidebar{
	float:left;
	width:220px;
}
#sidebarInner {
	padding:20px 20px 10px;
	border-bottom:1px dotted #2ea6d7;
	background:#7dcfe7;
}
#sidebarInnerNews {
	padding:10px 20px 10px;
	border-bottom:1px dotted #dcc49a;
}
#sidebarInnerNews li {
	padding:10px 0;
}
#sidebarInnerNews a{
	color:#008fcd;
}
#sidebarInnerNews a:hover{
	text-decoration:underline;
}
#sidebar p {
	padding-bottom:10px;
}
h2.title {
	padding-bottom:5px;
}
h2.titleNews {
	color:#d4444f;
}
#sidebar_tLink {
	display:block;
	text-align:center;
}
#sidebarInner a {
	font-weight:normal;
	color:#fff;	
}
#sidebarInner a:hover {
	text-decoration:underline;	
}

/* CONTENT
========================================== */
#content {
	background:#fff;
	width:560px!important;
	width:600px;
	width/**/:/**/560px;
	float:left;
	padding:20px 20px 10px 20px;
}
#content p {
	font-size:14px;
}
.twitWrap {
	border:1px solid #ccc;
	margin:10px 0;
	position:relative;
	height:68px!important;
	height:70px;
	height/**/:/**/68px;
}
.twitWrap a{
	color:#1aafd1;
}
.twitWrap a:hover{
	text-decoration:underline;
}
.photo {
	border-right:1px solid #ccc;
	background:#e6e6e6;
	padding:7px 8px 7px 8px;
	width:49px!important;
	width:68px;
	float:left;
}
.photo img {
	border:1px solid #999;
                width: 48px;
}
.text {
	position:absolute;
	left:78px;
	top:10px;
	width:470px;
}
.linksWho {
	position:absolute;
	left:78px;
	bottom:5px;
	color:#29b4d4;
}
.when {
	position:absolute;
	right:10px;
	bottom:5px;
	color:#da4651;
}
#credit {
	display:block;
	text-align:right;
	padding:10px 0;
	color:#222;
}
#credit a {
	color:#222;
}
#credit a:hover {
	text-decoration:underline;
}
#sidebar_bLink {
    width:115px;
    height:33px;
    margin:0 auto 10px;
}
#sidebar_bLink a {
    background: url(../images/bgbutton.gif) no-repeat bottom center;
    display:block;
    padding:9px;
    height:15px!important;
    height:33px;
    height/**/:/**/15px;
}
#sidebar_bLink a:hover {
    background: url(../images/bgbutton.gif) no-repeat top center;
    display:block;
    height:15px!important;
    height:33px;
    height/**/:/**/15px;
}
#topWrapper{width:100%;background:#de4552;padding:3px 0;border-bottom:1px solid #fff;}
#topline {position:relative;width:820px;margin:0 auto;color:#FFAFB8;font-size:12px;}
#topline a {color:#FFF}
#topline a:hover {color:#FFDFE3}
#followus {position:absolute;right:0;top:0;}
