/*
Theme Name: TCCMentor
Author: Morgan Kay, modified Ron Smith, Ted Del Toro, Brian Hyder
Author URI: http://wpalchemists.com
*/

@import "css/reset.css";
@import "editor-style.css";



/* GENERAL */
/* ----------------------------------------- */

body {
min-width: 770px;
}
b {
font-weight: bold;
}

#content {
position: relative;
margin: 20px 25px 20px 15px;
}

#content nav {
margin-bottom: 25px;
}

#content h1 a {
text-decoration: none;
/*display: none;*/
}

/* HEADER */
/* ----------------------------------------- */

#top h1 a {
display: block;
height: 39px;
width: 312px;
background: url('images/header_logo.gif') no-repeat;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
position: relative;
top: 0px;
left: 0px;
}

#top h2 {
display: block;
height: 39px;
width: 198px;
font-style: italic;
font-weight: bold;
font-size: 12px;
line-height: 1;
margin: 7px 0 0 0;
/* background: url('images/header_middle_logo.png') no-repeat; */
/* text-indent: 100%; */
overflow: hidden;
position: relative;
top: -39px;
left: 312px;
}

#top {
height: 39px;
/*background-image:url('images/header_background.gif');*/
}


/* NAVIGATION */
/* ----------------------------------------- */

#main nav {
display: none;
}


/* BLOG */
/* ----------------------------------------- */

header p.date {
color: #333333;
font-size: 18px;
line-height: 22px;
font-weight: bold;
border-bottom: 1px solid #999;
margin-top: 5px;
margin-bottom: 10px;
}

header h2 {
margin-bottom: 10px;
}
#content {
 max-width: 1400px;
}

#content header h2 a {
text-decoration: none;
font-weight: bold;
color: #333333;
font-size: 14pt;
}

#content blockquote {
font-style: normal;
background-color: #ECF0FF;
padding: 5px;
margin-bottom: 10px;
margin-left: 30px;
font-size: 12pt;
}

#content article p {
font-size: 12pt;
line-height: 1.25em;
}
#content footer {
font-size: 10pt;
margin-top: 25px;
margin-bottom: 20px;
}

#content footer p {
margin-bottom: 0px;
font-size: 10pt;
}

article header h2 {
text-decoration: underline;
/*font-size: 131.25%;*/
}

article img {
    max-width: 100%;
    height: auto;
}

/* SIDEBAR */
/* ----------------------------------------- */

#main {
margin-left: 285px;
margin-top: 10px;
}

aside {
width: 250px;
position: absolute;
top: 0;
left: 0;
}

aside div.widget_black_studio_tinymce {
margin-bottom: 25px;
}

.textwidget a.blogger-name
{ font-size: 12pt; }










aside div.widget_black_studio_tinymce h3, aside h3 {
font-size: 1.3em;
text-transform: uppercase;
letter-spacing: .3em;
color: #660;
line-height: 1.25em;
letter-spacing: 0px;
font-weight: bold;
text-transform: none;
margin-top: 5px;
margin-bottom: 20px;
}
aside h3 a {
text-decoration: none !important;
color: #000 !important;
}

aside div.widget_black_studio_tinymce h5 a {

font-size: 13px;
}

aside p, aside div.widget_black_studio_tinymce p {
font-size: 10px;



}

/*aside h3 {
font-size: 13px;
letter-spacing:3px;
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 0px;
font-weight: normal;
color: #666600;
}*/


div.widget_search {
margin-top: 20px;
}

#searchform .screen-reader-text {
display: none;
}

#searchsubmit {
display: block;
margin-bottom: 20px;
margin-top: 0px;
}

input#s {
width: 175px
}

div.subscribe {
font-size: 10px;
line-height: 10px;
margin-bottom: 20px;
}

div.s2_form_widget h3 {
display: none;
}

div.subscribe p label {
display: none;
}

div.subscribe p {
margin: 0px;
}

div.subscribe form {
margin-top: -10px;
}

div.subscribe input {
width: 200px;
}

div.subscribe input[name='subscribe'] {
width: 75px;
}

.textwidget a {
font-size: 12px;

text-decoration: underline;
margin-bottom: 15px;
}

aside .textwidget p {
font-size: 10px;
line-height: 1.25em;
margin-bottom: 5px;
}

aside .textwidget h5 {
font-size: 13px;
font-weight: normal;
}

aside ul li {
color: #09248d;
font-size: 10px;
line-height: 1.25em;
text-decoration: none;
list-style-type: none;
margin-left: 0px;
}
aside ul li a {
line-height: 1.25em;
}

aside .widget_archive {
margin-bottom: 20px;
margin-top: 20px;
}

aside .widget_archive a {
text-decoration: none;
}


.blogger-name
{ font-size: 12pt; }


/* FOOTER */
/* ----------------------------------------- */

#bottom {
	clear: both;
}


/* MEDIA QUERIES */
@media only screen and (max-width: 860px) {
  aside {
    display: none;
  }
  #main {
	  margin-left: 0;
  }
}


@media only screen and (max-width: 375px) {
  #content article p {
	  overflow-wrap: break-word;
  }
}