﻿/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #e3f5c3 url(images/page_background.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #4D4D4D;
}

a {
	color: #464646;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 978px;
	background: #FFF url(images/wrapper_bg.png) 0 0 repeat-x;
	margin: 0 auto 10px auto;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

#header {
	overflow: hidden;
	width: 300px;
	margin: 0;
	float:left;
}

#logo {
	font-size: 100%;
	margin: 0 0 0 30px;
	font-weight: bold;
	text-indent:-2000em;
}

#logo a {
	color: #333333;
	background:transparent url(images/header.gif) 0 0 no-repeat;
	display:block;
	height:135px;
}

#logo a:hover {
		background:transparent url(images/header.gif) 0 -137px no-repeat;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 0 30px;
	display:none;
}

#search_menu {
	width: 645px;
	text-align: left;
	overflow: hidden;
	margin: 0;
	float:right;
	padding:25px 0 30px 30px;
	background:transparent url(images/menu_bg.gif) 500px 20px no-repeat;
}
#search_menu #search_menu_container div {
	padding: 10px;
	margin-top:10px;
	background:transparent url(images/search_bg.gif) 0 0 no-repeat;
	float: left;
}
#search_menu #glow-login-div {
	float: left;
	width:166px;
	height:56px;
	padding:5px;
	margin-left:35px;
}
#search_menu #glow-login-div a {
	display:block;
	width:166px;
	height:56px;
	background:transparent url(images/top_glowplus.png) 0 0 no-repeat;
}
#search_menu #glow-login-div a:hover {
	background:transparent url(images/top_glowplus.png) 0 -64px no-repeat;
}
#search_menu #glow-login-div a span {
	visibility:collapse;
	display:none;
}
#search_menu label {
	font-size:1.2em;
	color:#8B8B8B;
}
#search_menu input {
	border:#B5B1C5 1px solid;
	padding:2px;
	background:#fff url(images/form_bg.png) 0 0 no-repeat;
}
#search_menu input:focus {
	border:#01a4e5 1px solid;
}
#search_menu FORM {
	margin-right: 15px;
}

#menu {
	width: 640px;
	overflow: hidden;
	margin: 0;
	float:right;
	padding:0;
	display:inline;
}

#menu ul {
	float:right;
	margin-right:13px;
}
#menu ul li {
	float: left;
	/*text-transform: uppercase;*/
	font-size: 1.3em;
	padding: 10px 8px;
}

#menu ul li a {
	color: #6a5ca9;
}

#container {
	width: 932px;
	overflow: hidden;
	margin: 0 auto 30px auto;
	padding: 8px;
	clear:both;
	background:#fff url(images/container_bg.png) 0 0 repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#content {
	float: left;
	width: 650px;
	min-height:400px;
}

#content-middle {
	float: left;
	width: 441px;
}

#content_left h3 {
	font-size:1.5em;
	color:#0546A7;
	font-weight:bold;
	margin:0.7em 0 0.2em 0;
}

#content_left h1 {
	margin:0 0 0.5em 0;
	font-size:3em;
	font-weight:bold;
	color:#553E99;
}

#content_left {
	width:450px;
	float:left;
	padding:6px 0 6px 6px;
}

#content_right {
	width:450px;
	float:right;
	padding:6px 6px 6px 0;
}

#content_left p, #content_right p {
	font-size:1.3em;
	line-height:1.3em;
}

#content a, #content-middle a, #content_left a, #content_right a {
	color: #0546A7;
	text-decoration: none;
}

#content a:hover, #content-middle a:hover, #content_left a:hover, #content_right a:hover {
	text-decoration: underline;
}

#content h1, #content-middle h1, #content-middle h2 {
	font-size:2em;
	font-weight:bold;
	color:#553E99;
}
#content h1 {
	margin:0 0 15px 0;
}
#content h2 {
	font-size:1.8em;
	margin:1em 0 0.5em 0;
	font-weight:bold;
	color:#553E99;
}
#content-middle h2 {
	font-size:2em;
	margin:0 0 0.5em 0;
	font-weight:bold;
	color:#553E99;
}

#content h3, #content-middle h3 {
	font-size:1.7em;
	margin:0.2em 0;
	font-weight:bold;
	color:#553E99;
}

#content-middle ul li {
	font-size:1.3em;
}

#latestblog-header h1.page-title {
	font-size:1.5em;
	margin:0 0 17px 0;
}
#latestblog-header {
	background:transparent url(images/latest.gif) right bottom no-repeat;
	height:60px;
	border-bottom:#c1c5c6 1px solid;
	margin:0 0 8px 0;
	font-size:2em;
	font-weight:bold;
	color:#707070;
}

#latest-post-comments h3 {
	font-size:3em;
	font-weight:bold;
	color:#553E99;
}
#latest-post-comments ul li {
	font-size:1.4em;
	font-weight:bold;
	padding:15px;
	line-height:1.2em;
	background:#e2e9ef;
	margin:0 0 8px 0;
}
#latest-post-comments ul li a {
	color:#0546A7;
}
#latest-post-comments ul li a:hover {
	font-weight:bold;
	color:#03347E; 
	text-decoration:none;
}
#content p, #content-middle p {
	font-size:1.3em;
	line-height:1.3em;
	margin:0.8em 0;
}
#content ul, #content-middle ul, #content ol, #content-middle ol {
	font-size:1.3em;
	line-height:1.3em;
	margin:1em 0 1em 3em;
}
#content ul {
	list-style-type:disc;
}
#content table {
	font-size:1.3em;
	line-height:1.3em;
}
#content table table{
	font-size:1em;
}#content table p {
	font-size:1em;
}
#content table #password .description {
	display:block;
	width:300px;
	padding:4px;
}
#content table #password .indicator-hint, .field-hint {
	display:block;
	clear:both;
	width:300px;
	background:#FFFFCC;
	border:#F2EE5B 1px solid;
	padding:4px 7px;
}
.hint-register {
	display:block;
	background:#FFFFCC;
	border:#F2EE5B 1px solid;
	padding:4px 7px;
	clear:both;
}
#content table th {
	font-weight:bold;
}
#profile-page table th {
	width:200px;
}
#profile-page h2 {
	font-weight:normal;
	border-bottom:#D1CDE4 1px solid;
	padding:0.3em 0;
}
#profile-page table td {
	padding:0.5em;
}
#pass-strength-result {
	padding:0.5em 0.8em;
	border:#D1CDE4 1px solid;
	background:transparent url(images/tri.gif) left center no-repeat;
	font-weight:bold;
	display:block;
	width:200px;
	margin:10px 0;
}
#button-bar {
	height:40px;
	border-bottom:#b7b6bc 1px solid;
}
#button-bar a, #content-middle .button-bar a {
	color:#fff;
	background:#75bf42;
	padding:4px 6px;
	font-size:1.3em;
	font-weight:bold;
	display:block;
	float:left;
	margin:0 5px 0 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-bottom:#487229 1px solid;
	border-right:#487229 1px solid;
	border-top:#b6e09e 1px solid;
	border-left:#b6e09e 1px solid;
}
#button-bar a.button-comment, #content-middle .button-bar a.button-comment {
	padding: 4px 6px 4px 22px;
	background:#75bf42 url(images/icon_comment.gif) 5px 4px no-repeat;
}
#button-bar a.button-more, #content-middle .button-bar a.button-more {
	padding: 4px 6px 4px 22px;
	background:#75bf42 url(images/icon_blogger.gif) 5px 4px no-repeat;
}
#content-middle ul.addtoany_list, #content-middle ul.addtoany_list li {
	display:inline;
	font-size:1em;
}
#content-middle ul.addtoany_list li a, #content-middle a.a2a_dd {
	padding:4px 6px 4px 22px;
	background:#75bf42 url(images/icon_share.gif) 5px 4px no-repeat;
}
#button-bar a:hover, .button-bar a:hover, #button-bar a.button-comment:hover, #button-bar a.button-more:hover,
#content-middle .button-bar a.button-comment:hover, #content-middle .button-bar a.button-more:hover, #content-middle .button-bar ul.addtoany_list li a:hover,
#content-middle .button-bar a.a2a_dd:hover, #content-middle #button-bar a.a2a_dd:hover {
	background-color:#89cc5b;
	text-decoration:none;
}
.post {
	margin-bottom: 20px;
}
.post img.avatar {
	float:left;
}
#content-middle .post h2 {
	margin:0;
}
#content-middle .post h3.author-name {
	margin:8px 0 0 100px;
}
#content-middle .post h3.author-name a {
	color:#666;
}
#content-middle .post p.author-bio {
	margin:0 0 0 100px;
	color:#4e4e4e;
	font-size:1.5em;
	font-weight:normal;
}
#content-middle .post div.post-title {
	margin:15px 0 0 100px;
}
#content-middle .post .post-info, .comment-info {
	font-size: 1.1em;
	color: #777;
	margin: 0;
}
.comment-info {
	margin: 0 0 10px 0;
	display:block;
}
.post div.post-title h3 a {
	color:#6e61a6;
	font-size:1.2em;
	font-weight:bold;
}
.post-title {
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

#sidebar .tag-cloud {
	padding:8px 15px;
	width:auto;
}

.tag-cloud a {
	color:#01a4e5;
}
.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 1.1em;
	line-height:1.2em;
	color: #777;
	margin: 5px 0 10px 0;
}

.post-meta a, .post-info a {
	color: #666666;
}

.post-comments {
	float: right;
	background: none/*url(images/cbubble_left.gif) no-repeat top left*/;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: none/*url(images/cbubble_left.gif) no-repeat top left*/;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 5px;
	clear:both;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	width: auto;
}
#content-middle ol.commentlist, #content-middle #comments ol {
	font-size:1em;
}
#content-middle ol.commentlist ul.children {
	font-size:1em;
}
#content-middle ol.commentlist ul.children li {
	font-size:1em;
	padding:0 0 0 110px;
	background:transparent url(images/arrow_child.gif) 50px 0 no-repeat;
	margin:20px 0 0 0;
}
.top-comments{
	font-size:1.1em;
}
.reply {
	clear:both;
	border-bottom:#D6E0E9 1px solid;
	text-align:right;
}
.reply a {
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding:6px 25px 6px 0;
	background:transparent url(images/reply_bubble.png) right top no-repeat;
}
.cancel-comment-reply {
	font-size:1.1em;
}
.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
	font-size:1.5em;
	color:/*#6a5ca9*/#5A9B2B;
}

.comment-meta {
	color: #777;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.unapproved {
	font-size:1.3em;
	background:#F8F2E9;
	border:#F2C177 1px solid;
	display:block;
	padding:0.5em;
}
.alert {
	font-size:1.3em;
	background:#F4EDB9;
	border:#E8D96C 1px solid;
	display:block;
	padding:0.5em;
}
#message p {
	font-size:1.3em;
	background:#F4EDB9;
	border:#E8D96C 1px solid;
	display:block;
	padding:0.5em;
}
#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 380px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 10px;
	border:#A3A3A3 1px solid;
	background:#fff url(images/form_bg.png) 0 0 no-repeat;
}

#sidebar {
	float: right;
	width:230px;
}

#sidebar h2, #sidebar-left h2 {
	font-size:2em;
	font-weight:bold;
	color:#553E99;
	background:#C5C0D6;
	padding:5px;
}

#sidebar-left {
	width:230px;
	float:left;
	margin: 0 15px 0 0;
}

.sidepanel {
	margin-bottom: 5px;
	background:#D7DDE1;
	padding:5px 5px 10px 5px;
	width:220px;
}
.sidepanel h3 {
	color:#6a5ca9;
	font-size:1.6em;
	font-weight:bold;
	margin:0.3em 0 0 0;
}
.sidepanel p {
	font-size:1.3em;	
	margin: 8px 0;
	line-height: 1.3;
}
.side_search p {
	margin: 0;
	font-weight:bold
}
.side_search label {
	font-size:1.2em;
}
.sidepanel select {
	width:170px;
}

.sidepanel #upcoming-workshops {
	margin:2em 0 1em 0;
}
.sidepanel #current-workshops h4, .sidepanel #upcoming-workshops h4 {
	font-size:1.2em;
	font-weight:bold;
	color:#0546A7;
}
.sidepanel #current-workshops span.workshop-date, .sidepanel #upcoming-workshops span.workshop-date {
	display:block;
	font-size:1em;
	font-weight:bold;
}
.sidepanel #current-workshops p, .sidepanel #upcoming-workshops p {
	margin:0 0 0.4em 0;
	font-size:1em;
}
.sidepanel #current-workshops a.join-link, .sidepanel #upcoming-workshops a.join-link, a.more, a.suggest {
	color:#fff;
	background:#2aa1cc;
	padding:0 3px;
	border-right:#0b688a 1px solid;
	border-bottom:#0b688a 1px solid;
	border-top:#4ebee6 1px solid;
	border-left:#4ebee6 1px solid;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:1.4em;
	font-weight:bold;
}
.sidepanel #current-workshops a.join-link:hover, .sidepanel #upcoming-workshops a.join-link:hover, a.more:hover, a.suggest:hover {
	text-decoration:none;
	background:#41b2db;
}
.sidepanel li {
	list-style-type:none;
}
.sidepanel ul li {
	font-size:1.2em;
	padding: 5px 0;
	line-height: 1.2;
}
.sidepanel ul li ul li{
	font-size:1em;
}
.sidepanel ul.comments li {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:0.8em;
	line-height:1.2em;
	padding:0 0.5em;
}
.sidepanel ul.comments li a {
	font-weight:bold;
	color:#0546A7;
	text-decoration:none;
}
.sidepanel ul.comments li a:hover {
	font-weight:bold;
	color:#03347E; 
}
.sidepanel ul.comments li span {
	display:block;
	font-size:0.8em;
	font-weight:normal;
	text-align:right;
}
.user-panel {
	margin:0 0 5px 0;
}
.two_column_info {
	margin:14px 0 0 0;
}
.whats_said {
	width:222px;
	float:left;
}
#content_left .whats_said h3 {
	background:transparent url(images/whats_said_bg.gif) 0 0 no-repeat;
	color:#fff;
	padding:8px 70px 8px 9px;
	font-size:1.8em;
	margin:0;
}
.whats_done {
	width:222px;
	float:right;
}
#content_left .whats_done h3 {
	background:transparent url(images/whats_done_bg.gif) 0 0 no-repeat;
	color:#fff;
	padding:8px 70px 8px 9px;
	font-size:1.8em;
	margin:0;
}
.info_content p {
	font-size:1.3em;
	padding:4px 8px;
}
#content_left .info_content {
	background:#dce1e5;
	padding:0 0 1px 0;
}
#content_left .info_content a.say {
	background:#dce1e5 url(images/btn_say.png) 0 0 no-repeat;
	display:block;
	width:193px;
	padding:10px 11px;
	margin:3px;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
}
#content_left .info_content a.say:hover {
	background:#dce1e5 url(images/btn_say.png) 0 -45px no-repeat;
	text-decoration:none;
}
#content_left .info_content a.view {
	background:#dce1e5 url(images/btn_view.png) 0 0 no-repeat;
	display:block;
	width:193px;
	padding:10px 11px;
	margin:3px;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
}
#content_left .info_content a.view:hover {
	background:#dce1e5 url(images/btn_view.png) 0 -45px no-repeat;
	text-decoration:none;
}
a.user-link {
	display:block;
	padding:0.4em 0 0 0;
	background:transparent;
}
a.user-link:hover {
	text-decoration:none;
	background:#d0d7dc;
}
a.user-link .mugshot {
	width:64px;
	float:left;
}
a.user-link span.user-name {
	display:block;
	font-size:1.6em;
	font-weight:bold;
	color:#0546A7;
	margin:0 0 7px 70px;
}
a.user-link span.user-info {
	display:block;
	margin:0.3em 0;
	padding:0;
	font-size:1.3em;
	font-weight:bold;
	color:#0546A7;
	margin:0 0 5px 70px;
}
a.user-link:hover span.user-name, a.user-link:hover span.user-info {
	color:#03347E;
}
a.user-link span.view {
	display:block;
	font-size:1.2em;
	color:#000;
	font-weight:bold;
	margin:0 0 0 70px;
}
a.user-link:hover span.view {
	color:#553e99;
}
.blog-archive h3 {
	color:#553e99;
	font-weight:bold;
	font-size:1.4em;
}
.blog-archive ul li a {
	font-size:1em;
}
.blog-archive ul#month-archive li a {
	color:#0546a7;
	font-size:1em;
	font-weight:bold;
}
.blog-archive ul#month-archive ul.postspermonth li {
	margin:0 0 0 10px;
}
.blog-archive ul#month-archive ul.postspermonth li a{
	color:#464646;
	font-weight:normal;
}
.blog-archive ul#month-archive {
}
#home_poll {
	background:#6a5ca9;
	clear:both;
}
#home_poll h3 {
	font-size:2em;
	color:#fff;
	padding:10px 0 0 12px ;
	font-weight:bold;
}
#submenu {
	width:200px;
	float:left;
	margin:0 20px 0 0;
}
#submenu ul li {
	font-size:1.2em;
}
#submenu ul li a {
	display:block;
	color:#6a5ca9;
	padding:8px 4px;
	border-bottom:#D1CDE4 1px solid;
}
#submenu ul li a:hover {
	display:block;
	color:#6a5ca9;
	background-color:#EDECF2;
	text-decoration:none;
}
#home_latest_box {
	padding:10px 0 10px 0;
}
#home_latest_box h3 {
	float:left;
	width:110px;
	color:#553e99;
	font-size:2em;
	font-weight:bold;
}
#home_latest_box ul.domtabs {
	float:right;
	width:340px;
	margin:0;
	padding:0;
}
#home_latest_box ul.domtabs a {
	color:#fff;
	font-size:1.5em;
}
#home_latest_box ul.domtabs a:hover {
	text-decoration:none;
}
#home_latest_box ul.domtabs li.active a {
	color:#4035A2;
	cursor:default;
}
#home_latest_box #blog_latest_container {
	background:#D9DBDD;
	width:434px;
	padding:8px;
}
#home_latest_box #ideas_latest_container {
	background:#D9DBDD;
	width:434px;
	padding:8px;
}
#content_right ul.latest_blogs, #content_right ul.latest_blogs li {
	margin:0; padding:0;
}
#home_latest_box #ideas_latest_container p {
	width:340px;
	float:right;
}
#home_latest_box #ideas_latest_container h4 {
	margin:0 0 8px 0;
}
#home_latest_box #ideas_latest_container .blog_author {
	display:block;
	padding:4px 0 5px 95px;
	margin:0 0 8px 0;
}
ul#clnav li {
	font-size:1em;
	margin:0.4em 0 0.4em 1.5em;
	list-style-type:circle;
}
.latest_blog_item h4 {
	font-size:1.6em;
	font-weight:bold;
}
.latest_blog_item {
	padding:0 0 6px 0;
}
.latest_blog_item .author_img {
	float:left;
	width:84px;
}
.latest_blog_item .blog_info {
	float:right;
	width:330px;
}
.latest_blog_item .blog_author {
	color:#6a5ca9;
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	display:block;
	padding:4px 0 5px 0;
	margin:0 0 8px 0;
}
#content_right .latest_blog_item .blog_author a {
	color:#6a5ca9;
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	padding:4px 0 5px 0;
	margin:0 0 8px 0;
	text-decoration:underline;
}
#footer {
	margin: 0 auto;
	width: 880px;
	height: 20px;
	border-top: 1px solid #dcdfe4;
	padding: 20px;
	font-size:1.2em;
	color:#888;
}

#footer-links {
	list-style: none;
	text-align:center;
}

#footer-links li {
	display: inline;
	margin-right: 15px;
}
#footer-links a {
	color:#6a5ca9;
}
.news_rss, #quick_links {
	font-size:1.3em;
}
#quick_links ul li a {
	padding:7px;
	display:block;
	background:#EDECF4;
}
#quick_links ul li a:hover {
	background:#DFDDEC
}
#quick_links ul li {
	margin:0 0 3px 0;
}
#content_left .current-workshop {
	margin:10px 0 0 0;
}
#content-middle .current-workshop {
	margin:0 0 10px 0;
}
#content-middle .current-workshop .current-workshops-top {
	background:transparent url(images/workshop_bg_narrow.gif) 0 0 no-repeat;
	padding:9px 9px 5px 9px;
}
#content_left .current-workshop .current-workshops-top {
	background:transparent url(images/workshop_bg.gif) 0 0 no-repeat;
	padding:9px 9px 5px 9px;
}
.current-workshop .current-workshops-left {
	float:left;
	width:220px;
	font-size:1.4em;
	color:#fff;
}
.current-workshop .current-workshops-right img{
	width:190px;
	height:90px;
}
.current-workshop .current-workshops-left img{
	float:left;
	width:32px;
	height:32px;
}
#content_left .current-workshop .current-workshops-left a, #content-middle .current-workshop .current-workshops-left a {
	color:#fff;
	font-weight:bold;
	display:block;
	padding:4px 0 0 0;
	
}
#content_left .current-workshop .current-workshops-left a.join-big, #content-middle .current-workshop .current-workshops-left a.join-big {
	margin: 0 0 0 40px;
	background:transparent url(images/btn_join.gif) 0 0 no-repeat;
	display:block;
	width:110px;
	padding:3px 0 8px 28px;
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
}
#content_left .current-workshop .current-workshops-left a.join-big:hover, #content-middle .current-workshop .current-workshops-left a.join-big:hover {
	background:transparent url(images/btn_join.gif) 0 -59px no-repeat;
	text-decoration:none;
}
.current-workshop .current-workshops-right {
	float:right;
	width:190px;
}
#content_left .current-workshop .current-workshops-excerpt {
	background:transparent url(images/workshop_bg.gif) left bottom no-repeat;
	color:#fff;
	padding:0 9px 9px 9px;
	font-size:1.3em;
	line-height:1.2em;
}
#content-middle .current-workshop .current-workshops-excerpt {
	background:transparent url(images/workshop_bg_narrow.gif) left bottom no-repeat;
	color:#fff;
	padding:0 9px 9px 9px;
	font-size:1.3em;
	line-height:1.2em;
}
#content_left .current-workshop h3, #content-middle .current-workshop h3 {
	margin:0 0 6px 0;
	padding:0;
	color:#fff;
	font-size:1.4em;
}
.top-rated-ideas .idea-data {
	margin:5px 0 5px 10px;
	padding:5px 0;
	border-bottom:#D6E0E9 1px solid;
}
.top-rated-ideas .idea-data .top-comments, .comment-data .top-comments, #home_latest_box #ideas_latest_container .top-comments {
	padding:3px 3px 5px 3px;
	background:#DFEADF;
	border:#ACD988 1px solid;
	width:74px;
	float:left;
	text-align:center;
	margin:0 0 5px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.top-comments small {
	font-size:1em;
	display:block;
	margin:0 0 3px 0;
}
.top-rated-ideas .idea-data .top-comments .top-comments-karma, .comment-data .top-comments-karma, #home_latest_box #ideas_latest_container .top-comments-karma {
	font-size:1.7em;
	font-weight:bold;
	color:#6a5ca9;
}
.top-rated-ideas .idea-data .button-bar {
	clear:both;
	padding:5px 0 0 0;
	height:33px;
}
.top-rated-ideas .idea-data h4 {
	clear:both;
	font-size:1.5em;
	font-weight:bold;
	color:#6a5ca9;
}
.top-rated-ideas .idea-data h5 {
	font-weight: bold;
	margin: 8px 0 3px 0;
	font-size:1.5em;
	color:#5A9B2B;
}
.top-rated-ideas .idea-data div.idea-text, .comment-data div.idea-text {
	width:315px;
	float:right;
	font-size:1.3em;
	font-weight:normal;
	padding:5px 0 5px 0;
	line-height:1.4em;
}
.comment-data div.idea-text {
	font-size:1.3em;
}
.toggle-comments {
	clear:both;
	font-size:1.3em;
	padding:0 0 0 95px;
}
.toggle-comments a {
	padding:0 0 0 19px;
	background:transparent url(images/replies_bubble.png) 0 1px no-repeat;
}
#content-middle ul.tags, #content-middle ul.posts {
	font-size:1em;
}
#content-middle ul.tags li {
	padding:4px 4px 4px 22px;
	background:transparent url(images/tag.gif) 0 4px no-repeat;
}

.twitter_feed {
	background:#ADDAE1 url(images/twitter_bg.png) 0 0 no-repeat;
	border:#2FB6E8 1px solid;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:1.3em;
	font-weight:bold;
	color:#338fa8;
	padding:9px 10px 6px 60px;
	margin:15px 0 0 0;
	line-height:1.3em;
	min-height:50px;
}
.twitter-timestamp {
	font-weight:normal;
	font-size:0.9em;
	color:#555;
}
.twitter_feed .follow {
	text-align:right;
	padding:0 1em;
}
.twitter_feed .follow a {
	font-size:1em;
	font-weight:bold;
	padding-right:18px;
	background:transparent url(images/twitter_go.gif) right center no-repeat;
}
.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
.submit-btn {
	background:#6A5CA9 url(images/btn_bg.gif) 0 0 repeat-x;
	color:#fff;
	border:0;
	padding:2px 4px;
	cursor:pointer;
	width: 100% 100%;
	overflow:visible; 
	font-size:13px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#search_menu input.submit-btn {
	background:#B0ABCB;
	color:#fff;
	border:0;
	padding:2px 4px;
	cursor:pointer;
	width: 100% 100%;
	overflow:visible; 
	font-size:13px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#content .submit-btn {
	margin:0.5em 0;
}
.submit-btn:active, #search_menu input.submit-btn:active {
	background:#6A5CA9;
	outline: none;
}
form.loginform {
	padding:5px 20px;
	margin:0 auto;
}
form.loginform input {
	margin:0 0 7px 0;
}
form.loginform label.remember {
	font-size:1.3em;
}
form.loginform label {
	font-weight:bold;
}
form.loginform .checkbox {
	margin:0;
}
.email-disclaimer {
	display:block;
	font-size:0.85em;
	color:#888;
	clear:both;
}
.newsletter_signup {
	margin:4px 0 10px 0;
	display:inline;
}
#content_left .newsletter_signup h3 a {
	display:block;
	clear:both;
	background:transparent url(images/btn_newsletter.png) 0 0 no-repeat;
	width:405px;
	padding:7px 0 12px 45px;
	color:#fff;
	font-size:1.2em;
}
#content_left .newsletter_signup h3 a:hover {
}
#content-middle .sort-order {
	color:#888;
	font-size:1.1em;
	text-align:right;
	margin:-2.3em 0 0 0;
}
#content-middle .sort-order a {
	margin:0 0 0 5px;
}
#content-middle .sort-order a.selected {
	color:#5A9B2B;
	font-weight:bold;
	font-size:1.1em;
}
#content-middle .sort-order a.selected:hover {
	text-decoration:none;	
	cursor:default;
}
.checkbox {
	margin:0;
}
.clear {
	clear:both;
}



/*************** ADDED STYLES FOR SHIBBOLETH LOGIN ****************/

#shibboleth_login { width:622px; display:block; background-color: #F6F6F6; }
.shibboleth_login_top_image { width:622px;  height:39px; display:block; background: url(images/glowplus_long.jpg) no-repeat 0 0;}
.shibboleth_login_content { width:302px; height:165px; display:block; float:left;}
.shibboleth_login_content span { display: block; height: 70px; font-size: 2.2em; font-weight: bold; padding: 25px 10px; color: #3E8A28; }
.shibboleth_login_content a {width:298px; height:38px; margin:0 auto; background: url(images/shib_login_down_and_up.gif) no-repeat 0 0; display:block;}
.shibboleth_login_content a:hover {background: url(images/shib_login_down_and_up.gif) no-repeat 0 -51px;}
.shibboleth_login_filler_image { width:320px;  height:165px; display:block; float:left;}
.shibboleth_login_filler_image div { width:222px;  height:148px; margin: auto; display:block; background: #F6F6F6 url(images/login_glow_logo.jpg) no-repeat 0 0;}
.shibboleth_login_footer { display:block; float:left; margin:0 0 10px 0; width: 100%;}
.shibb-foot-or { display:block; margin: 15px 0; text-align: center; text-transform: uppercase;font-size: 2.2em;background: url(images/separator.gif) no-repeat}
.shibb-foot-alt { display:block; font-size: 1.8em; padding: 0 0 0 20px;}

/*******************************************************************/




/************** ADDED TEMP FOR TABS **********************/

/*ul.domtabs{

                float:left;

                width:100%;

                margin:2em 0 0 0;                                                            

}*/

ul.domtabs li{

                float:left;

                padding:0 .5em 0 0;

}

ul.domtabs a:link,

ul.domtabs a:visited,

ul.domtabs a:active,

ul.domtabs a:hover{

                width:127px;

                padding:10px;

                display:block;

                background:transparent url(images/tab.png) 0 0 no-repeat;

                color:#fff;


                font-weight:bold;

                text-decoration:none;

}

html>body ul.domtabs a:link,

html>body ul.domtabs a:visited,

html>body ul.domtabs a:active,

html>body ul.domtabs a:hover{

                height:auto;


}

ul.domtabs a:hover{

                background:transparent url(images/tab.png) 0 -120px no-repeat;

}

ul.domtabs li.active a:link,

ul.domtabs li.active a:visited,

ul.domtabs li.active a:active,

ul.domtabs li.active a:hover{

                background:transparent url(images/tab_active.png) 0 0 no-repeat;

                color:#000;

}

#domtabprintview{

                float:right;

                padding-right:1em;

                text-align:right;

}

#domtabprintview a:link,

#domtabprintview a:visited,

#domtabprintview a:active,

#domtabprintview a:hover{

                color:#fff;

}

 

div.domtab h4.hidden

{

                display: none;

                visibility: hidden;

}


#pass-strength-result {
	BORDER-BOTTOM-COLOR: #ddd !important; BACKGROUND-COLOR: #eee; BORDER-TOP-COLOR: #ddd !important; BORDER-RIGHT-COLOR: #ddd !important; BORDER-LEFT-COLOR: #ddd !important
}
.bad#pass-strength-result {
	BORDER-BOTTOM-COLOR: #ff853c !important; BACKGROUND-COLOR: #ffb78c; BORDER-TOP-COLOR: #ff853c !important; BORDER-RIGHT-COLOR: #ff853c !important; BORDER-LEFT-COLOR: #ff853c !important
}
.good#pass-strength-result {
	BORDER-BOTTOM-COLOR: #fc0 !important; BACKGROUND-COLOR: #ffec8b; BORDER-TOP-COLOR: #fc0 !important; BORDER-RIGHT-COLOR: #fc0 !important; BORDER-LEFT-COLOR: #fc0 !important
}
.short#pass-strength-result {
	BORDER-BOTTOM-COLOR: #f04040 !important; BACKGROUND-COLOR: #ffa0a0; BORDER-TOP-COLOR: #f04040 !important; BORDER-RIGHT-COLOR: #f04040 !important; BORDER-LEFT-COLOR: #f04040 !important
}
.strong#pass-strength-result {
	BORDER-BOTTOM-COLOR: #8dff1c !important; BACKGROUND-COLOR: #c3ff88; BORDER-TOP-COLOR: #8dff1c !important; BORDER-RIGHT-COLOR: #8dff1c !important; BORDER-LEFT-COLOR: #8dff1c !important
}

#pass-strength-result {
	BORDER-BOTTOM: 1px solid; TEXT-ALIGN: center; BORDER-LEFT: 1px solid; PADDING-BOTTOM: 3px; MARGIN: 12px 5px 5px 1px; PADDING-LEFT: 5px; WIDTH: 170px; PADDING-RIGHT: 5px; FLOAT: left; BORDER-TOP: 1px solid; BORDER-RIGHT: 1px solid; PADDING-TOP: 3px
}

.strong#pass-strength-result {
	FONT-WEIGHT: bold
}
.short#pass-strength-result {
	FONT-WEIGHT: bold
}

/* Profile Page */

#profile-page h2 {padding:5px 5px 5px 0; color:#1D5E7C; margin-bottom:5px; font-weight:bold; font-size:1.9em;}
#profile-page h3 {padding:5px 5px 5px 0; color:#1D5E7C;  margin-bottom:5px; font-weight:bold; font-size:1.5em;}
#profile-page label {font-size:1.2em;}
