@charset "UTF-8";
/* CSS Document */

html {
	background-color:#eee;
	font-family:Arial, sans-serif;
}
body {
    margin:0px;
}
div#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
    margin-bottom:10px;
	background-color:#FFF;
	padding:0px 10px;
	border-left: 1px solid #cfdce9;;
	border-right: 1px solid #cfdce9;;
    border-bottom:1px solid #cfdce9;
    -webkit-border-bottom-right-radius:7px;
    -webkit-border-bottom-left-radius:7px;
    -moz-border-radius-bottomleft:7px;
    -moz-border-radius-bottomright:7px;
    border-bottom-right-radius:7px;
    border-bottom-left-radius:7px;
}
div#header {
}
div#connection_links {
	float:right;
	font-size:14px;
}
a {
	color:#26547c;
    text-decoration:none;
}
a img {
	border:none;
}
p {
	font-size:14px;
	line-height:20px;
	margin-top:14px;
	margin-botto:14px;
}
h1 {
	margin-top:30px;
	margin-bottom:20px;
	font-size:30px;
    color:#26547c;
}
a:hover {
	color:#26547c;
    text-decoration:underline;
}
ul.nav {
	padding:0px;
	list-style-type: none;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #cfdce9;	
    margin:0px;
}
ul#nav2 {
	margin-top:0px;
	margin-left:30px;
	margin-right:30px;
	background-color:#FFF;
    background-color:#f1f4f8;
	-webkit-border-top-right-radius:0px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-topleft:0px;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
	border-color:#cfdce9;
	border-width:1px;
	border-style:solid;
	border-top-style:none;
}
div.form-row div.help {
    margin-left:263px;
    width:400px;
}
div.form-row-media a.button {
    clear:both;
    display:inline-block;
    margin:2px 0px;
}
a.in-content-button {
    float:right;
    margin:0px 0px 0px 10px;
}
div.form-row-media img {
    margin:2px 0px;
    display:block;
}
div.form-row-textarea textarea {
    margin-bottom:0px;
}
div.form-row-textarea div.help {
    margin-top:0px;
}
div.markup_preview {
    border: 2px solid #E8E5C5;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
    padding:10px;
}
ul.empty {
	display:none;
}
.nav li {
	font-size:14px;
	display:inline-block;
	margin:0px;
	padding:0px;
	margin:3px;
}
#nav2 li {
	font-size:12px;
	margin:2px;
}
.nav li a {
	color:#3b3737;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.nav li a:hover {
    background-color:#a3bbd6;
    color:#000;
}
.nav li.tabshowing a, #nav2 li.tabshowing a {
    background-color:#3d86ad;
    color:#fff;
}
ul.static-tabtops, ul.tabtops {
	padding:2px 2px 2px 2px;
	list-style-type: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #cfdce9;	
    display:block;
    clear:left;
}
.static-tabtops li.tabshowing, .tabtops li.tabshowing {
	background-color:#3d86ad;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-left:10px;
	padding-right:10px;
    color:#fff;
}
.static-tabtops li, .tabtops li {
	display:inline-block;
}
.static-tabtops a, .tabtops a, .tabtops li {
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	color:#3b3737;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    display:inline-block;
}
li.tabshowing a {
    background-color:#3d86ad;
    color:#fff;
}
.static-tabtops a:hover, .tabtops a:hover, .tabtops li:hover {
	background-color:#eeeeee;
	color:#000;
    background-color:#a3bbd6;
}
div#content {
	clear:both;
}
div#box {
	float:right;
	margin-left:50px;
}
form {
	background-color: #FFF;	
	margin:0px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
    border-radius:7px;
	margin-top:50px;
	margin-bottom:20px;
    border: 2px solid #f7f7f7;
}
form.group-select {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:10px;
    margin:10px 0px;
}
form.group-select label {
    display:inline-block;
    font-size:12px;
    margin:0px 10px 0px 0px;
}
form.group-select select {
    display:inline-block;
}
.form-row {
	padding:4px;
}
form label {
	display:block;
	font-size:14px;
	margin-top:10px;
	margin-bottom:0px;
}
input[type=text], input[type=password], textarea, p.disabledinput {
    font-family:Arial, sans-serif;
	border: 1px solid #3b3737;
	width:300px;
	font-size:12px;
	margin-bottom:0px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius:3px;
}
input[type=submit], div.admin-button-row a, a.button, a#myaccountlink, a#avatarlink, .related-tags a, div.like a {
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
	border: 1px solid #3b3737;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius:5px;
	font-size:14px;
	font-family:Arial, sans-serif;
	text-decoration:none;
	padding:4px 8px 4px 8px;
    background-color:#3d86ad;
}
input[type=submit]:hover, div.admin-button-row a:hover, a.button:hover, a#myaccountlink:hover, .related-tags a:hover, div.like a:hover  {
	background-color: #26547c;
    color:#fff;
    cursor:pointer;
}
.related-tags a, a#myaccountlink {
    display:inline;
    margin:0px 0px 0px 10px
}
input[type=submit], .form-row-footer a.button {
    color: #fff;
	background-color: #3d86ad;
    font-size:18px;
    display:inline;
    margin-top:10px;
}
a.button {
    display:inline-block;
}
td a.button {
    font-size:12px;
    margin:2px 3px;
    padding:0px 6px;
}
div.follow a {
    background-color: #FFF;
	border: 1px solid #26547c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius:5px;
    display:inline-block;
    padding:2px 6px;
    text-decoration:none;
    color:#26547c;
    background-color:#cfdce9;
}
div.follow {
    display:inline-block;
    padding:2px 6px 2px 0px;
    text-decoration:none;
    color:#666;
}
div.follow a:hover {
    background-color:#26547c;
    color:#fff;
}

div.admin-button-row {
	margin-top:10px;
	margin-bottom:10px;
}
div#real_content {
	margin-top:20px;
}
img.captcha {
	display:block;
	margin-top:10px;
}
span.small-detail {
	padding-left:10px;
	font-size:10px;
}
form label span {
	margin-left:10px;
	font-size:10px;
}
form label img {
	vertical-align:baseline;	
}
form div.form-row-checkbox label {
	display:inline;
}
div.form-row-checkbox {
	margin-top:10px;	
}
.media-holder, .media-selector {
	margin-top:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	border: 3px solid #E8E5C5;
}
.media-holder h1, .media-selector h1 {
	font-size:14px;
	margin:0px;
}
.media-holder .media, .media-selector .media {
	display:inline-block;
	vertical-align:top;
	width:80px;
	margin-right:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	border: 1px solid #E8E5C5;
}
.media-holder .media .info, .media-selector .media .info {
	padding:0px;
	margin:0px;
	font-size:12px;
}
#media-holder {
	position:absolute;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:0px;
	border: 3px solid #E8E5C5;
	background-color:#FFF;
	-webkit-box-shadow: -0px 10px 40px #555555;
}
#media-holder p {
	padding:2px;
	background-color:#E8E5C5;
	color:#000;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
#media-holder img {
	margin:5px;
}
form input[type=text], form textarea, p.disabledinput, form input[type=password] {
	width:700px;
    
}
div.form-row input[type=password] {
    margin-bottom:0px;
}
form textarea {
	height:300px;
}
form textarea.html-editor {
	height:400px;
}
form {
	margin-top:10px;
}
table.admin, table.profile {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius:10px;
	padding:0px;
	border: 3px solid #cfdce9;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}
table.admin th, table.profile th {
	text-align:left;
	xxxbackground-color:#E8E5C5;
	padding:2px 4px 2px 4px;
    background-color:#cfdce9;
}
table.admin td, table.profile td {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cfdce9;
	border-left-color: #cfdce9;	
	padding:2px 4px 2px 4px;
}
table.admin td a {
	text-decoration: none;
}
table.admin td a:hover {
    text-decoration:underline;
}
table.admin td a.button:hover {
    text-decoration: none;
}
form.login input[type=text], form.login input[type=password], form.mystuff input[type=password], form.inline input[type=text], form.inline input[type=password], form.login p.disabledinput, form.mystuff p.disabledinput, form.inline p.disabledinput {
	width:200px;
}
form.login div.form-row {
    
}
img.profile-picture, div.thread-image img {
	float:right;
	margin:0px 0px 10px 10px;
}
div.form-error {
	background-color:#f7f7f7;
	color:#eb3d1b;
	padding:4px;
	font-size:12px;
    font-weight:bold;
	margin:5px 12px 0px 263px;
    border:1px dashed #eb3d1b;
}
div.error-banner {
    border:4px solid #990000;
    font-size:20px;
    padding:20px;
    margin-top:20px;
}
div#footer {
    border-top:1px solid #eee;
    margin:20px 0px 5px 0px;
    clear:both;
    padding:5px 0px 10px 0px;
}
div#footer a  {
    text-decoration:none;
}
div#footer img {
    margin-right:10px;
}
p.disabledinput {
    background-color:#eeeeee;
    margin-top:4px;
}
div.latest-parent {
    margin:10px 0px;
    border-bottom:1px solid #cfdce9;
}
div.latest, div.thread-listing-row {
    border-top:1px solid #cfdce9;
    padding-top:10px;
    padding-bottom:10px;
    min-height:80px;
}
div.latest:hover, div.thread-listing-row:hover {
    background-color:#cfdce9;
    cursor:pointer;
}
div.latest img, div.thread-display {
    float:left;
    margin-left:5px;
}
div.latest h2, div.thread-listing-row h2 {
    margin:0px 0px 4px 100px;
    font-size:22px;
    color:#3d86ad;
}
a img {
    border:none;
}
div.latest p, div.thread-listing-row p {
    margin:0px 0px 0px 100px;
    font-size:12px;
}
div.latest h3, div.thread-listing-row h3 {
    margin:0px 0px 0px 100px;
    font-size:14px;
    color:#374559;
}
div.latest a:hover, div.thread-listing-row a:hover {
    text-decoration:none;
}
.blog-entry-comments, .article-comments, .forum_thread-comments, .faq-entry-comments {
    clear:both;
    border-top:4px solid #eee;
    margin-top:10px;
}
.faq-entry-comments {
    border-top:1px solid #eee;
}
.faq-entry-comments p {
    font-size:12px;
    padding:2px 0px 0px 0px;
    margin:0px 0px 20px 0px;
}
.blog-entry-comments h2, .article-comments h2, .forum_thread-comments h2, .faq-entry-comments h2 {
    font-size:18px;
    margin:10px 0px 10px 0px;
}
.blog-entry-header, .article-header, .thread-header, .faq-entry-header {
    border-bottom:4px solid #eee;
}
.blog-entry-header h1, .article-header h1, .thread-header h1, div.markup_preview h1, .faq-entry-header h1 {
    font-size:36px;
    margin:8px 0px 20px 0px;
    line-height:40px;
}
.blog-entry-header h2, .article-header h2, .thread-header h2, .faq-entry-header h2 {
    font-size:18px;
    margin:0px 0px 4px 0px;
}
.blog-entry-header div.user-display {
    float:right;
}
.faq-entry-header h2 {
    margin:10px 0px 0px 0px;
    padding:0px 0px 5px 0px;
    cursor:pointer;
    text-decoration:underline;
    font-size:20px;
    color:#999900;
}
.faq-entry-header h2:hover {
    color:#666600;
}
.blog-entry-header h3, .article-header h3, .thread-header h3, .faq-entry-header h3 {
    font-size:24px;
    margin:20px 0px 20px 0px;
    line-height:normal;
}
.faq-entry-header p {
    margin:0px;
    padding:0px;
}
.light {
    color:#999;
}
p.date {
    font-size:14px;
}
.blog-entry-comment, .article-comment, .forum_thread-comment, .faq-entry-comment {
    border-bottom:1px solid #eee;
    margin:5px 0px 5px 0px;
    padding:10px 0px;
    clear:both;
}
.blog-entry-comment img, .article-comment img, .forum_thread-comment img, .faq-entry-comment img {
    float:left;
}
.blog-entry-comment h3, .article-comment h3, .forum_thread-comment h3, .faq-entry-comment h3 {
    font-size:14px;
    margin:0px 0px 4px 50px;
    padding:0px;
}
.blog-entry-comment p, .article-comment p, .forum_thread-comment p, .faq-entry-comment p {
    font-size:14px;
    margin:0px 0px 10px 50px;
}
ul.related-tags {
    padding:0px;
    float:right;
    clear:right;
}
.related-tags li {
    list-style:none;
    display:block;
    float:right;
    padding:5px 0px;
}
.article-metainfo, .blog-entry-metainfo {
    margin:10px 0px 10px 0px;
    font-size:14px;
}
ul.forums, ul#push-content {
    margin:10px 0px;
    padding:0px;
    border-bottom:1px solid #cfdce9;
}
ul.forums li, ul#push-content li {
    list-style:none;
    border-top:1px solid #cfdce9;
    padding:8px 5px;
}
ul.forums li h2, ul#push-content li {
    margin:0px;
    padding:0px;
    font-size:22px;
}
ul#push-content div.push-content-timestamp {
    float:right;
}
ul.forums li p {
    padding:0px;
    margin:8px 0px 0px 0px;
    font-size:14px;
}
ul.forums a:hover {
    text-decoration:none;
}
ul.forums li:hover {
    background-color:#cfdce9;
    cursor:pointer;
}
table.forum-thread-list, table.directory_listing_table {
    border-collapse:collapse;
    margin:10px 0px;
    border:1px solid #cfdce9;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
    border-radius:5px;
}
.forum-thread-list tr.odd td, .profile .odd td {
    background-color:#f1f4f8;
}
.forum-thread-list th, .directory_listing_table th {
    text-align:left;
    font-size:14px;
    background-color:#a3bbd6;
    color:#fff;
    padding:2px 8px;
}
.forum-thread-list td, .directory_listing_table td {
    font-size:14px;
    border-left:1px solid #cfdce9;
    border-right:1px solid #cfdce9;
    padding:2px 8px;
}
.forum-thread-list p {
    padding:0px;
    margin:0px;
}
.forum-thread-list a.thread-title {
    font-size:18px;
    padding:4px 0px;
    display:block;
}
div.big-message {
    font-size:24px;
    line-height:30px;
    font-weight:bold;
    padding:20px;
    border: 2px solid #EB3D1B;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
    border-radius:5px;
    margin:20px 0px;
    color:#3b3737;
}
ul#notifications {
    list-style:square;
    border: 2px solid #EB3D1B;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
    border-radius:5px;
    margin:20px 0px;
    color:#3b3737;
    padding:10px 20px;
}
div.comment-parent {
    padding-top:10px;
    clear:left;
    min-height:50px;
    border-top:1px solid #a3bbd6;
    border-bottom:1px solid #a3bbd6;
    margin-top:-1px;
}
div.comment-parent:hover {
    background-color:#cfdce9;
    cursor:pointer;
}
div.comment-parent div.top {
    width:50%;
    float:left;
}
div.comment-parent img {
    float:left;
    margin-right:10px;
    margin-top:3px;
    width:40px;
    height:40px;
}
div.comment-parent h2 {
    margin:0px 0px 0px 50px;
    padding:0px;
    font-size:14px;
    height:25px;
    overflow:hidden;
}
div.comment-parent p {
    margin:0px;
    padding:0px;
    font-size:12px;
}
div#header img {
}
textarea[name=summary] {
    height:100px;
}
.page-display-first-para p {
    margin:0px;
    padding:10px 0px;
    font-size:14px;
    line-height:20px;
    color:#374559;
}
.page-display-first-para h1 {
    font-size:30px;
    color:#26547c;
}
h1.profile {
    font-size:38px;
    color:#26547c;
}
.page-display-first-para {
    /*border-bottom:1px solid #a3bbd6;*/
    margin:5px 0px 20px 0px;
}
div#footer img {
    width:37px;
    height:26px;
    margin-bottom:-8px;
}
div.authorlist div, div.blog-entry-header div.user-display {
    width:80px;
    height:120px;
    background-color:#fff;
    float:left;
    margin:10px 10px 10px 0px;
    border:4px solid #eee;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
    border-radius:3px;
    overflow:hidden;
    cursor:pointer;
}
div.blog-entry-header div.user-display {
    float:right;
    margin-right:0px;
}
duv.blog-entry-content div.image-display {
    float:right;
    margin:0px 0px 10px 10px;
}
div.authorlist div.hover, div.blog-entry-header div.user-display:hover {
    border-color:#a3bbd6;
    background-color:#a3bbd6;
}
div.authorlist div.hover h2 a {
    color:#fff;
}
div.authorlist h2 {
    font-size:12px;
    padding:0px 4px;
    font-weight:normal;
    margin:0px;
    line-height:normal;
}
div.authorlist a {
    display:block;
    color:#000;
    text-decoration:none;
}
textarea.commentbox {
    height:120px;
}
#inline-media-manager {
    border:4px solid #eee;
}
iframe {
    width:900px;
    height:400px;
}

div.like a {
    min-width:20px;
}
div.like span.liked {
    background-color:#fee;
}
div.like span.disliked {
    background-color:#eef;
}
div#user-controls {
    text-align:right;
    border-bottom:1px solid #ddd;
}
a.size1 {
    font-size:10px;
}
a.size2 {
    font-size:12px;
}
a.size3 {
    font-size:15px;
}
div#size-control {
    display:inline-block;
    border-right:1px solid #ddd;
    padding-right:5px;
}
div#help-control {
    display:inline-block;
}
div#header2 {
    padding:10px 0px;
}
div#sidebar {
    width:140px;
    float:right;
    padding-left:0px;
    border-left:1px solid #cfcde9;
    height:100%;
    margin-top:20px;
    background-color:#f1f4f8;
}
div#sidebar h3 {
    background-color:#a3bbd6;
    padding:2px 10px;
    color:#fff;
    margin:0px 0px 10px 0px;
}
div#content {
    margin-right:160px;
    clear:none;
}
div.action-user-list ul {
    list-style:none;
    padding:0px;
    margin:0px;
    padding-bottom:30px;
}
div.action-user-list li {
    padding-left:10px;
}
div#content > div.help, div.help {
    background-color:#eeeef0;
    margin:5px 0px;
    padding:3px 5px;
    border-top:1px solid #3d86ad;
    border-bottom:1px solid #3d86ad;
    color:#26547c;
    font-weight:bold;
}
.form-row label, .form-row-select label{
    display:inline-block;
    width:250px;
    text-align:right;
    font-size:14px;
    margin-right:10px;
}
.form-row input[type=text], .form-row input[type=password] {
    border:1px solid #3b3737;
    display:inline-block;
    padding:4px;
    font-size:14px;
    width:400px;
}
body.mceContentBody {
    padding:14px;
}
ul.search-result {
    padding:0px;
    margin:0px;
    list-style:none;
}
.search-result li {
    margin:5px 0px;
    padding:4px;
}
.search-result a:hover {
    text-decoration:none;
}
.search-result li:hover {
    background-color:#cfdce9;
    cursor:pointer;
}
form.search input[type=submit] {
    margin-left:267px;
}
div.likes0, div.likes1, div.likes2, div.likes3, div.likes4, div.likes5, div.likes-1, div.likes-2, div.likes-3, div.likes-4, div.likes-5 {
    font-size:14px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    border:1px solid #3d86ad;
    background-color:#ccc;
    width:40px;
    margin:0px;
    padding:4px 8px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position:center center;
}
div.likes0 {
    background-image:url(/xca/icns/like0.png);
}
div.likes1 {
    background-image:url(/xca/icns/like1.png);
}
div.likes2 {
    background-image:url(/xca/icns/like2.png);
}
div.likes3 {
    background-image:url(/xca/icns/like3.png);
}
div.likes4 {
    background-image:url(/xca/icns/like4.png);
}
div.likes5 {
    background-image:url(/xca/icns/like5.png);
}
div.likes-1 {
    background-image:url(/xca/icns/like-1.png);
}
div.likes-2 {
    background-image:url(/xca/icns/like-2.png);
}
div.likes-3 {
    background-image:url(/xca/icns/like-3.png);
}
div.likes-4 {
    background-image:url(/xca/icns/like-4.png);
}
div.likes-5 {
    background-image:url(/xca/icns/like-5.png);
}
div.like a {
    display:inline-block;
    margin:0px;
}
div.like {
    padding:4px 0px;
}
div#applet {
    margin-top:20px;
}
div.form-row-radio label {
    display:inline;
}
div.form-row-radio {
    padding-left:270px;
}
form.mystuff div.form-row-footer, form.login div.form-row-footer {
    text-align:right;
    padding-right:2px;
}
div.delete-notification-checkbox {
    margin-top:5px;
    color:#999;
}
div.profile-user-images {
    float:right;
}
div.profile-user-images .avatar_180x180, div.profile-user-images .image_180x180 {
    display:inline;
}

form.notifications {
    border:none;
    padding:0px;
    display:block;
}
.page-display-first-para a {
    text-decoration:underline;
}