/*
Theme Name: TSS Radio Blog Theme
Theme URI: http://wordpress.org/
Description: Based on TSS Radio current site design
Version: 1.0
Author: Clauz
Author URI: http://clauz.com/
Tags: blue, custom header, tss, two columns, widget friendly
*/



/***** BEGIN GENERAL STRUCTURE *****/

html
{
	padding: 0px;
	margin: 0px;
	height: 100%;
}


body 
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #333;
	text-align: center;
}

#page 
{
	background-color: white;
	text-align: left;
}

#page
{
	float: none;
	width: 1008px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(images/background-gradient.gif) top repeat-x;
}

div.header
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

.widecolumn .post 
{
	margin: 0;
}


#right
{
	float: right;
	text-align: left;
	width: 200px;
	margin-top: -45px;
	display: inline;
	margin-bottom: 15px;
}

div.form
{
	padding: 10px;
}

.narrowcolumn
{
	float: left;
	text-align: left;
	width: 780px;
	background: #ffffff;
}

.widecolumn
{
	text-align: left;
}

.narrowcolumn .postmetadata 
{
	padding-top: 5px;
}

.widecolumn .postmetadata 
{
	margin: 30px 0;
}

.widecolumn .smallattachment 
{
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment 
{
	text-align: center;
	margin: 5px 0px;
}


div.post
{
	
}


div.boxOpen
{
	float: left;
	width: 786px;
	height: 19px;
	background: url(images/box-open.png) no-repeat;
	margin-bottom: 2px;
}

div.boxClose
{
	float: left;
	width: 786px;
	height: 19px;
	background: url(images/box-close.png) no-repeat;
	margin-top: 3px;
}

div.boxFrame
{
	float: left;
	width: 775px;
	border-right: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	
}

div.box
{
	float: left;
	width: 755px;
	background: url(images/background-gradient-box.gif) repeat-x top;
	position: relative;
	left: 11px;
}

div.box div.entry
{
	padding-left: 10px;
	padding-right: 10px;
}

.postmetadata 
{
	float: left;
	margin-left: 10px;
	display: inline;
	clear: both;
	padding-bottom: 10px;
	text-align: left;
}

.clear 
{
	clear: both;
}


/***** BEING HEADER *****/

div.logo
{
	float: left;
	position: relative;
	top: 5px;
}

div.contact
{
	float: left;
	margin-top: 27px;
}

div.shippingCanada
{
	float: left;
	margin-top: 25px;
}

div.shippingUs
{
	float: left;
	margin-top: 25px;
}

div.blogname
{
	float: left;
	width: 180px;
	margin-top: 35px;
	margin-left: 15px;
	display: inline;
}


/***** END HEADER *****/

/***** BEGIN TOP MENU *****/

div.topMenu
{
	float: right;
	height: 40px;
	width: 100%;
	margin-top: 10px;
	background: url(images/background-topmenu.gif) repeat-x;
	position: relative;
	z-index: 1;
}

div.topMenuOpen
{
	float: left;
	background: url(images/topmenu-open.gif) no-repeat left;
	width: 10px;
	height: 40px;
}

div.topMenuClose
{
	float: right;
	background: url(images/topmenu-close.gif) no-repeat right;
	width: 10px;
	height: 40px;
}

div.topMenuOptions
{
	float: left;
	position: relative;
	top: -8px;
	font-size: 16px;
	width: 960px;
	text-align: right;
}

div.topMenuOptions img
{
	position: relative;
	top: 13px;
}

div.topMenuOptions a, div.topMenuOptions a:link, div.topMenuOptions a:visited
{
	font-weight: bold;
	color: #477fb8;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

div.topMenuOptions a.selected, div.topMenuOptions a.selected:link, div.topMenuOptions a.selected:visited
{
	color: #ffffff;
}

div.topMenuOptions a:hover
{
	color: #ffffff;
}

/***** END TOP MENU *****/

/***** BEGIN SEARCH *****/

div.search
{
	float: left;
	width: 795px;
	height: 36px;
	background: #eaebed;
	margin-top: -2px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
	text-align: left;
}

div.searchOpen
{
	float: left;
	background: url(images/search-open.gif) no-repeat left;
	width: 10px;
	height: 36px;
}

div.searchClose
{
	float: right;
	background: url(images/search-close.gif) no-repeat right;
	width: 10px;
	height: 36px;
}

div.searchForm
{
	float: left;
	position: relative;
	top: 5px;
	left: 2px;
}

input.searchInput
{
	position: relative;
	top: -10px;	 	
	border: 1px solid #eaebed;
	border-top: 1px solid #c0c0c0;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 640px;
}


div.searchForm #searchform input.inputImage
{
	border: 1px solid;
	float: right;
}

div.searchForm #searchform 
{
	float: left;
}

/***** END SEARCH *****/


/***** BEGIN FOOTER *****/

div.footer
{
	float: left;
	width: 100%;
	background: url(images/background-footer.gif) bottom no-repeat transparent;
	height: 306px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 28px;
}

div.footer a, div.footer a:link, div.footer a:visited
{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #4e555b;
	float: left;
	width: 95%;
}

div.footerMenu
{
	float: left;
	width: 280px;
	position: relative;
	left: 50px;
	margin-top: 20px;
}

div.rssfeed
{
	float: left;
	width: 210px;
	margin-top: 20px;
	margin-left: 80px;
	display: inline;
}

div.rssfeed a, div.rssfeed a:link, div.rssfeed a:visited
{
	background: url(images/icon-rss.gif) no-repeat 0px 2px;
	padding-left: 30px;
}


div.blog
{
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-left: 60px;
	display: inline;
}

div#footer
{
	float: left;
	width: 100%;
}

/***** END FOOTER *****/


#content 
{
	font-size: 1.2em;
}


.widecolumn 
{
	line-height: 1.6em;
}

.thread-alt 
{
	background-color: #f8f8f8;
}

.thread-even 
{
	background-color: white;
}

.depth-1 
{
	border: 1px solid #ddd;
}

.even, .alt 
{

	border-left: 1px solid #ddd;
}

small 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 
{
	float: left;
	font-size: 20px;
	text-align: left;
	color: #315171;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: inline;
}

div.blogname h1, div.blogname h1 a, div.blogname h1 a:link, div.blogname h1 a:visited
{
	background: #315171;
	color: #ffffff;
	padding: 2px;
}



h2 
{
	float: left;
	width: 100%;
	font-family: 'Lucida Sans', Verdana, Sans-Serif;
	font-size: 18px;
	color: #315171;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
}

#right h2
{
	font-family: 'Lucida Sans', Verdana, Sans-Serif;
	font-size: 15px;
	color: #315171;
	border-bottom: 1px dotted #315171;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 a, h2 a:link, h2 a:visited
{
	border: 0px solid;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
{
	color: #333;
}

h2 a:hover, h3 a:hover
{
	background: #315171;
	color: #ffffff;
}

h3 
{
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
}

h3.comments 
{
	padding: 0;
	margin: 40px auto 20px ;
}

div.box h1,
div.box h2, 
div.box h3
{
	margin-left: 10px;
	display: inline;
	clear: both;
}

.sticky 
{
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 
{
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea 
{
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li 
{
	font-size: 1em;
}

.commentlist li 
{
	font-weight: bold;
}

.commentlist li .avatar 
{ 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a 
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p 
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p 
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata 
{
	font-weight: normal;
}

#sidebar 
{
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike 
{
	color: #777;
}

code 
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, a:link, a:visited 
{
	color: #315171;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover 
{
	color: #147;
	text-decoration: underline;
}

#right a:hover
{
	text-decoration: none;
	background: #147;
	color: #ffffff;
}

div.header a, div.topMenu a
{
	border: 0px dashed;
}

span.date
{
	padding: 10px;
	font-size: 10px;
	color: #c0c0c0;
}


/* Begin Images */

p img 
{
	padding: 0;
	max-width: 100%;
}

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright 
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft 
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul 
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li 
{
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before 
{
	content: "\00BB \0020";
}

.entry ol 
{
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li 
{
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#right ul, #right ul ol 
{
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	line-height: 18px;
}

#right ul li 
{
	float: left;
	clear: both;
	list-style-type: none;
	background: url(images/bullet-dots.gif) no-repeat left;
	padding-left: 15px;
}

#right ul p, #right ul select 
{
	margin: 5px 0 8px;
}

#right ul ul, #right ul ol 
{
	margin: 5px 0 0 10px;
}

#right ul ul ul, #right ul ol 
{
	margin: 0 0 0 10px;
}

ol li, #right ul ol li 
{
	list-style: decimal outside;
}

#right ul ul li, #right ul ol li 
{
	margin: 3px 0 0;
	padding: 0;
}

#footer h2
{
	float: left;
	display: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid;
}

#footer ul
{
	float: left;
	width: 200px;
	margin: 0px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	list-style-type: none;
}

#footer ul li
{
	float: left;
	width: 100%;
}

/* End Entry Lists */



/* Begin Form Elements */

#searchform 
{
	margin: 0px;
	padding: 0px;
}

#sidebar #searchform #s 
{
	width: 108px;
	padding: 2px;
}


#searchsubmit 
{
	padding: 1px;
}

.entry form 
{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select 
{
	width: 130px;
}

#commentform input 
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform 
{
	margin: 5px 10px 0 0;
}

#commentform textarea 
{
	width: 100%;
	padding: 2px;
}

#respond:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit 
{
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */



/* Begin Comments*/
.alt 
{
	margin: 0;
	padding: 10px;
}

.commentlist 
{
	padding: 0;
	text-align: justify;
}

.commentlist li 
{
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
	
.commentlist li ul li 
{ 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p 
{
	margin: 10px 5px 10px 0;
}

.children 
{ 
	padding: 0; 
}

#commentform p 
{
	margin: 5px 0;
}

.nocomments 
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata 
{
	margin: 0;
	display: block;
}

/* End Comments */


/* Begin Calendar */

#wp-calendar 
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a 
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a 
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a 
{
	display: block;
}

#wp-calendar caption 
{
	text-align: center;
	width: 100%;
}

#wp-calendar td 
{
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover 
{ /* Doesn't work in IE */
	background-color: #fff; 
}

/* End Calendar */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps 
{
	cursor: help;
}

acronym, abbr 
{
	border-bottom: 1px dashed #999;
}

blockquote 
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite 
{
	margin: 5px 0 0;
	display: block;
}

.center 
{
	text-align: center;
}

.hidden 
{
	display: none;
}
	
.screen-reader-text 
{
     position: absolute;
     left: -1000em;
}

hr 
{
	display: none;
}

a img 
{
	border: none;
}

.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



