/* @override http://192.168.1.105:8888/tellthemsc/css/main.css */

/*
Company:	Tell Them SC
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #d6f0f2;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 1000px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/hd-bkg2.gif) no-repeat 0 0;
	overflow: hidden;
}
div#hd-wrap {
	overflow: hidden;
	background: url(../images/hd-wrap-bkg.gif) repeat-x 0 0 #fff;
}

/* Titlebar */
div#titlebar {
	background: url(../images/titlebar-bkg.gif) repeat-x 0 0 #fff;
}
div#titlebar h1 {
	margin: 0 auto;
	background: url(../images/tagline.gif) no-repeat 0 0;
	overflow: hidden;
	width: 1000px;
	height: 75px;
	text-indent: -9000px;
}
div#titlebar h1 a {
	display: block;
	height: 100%;
}

/* Body */
div#bd {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/vert-div.gif) repeat-y 601px 0;
}
div#bd-inner {
	width: 1000px;
	overflow: hidden;
	background: url(../images/vert-div.gif) repeat-y 778px 0;
}
div#bd-wrap {
	background-color: #fff;
	overflow: hidden;
}

/* Footer */
div#ft {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer-icon.gif) no-repeat 140px 0;
}
div#ft-wrap {
	background: url(../images/ft-bkg.gif) repeat-x 0 0;
	overflow: hidden;
}
div#ft ul {
	margin: 0 0 0 1px;
	padding: 0;
}
div#ft ul li {
	list-style: none;
}
div#ft ul a:link, div#ft ul a:visited {
	color: #3f2d11;
	font-size: 85%;
	text-decoration: none;
}
div#ft ul a:hover {
	text-decoration: underline;
}

div.ft-col-first {
	margin: 0 0 0 338px;
}
div.ft-col {
	width: 172px;
	padding: 30px 0;
	float: left;
	display: inline;
}
div.ft-col li {
	line-height: 160%;
}
div.ft-col h4.hd-categories {
	height: 22px;
	background: url(../images/hd-categories.gif) no-repeat 0 0;
	margin: 0 0 4px 0;
	text-indent: -9000px;
}
div.ft-col h4.hd-info {
	height: 22px;
	background: url(../images/hd-information.gif) no-repeat 0 0;
	margin: 0 0 4px 0;
	text-indent: -9000px;
}
div.ft-col h4.hd-connect {
	height: 22px;
	background: url(../images/hd-connect.gif) no-repeat 0 0;
	margin: 0 0 4px 0;
	text-indent: -9000px;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 173px;
	height: 100px;
	background: url(../images/logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 0 0 40px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Search Box */
div.search-box {
	width: 224px;
	height: 25px;
	background: url(../images/search-box-bkg.gif) no-repeat 0 0;
	margin: 50px 50px 0 0;
	float: right;
	display: inline;
}
div.search-box input.search {
	border: none;
	background-color: transparent;
	width: 195px;
	padding: 2px;
	margin: 4px 0 0 12px;
	color: #666666;
	font-size: 93%;
	font-family: Helvetica, arial, sans-serif;
}

/* Main */
div.main {
	width: 510px;
	margin: 0 0 0 52px;
	padding: 20px 0;
	overflow: hidden;
	float: left;
	display: inline;
}

/* Retweet */
p.retweet {
	float: right;
	display: inline;
}
p.retweet a {
	display: block;
	width: 78px;
	height: 26px;
	background: url(../images/btn-retweet.gif) no-repeat 0 0;
	text-indent: -9000px;
}

/* Side */
div.side {
	width: 352px;
	margin: 0 46px 0 0;
	float: right;
	display: inline;
}

/* Side Top */
div.side-top {
	border-bottom: 1px solid #d3d4d1;
	padding: 20px 0 17px 0;
	text-align: center;
	background-color: #fff;
}

/* Sidebars */
div.sidebars {
	width: 352px;
	overflow: hidden;
}

/* Sidebar1 */
div.sidebar1 {
	width: 176px;
	padding: 40px 0 0 0;
	float: left;
	display: inline;
}
div.sidebar1 h3 {
	font-size: 138.5%;
	color: #3f2d11;
	font-weight: normal;
	margin: 0 0 10px 0;
}
div.sidebar1 h3 a:link, div.sidebar1 h3 a:visited {
	color: #3f2d11;
	text-decoration: none;
}
div.sidebar1 h3 a:hover {
	text-decoration: underline;
}

div.sidebar1 h3.hd-popular {
	background: url(../images/icon-star.gif) no-repeat 15px 0;
	padding: 12px 0 0 55px;
}

div.sidebar1 h3.hd-tag-archive {
	background: url(../images/icon-star.gif) no-repeat 15px 0;
	padding: 12px 0 0 55px;
}

div.sidebar1 h3.hd-rss-feed {
	background: url(../images/icon-rss-feed.gif) no-repeat 15px 0;
}
div.sidebar1 h3.hd-rss-feed a {
	display: block;
	padding: 65px 0 0 17px;
}

div.sidebar1 ul {
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #d3d4d1;
}
div.sidebar1 ul li {
	list-style: none;
	border-bottom: 1px solid #d3d4d1;
	padding: 10px 15px;
}
div.sidebar1 ul a {
	display: block;
	font-size: 85%;
}
div.sidebar1 ul a:link, div.sidebar1 ul a:visited {
	color: #3f2d11;
	text-decoration: none;
}
div.sidebar1 ul a:hover {
	text-decoration: underline;
}

/* Sidebar2 */
div.sidebar2 {
	width: 172px;
	padding: 40px 0;
	float: left;
	display: inline;
}
div.sidebar2 ul.social {
	margin: 0 auto;
	padding: 0;
	width: 63px;
}
div.sidebar2 ul.social li {
	list-style: none;
	margin-bottom: 8px;
}
div.sidebar2 ul.social li a {
	text-indent: -9000px;
}
div.sidebar2 ul li.social-facebook a {
	display: block;
	background: url(../images/icon-facebook.gif) no-repeat 50% 0;
	width: 62px;
	height: 62px;
}
div.sidebar2 ul li.social-linkedin a {
	display: block;
	background: url(../images/icon-linkedin.gif) no-repeat 50% 0;
	width: 62px;
	height: 62px;
}
div.sidebar2 ul li.social-twitter a {
	display: block;
	background: url(../images/icon-twitter.gif) no-repeat 50% 0;
	width: 62px;
	height: 62px;
}
div.sidebar2 ul li.social-rss a {
	display: block;
	background: url(../images/icon-rss-feed.gif) no-repeat 50% 0;
	width: 62px;
	height: 62px;
}
div.sidebar2 ul li.social-youtube a {
	display: block;
	background: url(../images/icon-youtube.gif) no-repeat 50% 0;
	width: 62px;
	height: 62px;
}

/* Blog */
div.post {
	border-bottom: 2px solid #d3d4d1;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

/* Thumbnail */
div.post-thumb {
	width: 100px;
	height: 90px;
	background: url(../images/post-thumb-frame.gif) no-repeat 0 0;
	text-align: center;
	padding: 11px 0 0 0;
	float: left;
	display: inline;
}
div.post-content {
	width: 380px;
	float: right;
	display: inline;
}

/* Tag Archive */
div.tag-archive {
	padding: 0 15px 20px 15px;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #3f2d11;
}
div.main p {
	line-height: 150%;
}

div.main p.meta {
	color: #aaa9a7;
	font-size: 85%;
	padding: 6px 0 0 0;
}
div.main p.meta a:link, div.main p.meta a:visited {
	color: #aaa9a7;
}
div.main p.meta span.sep {
	margin: 0 8px;
}

div.main .more {
	font-size: 108%;
	font-weight: bold;
	color: #535543!important;
}
div.main span.more {
	display: block;
	padding: 10px 0 0 0;
}
div.main .more a:link, div.main .more a:visited {
	color: #535543;
	text-decoration: underline;
}
div.main .more a:hover {
	text-decoration: none;
}
/* @end */

/* @group Default Headings */
div.main h2 {
	font-size: 167%;
	margin: 0 0 0 0;
	color: #3f2d11;
}
div.main h2 a:link, div.main h2 a:visited {
	text-decoration: none;
	color: #3f2d11;
}
div.main h2 a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Default Lists */
div.main ul, div.main ol {
	margin-left: 60px;
	clear: both;
}
div.main li {
	font-weight: bold;
	font-size: 93%;
	line-height: 150%;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Nav */
div#nav {
	width: 200px;
	position: absolute;
	margin: 70px 0 0 220px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	text-indent: -9000px;
}
div#nav ul li.n-blog a {
	display: block;
	width: 22px;
	height: 13px;
	background: url(../images/nav-blog.gif) no-repeat 0 0;
	margin: 0 25px 0 0;
	overflow: hidden;
}
div#nav ul li.n-tell a {
	display: block;
	width: 97px;
	height: 13px;
	background: url(../images/nav-home.gif) no-repeat 0 0;
	overflow: hidden;
}
div#nav ul li.n-tell a:hover {
	background-position: 0 -13px;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #3f2d11;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */