body {
    margin: 0;
    font: 12px/1.7em 'Open Sans', arial, sans-serif;
    background: #DDD url(/images/bg.png) repeat 0 0;
    /*background: url(/images/texture.png) 0 0 repeat fixed, url(/images/notes2.jpg) 50% 50% no-repeat fixed, #fff;   */
}

@media screen and (max-width: 1124px) {
    .container {
        max-width: none !important;
        width: 970px;
    }
}

h2 {
    font-size: 20px;
    color: #404040;
    font-family: Calibri;
    font-weight: normal; 
}

.pagedetail h1.title {
    font-size: 25px;
    margin: 20px 0;
}

.pagedetail .text {
    font-size: 17px;
    line-height: 140%;
}

h2.photos, h2.right, h2.blog, h2.diff, h2.music, h2.tolearners {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    background-color: #BF689F;
}


h2.right {
    background-color: #6CB44D;
}

h2.blog {
    background-color: #6A6D9E;
}

h2.diff {
    background-color: #E87285;
}

h2.music {
    background-color: #D5005C;
}

h2.tolearners {
    background-color: #009FB5;
}

a.underlined {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.wrapper {
	    background-color: #FFF;
    padding: 0 50px;
    border-top: 12px solid #F90;
}

.wrapper.wrnews {
    padding: 0 50px;
    border-top: 12px solid #6A6D9E;
}

.wrapper.wrphotos {
    border-top: 12px solid #BF689F;
}

.wrapper.wrposts {
    border-top: 12px solid #6A6D9E;
}

.wrapper.wraudio {
    border-top: 12px solid #D5005C;
}

.wrapper.wrlearners {
    border-top: 12px solid #009FB5;
}

.container {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}

.logo {
    margin-top: 15px;
}

#header {
    position: relative;
    padding: 20px 0;
}

#header h1 {
    overflow: hidden;
    width: 250px;
    height: 100px;
    margin: 0;
    line-height: 600px;
    background: url(/images/logo_new.png) no-repeat 0 0;
}

.author {
    position: relative;
}

#header .info {
    position: absolute;
    left: 80px;
    top: 0;
}

#header .info h4 {
    font-size: 13px;
    margin-top: 0;
    font-family: Calibri;
}

.banner {
    margin-top: 10px;
}

.author {
    margin-top: 10px;
}

#nav {
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 10px 0;
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
}

#nav a:hover {
    text-decoration: underline;
}

.main-nav {
    padding: 0;
    margin: 0;
}

.main-nav li {
    position: relative;
    top: -1px;
    float: left;
    padding: 0 25px 0 0;
    margin: 0;
    list-style: none;  
}

.main-nav li a {
    position: relative;
    top: 0;
    display: block;
    color: #111;
    text-transform: uppercase;
    border-top: 1px solid transparent;
    font-size: 16px;
    font-family: Calibri;
    font-weight: 600;
}

.main-nav.right li a {
    font-weight: 500;
}

.main-nav li.active a {
    color: #222;
    /*border-top-color: #F90;
    padding-top: 12px;
    border-top-width: 4px;*/
}

/*
.main-nav li.active.actphotos a {
    border-top-color: #BF689F;
}

.main-nav li.active.actposts a {
    border-top-color: #6A6D9E;
}

.main-nav li.active.actmusic a {
    border-top-color: #D5005C;
}

.main-nav li.active.actlearners a {
    border-top-color: #009FB5;
}
*/

.navbar {
	margin: 0 0 20px 0;
}

.navbar li a {
	font-size: 15px;
}

.navbar-inner {
	padding-left: 0;
	padding-right: 0;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}

.carousel .item {
  height: 450px;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 450px;
}

.carousel-caption {
  background-color: #FF8040;
  position: static;
  max-width: 200px;
  padding: 10px;
  margin-top: 30%;
}
.carousel-caption h1 {
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    font-family: Calibri;
}
.carousel-caption .btn {
  margin-top: 10px;
}

.about {
    text-align: center;
}

.about h1 {
    padding: 0 80px;
    color: #777;
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.75em;
    font-family: Calibri;
}

hr.divider {
    margin-bottom: 0;
}

.photos {
    margin-left: 0 !important;
}

.photos .item, .right .item {
    margin-bottom: 20px;
}

span.slash {
    padding-right: 10px;
    color: #df8600;
}

.item h3 {
    font-size: 22px;
    font-family: Calibri;
    font-weight: normal;
}

.item img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.item p {
    margin: 10px 0 10px 0;
}

.main .blog .item {
    margin-top: 35px;
}

.main .blog .item.first {
    margin-top: 0px;
    background-color: #eee;
    padding: 20px;
}

.main .blog .item:hover {
    background-color: #fffef7;
}

.main .blog .item .line {
    height: 1px;
    background-color: #e0e0e0;
    width: 95%;
    margin: 20px 0;
}

.main .blog .item .image {
    width: 200px;
    float: left;
    margin-right: 20px;
}

.main .blog .item .image img {
    border: 1px solid silver;
    width: 200px;
}

.main .blog .item .entry .title a{
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid black;
    line-height: 140%;
}

.main .blog .item .entry .text {
    padding-right: 10px;
}

.main .blog .item .entry .text p {
    font-size: 13px;
    line-height: 140%;
}

.main .blog .item .entry .text a {
    border-bottom: 1px solid #b2ccf0;
}

.main span.date {
    font-size: 12px;
    color: #aeaeae;
    display: block;
    margin-top: 10px;
}

p.params.tags a {
    font-size: 13px;
    color: gray;
    border-bottom: 1px solid #DEDEDE;
    text-decoration: none;
}

p.params.tags a:hover {
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #7A7A7A;
}


p.params {
    font-size: 13px;
    color: #444;
}

.list hr {
    margin: 10px 0;
}

.list a {
    font-size: 20px;
    color: #444;
    text-decoration: underline;
    font-family: Calibri;
    padding-right: 10px;
}

.list.lastcomments span.unreg {
    font-size: 11px;
    color: #444;
    display: block;
}

.list.lastcomments span.reg {
    font-size: 11px;
    color: #08c;
    display: block;
}

.list.lastcomments a {
    font-size: 14px;
}

.list.lastcomments a.login {
    color: #08c;
    font-size: 12px;
    display: table-row;
    text-decoration: none;
}

.list.lastcomments a.login:hover, .list.lastcomments a.login:focus {
    color: #005580;
    text-decoration: underline;
}

.detail iframe {
    width: 90%;
}

.detail img.preview {
    width: 100%;
}

.detail h2.title {
    margin: 30px 0;
    font-size: 35px;
    line-height: 100%;
}

.detail .cnt {
    padding: 0 30px 0 0;
    margin: 20px 0 30px 0;
    font-size: 16px;
    line-height: 150%;
}

.nomargin {
    margin-left: 0 !important;
}

.near {
    margin: 30px 0;
    border-top: 1px silver dashed;
    border-bottom: 1px silver dashed;
    padding: 20px 0 15px 0;
}

.near a {
    font-size: 20px;
}

.near .next {
    text-align: right;
    position: relative;
    right: 30px;
}

#comments textarea {
    width: 60%;
    height: 100px;
}

#comments input#Comments_verifyCode {
    width: 10%;
}

div.editor div.progressbar{display:none;height:3px;background:#C4C4C4;padding:0px;}
div.editor div.progressbar .scrollbar{display:block;width:50%;height:3px;background:red;}
div.editor #editor{max-height:300px;height:250px;background-color:white;border-collapse:separate;border:1px solid rgb(204, 204, 204);padding:4px;box-sizing:content-box;-webkit-box-shadow:rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;box-shadow:rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;overflow-x:hidden;overflow-Y:scroll;outline:none;}
div.editor #editor img{max-width:480px;}
div.editor #editor::-webkit-scrollbar{width:5px;height:5px;overflow:visible;}
div.editor #editor::-webkit-scrollbar-thumb{background-color:rgba(0, 0, 0, .2);min-height:25px;box-shadow:inset 1px 1px 0 rgba(0, 0, 0, .1),inset 0 -1px 0 rgba(0, 0, 0, .07);}
div.editor #editor::-webkit-scrollbar-thumb:hover{background-color:rgba(0, 0, 0, .3);}
div.editor #editor::-webkit-scrollbar-track{background-color:#dddddd;border:solid transparent;}
div.editor #editor::-webkit-scrollbar-track:hover{background-color:#cccccc;}
div.editor #editor::-webkit-scrollbar-corner{background:transparent;}
div.editor #editor::-webkit-scrollbar-button{height:0px;width:0px;}
div.editor #voiceBtn{width:11px;color:transparent;background-color:transparent;transform:scale(2.0, 2.0);-webkit-transform:scale(2.0, 2.0);-moz-transform:scale(2.0, 2.0);border:transparent;cursor:pointer;box-shadow:none;-webkit-box-shadow:none;padding:0px;margin-left:12px;margin-bottom:3px;}
div.editor div[data-role="editor-toolbar"]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
div.editor .dropdown-menu.input-append{padding:4px;}
div.editor .btn-toolbar{}
div.editor .btn-toolbar .btn-group .btn{padding:4px 9px;}
div.editor label.cross {display:inline;margin-left:7px;}
div.editor label.cross a{vertical-align:top;margin-top:7px;}

div.editor a.btn [class^="icon-"], div.editor [class*=" icon-"] {
    background-image: none;
}

.editor {
    margin: 20px 0;
}

.lbl {
    font-size: 17px;
}

.lbl a {
    color: #005580;
}

.lbl a:hover {
    color: #1a3961;
}

.lbl.noborder {
    border: none;
}

.lbl.heading {
    font-size: 23px;
    margin: 10px 0 20px 0;
}

legend {
    font-size: 17px;
}

.well {
    background-color: #F8F8F8;
}

.help-block {
    color: silver;
}

.save {
    margin-top: 40px;
}

input.error, textarea.error {
    border: 1px solid #CE3D2B !important;
}

span.error {
    color: #CE3D2B;
}

.controls {
    margin: 30px 0;
}

.controls a {
    margin-right: 10px;
}

.comment_item {
    padding: 5px 10px 20px 0;
    overflow: auto;
}

.user_icon {
    width: 48px;
    height: 48px;
    position: absolute;
}

.user_icon img {
    border: none;
    border-radius: 7px;
}

.item_container {
    padding-left: 70px;
}

.comment_item_top {
    float: left;
    color: #898989;
    margin: 2px 0 15px 0;
    font-size: 16px;
}

.comment_item_top a {
    font-size: 16px;
    border-bottom: 1px solid #b2ccf0;
}

.comment_item_top a:hover {
    text-decoration: none;
}


span.moderator {
    color: #379320;
}


.comment_date {
    font-size: 11px;
}

.comment_item_controls {
    float: right;
    margin: 5px 0 0 10px;
}

.admin_controls {
    margin-left: 12px;
}

.admin_controls img {
    margin: 0 3px 0 3px;
    vertical-align: middle;
}

.comment_item_content {
    line-height: 140%;
    font-size: 15px;
}

#comments h3 {
    font-size: 18px;
}

#comments h4 {
    margin-top: 30px;
    font-size: 17px;
}

.lb-container img {
    max-width: none;
}

.photo.detail .cnt div {
	display: inline-block;
}

.photo_holder {
	margin: 5px;
    width: 240px;
    height: 180px;
    display: inline-block;
    overflow: hidden;
}

.photo_holder img {
    width: 240px;
    min-height: 180px;
    display: inline-block;
    cursor: pointer;
}

.photos h3.year_list {
    font-size: 18px;
    background-color: #fafafa;
}

.photos h4.year {
    display: inline-block;
    margin-right: 30px;
}

.photos div.years {
    margin-bottom: 30px;
    text-align: center;
}

.photos div.years a {
    color: #444;
}

.learners .text, .posts .text, .photos .text, .entry .text  {
    font-size: 14px;
    line-height: 150%;
    margin: 20px 0;
}

.brc {
    background-color: #fdfdfd;
    padding: 20px 20px;
}

.active_tags {
    margin: 0 0 20px 0;
}

.active_tags a {
    font-size: 15px;
    border-bottom: 1px solid black;
    color: black;
}

.active_tags a.active {
    color: #c5c5c5;
    border: none;
}

a.green {
    color: #008040;
}

.list_table table{
	width: 100%;
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
}

.list_table table thead{
	background-color: #FBFBFB;
	padding: 5px;
}

.list_table table th{
	padding: 10px;
}

.list_table table tr.imp td{
	background-color: #FFE1E2;
}

.list_table table td{
	padding: 10px;
	border: 1px solid #e5e5e5;
}

.list_table table td a{
	font-size: 13px;
	color: #000;
}

.list_table table td a:hover{
	color: #E00000;
}

.actions {
    margin: 30px 0;
}

.unpublished {
    background-color: #FFFAE8;
    padding: 20px;
    border-radius: 6px;
}

.user {
    position: absolute;
    right: 0px;
    top: 15px;
    
}

img.prev {
max-width: 200px;
}

#footer {
    clear: both;
    padding: 20px 50px;
    margin: 5.5em -50px 0;
    color: #BBB;
    background: #222;
    border-top: 1px solid #111;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.block {
	margin: 20px 0;
}

.alert {
	margin: 20px 20px 0 0;
}

.audios .item, .learners .item, .photos .item {
	background: none !important;
	padding: 0 !important;
}

.audios .text, .learners .text, .photos .text {
	padding: 0 !important;
}

.entry {
    background: #fdfdfd;
    font-size: 12px;
    color: #444;
    margin-bottom: 30px;
    padding: 0; 
}

.entry.audio, .entry.learners, .entry.photos {
	background: none;
	padding: 0;
	margin: 0;
}

.entry.question {
    background: #FFF;
}

.entry.question a.title {
    display: block;
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    margin: 15px 10px 0 20px;
}

.entry.question span.author {
    position: relative;
    left: 20px;
    top: 5px;
}

.entry.question a.title:hover {
    color: #08C;
}

.entry.question .qcontent {
    width: 100%;
    position: relative;
    min-height: 90px;
}

.entry.question .general {
    position: absolute;
    top: 3px;
    left: 60px;
}

.user_question_icon {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20px;
	left: 15px;
}

.entry.question .bottom.loading {
    background-color: #eee;
    background-image: url('/images/loader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
.entry.question .bottom.loading * {
    opacity: .8;
}

.unpublished {
    background: #FFFAE8;
}

.entry.index .text p {
    line-height: 1.6em !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 12px !important;
    line-height: 170% !important;
    color: #444 !important;
    background: none !important;
}

.entry.index .text span {
    line-height: 1.6em !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 12px !important;
    line-height: 170% !important;
    color: #444 !important;
    background: none !important;
}

.entry img {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;   
    width: 100%; 
}

.entry .arrow {
    background: url(/images/arrow.png) no-repeat bottom;
    width: 27px;
    height: 14px;
    margin-top: -13px;
    margin-left: 30px;
    position: relative;
    z-index: 10;    
}

.entry h2 {
    font-size: 20px;
    line-height: 25px;
    color: #444;
    font-weight: 600;
    text-decoration: none;
    margin: 15px 15px 25px 18px;
    padding: 0;
    overflow: hidden;   
}

.entry h2 a {
    color: #444;  
    font-family: Calibri; 
}

.entry span.date {
    font-size: 11px;
}

.entry .text {
    margin: 0 0 10px 0;
    padding: 0 20px;
}

.entry .cw {
    margin: 0 0 20px 20px;
}

.entry .bottom {
    background-color: #f2f2f2;
    padding: 15px 10px;
}

.entry .bottom.question {
    background-color: #fafafa;
}

.entry .bottom .tags a span {
    margin: 0 3px 3px 0;
}

.tags .label-info {
    background-color: #6A6D9E;
}

.tags.top {
    margin-bottom: 10px;
}

.tags.top a  {
    display: inline-block;
    margin-bottom: 7px;
}

.tags.top a span {
    padding: 7px;
}

.category.label-info {
    background-color: green;
}

.tags.questions .category.label-info {
    background-color: #3a87ad;
}

.star.label-info {
    background-color: #3a87ad;
}

.entry .info p {
    line-height: 90%;
}

.entry .info .author {
    margin: 5px 0 0 10px;
}

.entry .info img {
    width: 50px !important;
}

.actions {
	margin: 20px;
}

a.dev {
	text-decoration: underline;
	color: #FFF;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}

.gsc-input {
	box-shadow: none !important;
}

.g_search .gsib_a {
    padding: 10px;
}

.gsc-input-box {
    height: auto !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: auto !important;
    height: auto !important;
}
/*
     */
/*
*/