/* 

	TITLE:	Sweets Remix
	DATE:	09/11/06
	AUTHOR:	Toya D. (http://www.nyokiglitter.com)

*/
body{
	margin: 0;
	background: url(../images/bg.jpg) repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #f37397;
}
a:hover{
	background: #ffecf2;
}
a img{
	border: 0;
}
p{
	margin: 5px 0 5px 0;
	line-height: 1.4em;
}
code{
	color: #555;
	background: #eee;
}
.codeholder{
	color: #555;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}
#logo a{
	margin: 0 0 0 50px;
	border: 0;
	background: none;
}
/* ---------- MENU ---------- */
ul.nav{
	margin: 0;
	padding: 0;
}
ul.nav li{
	list-style: none;
}
ul.nav li a{
	width: 190px;
	display: block;
	color: #333;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;	
}
ul.nav li a:hover{
	color: #f37397;
	background: #ffecf2;
}
/* ---------- LAYOUT ---------- */
#container{
	width: 720px;
	margin: 40px auto;
}
#sidebar{
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
#content{
	width: 500px;
	float: right;
	margin-bottom: 10px;
}
.section{
	padding: 0 0 8px 0;
	background: url(../images/dottedH.jpg) repeat-x bottom;
}
#footer{
	clear: both;
	width: 720px;
	font-size: 11px;
	color: #888;
	text-align: center;
	border-top: 1px solid #e1e1e1;
	background: #f2f2f2;
	padding: 10px;
}
/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3{
	color: #85ccdf;
}
h2{
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
/* ---------- TOOLTIP ---------- */
.tooltip{
	background: #ccc;
	border: 1px solid #888;
}
.tooltip h4{
	margin: 0;
	padding: 5px;
	text-align: center;
}
.tooltip p{
	padding: 5px;
	text-align: center;
}
/* ---------- ACCORDION ---------- */
.tab{
	cursor: pointer;
}
h3.tab{
	margin: 0;
	font-size: 14px;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}