@charset "utf-8";

/* CSS Document */

/* Works in conjunction with home.css */
/* Left and right sides of where caffeine content is displayed on page.php */


#page_left{
	width:210px;
	float:left;
	background-image:url(/images/page_bg_gradient.png);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	text-align:right;
}
#page_left ul{ 
	list-style-type: none;
	padding:0px;
	text-indent:inherit;
	margin:0px;
}

#page_left li{
	width:auto;
	padding-bottom:10px;
	
}
#page_left a{
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
	color:#3399cc;
	line-height:15px;
}
#page_right{
	width:720px;
	float:right;
	padding-top:20px;
}
#page_right a{
	color:#3399cc;
	text-decoration:none;
}
#page_right h3{
	color:#3399cc;
}
#page_right li{
	line-height:20px;
	margin-bottom:11px;
}
#page_right p{
	line-height:20px;
	margin-bottom:11px;
}
.item img{
	border:none;
}
#ev a{
	color:#FFF;
	background-color:#3399cc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
}

.gray_rounded{
	border: 1px solid #999;
	padding: 2px;
	margin: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
