/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom .clear {
    clear:both;
    height:0px;
    width:0px;
    padding:0;
    margin:0;
}


html {
    
}

body.custom {
    color:#303d33;
    background-color: #fcf7bc;
}

.custom #header {
    background:#fcf7bc url(images/bg-top.png) top no-repeat;
    background-position:0px 0px;
    width:924px;
    height:295px;
    position:relative;
}

.custom #content_box {
    background:#fcf7bc url(images/bg-body.png) repeat-y;
    position:relative;
}

.custom #content {
    margin:-150px 0px 0px 0px;
    position:relative;
    width:660px;
    /*width:66em;*/
}

.custom #sidebars {
    margin:-275px 0px 0px 3px;
    position:relative;
    width:240px;
}

.custom .utLogo {
	position:relative;
	top:11px;
    left: 45px;
    z-index:100;
}

.custom #logo a {
    display:block;
    background:url(images/logo-scas.png) no-repeat;
    text-indent: -9000px;
    width:115px;
    height:108px;
    position:relative;
    top:31px;
    left:41px;
    z-index:200;
}

.custom #header {
    padding: 0px !important;
}
.custom #header #tagline {
    display:none;
}

.custom #footer {
    background:url(images/bg-footer.png) no-repeat;
    background-position:-1px 0px;
}

.custom #page {
    position:relative;
    width:934px;
    background-color:#fcf7bc;
}

.custom .searchBox {
    display:block;
    position:absolute;
    top:18px;
    right:0px;
    width:280px;
}

.custom input#s {
    width:180px;
    height:15px;
    margin:0px 5px 15px 0px;
    background:#fff none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    float:left;
}

.custom .loginText {
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    float:left;
    display:block;
    width:50px;
}

.custom #searchsubmit {
    width:23px;
    height:29px;
    border:0px;
    background-color: transparent;
    background-position:0px 5px;
    float:left;
}
/* Navigation */

.custom ul.menu {
    margin:95px 0px 20px 15px !important; 
    font-size:11px !important;
}

.custom .menu, .custom .menu a, .custom .menu li ul {
    border: none !important;
    padding:0px;
    margin-bottom:0px !important;
}

.custom li.widget ul.menu li {
    margin-bottom:3px;
}

.custom .menu .current a, .custom .menu .current-cat ul a {
    background: none;
    color:#5e8a88;
    background:url(images/menu-border.gif) bottom no-repeat;
}
	
.custom .menu a, .custom .menu a:hover, .custom .menu .current ul a:hover, .custom .menu .current-cat ul a:hover, .custom .menu .current-parent a:hover {
    background: none;
    color:#e55d17;
    background:url(images/menu-border.gif) bottom no-repeat;
    text-decoration:none;
}

.custom .menu a:hover {
    color:#875f21;
}

.custom .menu a {
    text-transform:none;
    border:none !important;
    background:url(images/menu-border.gif) bottom no-repeat;
    padding:0px 0px 2px 15px;
}

.custom .menu li {
    float:none;
}

/* Other */

.custom #sidebars {
    font-family:helvetica,arial,sans-serif;
}

.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page {
    margin:0 5.1em 0 4.4em;
}

.custom #comments {
    margin-left:0em;
    margin-right:5.1em;
}

.custom .headline_area {
    margin-bottom:.4em;
}

.custom .format_text h2, .custom .format_text h3 {
    font-size:1.25em;
    line-height:1.2em;
    margin:.2em 0 0.6em;
    color:#5E8A88;
    font-weight:normal;
    font-style: italic;
}

.custom .format_text h3 {
    margin-bottom:0em;
    font-weight:bold;
}

.custom .format_text h5 {
    text-transform: none;
    font-style:italic;
    font-size:1.02em;
}

.custom #header-quote {
    right:30px;
    position:absolute;
    top:49px;
    *top:47px;
    z-index:1000;
}

.custom #header-quote li.widget {
    margin-bottom:0px;
}

.custom #respond_intro {
    margin-bottom:1.2em;
    margin-top:2.8em;
}

.custom .announcement {
    margin-left:30px;
    font-weight:bold;
    color:#5E8A88;
}

.custom li.widget {
    margin-bottom:.7em;
}

#home-widget1, #home-widget2, #home-widget3 {
    float:left;
    margin:1px 0px 1px 6px;
    min-height:204px;
    display:block;
    background-position: bottom !important;
    font-family:helvetica,arial,sans-serif;
    color:#fff;
}

#home-widget1 {
    width:188px;
    background: url(images/bg-events.jpg) repeat-y;
    margin-left:15px;
}

#home-widget1 li.widget {
    margin:15px 0px 10px 30px;
    width:120px;
} 

#home-widget2 {
    width:345px;
    background: url("images/bg-blackboard.jpg") repeat-y;
}

#widgetArea .case-img {
    float:left;
    width:136px;
    border-right:2px solid #ffffff;
    margin:0px;
    padding:0px;
    line-height:0px;
}

#widgetArea .case-copy {
    float:left;
    width:180px;
    margin:10px 15px;
    color:#b7cdc1;
}

#widgetArea .case-copy h3 {
    color:#ffffff;
    font-size:1em;
}

.separator {
    width:100%;
    height:2px;
    clear:both;
}

.separator {
    background: #ffffff;
}

#widgetArea ul.sidebar_list {
    padding:0px !important;
}

#widgetArea .number {
    float:left;
    background: url("images/widget2-separator.gif") no-repeat;
    background-position: right top;
    font-size:70px;
    font-weight:bold;
    height:52px;
    width:100px;
    line-height:50px;
    text-align: center;
    margin:18px 0px;
}

#widgetArea .small {
    font-size:40px;
}

#widgetArea .large {
    font-size:70px;
}

#widgetArea .copy {
    float:left;
    width:200px;
    margin:13px 15px;
}

#home-widget2 {}

#home-widget3 {
    width:350px;
    background: url("images/bg-blackboard2.jpg") repeat-y;
}

#home-widget3 h3 {
    text-transform: uppercase;
}

#widgetAreaHead {
    background:url(images/bg-homewidgets-top.png) no-repeat;
    height:21px;
}

#widgetArea {
    background:url("images/bg-homewidget-body.png") repeat-y;
    height:inherit;
    width:934px;
}

#widgetArea a {
    color:#fff;
    text-decoration:underline;
}

#widgetAreaFoot {
    background:url("images/bg-homewidget-footer.png") no-repeat;
    height:12px;
}

.home-widget-header {
    background:url("images/bg-home-widgetheaders.jpg") repeat;
    height:21px;
    border-bottom:5px solid white;
    padding-left:30px;
}

.home-widget-header h2 {
    color:#fff;
    padding-top:2px;
    text-transform:uppercase;
    font-family:helvetica,arial,sans-serif;
    font-weight:bold;
    font-size: 14px;
    letter-spacing:1px;
}

.home #footer {
    background: none;
}

.custom #page-widgets li.widget {
    font-size:1em;
}
.custom .page_footer_list {
    padding:0px;
    margin:0px;
}

.custom .page_footer_list li {
    list-style: none;
}

.custom .page_footer_list li ul li {
    list-style:  square;
    margin-bottom:.1em;
}

.custom .page_footer_list li.widget li ul {
    margin:0em 0 0 1.385em;
}

.custom .teasers_box {
    width:61em;
}

.custom .teaser {
    width:30em;
}

.custom .ddfmwrap {
    font-family: inherit;
    width: inherit;
}

.custom form.ddfm label {
    float:none;
    padding-bottom:0px;
    text-align: left;
}

.custom form.ddfm .submit {
    text-align:left;
    font-weight: bold;
}

.custom form.ddfm .credits {
    display:none;
}

.custom .tec-event .post {
    margin:0 5.1em 0 0.4em;
}

.custom #tec-event-meta {
    border:none;
    clear:both;
    margin:0px;
    overflow:hidden;
    padding:.2em 0em;
    font-size:16px;
}

.custom #tec-event-meta .gmap, .custom .tec-event-meta-desc .gmap {
    background-color:#5E8A88
}

.custom #tec-events-loop {
    font-size:1.6em;  
}
.custom #tec-events-loop p {
    margin-bottom:1.5em;
}

.custom .tec-events .tec-event-entry {
    width:50%;
}

.custom .tec-events .tec-event-list-meta {
    width:40%;
}

.custom #tec-events-calendar-header, .custom .tec-event .hentry {
    padding-top:2.4em;
    margin-right:50px;
}

.custom h3.entry-title {
    font-weight:bold;
    padding:5px 0px;
}

.custom #tec-nav-below {
    font-size:1.6em;
    margin-bottom:10px;
}

.custom .eventMore {
    float:right;
    margin-top:-15px;
}

.custom .tec-calendar-buttons {
    
}

.submit input {
    background-color: #E55D17;
    color:#fff;
    font-weight:bold;
    border:1px solid #fff;
    margin:10px 0px;
}

.error ul {
    margin-left:0px;
}

.custom .upcoming a.tec-button-on, .grid a.tec-button-on, .upcoming a.tec-button-off, .grid a.tec-button-off, .tec-calendar-buttons a {
    background-color: #E55D17;
}