/*********************************************************************************************
Theme Name: SCVNews Mobile v2
Theme URI: http://www.cougarnews.com/m
Version: 1.0.0
Author: Daniel Leary
Author URI: http://www.cougarnews.com

**********************************************************************************************



**********************************************************************************************


0.  CSS Reset  -------------------------  All Theme Files
1.  Toolbox CSS  -----------------------  All Theme Files
2.  Page Structure  --------------------  All Theme Files
3.  Header  ----------------------------  header.php
4.  Main Navigation  -------------------  header.php
5.  Featured Slider  -------------------  featured.php
6.  Featured Categories  ---------------  blocks.php
7.  Homepage Articles ------------------  index.php
8.  Single Articles & Pages ------------  single.php, page.php
9.  Comments  --------------------------  comments.php
10. Forms  ----------------------------   searchform.php
11. Sidebar & Widgets ------------------  sidebar.php
12. Footer  ----------------------------  footer.php

**********************************************************************************************/

/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/  


@charset "UTF-8";

* {

	padding: 0;

	margin: 0;

}

ul {

	list-style-position: outside;

	list-style-image: none;

	list-style-type: none;

}

img {

	border: 0

}


html {


}


body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	background-color: rgb(251, 251, 251);}

a:link {text-decoration: none; color:#333333;}
a:hover {color: #999999;}
a:visited {text-decoration: none; color:#333333;}



/* TABLE RESET */

table {

border-collapse: collapse;

border-spacing: 0;

cellspacing:0px;

cellpadding:0px;

}




 

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
cellspacing:0px;
cellpadding:0px;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

q:before, q:after {content: '';}
abbr, acronym {border: 0;}


/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

table { -x-system-font: none; font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; width: 100%; }
th {  background: #00000; color:#000; }
th, td {}
tr:nth-child(2n) {  background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }
tr:nth-child(2n+1) {  }