
/* Template Overrides */
#uc-header .identity, #uc-header .identity a {
    background-color: #F8B620;
}

/* Subpage Styles */

div.portal_content {
  float: left;
  width: 286px;
  margin: 0;
  padding: 0;
}

div.portal_content  h2{
  padding: 0;
  margin:0 0 10px 0;
  font-size: 18px;
}

div.portal_content  p {
  padding: 0;
  margin:0 0 10px 0;
  font-size: 10px;
  color: #222222;
}


div.portal_links {
  margin: 0;
  padding: 0 0 0 312px;
}

div.portal_links tbody {
    border: none;
}

div.portal_links  ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.portal_links input[type="button"] {
        float: right;
        margin: 5px;
}

/* Layout */

.right {
	float:right;
}

.left {
	float:left;
}

.clearfix {
  clear: both;
}

.col {
	width: 165px;
	
}

.col .left {
	padding: 0 15px 0 0;
}

.col p {
	margin: 0 0 5px 0
}

.hovering {
	background: #ED1C24;
	color: #FFFFFF;
}


/* chunk Blocks*/

.chunk {
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.chunk + .chunk  {
    border-top: none;
}

.chunk p {
	margin: 0 0 5px 0;
	padding: 0;
}

.chunk h2 {
	font-size: 1.5em;
	margin-top: 0;
}

.chunk ul {
	margin-left: 5px;
}

/* Post Blocks */

.post_image {
	float: left;
	padding: 0;
	margin: 5px 10px 10px 0;
	height: 120px;
	width:160px;
	overflow:hidden;
}

.post_image img {
	width: 100%;
}


h3.post_title {
	color: #ED1C24;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

h3.post_title a {
    text-decoration: underline;
    color: #ED1C24;
}

.post_date {
	font-style: italic;
}


/* Side Box Module */
div.box {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 10px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

div.box div.box_divide {
	background: #FAFAFA url('images/tab_bg.png') repeat-x -10px;
	margin:0;
	padding: 0;
	height: 20px;
}

div.box h2{
	font-size: 18px;
	padding: 0 10px;
	margin: 10px 0;
}

div.box ul.tabs {
	height: 34px;
    background: #FFFFFF url('images/tab_bg.png') repeat-x center -1px;
	padding: 5px 10px 0;
	margin:0;
}

div.box ul.tabs li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

div.box ul.tabs li a{
	display: block;
	padding: 5px 15px 0;
	background: none;
	text-decoration: none;
	cursor: pointer;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: none;
	font-size: 12px;
	font-weight: bold;
}

div.box ul.tabs li a.change_feed.selected {
	background: #FAFAFA;
	border: 1px solid #ccc;
	border-bottom: none;
}

div.box ul.tabs li a:hover {
	background: #333333;
	color: #FFFFFF;
	border: none;
}

div.box ul.tabs li a.change_feed.selected:hover {
	color: #333333;
}

div.box_content {
	background: #FAFAFA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding-bottom: 5px;
}

div.box .chunk  {
	padding: 3px 0;
	border:none;
	margin: 0 10px;
}

div.box .chunk  + .chunk {
	border-top: 1px solid #CCCCCC;
}


div.box a.ec_button {
	display: block;
	width: 100%;
	height: 25px;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}


/* Stay Connected Icons */
#sc_twitter {
    cursor: pointer;
    background: #FAFAFA url('images/sc_twitter.jpg') no-repeat right -25px;
}

#sc_twitter:hover {
 /*   background-position: right -25px;*/
}

#sc_facebook {
    cursor: pointer;
    background: #FAFAFA url('images/sc_facebook.jpg') no-repeat right -25px;
}

#sc_facebook:hover {
/*    background-position: right -25px;*/
}


#sc_forums {
    cursor: pointer;
    background: #FAFAFA url('images/sc_forums.jpg') no-repeat right -25px;
}

#sc_forums:hover {
 /*   background-position: right -25px;*/
}


#sc_rss {
    cursor: pointer;
    background: #FAFAFA url('images/sc_rss.jpg') no-repeat right -25px;
}

#sc_rss:hover {
  /*  background-position: right -25px;*/
}
