/* 
Theme Name: Chuck Owen
Theme URL: http://www.chuckowen.com/
Description: A custom theme created for Chuck Owen by Studio Utbo.
Version: 2.0
Author: Nina Contreras
Author URL: http://www.studio-utbo.com/
*/

/* General Styles */
body  {
	background-color: #0f1b27;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 19px;
}

a:link {
	color: #9FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
.footer {
	font-size: 11px;
	color: #FFF;
}
#whiteLink a {
	color: #FFF;
	text-decoration: none;
}
#whiteLink a:hover {
	text-decoration: underline;
}
#more {
	font-style: italic;
	font-weight: bold;
}
#tableTransparency {
	filter:alpha(opacity=85);
	opacity:0.85;
	padding: 15px;
}
#menuBG {
	background-color: #66727e;
}

/* Home Page Styles */ 
#homeBG {
	background-image: url(http://www.chuckowen.com/wp-content/themes/owen/images/texture-home_bg.jpg);
	background-repeat: repeat-x;
} 
#owenBG {
	background-image: url(http://www.chuckowen.com/wp-content/themes/owen/images/chuck-owen_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	color: #ffcc00;
}
#featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #00ccff;
}
#thumbnail {
	border: 2px solid #00ccff;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.highlight {
	font-weight: bold;
	color: #ffcc00;
}

/* Post Styles */
#postTitle a{
	font-size: 16px;
	font-weight: bold;
	color: #ffcc00;
}
#postTitle a:hover{
	font-size: 16px;
	font-weight: bold;
	color: #ffcc00;
	text-decoration:underline
}
#postDivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9CF;
	width: auto;
	padding-bottom: 10px;
}
#postDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 3px;
}

/* Page Styles */ 
#pageBG {
	background-image: url(http://www.chuckowen.com/wp-content/themes/owen/images/texture_bg.jpg);
	background-repeat: repeat-x;
}
#pageTitle {
	font-size: 36px;
	color: #ffcc00;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 100%;
	line-height: normal;
}
h1,h2,h3,h4 {
	color: #FC0;
	font-weight: normal;
	padding-top: 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

/* Side Menu*/
#sideBar {
	font-size: 12px;
}

#sideMenu ul {
	list-style-position: outside;
	list-style-type: disc;
}

#sideMenu a {
	color: #FFF;
	text-decoration: none;
}
#sideMenu a:hover {
	text-decoration: underline;
}
.quoteContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	line-height: 22px;
	font-style: italic;
}
.quoteSource {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 10px 10px 0;
	display: inline;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #069;
	text-align: center;
	background-color: #069;
	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 */