/**============================================================================

 CSS - SOSD - Common Styles for default elements

==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;

	list-style: none;
}

html {
	-webkit-font-smoothing: antialiased;
}

/** Body
==============================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #222222;
	background: url(/sandiego/images/common/body_bg.jpg) no-repeat top center #efefef;
	margin: 0 auto;
}

/** Container
==============================================================================*/

#container {
	width: 975px;
	margin: 0 auto;
	padding: 0 16px 0 16px;
}

/** Floats
==============================================================================*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

/** Images
==============================================================================*/

a img {
	border: none;
	display: block;
}

img.staff {
	border: 1px solid #041e52;
}

.sectiontease img {
	border: 1px solid #e5e5e5;
}

/** Headings
==============================================================================*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 12px 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 16px 0;
}

h1.headline {
	margin: 0;
}

h2 {
	font-size: 20px;
	line-height: 24px;
}

h2.subhead {
	font-size: 16px;
	line-height: 20px;
	color: #777;
	margin: 0 0 16px 0;
}

h2#chargerspostgame {
	text-align: center;
	padding: 12px 0;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	border-top: 1px solid #598ff8;
	background-color: #4067b2;
	border-bottom: 1px solid #2d487d;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h3.column, h3.blogtitle {
	font-size: 10px;
	margin: 8px 0 6px 0;
	padding: 0;
	color: #777;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}

h3.blogtitle {
	border-bottom: none;
}

.sectiontease h3 {
	margin: 0 0 8px 0;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

.shadowsubhead {
	margin: 16px 0 0 0;
}

.shadowsubhead h4 {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 2px 0;
	margin: 0;
	color: #243f58;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 12px;
	line-height: 16px;
}

h5.sectionsubhead {
	width: 282px;
	font-size: 12px;
	line-height: 12px;
	padding: 3px 0 3px 8px;
	color: #fff;
	text-transform: uppercase;
	background: #7890a9;
	letter-spacing: 1px;
}

.sectionsubhead.fullwidth {
	width: 587px;
}

h5.sectionsubhead a {
	color: #fff;
}

h5.sectionsubhead a:hover {
	color: #ccc;
}

h6 {
	font-size: 10px;
	line-height: 14px;
}

/** Paragraphs
==============================================================================*/

p {
	margin: 0 0 16px 0;
}

#storycontent p {
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serifl;
}

#storycontent p.byline, #storycontent p.date {
	font-size: 10px;
	line-height: 14px;
}

p.small {
	font-size: 10px;
	color: #777;
	margin: 0 0 8px 0;
}

p.more {
	text-align: right;
	border-top: 1px solid #ddd;
	text-transform: uppercase;
	padding: 3px 0 0 0;
	margin: 8px 0 0 0;
}

/** Margins
==============================================================================*/

.mtopbtmsixteen {
	margin: 16px 0 16px 0;
}

.mtopsixteen {
	margin: 16px 0 0 0;
}

.sectionsubhead.mtopbtmsixteen {
	margin: 16px 0 12px 0;
}

.msixteen {
	margin: 0 0 16px 0;
}

.meight {
	margin: 0 0 8px 0;
}

.mtsixteen {
	margin-top: 16px;
}

.mzero {
	margin: 0;
}

/** Lists
==============================================================================*/

/* SA
dl, ol, ul {
	margin: 0 0 32px 0;
}

dl {
	padding-left: 0;
}

dl dt {
	font-weight: bold;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

ul li {
	padding: 0 0 0 12px;
	background: url(/sandiego/images/common/arrow_bullet.png) no-repeat 0 5px;
}

.tla ul {
	margin: 0;
}

#storycontent ul li {
	padding: 0 0 16px 16px;
	margin: 0 0 0 16px;
}
*/

/** Tables
==============================================================================*/


/* SA
table {
	border-spacing: 2px;
	margin: 0;
	font-size: 11px;
	border: 1px solid #e5e5e5;
}

table.small {
	font-size: 10px;
}

table.small td {
	text-align: center;
}

th {
	font-weight: bold;
	border-top: 1px solid #b2ceed;
	border-bottom: 1px solid #91a8c3;
	background-color: #a3bdda;
}

th, td {
	padding: 2px 4px;
}

tr.even {
	background-color: #e5e5e5;
}
*/

/** Inputs
==============================================================================*/

/* SA
fieldset {
	border: none;
}

input {
	height: 17px;
	padding: 4px 0 0 6px;
	border: 1px solid #ccc;
	font-size: 10px;
	color: #454545;
}

#search {
	text-transform: uppercase;
}

input:focus {
	background-color: #efefef;
}

.button, #z_search_button {
	height: 25px;
	padding: 4px;
	margin: 8px 0 0 0;
	background-color: #dddddd;
}

#z_search_button {
	margin: 0;
}

.button:hover, #z_search_button:hover {
	cursor: pointer;
	background-color: #ccc;
}

.change_form input {
	width: 270px;
}

.change_form label {
	display: block;
}
*/

/** Misc Elements
==============================================================================*/

blockquote {
	margin: 0 0 32px 32px;
	padding: 0 0 0 15px;
	border-left: 3px solid #e5e5e5;
}

a.subscribe {
	padding: 1px 0 0 16px;
	font-size: 10px;
	text-transform: uppercase;
	background: url(/sandiego/images/common/rss_icon_12x12.png) no-repeat 0 2px;
}

.backtotop {
	font-size: 10px;
	text-transform: uppercase;
}

/** Links
==============================================================================*/

a:link {
	color: #02359c;
	text-decoration: none;
}

a:visited {
	color: #02359c;
	text-decoration: none;
}

a:hover {
	color: #0050f2;
	text-decoration: none;
}

a:active {
	color: #02359c;
	text-decoration: none;
}