/**** The Grid ****/

.container_12,.container_16{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;margin-left:10px;margin-right:10px}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_16 .prefix_1{padding-left:60px}.container_16 .prefix_2{padding-left:120px}.container_16 .prefix_3{padding-left:180px}.container_16 .prefix_5{padding-left:300px}.container_16 .prefix_6{padding-left:360px}.container_16 .prefix_7{padding-left:420px}.container_16 .prefix_9{padding-left:540px}.container_16 .prefix_10{padding-left:600px}.container_16 .prefix_11{padding-left:660px}.container_16 .prefix_13{padding-left:780px}.container_16 .prefix_14{padding-left:840px}.container_16 .prefix_15{padding-left:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_16 .suffix_1{padding-right:60px}.container_16 .suffix_2{padding-right:120px}.container_16 .suffix_3{padding-right:180px}.container_16 .suffix_5{padding-right:300px}.container_16 .suffix_6{padding-right:360px}.container_16 .suffix_7{padding-right:420px}.container_16 .suffix_9{padding-right:540px}.container_16 .suffix_10{padding-right:600px}.container_16 .suffix_11{padding-right:660px}.container_16 .suffix_13{padding-right:780px}.container_16 .suffix_14{padding-right:840px}.container_16 .suffix_15{padding-right:900px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}


/** reset **/

* {
    margin: 0;
    padding: 0;
}

div.clear
{
height: 1%;
clear: both;
content: ".";
height: 0;
visibility: hidden
}


a {color: #6d1f21; text-decoration: none;}

a:hover {text-decoration: underline;}

/* Links in h2 elements are white. */
h2 a {color: #fff; text-decoration: none;}

/* Same with underline decoration. */
h2 a:hover {text-decoration: underline;}

/***** structure ****/

body {
    background: #0f323a;
    
    font-family: "Helvetica Neue", helvetica, sans-serif;
}


#wrapper {
    background: #175869;
}

#header {
    background: #0f323a;
    width: 960px;
    margin: 0;
    padding: 10px;
}

#content {
    margin: 20px 0px 0 20px;
}

#sidebar {
    margin-top: 60px;
    margin-left: 0px;
    width: 220px;
}

#footer {
    height: 100px;
    margin: 0;
    width: 960px;
}


/**** header ****/

#header h1 {
    display: none;
}

#menu {
    margin: 10px 0 0 0;
}

#menu ul li {
    display: inline;
    margin-right: 40px;
    font-size: 14px;
    font-weight: bold;
}

#menu ul li a {
    color: #fff;
    text-decoration: none;
    }

#menu ul li a:hover {
    color: #2dc3ea;
}


#header img {
    border: none;
}

#login {
    float: right;
    margin-right: 10px;
}

#login a.logout {
    padding: 0;
}

.logged {
    width:200px;
}

#login p {
    margin:5px 0;
}

#login div p {
    color:#d7dcd8;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
}

#login a {
    padding: 5px 10px;
    color: #408392;
    text-decoration: none;
}

#login a:hover {
    color: #fff;
    }
    
#login a.profileLink {
    padding: 0px;
    color:#d7dcd8;
}

#login a.profileLink:hover {
    color: #fff;
}
    
#login p {
    color:#408392;
    font-size: 12px;
    font-weight: bold;
}

#login img {
float:left;
margin-right:30px;
}



#search {
    float: right;
    margin-top: -22px;
    margin-right: 10px;
    background: none transparent scroll repeat 0% 0%;
    background-image: url(../images/common/sprites.png);
    background-repeat: no-repeat;
    background-position: 0px -84px;
    width: 212px;
    height: 23px;
}

#searchbox {
    border: 1px #fff solid;
    color:#939598;
    font-size:14px;
    line-height: 10px;
    margin:2px 0 0 30px;
    width: 170px;
    }




/*** content area (left) ***/

#content p, #content blockquote, #content form{
    font-size: 14px;
    margin: 10px 0;
}


blockquote {
    padding: 0 60px;
    color: #636466;
}

/** lists **/
#content ul {
    margin-left: 70px;
    margin-bottom: 10px;
    
}

#content li {
    margin-bottom: 3px;
    font-size: 14px;
    list-style-image: url(../images/common/bullet.png);
}


#content h2 {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    width: 690px;
}

.whitebox img {
/*	border: 12px solid #d7dcd8; */
    border: 0px;
    margin: 0px /* 10px 10px */;
    max-width: 100%;
}

.whitebox img.noborder {
    border: none;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
}

.whitebox .meta img {
    border: none;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    }

.map img {
    border: none;
    margin:0 5px;
}



#content h3 {
    margin-bottom: 0;
    }
    
#content h3.more {
    margin: -10px 0 0 0;
    text-align: right;
    }	
    
#content h3 a {color: #0f323a;}
#content h3 a:hover {color: #6d1f21;}

#content h3.more a {text-decoration: none;}
#content h3.more a:hover {color: #6d1f21;}


/** rounded corners **/


.roundedcornr_box {
   background: #ffffff;
}

.roundedcornr_top {
   background: url(../images/common/white-ne.gif) no-repeat top right;
}

.roundedcornr_top div {
   background: url(../images/common/sprites.png) no-repeat;
   background-position: -90px -107px;
   overflow: hidden;
   width: 15px;
   height: 15px;
}

.roundedcornr_bottom {
   background: url(../images/common/white-se.gif) no-repeat bottom right;
}

.roundedcornr_bottom div {
   background: url(../images/common/sprites.png) no-repeat;
   background-position: -105px -107px;
   overflow: hidden;
   width: 15px;
   height: 15px;
}

.roundedcornr_top, .roundedcornr_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 15px;
    padding: 0px; }
    
    
    
/* grayboxes */


.roundedcornr_box_gray {
   background: #ffffff;
    margin-bottom: 15px;
}

.roundedcornr_top_gray {
   background: url(../images/common/gray-ne.gif) no-repeat top right;
}

.roundedcornr_top_gray div {
   background: url(../images/common/sprites.png) no-repeat;
   background-position: -150px -107px;
   overflow: hidden;
   width: 15px;
   height: 15px;
}

.roundedcornr_bottom_gray {
   background: url(../images/common/gray-se.gif) no-repeat bottom right;
}

.roundedcornr_bottom_gray div {
   background: url(../images/common/sprites.png) no-repeat;
   background-position: -165px -107px;
   overflow: hidden;
   width: 15px;
   height: 15px;
}

.roundedcornr_top_gray, .roundedcornr_bottom_gray {
   width: 100%;
   height: 15px;
   font-size: 1px;
}



/* blue add box */

.roundedcornr_box_blue {
   background: #2fc4ea;
   margin-bottom: 15px;
   padding: 0;
}

.roundedcornr_top_blue div {
   background: url(../images/common/sprites.png) no-repeat;
   background-position: -30px -107px;
   overflow: hidden;
   width: 15px;
   height: 15px;
}

.roundedcornr_top_blue {
   background: url(../images/common/blue-ne.gif) no-repeat top right;
}

.roundedcornr_bottom_blue div {
   background: url(../images/common/sprites.png) no-repeat;
   background-position: -45px -107px;
   overflow: hidden;
   width: 15px;
   height: 15px;
}

.roundedcornr_bottom_blue {
   background: url(../images/common/blue-se.gif) no-repeat bottom right;
}

.roundedcornr_top_blue, .roundedcornr_bottom_blue {
   width: 100%;
   height: 15px;
   font-size: 1px;
}

.whitebox {
    margin-bottom: 30px;
    width: 680px;
    position: relative;
    z-index: 2;
}

.responses {
    margin-top: -15px;
}

#content .whitebox p {
    margin-top: 0;
}

.whitebox a {
    font-weight: bold;
}



.vote-list {
    float: left;
    text-align: center;
    background: #64a5b4;
    color: #fff;
    width: 60px;
    padding:10px;
    
}

.vote-list .vote-number {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
}

.on {background: #418393;}

.excerpt {
    float: left;
    margin-left: 10px;
    width: 500px;
}




#content hr {
    background: #000;
    height: 1px;
    border: 0;
    margin: 5px 0 20px 0;
}


.tags {
    background: url(../images/common/tag.png) no-repeat left top;
    padding-left: 25px;
    font-weight: normal; 
    font-size: 14px;
    line-height: 14px;
    min-height: 28px;
}

.excerpt .tags {
    width:335px;
}

.tags a:hover, .author a:hover {
    text-decoration: underline; 
}


.author {
    color: #939598;
    font-size: 14px;
    font-weight: bold;
    margin: -20px -40px 0 0;
    text-align: right;
}


.meta {
    background: #d5e6e9;
    padding: 15px;
    height: 75px;
}


.meta img {
    border: none;
    margin: 0;
}


#content .meta p {
    color:#636466;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.vote, .fave, .check {
    width: 50px;
    background: #fff;
    text-align: center;
    padding:5px 0;
    float: left;
    margin-right: 12px;
    height: 65px;
}

.fave {
    padding-top:12px;
    height: 59px;
}

.check {
    min-height: 66px;
    }

.check img {
    padding-top:15px;
}

.actions {
    width: /*225px */ 270px ;
    background: #fff;
    padding:10px;
    float: left;
    margin-right: 12px;
    
}

p.number {
    line-height: 20px;
    margin: 1px 0 5px 0 !important;
}

.actions p a, .actions .actionables a{
    display: block;
    color: #3e8494;
    font-size: 12px;
    float: left;
    margin-right: 17px;
    margin-top: 23px;
}

.actions .actionables a {
    margin: 0;
    margin-right: 17px;
}

.actions .actionables {
    margin: 12px auto;
    width: 235px;
    clear: left;
}

.actions .response {
    margin: 23px auto 12px;
}


.author-d {
    width: 173px /* 145px */;
    background: #fff;
    padding:5px 10px;
    float: left;
    
}

.author-d p {
    color: #0f323a;
    font-size: 12px !important;
}

.author-d img {
    float: left;
    margin-right: 10px;
}

.author-d div {
    margin-top: 2px;
    margin-left: 0px /*10px*/;
}

.author-d div p {
    font-size: 14px !important;
    color: #636466;
    font-weight: bold;
    padding-top: 0px /*5px*/ ;
}

.rss {
    background: url(../images/common/rss.png) no-repeat left;
    padding-left: 19px;
    
}

.flag {
    background: url(../images/common/flag.png) no-repeat left;
    padding-left: 17px;
}

.edit {
    background: url(../images/common/edit.png) no-repeat left;
    padding-left: 17px;
}

.link {
    background: url(../images/common/link.png) no-repeat left;
    padding-left: 17px;
}

.delete {
    background: url(../images/common/delete.png) no-repeat left;
    padding-left: 17px;
    margin-right: 0 !important;
}

a.un {
    background-color: #6D1F21;
}

.toggleComments {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}


hr.commentDivider {
    background: #418293 !important;
}


/** sorting tabs **/

#sort {
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin: -40px 0 0 0;
    width:315px;
    height:50px;
}

.sort4 {
    width: 405px !important;
}

#sort p {
    margin-top: 10px;
    width:60px;
}

#sort div#tabs {
    margin: -30px 0 0 60px;
    position: relative;
    z-index: 1;
}

#sort div.tab {
    float: left;
margin-bottom:15px;
height:50px;
}

#sort div.tabby {
}


#sort div.tab a {
    display: block;
    background: #d7dcd8;
    padding:0;
    color:#408292;
    margin-top: -7px;	
}

#sort div.tab a:hover {
    text-decoration: underline;
    }


#sort div.tab a.selected {
    background: #fff;
    text-decoration: none;
    }

/*** forms ****/


form#comment {
    margin: 20px 0 0 0;
}


#submit {
    float: right;
    margin: 5px 0 0 0;
}


form#respond textarea {
    width:100%;
    height: 300px;
}



/**** models styles ****/

.modellist {
    background: #d5e6e9;
    padding: 10px 20px;
    margin:15px 0;
}

.models .excerpt {
    width: 450px;
    padding-bottom: 20px;
}

.models .excerpt h3 {
    
    min-height: 65px;
}

.models .vote-list {
    width: 32px;
    font-size: 14px;
    padding: 15px 10px;
}

.models .author {
    margin: -20px -70px 0 0;
    margin-top:0px;
    float: right;
}

.models .vote-list .vote-number {
    font-size: 24px;
}

.models .tags {
    float: left;
    width: 300px;
}

.models h2 span {
    font-size: 14px;
    font-weight: normal;
}

.models h4 {
    text-align: center;
    color: #6d1f21;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
}

/** pagination **/

#pagination {
    width: 680px;
    height: 50px;
    margin: 0;
    text-align: center;
}



#pagination div#numbers {
    margin: 0 auto;
}


#pagination span {
    font-weight: bold;
    color: #666;
}

#pagination span.off {
    padding: 0 15px;
    }

#pagination a {
    padding: 0 15px;
    color: #2DC3EA;
}

#pagination a:hover {
    text-decoration: none;
    background: #418393;
    }


#numbers img {border: 0;}

.prev, .prev-start, .next, .next-stop {
    display: inline;
    
}

.prev a, .prev-start a, .next a, .next-stop a {
    padding:0 5px !important;
}

.no {
    padding: 0 5px;
}

#pagination span.invalidPage {
    padding: 0 15px;
    color: #6F999F;
}

#pagination a.off {
    color: #6F999F;
}

/*** sideabr ***/


.advert {
    margin: 0;
    padding: 0 5px;
    border: none;
}

img.advert { margin-top: 15px;}

.advert p {
    text-align: center;
    color: #939598;
    text-transform: lowercase;
    }

#sidebar h4 {
    color: #6d1f21;
    font-size: 18px;
}

.graybox, .bluebox a{
    background: #d7dcd8;
}

.graybox a {color: #0f323a; text-decoration: none; font-weight: bold; font-size: 14px;}
.graybox a:hover {color: #6d1f21;}

.graybox ul {margin: 5px 0; margin-bottom: -5px;}

.graybox ul li {
    list-style-type: none;
    margin: 0 0 10px 20px;
}


.bluebox a {
    background: #2fc4ea;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin:-2px 0 -5px;
    padding-bottom: 7px;
}

.bluebox a:hover {
    text-decoration: underline;
    }

.bluebox a span {
    font-size: 22px;
}


/** footer **/

#footer {
    background: #0f323a;
}

#sub {
    margin: 20px 0 0 10px;
}


#sub ul li {
    display: inline;
    margin-right: 40px;
    font-size: 12px;
    font-weight: bold;
}

#sub ul li a {
    color: #6f999f;
    text-decoration: none;
    }

#sub ul li a:hover {
    color: #fff;
}

#copyright {
    float: right;
    margin-top: -15px;
    font-size: 12px;
    color: #2dc3ea;
}

/* Added by Nicholas Paldino. */

/* Actionable items. */
.actionable
{
    cursor: pointer;
}

/* Table styles */
table
{
    border: solid 0px;
}

/* Input styles */
input[type="text"] 
{ 
    border: solid 1px #818185 /* #2fc4ea */;
}

/* For the Twitter plugin. */
/* Disable rounded corners. */
.twtr-widget div
{
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/* Use font family of page. */
.twtr-tweets
{
    font-family: "Helvetica Neue", helvetica, sans-serif;
}

/* Use Twitter's weight/size for links in body and footer. */
.twtr-tweets a	
{
    font-weight: normal; 
    font-size: 12px;
}

.twtr-ft a
{
    font-weight: normal; 
    font-size: 12px;
}

/* An item that is deleted. */
.oa-deleted
{
    background-color: #e3d9d9;
}

/* For the events map.  Needed to null out the styles */
/* defined for img tags in the map and whitebox class. */
.oa-eventListingMap img 
{
    border: none 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0px 0px 0px 0px;
    max-width: none;
}

/* For the input error. */
.oa-forms-inputErrorContainer
{
    width: 100%;
}

.oa-forms-inputErrorContainer label
{
    border: solid 1px #cd0a0a;
    background-color: #efa9ae;
    color: #cd0a0a;
    width: 100%;
}

/* For html input textareas. */
textarea.oa-forms-htmlInput
{
    max-width: 100%;
    width: 100%;
}

/* For non-html input. */
textarea.oa-forms-nonHtmlInput
{
    max-width: 100%;
    width: 100%;
    font-family: "Helvetica Neue", helvetica, sans-serif;
}

/* For textboxes. */
input[type=text].oa-forms-textInput
{
    width: 100%;
    padding: 1px 0px 1px 0px;
}

/* Items with accepted replies. */
.acceptedReply
{
    color: #e1e818;
}

/* Fix the horizontal rule for user-generated content. */
#content .oa-model-iBase hr
{
    margin: 0px;
}

/* Table styles inside user content. */
#content .oa-model-iBase table
{
    border: solid 1px;
    border-spacing: 0px;
}

/* Table styles inside user content. */
#content .oa-model-iBase td
{
    border: solid 1px;
    padding: 2px;	
    border-spacing: 0px;
}

/* Table styles inside user content which is to be invisible. */
#content .oa-model-iBase table.invisible
{
    border: solid 0px;
}

/* Table styles inside user content which is to be invisible. */
#content .oa-model-iBase table.invisible td
{
    border: solid 0px;
}

/* Event listing start time. */
.eventStartTime
{
    font-size: 14px;
    margin: 5px 0px 5px;
}

/* For the div that contains the reply and vote data. */
.voteReplyData
{
    float: left;
}

/* Reply data */
.replyData
{
    clear: left;
    font-size: 12px;
    text-align: center;
}

/* Auto-embeds are centered. */
.autoEmbed
{
    text-align: center;
}

.relatedItems A
{
    font-family: Arial, Liberation Sans, DejaVu Sans, sans-serif;
    font-size: 12px;
}

.relatedItems DIV
{
    margin-bottom: 8px;
}

.relatedItems DIV:first-child
{
    margin-top: 8px;
}

.listContainerItem
{
    font-weight: bold; 
    font-size: 12px; 
    padding-left: 3px; 
    padding-top: 3px; 
    padding-bottom: 3px; 
    color: #ffffff;
}

.questionListContainerItem
{
    background-color: #aeb404; 
}

.noteListContainerItem
{
    background-color: #df7401; 
}

.podcastListContainerItem
{
    background-color: #b404ae
}

.podcastEpisodeListContainerItem
{
    background-color: #088a85
}

.eventListContainerItem
{
    background-color: #08088a
}

.commentHover
{
    background-color: #fafafa
}

.socialMedia
{
    margin-top: 5px;
}

/* For comment links, since they don't have a link associated with them already. */
.addCommentLink
{
    cursor: pointer;
}
.showCommentsLink
{
    cursor: pointer;
}
.showAndAddCommentsLink
{
    cursor: pointer;
}

/* Comments indicator should have a smaller font. */
.commentCharactersIndicator
{
    font-size: 10px;
}

/* Same with the note to add a comment. */
.addCommentNote
{
    font-size: 10px;
}

/* Indicates that a comment is deletable. */
.deletableComment
{
   background: url(../images/common/sprites.png) no-repeat -180px -107px;
   width: 12px;
   height: 12px;
   display: inline-block;
   visibility: hidden;
}

/* Indicates that a comment is deletable. */
.deleteComment
{
   background: url(../images/common/sprites.png) no-repeat -192px -107px;
   width: 12px;
   height: 12px;
   display: inline-block;
}

/* Named model summary. */
.namedModelSummary
{
    /* Font size is small. */
    font-size: small;
    font-weight: bold;
}

/* Change the link color. */
.namedModelSummary A
{
    color: #555;
}

/* The votes box on the named model summary. */
.namedModelSummaryVotes
{
    height: 20px;
    width: 20px;
    background-color: #eee;
    padding: 5px;
    float: left;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 3px;
    margin-right: 5px;
}

/* The votes box on the named model summary for an answer that was accepted. */
.namedModelSummaryVotesAccepted
{
    background-color: #75845c;
}

/* The votes box on the named model summary for an answer that was accepted. */
.namedModelSummaryVotesAccepted A
{
    color: #e1e818;
    text-decoration: none;
}

