/*
Theme Name: Ottawa Tonite
Theme URI: http://www.ottawatonite.com
Description: Custom theme
Version: 1.0
Author: Tommy Vallier
Author URI: http://www.tommyvallier.com

Additional Work By: Patrick Denny (http://www.atomicnoggin.ca)

*/ 

/* Import RESET stylesheet */
@import url("reset.css");
@import url("calendar.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

p {
	margin: 0 0 1em;
	line-height: 1.3em;
}

h2 {
	font-size: 37px;

        
	font-weight: bold;
	color: #516371;
	margin-bottom: 7px;
	clear: both;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #516371;
	padding-bottom: 4px;
}

#page-container {
	width: 1000px;
	margin: auto;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

#masthead {
	height: 119px;
	background-image:url(images/banner2.jpg);
}

#masthead h1 {
	display: none;
}

#login-form {
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}

#login-form li {
	margin-top: 4px;
}

#login-form label {
	font-size: 12px;
	display: block;
	width: 80px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

#login-form input.login-field {
	width: 150px;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

#login-form .buttons {
	text-align: right;
}

#top-nav {
        list-style:
	width: 1000px;
	height: 36px;
	background-image: url(images/nav_bg.jpg);
	margin: auto;
}

#top-nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: medium;
	text-decoration: none;
	color: #516371;
	display: block;
	width: auto;
	height: 26px;
	padding: 10px 7px 0 7px;
}

#top-nav a.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
	color: #D1E3F1;
	display: block;
	width: auto;
	height: 26px;
	padding: 10px 7px 0 7px;
        background-image:url(/wp-content/uploads/2010/11/nav_bg2.jpg);
}

#top-nav a:hover {
	background-color: #CCCCCC;
}

#main1:hover {
	background-color: #333333;
}

#top-nav li {
	float: left;
	border-left: 1px solid #516371;
	border-right: 1px solid #a7adb2;
	height: 36px;
}

#top-nav li.search {
	padding-left: 8px;
	border-right: none;
}

#top-nav li.search .search-box {
	border: 0;
	float: left;
	height: 27px;
	width: 126px;
	margin-top: 4px;
	padding-left: 8px;
	padding-top: 3px;
	background-image: url(images/search_box.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}

.twitter-link {
 float: left; 
 font-weight: normal;
 font-size: 12px;
}

.twitter-user {
 display: inline;
 float: left;
 font-weight: normal;
 font-size: 12px;
}

.twitter-timestamp abbr {
 font-weight: normal;
 font-size: 11px;
 display: inline;
 float: ;
 padding-left: 200px;
}

.search-button {
	margin-top: 4px;
	margin-left: -2px;
}

#content-col {
	width: 640px;
	clear: both;
	padding: 17px 15px 20px 15px;
	float: left;
}

.bi-line {
	font-size: 12px;
	color: #713535;
	font-style: italic;
	padding-bottom: 5px;
}

.bi-line a {
	font-weight: bold;
	color: #713535;
	text-decoration: none;
}

.bi-line a:hover {
	text-decoration: underline;
}

.featured-item p.continue-link, .news-item p.continue-link {
	text-align: right;
	padding-bottom: 0px;
    padding-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.featured-item p.continue-link a, .news-item p.continue-link a {
	color: #713535;
	font-weight: bold;
    padding-top: 0px;
	margin-top: 0px;
}

.footer-left, .footer-left {
	float: left;
}

.article-footer {
	border-bottom: 2px solid #516371;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	font-size: 13px;
	margin-bottom: 15px;
	font-style: italic;
}

.article-footer a {
	color: #713535;
	text-decoration: none;
}

.article-footer a:hover {
	text-decoration: underline;
}

.footer-right, .footer-right {
	float: right;
}

.article-container SMALL,
.entry SMALL {
  font-size:12px;
}
.article-container UL,
.entry UL {
	line-height: 1.3em;
  padding-left:1.3em;
  list-style-type:disc;
  list-style-position: outside;
}
.article-container UL UL,
.entry UL UL {
  list-style-type:square;
}
.article-container UL UL UL,
.entry UL UL UL {
  list-style-type:circle;
}
.article-container OL,
.entry OL {
	line-height: 1.3em;
  padding-left:1.3em;
  list-style-type:decimal;
  list-style-position: outside;
}

.article-container LI,
.entry LI {
  display:list-item;
}

.article-container .article-image {
	float: left;
	margin: 0 6px 6px 0;
}

.content-ads {
	clear: both;
	margin-top: 10px;
	float: left;
	margin-bottom: 20px;
}

.content-ad {
	float: left;
	padding: 5px;
	margin-right: 15px;
	display: block;
	width: 292px;
	height: 242px;
	background-color: #e2e2e2;
	border: 1px solid black;
	text-align: center;
}

#whats-new {
	clear: both;	
}

/* #whats-new .article-container p {
	font-size: 12px;
}*/

#whats-new h2 {
	font-size: 20px;
	font-weight: bold;
	color: #516371;
	margin-top: 15px;
	padding-bottom: 8px;
}

#right-col {
	float: right;
}

#right-col ul { list-style-type: none; }

#radio-player {
	background-image: url(images/radio.jpg);
	background-repeat: no-repeat;
	width: 321px;
	height: 76px;
}

#event-calendar {

	margin-top: 15px;

}
.navigation {
	font-size: 12px;
	line-height:15px;
	height:15px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

.wp-caption {
	text-align:center;
	background-color: #e2e2e2;
	border: 1px solid black;
	font-size: 12px;
	padding-top:3px;
	margin:0 3px;


}

.right-col-ad {
	margin-top: 20px;
	padding: 5px;
	display: block;
	width: 292px;
	height: 242px;
	background-color: #e2e2e2;
	border: 1px solid black;
	text-align: center;
}

.widget {
	font-size: 15px;
	margin-top: 20px;
	width: 302px;
	background-color: #e2e2e2;
	border: 1px solid black;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

.widget.widget_tubepress {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}

.widget h2, #daily-pics h2 {
	font-size: 18px;
	margin: 10px 0 5px 10px;
	color: #516371;
}

.widget ul {
	margin-bottom: 10px;
}



.widget ul li a {
	color: #516371;
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 8px;
}

.widget ul li a:hover {
	color: #e2e2e2;
	background-color: #516371;
}

.daily-pic {
	margin-left: 10px;
	margin-bottom: 15px;
}

.daily-pic p {
	font-size: 14px;
	color: #516371;
}

.daily-pic p a {
	color: #713535;
	text-decoration: none;
}

.daily-pic p a:hover {
	text-decoration: underline;
}

#footer {
	font-size: 80%;
	background-color: #516371;
	padding: 20px;
	height: 75px;
	width: 960px;
	margin: auto;
	clear: both;
	color: #FFFFFF;
}

#footer .footer-col {
	float: left;
	width: 50%;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer li {
	padding: 2px 0;
}

form.comment-form input, form.comment-form textarea {
	border: 1px solid #516371;
}

form.comment-form textarea {
	width: 630px;
	height: 75px;
	margin-top: 15px;
}

form.comment-form input.submit-button {
	float: right;
	margin-top: 4px;
	margin-right: 8px;
}

a { color: #516371; text-decoration: none; }

#sidebar-player {
display:block;
  margin:5px auto;
}

#text-8 {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 5px;
        margin-left: 75px;
	font-size: 13px;
        padding:0px 2px 3px 0px;
	width: 225px;
	background-color: #d0d0d0;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: none;
	border-top-left-radius: 0px;
        border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
        text-align: right;
}

#text-13 {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding:10px 2px 3px 0px;
	width: 225px;
	background-color: #FFFFFF;
	border: none;
        text-align: left;
}

#text-14 {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding:10px 2px 3px 0px;
	width: 225px;
	background-color: #FFFFFF;
	border: none;
        text-align: left;
}

#fmp-jw-widget-3 {
	font-size: 15px;
	margin-top: 20px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
	width: 302px;
	background-color: #e2e2e2;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: none
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
.bliptv_sidebar2 {
width: 670px; !important
height: 145px; !important
}

.bliptv_sidebar2 center {
width: 670px; !important
height: 145px; !important
}

.tubepress_thumbHORZ {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	border:medium thin #990000;
	height: 140px;
        width: 120px;
        float: left;
}
.tubepress_containerHORZ {
	
	background-color:#F7F7F0;
	border: 5px #DDDDEE solid;
	padding: 0px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
        overflow:scroll;
        overflow-x:scroll;
        overflow-y: hidden;
        -ms-overflow-y: hidden;
}
.tubepress_thumbsHORZ {
	height: 130px;
	width:2600px;
}

