@charset "utf-8";
/* CSS Document */

/*
Design & CSS by Barbara Carneiro
www.barbaracarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #fff url(../images/background.png) top repeat-x;
}
ul {
	list-style: outside;
	list-style-image: url(../images/bullet.gif);
	margin-left: 15px;
}
li {
	padding-bottom: 5px;
}

/* Containers */
#wrap {
	width: 910px;
	margin-top: 20px;
}
#header {
	padding-left: 10px;
}
#headerRight {
	float: right;
	width: 350px;
	margin-right: 15px;
}
.webkit #headerRight {
	width: 350px;
}
#menu {
	margin-top: 10px;
	height: 35px;
	min-height: 35px;
	background: url(../images/top-corner.png) bottom no-repeat;
}
#bottomCorner {
	overflow: hidden;
	min-height: 100%;
	background: url(../images/bottom-corner.png) bottom no-repeat;
	padding-bottom: 10px;
}
#mainText {
	background: url(../images/side-corner.png) repeat-y;
	padding: 20px;
	overflow: hidden;
	min-height: 100%;
}
#middleTab {
	background: url(../images/middle-tab.jpg) 610px repeat-y;
	overflow: visible;
	min-height: 355px;
	height: auto;
}
#topTab {
	overflow: visible;
	min-height: 355px;
	height: auto;
	background: url(../images/top-tab.jpg) 610px 0 no-repeat;
}
#bottomTab {
	overflow: visible;
	min-height: 355px;
	height: auto;
	background: url(../images/bottom-tab.jpg) 610px bottom no-repeat;
}
#leftContainer {
	float: left;
	width: 590px;	
}
#rightContainer {
	float: right;
	width: 235px;	
}
#clear {
	clear: both;
	height: 10px;
	min-height: 10px;	
}
#copyright {
	text-align: right;
	padding: 8px 30px;
}

/* Text */
.textWhite12 {
	font: 12px/16px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #000;
}
.textWhite11 {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #999;
}
.textWhite11 a {
	color: #999;
	text-decoration: none;
}
.textGray12 {
	font: 12px/17px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #444444;
}
.textRed12 {
	font: 12px/17px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #A64D2C;
}
.textGray11 {
	font: 11px/16px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #666666;
}
.titleRed {
	font: 20px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #A64D2C;
	padding-bottom: 15px;
}

/* Images and Boxes */
.author {
	margin: 0 15px -25px 15px;
}
.images {
	padding: 4px;
	border: 1px solid #CCCCCC;
}


/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}
/* menu */

#navigation {
}
#navigation a {
	text-decoration: none;
	padding-left: 15px;
	font: 11px/34px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
#navigation a span {
	padding-right: 15px;
	margin-right: -15px;	
}
#navigation a, #navigation a span {
	display: block;	
}
#navigation a.selected {
	color: #000;
	background: url(../images/menu-left.png) top left no-repeat;
	text-decoration: none;
	padding-left: 20px;
	font: 11px/34px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-transform: uppercase;
}
#navigation a.selected span {
	background: url(../images/menu-right.png) right top no-repeat;	
	padding-right: 20px;
}
/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none;
}
/* End hide */
#navigation a:hover {
	background: url(../images/menu-left.png) top left no-repeat;	
}
#navigation a:hover span {
	background: url(../images/menu-right.png) right top no-repeat;	
}
#navigation ul {
	margin:0 auto;
	padding:0;
	text-align: center;
}
#navigation li {
	margin:0 auto;
	padding:0;
	list-style: none;
	float: left;
}
