/* --------------------------- */
/* ------ Element styles ----- */

body {
	background-image:		url('images/backgroundOrange.jpg');
	background-repeat:		repeat-x;
	background-color: 		#e8851a;
	font-family:			sans-serif, verdana;
	font-size:				12px;
	line-height:			1.2;
}

img {
	border:					none;
}

h2 {
	border-bottom:			solid #000 1px;
	padding-bottom:			2px;
}

a:link, a:visited {
	color:					#000;
	text-decoration:		none;
	border-bottom:			#000 1px dotted;
}

a:hover {
	color:					#e8851a;
	text-decoration:		none;
	border-bottom:			#e8851a 1px dotted;
}

/* --------------------------- */
/* -------- id styles -------- */

#main {
	width: 					750px;
	margin:					0px auto 0px auto;
}

#header {
	height:					139px;
	margin-top:				20px;
	text-align:				center;
}

#downloadImg {
	float:					left;
	margin:					5px 10px 0px 25px;
}

#contentContainer-top {
	height:					107px;
	background-image:		url('images/content-top.png');
	background-repeat:		no-repeat;
}

#contentContainer-main {
	background-image:		url('images/content-main.png');
	background-repeat:		repeat-y;
}

#contentContainer-bottom {
	height:					28px;
	background-image:		url('images/content-bottom.png');
	background-repeat:		no-repeat;
}

#content {
	padding:				10px 5px 10px 25px;
	min-height:				400px;
	width:					470px;
}

#sidebar {
	float:					right;
	width:					230px;
	margin:					10px 15px 0px 0px;
}

#sidebarHeaderComments {
	background-image:		url('images/sidebar-headerComments.png');
	height:					45px;
}

#sidebarHeaderFeedback {
	background-image:		url('images/sidebar-headerFeedback.png');
	height:					45px;
}

#sidebarHeaderReturn {
	background-image:		url('images/sidebar-headerReturn.png');
	height:					45px;
}

#returnLink, #feedbackLink {
	border:					none;
}

#returnDiv, #feedbackDiv {
	text-align:				center;
	padding-top:			10px;
}

#footer {
	clear:					both;
	color:					#fff;
	text-align:				center;
	text-shadow: 			0px 2px 3px #000;
}

/* --------------------------- */
/* ------- class styles ------ */

.thumb {
	float:					left;
	margin:					0px 10px 0px 0px;
}

.widget {
	min-height:				150px;
	padding:				10px 0px 10px 0px;	
}

.downloadWidget a:link, .downloadWidget a:visited, .downloadWidget a:hover {
	border:					none;
}

.user {
	padding-bottom:			10px;
}

.name {
	font-weight:			700;
}

.title {
	font-size:				0.9em;
}

.divider {
	height:					1px;
	border-bottom:			1px #000 dotted;
}

.comment {
	margin-top:				5px;
	font-style:				italic;
}

.sidebarItemMain {
	background-image:		url('images/sidebar-main.png');
}

.sidebarItemBottom {
	background-image:		url('images/sidebar-bottom.png');
	height:					30px;
}

.sidebarContent {
	padding:				0px 25px 0px 25px;
	width:					180px;
}

.attention {
	color:					#ff0000;
}