/******************************************************************************
 * Name: general.css
 * Description: Styles created with the intention of reuse throughout
 */
 
/******************************************************************************
 * These style provides a way to evenly space out elements. Bottom is used so
 * elements cacade down the page in a consistant fashion. Having classes like
 * these can help us from having to add margin or padding styles to several
 * separate elements/widgets.
 */
.element_spacing {
	margin-bottom: 20px !important;
}
.element_spacing_medium {
	margin-bottom: 10px !important;
}
.element_spacing_small {
	margin-bottom: 5px !important;
}

/******************************************************************************
 * A default link style used throughout the site
 */
.link {
	color: #0A2A51 !important;
}

a:hover.link {
	color: #0A2A51;
	text-decoration: underline;
}
/******************************************************************************
 * General style for aligning text. Usually used in more one-off places.
 */
.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}


/******************************************************************************
 * Styles for floating one-off elements
 */

.float_left {
	float: left;
}
.float_right {
	float: right;
}

/******************************************************************************
 * Style for hiding overflow elements
 */
 
 .overflow_hidden {
 	overflow: hidden;
 }

/******************************************************************************
 * Style for clearing floated elements
 */
 
.clear {
	clear: both;
}

/******************************************************************************
 * Style percentage columns
 */
 
.column_half {
	width: 50%;
}
.column_quarter {
	width: 25%;
}
.column_third {
	width: 32%;
}
.column_full {
	width: 100%;
}
/******************************************************************************
 * Styles to add gutters to elements.
 */

.gutters {
	margin-left: 10px;
	margin-right: 10px;
}
.gutter_left {
	margin-left: 10px;
}
.gutter_right {
	margin-right: 10px;
}

/******************************************************************************
 * Styles to add padding to elements.
 */
 
 .padding {
 	padding: 10px;
 }

/******************************************************************************
 * Styles for vertical alignment
 */

.align_bottom {
	vertical-align: bottom;
}
.align_top {
	vertical-align: top;
}

/******************************************************************************
 * Styles for horizontal alignment
 */

.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.center {
	text-align: center;
}


/******************************************************************************
 * Style for small headings
 */
 
.small_heading {
	color: #333333;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: bold;
}


/******************************************************************************
 * Style for small headings
 */
 
.medium_heading {
	color: #333333;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
}


/******************************************************************************
 * Style for large headings
 */
 
.large_heading {
	font-size: 27px;
	line-height: 33px;
	color: #333333;
}


/******************************************************************************
 * A class to easily hide an element
 */

.hide {
	display: none;
}


/******************************************************************************
* removes margins
*/

.no_margins {
	margin: 0 !important;
}

/******************************************************************************
* Styles for square bullet list
*/

.square_bullet {
	list-style-type: square;
	color: #999999;
	padding-left: 15px;
}

.square_bullet li {
	font-size: 18px;
	line-height: 16px;
	margin-left: 0;
	padding-right: 0;
}

/******************************************************************************
* Styles for making inline lists
*/

.inline_list li {
	display: inline;
}


/******************************************************************************
* Style to remove bullet from lists
*/

.no_bullet {
	list-style: none !important;
}

/******************************************************************************
* Styles for borders
*/

.border_right {
	border-right: 1px solid #d9d9d9;
}

.border_left {
	border-left: 1px solid #d9d9d9;
}

.border_top {
	border-top: 1px solid #d9d9d9;
}

.border_bottom {
	border-bottom: 1px solid #d9d9d9;
}

.border {
	border: 1px solid #d9d9d9;
}

.border_image {
	background-image: url("http://www.mcclatchy.com/static/images/redesign_site_images/grey_pixel.gif");
	background-position: 140px 0px;
	background-repeat: repeat-y;
}

.double_border_image {
	background-image: url("http://www.mcclatchy.com/static/images/redesign_site_images/double_border_image.gif");
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

.no_border {
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

/******************************************************************************
* Styles for small caption text
*/

.caption_text, .caption_text a, li.caption_text {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}


/******************************************************************************
* Styles for time stamp
*/

.time_stamp {
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

/******************************************************************************
* Styles for image container element
*/

.images_container {
	background-color: #d6d6d6;
	width: 100%;
}

.images_container li {
	height: 180px;
	overflow: hidden;
}

/******************************************************************************
* Styles for zero font-size/line-height
*/

.zero_font {
	font-size: 0 !important;
	line-height: 0 !important;
}

/******************************************************************************
* Styles for gallery images that appear at the top of section pages
*/

.medium_size_images {
	width: 320px;
}

/******************************************************************************
* Styles for standard body text
*/

.body_text, li.body_text {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

/******************************************************************************
* Styles for bold text
*/

.bold {
	font-weight: bold;
}

/******************************************************************************
* Styles to make text a serif typeface
*/

.serif {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
}

/******************************************************************************
* Styles to make text a grey link with a blue hover
*/

.grey_link, .grey_link li a {
	color: #828282;
	font-size: 13px;
}

.grey_link li a:hover {
	color: #0A2A51;
	text-decoration: none;
}
