/* @override http://carrotbeta.com/ubr/wp-content/themes/ubrstar/style.css */

body {
	background: url(images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font: 12px "Helvetica", Arial, Helvetica;
	text-align: center;
	
}

div#container
{
margin-left: auto;
margin-right: auto;
text-align: left;
}

h2, h3, h4 {
	margin: 0;
}

a:link {
	color: #336699;
	text-decoration: none;
}

.blog-copy ol {
	color: #666;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 25px 0 0 0;
	
	
}

.blog-copy ol li {
	margin-bottom: 10px;
	
	
}

a:hover {
	color: #993333;
	text-decoration: underline;
}

a:visited {
	color: #336699;
	text-decoration: none;
}

#navigation {
	height: 33px;
	margin: 0 0 0 20px;
}

#container {
	margin: 0px auto;
	width: 780px;
	t
}

#branding {
	height: 230px;
}

#logo {
	width: 530px;
	height: 100%;
	float: left;
	background: url(images/logo.gif) no-repeat;
}

/* @group jquery */

ul.menu2 {
	margin: 8px;
	padding: 0;
}

.menu2 {
	padding: 0;
	list-style: none;
	}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
	}
.menu2 a {
	text-transform: uppercase;
	display: block;
	color: #993333;
	padding-right: 55px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
		
	}

.menu2 a:hover {
	color: #4b161d;
}
.menu2 li em {
	background: url(images/nav-star.gif) no-repeat;
	position: absolute;
	top: -2px;
	left: -20px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	}



/* @end */

#description {
	width: 250px;
	float: right;
	margin: 15px 0 0 0;
}

#description p {
	font: 12px "Helvetica", Arial, Helvetica Neue, Geneva, sans-serif;
	color: #fff;
}

#content {
	padding: 35px 0;
	padding-left: 30px;
}

#roll {
	width: 450px;
	float: left;
}

#sidebar {
	width: 250px;
	float: right;
}

.time {
	border-bottom: 1px solid #ccc;
}

.time {
	color: #336699;
	font-size: 14px;
	padding: 5px 0;
}

.blog-copy h2 {
	color: #993333;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px 0 5px 0;
}

.title a {
	color: #993333;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px 0 5px 0;
}

.title a:hover {
	text-decoration: none;
}

.title {
	
	padding: 10px 0 5px 0;
}

.blog-copy p {
	color: #666;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.blog-copy img {
	float: right;
	padding: 0 15px 0 15px;
}

.post {
	margin: 0 0 45px 0;
	clear: left;
}

.sidebar-header h3 {
	font-size: 14px;
	color: #993333;
	font-weight: bold;
}

.sidebar-header {
	background: url(images/header-star.gif) no-repeat;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #ccc;
}

.sidebar-element {
	margin-bottom: 45px;
}

.calendar {
	margin: 5px 0 0 25px;
	padding: 0;
}

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

/* @group Sidebar icons */



ul#snavigation {
	margin: 5px 0 0 25px;
	padding: 0;
}

#snavigation {
	list-style: none;
}

#snavigation li {
	clear: both;
	padding: 5px 0;
}

#snavigation a {
	text-decoration: none;
	font: 115%/1.5 verdana, arial, helvetica, sans-serif;
	padding: 0 0 0 10px;
	margin: 15px 0 0 0;
}

#snavigation a:hover {
	color: #666;	
}

#snavigation span {
	background: url(images/icons.gif);
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px 5px 0 0;	
}
#facebook span {
	background-position: -16px 0;	
}
#youtube span {
	background-position: -32px 0;	
}
#paypal span {
	background-position: -48px 0;	
}

#ustream a:hover span {
	background-position: 0px -16px;	
}
#facebook a:hover span {
	background-position: -16px -16px;	
}
#youtube a:hover span {
	background-position: -32px -16px;	
}
#paypal a:hover span {
	background-position: -48px -16px;	
}

