/*   
Theme Name: Trinity960
Theme URI: 
Description: Based on the Thematic Feature Site Theme.
Author: Lily C. Chen
Author URI: http://www.trinitycreatives.com/
Template: thematic
Version: 1.0.1
Tags: Thematic
.
Thematic Site 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 basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

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

/* Apply a basic layout */
/* @import url('2c-r-fixed-988px.css'); ORIGINAL SETTING */
@import url('3c-r-fixed-primary-960px.css');

/* =Global Elements
-------------------------------------------------------------- */

* {
  font-family:Arial, Helvetica, sans-serif;
}

a, a:link {
  color: #0066CC;
}
a:visited {
  color: #444444;
}
a:hover, a:active {
  color: #6666FF;
}

#buttons {
    padding:.5em 0;
} 
a.button {
    border:1px solid #787878;
    -webkit-border-radius: .6em;
    -moz-border-radius: .6em;
    border-radius: .6em;
    color:#fff;
    font-size:14px;
    margin:0 10px 0 0;
    padding:.75em 1.25em;    
    text-decoration:none;
		background-color: #aaa;
}
a.button:hover,
a.button:active {
    color: #FF4B33;
		background-color: #ddd;
}
.clear-block {
    clear: both;
		height: 0px;
}

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

#branding {
    position:relative;
}
#blog-title {
    width:auto;
}
#blog-description {
    width:auto;
}
#branding #searchform {
    position:absolute;
    top:97px;
    right:0;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
    font-size:13px;
    line-height:18px;
}
#branding #searchform input#s {
    width:316px;
}
#branding #searchform input#searchsubmit {
    display:none;
}


/* =Menu
-------------------------------------------------------------- */

#nav {
    float:right;
}

#access {
    border-bottom:none;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
		float:right;
		clear:none;
}

/*** Default Menu - Inline Display ***/

.menu {
    padding:0;
		float:right;
    overflow:hidden; /* clears the inner float  */
		font-size: 11px;
		height: 20px;
}
.menu ul,
ul.menu {
    margin:0;
    list-style:none;
    clear:both;
}
.menu ul ul {
    display:none;
}
.menu li {
    display:inline;
}
.menu a {
    display:block;
    float:left;
    margin:0 0 0 10px;
    padding:2px 5px;
    text-decoration:none;
}
.menu a:hover {
}
.menu .current_page_item a {
}
.menu a:focus {
}

/*** THEMATIC SKIN ***/
.sf-menu {
		border-right:none;
		float:right;
		margin-top: 40px;
		font-size: 13px;
}
.sf-menu a {
		border-left:1px solid #ccc;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		text-decoration:none;
}

.sf-menu > li > a {
		/* border-left:1px solid #ccc;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc; */
		border:none;
		border-right: 1px solid #ccc;
		padding:0px 5px 17px 30px;
		text-decoration:none;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fff;
    outline:		0;
    border-bottom-color:#ccc;
		color: #6666FF;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:30px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #6666FF;
}


/* =Content
-------------------------------------------------------------- */

#main {
    padding: 10px 0;
		background-color: #FFFFFF;
}
.search .page-title {
    display:none;
}

#footer {
    border-top:none;
		margin: 0 auto;
		padding: 20px 0;
    background: #DEDEDE url('images/dropshadow-above.jpg') repeat-x top;
}
#subsidiary {
    padding: 0 0 10px 0;
}
#siteinfo {
    padding: 0;
}
#loginoutlink {
    float:right;
}

/* =Leader and Front Page Styles
-------------------------------------------------------------- */

#leader {
    border-bottom:none;
    padding:0 0 10px 0;
    background: #DEDEDE url('images/dropshadow-below.jpg') repeat-x bottom;
		vertical-align: middle;
}
#leader-container {
    margin:0 auto;
    overflow:visible;
    position:relative;
    width:940px;
		background-color:#EEEEEE;
		/* height: 304px;
		overflow: hidden; */
}
#leader .entry-title {
    font-size:40px;
    line-height:45px;
    margin-top:0;
    padding:0 0 14px 0;
}
#leader .entry-title span {
    /* font-family:Georgia,serif; */
    font-weight:normal;
    font-style:italic;
}
.single #leader .entry-title {
    width:652px;
}
#leader .entry-meta {
    position:absolute;
    top:15px;
    left:690px;
}

.page-template-front-page-php #feature {
		/* float:left; */
		/* height: 304px; */
		overflow: visible;
}
.page-template-front-page-php #feature img {
		float:left;
		margin:0;
		padding: 0;
}
.page-template-front-page-php #feature-info {
    float:right;
		margin:0;
		padding: 10px 10px 10px 20px;
    width:370px;
}
.page-template-front-page-php #feature-info h2 {
    font-family:Arial,sans-serif;
    font-size:30px;
    font-weight:bold;
    line-height:30px;
    margin-top:0;
    padding:0 0 10px 0;
}
.page-template-front-page-php #container,
.page-template-front-page-php #content  {
    margin:0;
    padding:0;
    width:940px;
}
.page-template-front-page-php #container {
    
}
.page-template-front-page-php #sub-feature {
    font-size:13px;
    line-height:18px;
    position:relative;
    overflow:hidden;
}
.page-template-front-page-php #sub-feature p {
    margin:0 0 18px 0;
}
.page-template-front-page-php #sub-feature h3 {
    /* font-family:Georgia,serif; */
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:5px 10px;
    text-transform:none;
		position:absolute;
		bottom: 0;
		z-index:2;
		-moz-opacity:.70;
		opacity:.70;
		background-color: #333;
		width:280px;
		color: #FFFFFF;
}
.page-template-front-page-php #sub-feature h3 img {
    position:absolute;
    top:3px;
    right:0;
}
.page-template-front-page-php .block {
    float:left;
    width:300px;
		height:200px;
		overflow:hidden;
    margin-right:20px;
}
#front-block-last {
    margin-right:0px;
}
.page-template-front-page-php .block .avatar {
    float:left;
    margin:.25em 10px 0 0;
}
.page-template-front-page-php .block ul {
    border-top:1px solid #ccc;
    list-style:none;
    margin:0;
}
.page-template-front-page-php .block ul li {
    display:inline;
}
.page-template-front-page-php .block ul li a {
    border-bottom:1px solid #ccc;
    color:#666;
    display:block;
    padding:6px 0;
    text-decoration:none;
}
.page-template-front-page-php .block ul li a:hover,
.page-template-front-page-php .block ul li a:active {
    background:#fafafa;
    color: #FF4B33;
}
.page .entry-content,
.single .entry-content {
    padding-top:0;
}
div.clear {
    height: 0px;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

#secondary > ul {
  margin: 0;
  padding: 0;
}


.aside a {
  text-decoration: none;
}
.aside ul {
    margin:0;
    list-style:none;
}
.aside h3 {
    font-size:14px;
    font-weight:bold;
		font-style:normal;
}
.aside ul ul {
    list-style:none;
    margin:0 0 10px 0;
}
.aside ul ul ul {
    margin:0 0 0 1em;
}
/* Begin Calendar styles */
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 5px 0;
}

/*
    Main Asides
*/
.main-aside ul {
    padding:0;
}
.main-aside ul ul {
    padding:0;
}
.main-aside h3 {
    padding:5px 0 1px 0;
}

/* 
Stylesheet for the WP125 ad management plugin
URL: http://www.webmaster-source.com/wp125-ad-plugin-wordpress/
*/

/* Styles for one-column display */
#wp125adwrap_1c { width:100%; text-align:center;}
#wp125adwrap_1c .wp125ad { margin-bottom:10px; }

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:10px; }