/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Basic styles 
-----------------------------------------------------*/

body {
	background: url(/wp-content/themes/sullivan/images/bg-wrapper.png) top center no-repeat #ecddb8;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h2, h3, h4 {
	color: #01143e;
}

h1 {
	color: #cca848;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #cca848;
	text-transform: uppercase;
}

.slug-homeroom .entry-title,
.slug-contact .entry-title {
	color: #cca848;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #cca848;
	text-transform: uppercase;
}

.entry-title,
h1.entry-title,
h2, 
.entry-content h2, 
h2.tec-cal-title {
	border: none;
	color: #01143e;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 15px;
	text-transform: none;
}

.entry-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
}

h3, h4 {
	color: #000;
}

.entry-content h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px;
}

p {
	line-height: 125%;
	margin: 0;
	padding: 0 0 15px;
}

blockquote {
	padding: 0 0 0 15px;
	border-left: 1px solid #ececec;
	margin: 0 40px 15px 40px;
	line-height: 125%;
}

li {
	line-height: 125%;
}

span, h1.page-title span {
	font-style: normal;
}

table {
	border: 0;
	width: 100%;
}

tr {
	border-bottom: 1px solid #dcc692;
}

tr.last-row {
	border: none;
}

th, td {
	padding: 15px 10px 15px 0;
	vertical-align: top;
	font-size: 14px;
}

td img {
	border: 1px solid #dcc692;
}


/* Header 
-----------------------------------------------------*/

#header {
	border: none;
	margin: 0;
	padding: 0;
	height: 248px;
}

#branding {
	float: left;
	margin: 21px 0 0;
	padding: 0;
	width: 966px;
	height: 200px;
}

#blog-description {
	display: none;
}

#blog-title {
	margin: 0;
	padding: 0;
}

#blog-title a {
	text-indent: -9999px;
	background: url(/wp-content/themes/sullivan/images/title.png) top center no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	height: 200px;
	width: 966px;
	text-align: center;
}

/* Footer 
-----------------------------------------------------*/

#footer {
	background: url(/wp-content/themes/sullivan/images/bg-footer.png) repeat-x;
	color: #010f2f;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 65px 0 25px;
	border: 0;
}

#footer a {
	color: #010f2f;
	text-decoration: underline;
}

#footer .footer-left {
	float: left;
}

#footer .footer-right {
	float: right;
}

/* Navigation 
-----------------------------------------------------*/

#access {
	background: url(/wp-content/themes/sullivan/images/bg-nav.png) repeat-x;		
	border-bottom: 1px solid #2f3e64;;
	height: 48px;
	width: 966px;
	clear: both;
	margin: 0;
	padding: 0;
}

#access .menu {
	width: 966px;
}

.sf-menu {
	background: inherit;
	border: none;
	text-align: center;
	width: 966px;
}

ul.sf-menu  {
	margin: 0;
	padding: 0;
}

.menu ul {
	margin: 0 16px;
}

.sf-menu li {
	background: transparent;
	padding: 0;
}

.sf-menu ul ul {
	display: none;
}

.sf-menu a:link,
.sf-menu a:visited {
	border: none;
	color: #d7b65a;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 16px 20px;
	border-right: 1px solid #2f3e64;
}

.sf-menu .current_page_item a, 
.sf-menu .current_page_parent a, 
.sf-menu .current_page_ancestor a {
    background: #02153f;
	border-right: 1px solid #2f3e64;
	color: #fff;
	outline: 0;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
	padding: 16px 20px;
}

.sf-menu a:hover, 
.sf-menu a:active {
	border-right: 1px solid #2f3e64;	
	color: #fff;
	outline: 0;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
	padding: 16px 20px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: none;
	outline: 0;
}

.sf-menu .page-item-7 a,
.sf-menu .page-item-7 a, 
.slug-home .sf-menu .page-item-7 a {
	border-left: 1px solid #2f3e64;
}

.sf-menu a:hover,
.sf-menu a:active {
    background: #02153f;
}

/* hide borders */

.sf-menu ul {
    border: none;
}

.sf-menu ul.children {
	margin: 16px 0 0 -1px;
	text-align: left;
	border: 1px solid #2f3e64;
}

.sf-menu ul.children li {
	width: 200px;
}

.sf-menu ul.children li a {
	background: #011238;
	border: none;
	font-size: 14px;
	padding: 8px 24px;
}

.sf-menu ul.children li a:hover {
	background: #081a44;	
	color: #fff;
}

.sf-menu .current_page_parent ul.children li a:link, 
.sf-menu .current_page_parent ul.children li a:visited {
	color: #d7b65a;
}

.sf-menu .current_page_parent ul.children li a:hover {
	color: #fff;
}

/* Subnav 
-----------------------------------------------------*/

#menu-juniors-menu,
#menu-sophomore-menu, 
#menu-senior-menu,
#menu-policies-menu {
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
}

#menu-juniors-menu li a,
#menu-sophomore-menu li a, 
#menu-senior-menu li a,
#menu-policies-menu li a {
	border-bottom: 1px solid #ccd1de;
	color: #2f3f64;
	display: block;
	padding: 6px 12px;
}

#menu-juniors-menu li a:hover,
#menu-juniors-menu .current_page_item a
#menu-sophomore-menu li a:hover,
#menu-sophomore-menu .current_page_item a,
#menu-senior-menu li a:hover,
#menu-senior-menu .current_page_item a,
#menu-policies-menu li a:hover,
#menu-policies-menu .current_page_item a {
	border-bottom: 1px solid #ccd1de;
	color: #000e2b;
	display: block;
	padding: 6px 12px;
	text-decoration: none;
}

/* Structure  
-----------------------------------------------------*/

#wrapper {
	width: 966px;
	position: relative;
	margin: 0 auto;
}

#main {
	background: url(/wp-content/themes/sullivan/images/bg-content.png) repeat-x #e8dfc7;
	width: 966px;
	margin: 0;
	min-height: 520px;
	padding: 0;
	clear: both;
}

#container {
	padding: 20px 20px 20px 0;
	width: 750px;
	position: relative;
	margin: 0 auto;
}

#container #content {
	margin: 0;
	padding: 0;
	width: 750px;
}

.hentry {
	width: 750px;
}

.entry-content {
	margin: 0;
	padding: 0 0 5px;
}

.entry-content ul {
	margin: 0;
	padding: 0 15px 8px 30px;
}

.entry-content li {
	padding: 0 0 7px;
}

/* Sidebars 
-----------------------------------------------------*/

/* general styles */

#primary {
	border: none;
	margin: 0;
	padding: 19px 0 25px 15px;
	width: 160px;
	float: left;
}

.aside, 
.main-aside, 
.main-aside ul {
	color: #444;
	margin: 0;
	padding: 0;
}

.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
	margin: 0;
	padding: 0 0 10px;
}

.aside h3 {
	color: #cca848;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
}

.aside img {
	border: 1px solid #999;
}

.aside a {
	font-weight: bold;
}


/* Homepage 
-----------------------------------------------------*/

.home h1.entry-title {
	display: none;
}

.home h2 {
	border-top: 1px solid #ccc;
	color: #01143e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 10px;
	text-transform: uppercase;
}

.home #container, 
.home #container #content {
	width: 700px;
}

.home #primary {
	background: #fbf4e1;
	border: 1px solid #ebdbb5;
	margin: 20px 10px 20px 20px;
	padding: 15px;
	width: 165px;
}

/* Miscellaneous Styles 
-----------------------------------------------------*/

.photo-left {
	float: left;
}

.photo-left img {
	margin: 1px 20px 0 0;
}

.photo-right {
	float: right;	
}

.photo-right img {
	margin: 1px 0 0 20px;
}

/* Highlight
-----------------------------------------------------*/

.entry-content a:link, 
.entry-content a:visited {
	text-decoration: underline;
	color: #2e3e63;	
}

.aside a:link,
.aside a:visited {
	text-decoration: none;
}

a:hover,
p a:hover, 
.textwidget a:hover,
.aside a:hover,
.main-aside a:hover {
	text-decoration: underline;
	color: #010f30;	
}

.sf-menu .current_page_item a, 
.sf-menu .current_page_parent a, 
.sf-menu .current_page_ancestor a {
	color: #fff;	
}

.sf-menu a:hover, 
.sf-menu a:active {
	color: #fff;
}

/* Events Calendar 
-----------------------------------------------------*/

.tec-nav a:link,
.tec-nav a:visited, 
#tec-content .back a:link, 
#tec-content .back a:visited, 
#tec-content .tec-month-nav a:link, 
#tec-content .tec-month-nav a:visited {
	color: #2e3e63;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
}

#tec-content .tec-next-month {
	margin-left:0;
}

.category-events #main #tec-content {
	background: none;
	margin: 25px 0;
	width: 895px;
}

.category-events #main #tec-content #big {
	background: #fff;
}

.category-events #main #tec-content #big thead {
	background: #cca848;
}

.ical {
	display: none;
}

.category-events #main .upcoming a.tec-button-on, .grid a.tec-button-on, 
.category-events #main .tec-button-on {
	background:#2e3e63;
}

.category-events #main .tec-calendar td.tec-present .daynum {
	background-color: #2e3e63;
	color: #fff;
}

.category-events #main .tec-tooltip .tec-event-title {
	background-color: #2e3e63;
	margin:0;
	color:#fff;
	font-size:12px;
	padding:0 6px;
	height:24px;
	line-height:24px;
}

.tec-future .tec-event a:link, 
.tec-future .tec-event a:visited {
	color: #444;
}

.category-events .tec-month-nav {
	left: 0;
}

.tec-event-list-meta {
	display: none;
}

.s-category-events #main #tec-content {
	margin: 20px;
}

.s-category-events h2.entry-title {
	padding: 15px 0;
	margin: 0;
}

.category-events .tec-events .post {
	padding:0 0 12px;
}

.category-events h4.event-day {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 0 -10px;
	padding: 0;
	text-transform: uppercase;
}

.s-category-events #tec-event-meta {
	margin-top: 0;
}

.aside ul.upcoming {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aside .upcoming .when {
	color: #56607a;
	font-weight: bold;
}

.aside a {
	color: #2f3f64;
}

.aside .more-link {
	display: none;
}

.aside .dig-in {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 15px;
}

.aside .dig-in a {
	font-weight: normal;
	text-decoration: underline;
}
