/************************************************************************
Site: DMGT Connect
Author: Ville Vartiainen
Agency: AN Creative Communications

Index:
01. Top bar
02. Topnav 
03. Content
04. Posts
05. Tables
06. Forms
07. General Typography
08. Footer
09. Businesses
10. Misc
11. Preview Bar
12. Polls

************************************************************************/


body {
	background: #fff url(../images/page_bg.jpg) 50% 145px no-repeat;
	color: #333;
	font:normal 62.5% Helvetica, Arial, sans-serif;
}

#wrapper {
	margin:30px auto;
	width: 980px;
}

#header {
	width: 964px;
	margin-left: 16px;
}

#logo {
	background: url(../images/dmgtconnectlogo.png) no-repeat;
	display: block;
	float: left;
	height: 50px;	
	text-indent: -9999px;
	width: 219px;
}

/************************************************************************
01. Top bar
************************************************************************/

#topbar {
	background: url(../images/topbar_bg.jpg);
	float: right;
	height: 50px;
	width: 720px;
	position: relative;
	z-index: 99;
}

#topbar a:hover {
	text-decoration: underline;
}

#weather {
    border-right: 1px solid #DBDBDB;
    color: #00AEC5;
    float: left;    
    font-size: 1.2em;
    width: 270px;
}

#weather a#change_location {
    background: url(../images/topbar_arrow_d.gif) 0 2px no-repeat;
    position:absolute;
    left:200px;
    color: #666;
    margin-left: 10px;
    padding-left: 10px;
}

#weather strong {
	font:bold 1.3em Helvetica, Arial;
}

#weather img {
	float: left;
	margin-right: 5px;
}

#location_block {
	background: #FFF;
	position: absolute;
    border: 3px solid #ccc;
    padding: 5px;
    display: none;
    top:40px;
    left:-10px;
    z-index:999;
    padding-bottom:5px;
    -moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;   
	-moz-border-radius:10px;	
	-webkit-border-radius:10px;
	border-radius:10px;
}

.location_wrap {
	height: 580px;
	overflow-y: auto;
	overflow-x: hidden;
}

#location_block .odd {
	background: #eefafd;
}

#location_block div.location_option{
    clear:both;
    width: 270px;
    margin:5px;
    padding:5px;
	overflow: hidden;
}

.location_info {
	float: left;
	width: 200px;
}

#location_block a.save_location{
	float: left;
	width: 50px;
    color: #00AEC5;
    padding-top: 10px;
}

#location_block span.location_date{
    color: #999;
}
#login {
	border-right: 1px solid #DBDBDB;
	color: #666;
	float: left;
	padding-left: 10px;
	width: 185px;
}

#login strong {
	font:bold 1.1em Helvetica, Arial;
}

#login p{
	margin-bottom: 5px;
}

#login a {
	color: #00AEC5;
	font:normal 1.1em Helvetica, Arial;	
}

a.account {
	background: url(../images/ui_man.gif) 0 2px no-repeat;
	margin-right: 10px;
	padding-left: 10px;
}

a.logout {
	background: url(../images/ui_cross.gif) 0 2px no-repeat;
	padding-left: 10px;
}

#topbar form {
	float: left;
	padding-left: 10px;	
	width: 236px;
}

#search_field {
	background: url(../images/ui_searchfield.jpg);
	border: none;
	font:normal 1.1em Helvetica, Arial;	
	padding: 9px 5px 6px 25px;
	width: 110px;
}

.search_b {
	background: url(../images/btn_search.png);
	border: none;
	color: #fff;
	font-weight: bold;
	width: 64px;
	height: 27px;
}

#topbar #loginForm_div {
    background: #D3F6FF;
    display: none;
    position: relative;
    padding: 10px;
    width: 270px;
    z-index: 999;
    -moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}

#topbar #loginForm_div .close {
	background: url(../images/close.png) 100% 0 no-repeat;
	display: block;
	height: 15px;
	width: 30px;
	position: absolute;
	top:3px;
	right: 5px;
	z-index: 2;
	text-indent: -9999px;
	cursor:pointer ;
}

#topbar #loginForm_allowed {
    padding: 10px;
    width: 250px;
    z-index: 99;
}

#loginForm_allowed label {
	display: inline-block;
	width: 70px;
}

#loginForm_allowed input {
	border: none;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#loginForm_allowed .capsule {
	margin-left: 75px;
}

#loginForm_allowed form ul {
}

#loginForm_div #register {
	margin-left: 85px;
}

/************************************************************************
02. Top Nav
************************************************************************/

#nav {
	width: 964px;
	padding-top: 30px;
	margin-left: 16px;
	clear: both;
	height: 32px;
}

#nav li {
	float: left;
	margin-right: 3px;
	position: relative;

}

#nav li.hover {
	z-index: 980;
}

#nav li a.main {
	background: #A8E1F4 url(../images/nav_arrow.gif) 94% 50% no-repeat;
	color: #004973;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	height: 22px;
	padding: 10px 25px 0 20px;
	text-transform: uppercase;
}

#nav li.hover a.main {
	background: #28BBC4 url(../images/nav_arrow_on.gif) 94% 50% no-repeat;
	color: #fff;
	text-decoration: none;	
}

#nav li.active a.main {
	background: #28BBC4 url(../images/nav_arrow_on.gif) 94% 14px no-repeat;
	color: #fff;
	text-decoration: none;	
	padding-bottom: 7px;
}

/* subnav */

#nav li .sub {
	display: none;
	background: #fff url(../images/nav_bg.jpg) bottom left repeat-x;
	border: 3px solid #28BBC4;
	position: absolute;
	left: 0;
	top:28px;
	width: 200px;
	z-index: 990;
	/* sexy CSS 3 styles */
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;  
}

#nav li.hover .sub {
	display: block;
}

#nav li#nav_communities .sub {
	width:387px;
}

#nav ul.subnav {
	margin-bottom: 20px;
}

#nav ul.subnav li {
	display: block;
	float: none;
	margin: 10px 0 0 8px;
}

#nav .sub ul li {
	border-bottom: 1px solid #ccc;
	padding: 0.5em 1em;
	display: block;
	float: none;
	line-height: 2em;
	width: 80%;
}

#nav .sub ul li a {
	color: #1F5978;
	font-size: 1.2em;
	display: block;
}

#nav table a {
	color: #1F5978;
}

#nav div.notlogged {
	font-size: 1.4em;
	padding: 20px;
}

/*comm table */

#nav ul.join {
	width: 150px;
	float: left;
	margin: 10px 0 0 8px;
}

#nav ul.join li {
	border-bottom: 1px solid #ccc;
	padding: 1em;
	display: block;
	float: none;
	line-height: 2em;
}

#nav ul.join li a {
	font-size: 1.2em;
}

#nav li#nav_communities .tbl {
	padding-left: 20px;	
	float: left;
	width: 200px;
	margin-top: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

#nav li#nav_communities table {
	width: 200px;
}

#nav li#nav_communities table th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	padding: 5px 10px;
}

#nav li#nav_communities table td {
	border-bottom: 1px solid #E8EAEB;
	border-right: 1px solid #E8EAEB;
	padding: 5px 10px;	
}

#nav li#nav_businesses .sub{
	width: 400px;
	overflow: hidden;
	padding: 10px;
}

#nav_businesses ul.businesses {
	float: left;
	width: 200px;
}


/************************************************************************
03. Content
************************************************************************/

#main {
	clear: both;
	width: 980px;
	overflow: hidden;
}

#main_content {
	background: url(../images/content_top_bg.png) top left no-repeat;
	float: left;
	padding: 20px 30px;
	padding-right: 70px;
	width: 643px;
}

#main_content .highlight {
	background: #C7EEF9;
	padding: 2px 0;
}

#side_col {
	float: left;
	padding-top: 50px;
	width: 230px;
}

div.breadcrumb {
	margin-bottom: 6px;
	margin-left: 16px;
	padding-top: 20px;
	font-size: 1.2em;
}

div.breadcrumb a {
	color: #fff;
}

.inpage-banner {
	margin-bottom:15px;
	margin-left: -14px;
	width: 711px;
	overflow: hidden;
}

/*accordion*/
h3.accordian-link {
	background: url('../images/accordion_open.gif') bottom right no-repeat;
	border-bottom: 1px #00aec5 solid;
}

h3.selected {
	background: url('../images/accordion_closed.gif') bottom right no-repeat;
}

/* sidecol */

#side_col h3 {
	font-size: 1.8em;
}

ul.sidelist li {
	border-bottom: 1px solid #e0e0e0;
	font-size: 1.2em;
	overflow: hidden;
	width: 230px;
}

ul.sidelist li a {
	color: #1F5978;
	display: block;
	float: left;
	width: 85%;
	padding: 0.5em 0;
}

ul.sidelist li a:hover, ul.sidelist li:hover {
	background: #eefafd;
}

ul.sidelist li em {
	float: right;
	padding: 0.5em 0;
	font-size: 0.8em;
}

/* side module */

.module {
	width: 230px;
	margin-bottom: 2em;
}

.module h2 {
	background: url(../images/side_panel_header.png);
	color: #fff;
	font: bold 1.6em Arial;	
	line-height: 46px;
	margin-bottom: 0;
	height:46px;
	text-indent: 15px;
}

.module ul {
	background:url(../images/side_panel_ul.png);
}

.module ul li {
	background:url(../images/side_panel_li.jpg) bottom left repeat-x;
	border-bottom: 1px solid #00AEC5;
	margin: 0 5px;
	padding: 15px;
		width: 190px;
		overflow: hidden;
}

.module ul li strong a{
	color: #4E4E4E;
	display: block;
	font: bold 1.2em Arial;
	margin-bottom: 5px;
}

.module ul li img {
	float: left;
	margin: 0 5px 0 0;
}

/* side module two */

.module_two {
	width: 230px;
	margin-bottom: 2em;
	
	position: relative;
}

.module_two h2 {
	background: url(../images/side_panel_header.png);
	color: #fff;
	font: bold 1.6em Arial;	
	line-height: 46px;
	margin-bottom: 0;
	height:46px;
	text-indent: 15px;
}

.module_two div {
	background:url(../images/side_panel_ul.png);
	width: 230px;	
}

.module_two form {
 	padding: 0 20px 0 20px;
 	overflow: hidden;
 	width: 190px;	
}

.module_two span.bot {
 	background: url(../images/module_bottom.jpg) 2px 0 no-repeat;
 	display: block;
 	height: 3px;
 	overflow: hidden;
 	width: 230px;	
}

.module_two form textarea {
	width: 180px;
	overflow: auto;
	margin-bottom: 10px;
}

.module_two p {
	padding: 20px 20px 0 20px;
}

.module_two p.user_message {
	width: 150px;
	margin-left: 20px;
	padding: 10px;
	position: absolute;
	top:100px;
}

/* plain module */

.plain_module {
	margin-bottom: 2em;
}

/* news */

.news_item {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.news_item em {
	font: normal 1.1em Arial;
	display: block;
	margin-bottom: 10px;
}

#main_content embed, #main_content object {
	display: block;
	margin-bottom: 20px;
}

.news_title_container {
    padding-top:20px;
}
.articleFull { overflow:hidden; }
.news_item p { font-size: 1.1em}


/************************************************************************
04. Posts
************************************************************************/

.entry {
	line-height: 1.5em;	
	margin-bottom: 1.0em;
	margin-top: 1.0em;
}

.article {
	margin: 2em 0;
	width: 600px;
	overflow: hidden;
}

.entry_image {
	margin: 0 1.5em 1.5em 0;
	max-width: 100%;
}

#comments {
	margin-top: 1em;
}

.comment {
	background: #C7EEF9;
	margin-bottom: 5px;
	padding: 1em;
}

#reply_trigger {
	background:#eefafd url(../images/arrow_right.png) 5px 50% no-repeat;
	border-bottom: 1px solid #C7EEF9;	
	display: block;
	font:normal 1.4em Helvetica, Arial;
	margin-bottom: 10px;
	padding: 5px 5px 5px 25px;
}

#reply_trigger:hover {
	background:#eefafd url(../images/arrow_right.png) 5px 50% no-repeat;	
}


#reply_trigger.reveal_up {
	background:#eefafd url(../images/arrow_up.png) 5px 50% no-repeat;
}

.comment h4 {
	margin-bottom: 10px;
}

.post_meta {
	margin-bottom: 1em;
}

#main_content .odd {
	background: #eefafd;
}

.mceEditor {
	display: block;
	margin-bottom: 1.5em;
}
/************************************************************************
05. Tables
************************************************************************/
table {width: 100%; margin-bottom: 2em;}

table th {
	border: 1px solid #ccc;
	padding: 12px 9px 9px;
	color: #1F7EAB;
	font: bold 1.2em Helvetica, Arial;
	text-align: left;
}

table thead tr.odd th {
	background: #fff;
}

table thead th.noborder {
	border: none;
	text-indent: -9999px;
}

table td {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 1.2em;
	padding: 12px 9px 9px;
}

table tr.odd td {
	background: #eefafd;
}

table a {
	color: #1F5978;
}

.comment table td {
	font-size: 12px;
}

/**** Communities **********/

table#communities tbody th {
	background: #fff url(../images/community_icon.png) 5px 50% no-repeat;
	padding-left: 40px;
}

table#communities tbody tr.odd th {
	background: #eefafd url(../images/community_icon.png) 5px 50% no-repeat;
	padding-left: 40px;
}

table#communities span {
	color: #333;
	display: block;
	font: normal 0.9em Arial;
}

table#communities em {
	font-weight: bold;
	font-style: normal;
}

/************************************************************************
06. Forms
************************************************************************/

#main_content input, #main_content textarea, #main_content select {
	border: 1px solid #ccc;
	font:normal 1.2em Arial;
	margin-bottom: 1em;	
	padding: 5px 10px;
	width: 400px;
}

#main_content li.upload {
	position: relative;
}


#main_content .upload input {
	border: none;
	position: absolute;
	top:100px;
	left: 120px;
}
#main_content .upload .help {

}


#side_col select {
	width:220px;
}

#main_content textarea {
	overflow: auto;
}

.capsule, #main_content input.capsule, #noauth input.capsule {
	background: url(../images/button.png) no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font:bold 1.2em Arial;
	line-height: 21px;
	height: 27px;
	text-align: center;
	margin-bottom: 5px;
	width: 80px;
}



.capsule_negate, #main_content input.capsule_negate {
	background: url(../images/button_negate.png) no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font:bold 1.0em Arial;
	line-height: 21px;
	height: 27px;
	text-align: center;
	margin-bottom: 5px;
	width: 80px;
}

.capsule_long, #main_content input.capsule_long {
	background: url(../images/button_long.png) no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font:bold 1.2em Arial;
	height: 27px;
	text-align: center;
	margin-bottom: 5px;
	width: 150px;
}

a.capsule, a.capsule_long, a.capsule_negate {
	line-height: 27px;
}

a.capsule:hover {
	color:#A8E1F4 !important;
	text-decoration: none;
}
a.capsule_negate:hover {
	color:#996600 !important;
	text-decoration: none;	
}


#main td .capsule {
	font-size: 1.0em;
}

label {
 	color: #00AEC5;
	display: block;
	font:bold 1.2em Arial;
	margin: 10px 0 5px 0;
}

#commentForm label {
	display: none;
}

.help {
	background: #EEFAFD;
	border: 1px dotted #C7EEF9;
	font:bold 1.2em Arial;	
	margin: 1em 0;
	padding: 5px 10px;	
	width: 400px;
}

a.small_button {
	background: url(../images/small_button.png) no-repeat;
	color: #fff;
	display: inline-block;
	font: bold 1.2em Arial;
	line-height: 19px;
	padding: 0 8px;
	width: 51px;
	text-align: center;
}

.paginationControl {
	text-align: right;
	margin-bottom: 10px;
}

.paginationControl .numbers {
	margin: 0 10px;
}

.paginationControl p {
	display: inline;
	margin-right: 20px;
}

.paginationControl a.number {
	border:1px solid #24859D; 
	display: inline-block;
	padding: 2px 4px;	
	margin: 0 3px;
}

.paginationControl a.number:hover {
	background:#24859D; 
	color: #fff;
}

.current {
	background:#24859D; 
	color: #fff;
	display: inline-block;
	padding: 3px 5px;
}

#main form ul {
	margin-bottom: 20px;
}

dd, dt {
	display: block;
}

ul.errors {
	background: #f7ed9a;
	border: 1px dotted #dccc48;
	padding: 10px;
	width: 400px;
}

ul.errors li {
	font-size: 1.2em;
	margin-bottom: 7px;
}

li.

/* Manage form */

#denybox {
    background: #D3F6FF;
    position: absolute;
    padding: 10px;
    z-index: 99;
    width: 400px;
    -moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;	
}

#denybox textarea {
	height: 80px;
	width: 350px;
}

#denybox a.close {
	background: url(../images/close.png) 100% 0 no-repeat;
	display: block;
	height: 15px;
	width: 30px;
	float: right;
	text-indent: -9999px;
	cursor:pointer ;
}

/*ipad offer page*/

.ipadOffer
{
    margin-bottom:2em;
}

.ipadTerms
{
    display:inline;
}

.ipadTermsError
{
    margin-top:1em;
}

#main_content div.ipadOffer input
{
    width:auto;
    padding:0;
    border: 0;
    margin-bottom:0;
    margin-left:10px;
}


/************************************************************************
07. General Typography
************************************************************************/

h1 {
	color: #fff;
	font-size: 3.8em;
	margin-left: 16px;
	height: 51px;
}

h2  {
	color: #00AEC5;
	font-size: 2.8em;
	margin-bottom: 10px;
}

h2 a {
	color: #00AEC5;
}

h2.plain {
	color: #00AEC5;
	font-size: 2.0em;
	margin-bottom: 10px;
}

h3 {
	color: #00AEC5;
	clear: both;
	font-size: 2.2em;
	margin-bottom: 6px;
}

#main_content h3 {
	color: #00AEC5;
	clear: both;
}

h3 a {
	color: #00AEC5;
}

h3.intro {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 2em;
}

h3.feed {
	background: url(../images/ico_rss.jpg) 0 50% no-repeat;
	padding-left: 20px;
}

h4 {
	color: #00AEC5;
	font-size: 1.4em;
	margin-bottom: 6px;
}


strong {
	color: #00AEC5;
}

a {
	color:#E31739 ;
}

a:hover {
	text-decoration:underline;
}

p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

a.side_button {
	background:url(../images/side_button.png);
	border: none;
 	color:#00AEC5;
	display: block;
	font:bold 1.2em Arial;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	padding:0 0 0 30px;
	width: 195px;
	text-align: left;
}

a.side_button:hover {
	color:#A8E1F4;
}

span.done, table#communities span.done {
	background: url(../images/ico_tick.png) 0 50% no-repeat;
	display: block;
	font-size:1.1em;
	padding-left: 25px;
}

#main_content .block ul li, #business_info ul li, #main_content .intro ul li, #main_content .entry ul li ,#main_content .comment ul li, #main_content .news-container ul li{
	list-style: disc;
	font-size: 1.2em;
	margin: 0 0 1.5em 2em;
}

#main_content .block ol li, #business_info ol li, #main_content .intro ol li, #main_content .entry ol li, #main_content .news-container ol li {
	list-style: decimal;
	font-size: 1.2em;	
	margin: 0 0 1.5em 1.5em;
}

a.pdf-link {
	display: inline-block;
	line-height: 20px;
	padding-left: 22px;
	background:url(../images/ico_pdf.jpg) 0 50% no-repeat;
}

/************************************************************************
08. Footer
************************************************************************/

#footer {
	background:url(../images/footer.jpg) 50% 0 no-repeat;
	height: 297px;	
	z-index: 1;
}

#foot {
	margin:0 auto;
	overflow: hidden;
	padding-top: 50px;
	width: 955px;
}

#foot h3 {
	color: #fff;
	font-size: 1.8em;
	margin-bottom: 20px;
}

#footer li {
	margin-bottom: 5px;
}

#footer li a {
	background: url(../images/footer_arrow.png) 0 50% no-repeat;
	color: #fff;
	font-size: 1.1em;
	padding-left: 10px;
}

#footer .block {
	float: left;
	width: 258px;
}

#logos {
	float: left;
	width: 500px;
}

/************************************************************************
09. Businesses
************************************************************************/

#page_title {
	border-bottom: 1px solid #ccc;
	width: 680px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 20px;
	height: 75px;
	position: relative;
}

#page_title h2 {
	width: 400px;
	position: absolute;
	left: 0;
	bottom:10px;
	margin: 0 !important;
}

#page_title img {
	float: right;
	width: 180px;
}

ul.businesses {
	float: left;
	width: 50%;
}

ul.businesses li {
	border-bottom: 1px dotted #ccc;
	line-height: 2.5em;
}

ul.businesses li a {
	background: url(../images/list_arrow_b.png) 0 50% no-repeat;
	font-size: 1.2em;
	padding-left: 15px;
	color: #1F5978;
	font-weight: bold;
	display: block;
}

ul.businesses li span {
	font-size: 1.2em;
	padding-left: 15px;
	color: #999;
	font-weight: bold;
	display: block;
}

#business_info {
	float: left;
	width:450px;
}

#business_contacts {
	float: right;
	width:180px;
	text-align: right;
}

#business_contacts h3 {
	font-size: 1.6em;
	margin-bottom: 20px;
}

#business_stats table td {
	text-align: right;
}

#business_stats table td strong{
	float: left;
}

/************************************************************************
10. Misc
************************************************************************/

.user_message {
	background: #baf585;
	border:2px solid #75ec0b;
	color: #00AEC5;
	display: block;
	font:bold 1.2em Arial;
	line-height: 27px;
	padding: 0 10px;
	margin-bottom: 20px;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#noauth {
	clear: both;
	padding-top: 20px;
}

#noauth input {
	border: 1px solid #ccc;
	font:normal 1.2em Arial;
	margin-bottom: 1em;	
	padding: 5px 10px;
	width: 250px;
}

#noauth label {
	display: inline-block;
	width: 80px;
	float: left;
}

#noauth input.capsule {
	margin-left: 80px;	
}

#noauth .errors {
	margin-bottom: 10px;
	margin-left: 80px;
	width: 250px;	
}

#search_results ul li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

#search_results .paginationControl {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/* Share block */

#shareblock {
	background: #ABE5F5;
	margin: 0 0 20px 3px;
	padding: 15px;
	width: 195px;
}

#shareblock h4, #shareblock h3, #shareblock strong {
	color:#004973;
}

.share-price {
	font:bold 2em Arial;
}

.share-down {
	background:#E31739;
	color: #fff;
	padding: 0 3px;
}

.share-up {
	background: #baf585;
	color: #fff;
	padding: 0 3px;
}

/************************************************************************
11. Preview Bar
************************************************************************/
#preview {
	background: #ea8e24;
	color: #fff;
	position: fixed;
	top:0;
	left: 0;
	z-index: 999999;
	width:100%;
}

#preview div {
	width: 935px;
	margin: 0 auto;
	position: relative;
	}

#preview h2{
	font-size: 3em;
	margin-bottom: 0.5em;	
	color: #fff;
}

#preview a.back { 
	color: #333;
	display: block;
	width: 200px;
	font-size: 1.5em;
	padding-bottom: 0.5em;
	background: url(/cms/img/preview_back.gif) 0 5px no-repeat;
	padding-left: 20px;
}

#preview a.back:hover {
	color: #fff;
}
#preview a.preview_button {
	background:url(/cms/img/preview_button.gif) repeat-x;
	border:outset 3px #fff;
	font-size: 2em;
	color: #333;
	position: absolute;
	top:1.0em;
	right: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width:200px;
	text-align: center;
	padding: 5px 0;
}
#preview a.preview_button:hover {
	border:3px solid #eeb777; 
}

/************************************************************************
99. Polls
************************************************************************/

#poll_block {
	background: #ABE5F5;
	margin: 0 0 20px 3px;
	padding: 15px;
	width: 195px;
}

#poll_block h4 {
	color: #348EB1;
	font:bold 1.6em Helvetica, Arial;
	margin-bottom: 10px;
}

#poll_block table {width: 100%; margin-bottom: 2em;}


#poll_block table td {
	background: none;
	border: none;
	font-size: 1.2em;
	padding: 0;
		padding-bottom: 3px;
	font-size: 11px;
}

#poll_block table tr.odd td {
	background: none;
}

#poll_block table th {
	display: none;
}


#poll_block td.bar {
	width: 60%;
}

#poll_block .color {
	background: #348EB1;
	text-indent: -9999px;
}

#poll_block ul {
	margin-bottom: 15px;
}

.results td {
	padding-top: 10px;
}

/************************************************************************
99. Chatter
************************************************************************/


#wrapper .chatter {
	font-size: 100%;
	font-family: Arial, verdana, sans-serif;
	margin-bottom: 2em;
	margin-left: 5px;
	width: 220px;
}

#wrapper #side_col .chatter h3, #wrapper .chatter h3 {
	background-color: #00AEC5;
	font-size: 1.5em;
}

#wrapper #group-feed-widget-container {
	font-size: 1.15em;
}

#group-feed-widget-container .likes {
	font-size: 0.875em;
}

#group-feed-widget-container .updates {
	line-height: 1.5em;
}

#group-feed-widget-container .updates .content {
	overflow: hidden;
}

#group-feed-widget-container .date {
	font-size: 0.875em;
	margin: 0.5em 0;	
}

#group-feed-widget-container .comments {
	background: #eafbfd;
	margin-top: -10px;
}

#group-feed-widget-container .comment_container {
	padding-top: 10px;
}

#group-feed-widget-container .comments div:last-child {
	border-bottom:none;
}

#group-feed-widget-container .comment_container p {
	font-size: 1.15em;
	margin-bottom: 0.5em;
}
