/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*- make links blue*/
a{ color: #0516fc; }

/*- Box -make links black*/
.box a{
color: #000000;
text-decoration: none;
}
.box a:hover{
color: #0516fc;
text-decoration: underline;
}

/*========= SIDEBAR =========*/

/* Tabs */

#feat a{
color: #000000;
text-decoration: none;
}
#feat a:hover{
color: #0516fc;
text-decoration: underline;
}
#pop a{
color: #000000;
text-decoration: none;
}
#pop a:hover{
color: #0516fc;
text-decoration: underline;
}
#comm a{
color: #000000;
text-decoration: none;
}
#comm a:hover{
color: #0516fc;
text-decoration: underline;
}
#tagcloud {
padding:10px;
}
#tagcloud a{
color: #000000;
text-decoration: none;
}
#tagcloud a:hover{
color: #0516fc;
text-decoration: underline;
}
#sub a{
color: #000000;
text-decoration: none;
}
#sub a:hover{
color: #0516fc;
text-decoration: underline;
}

/*- add padding to Flickr widget-*/

#flickr .wrap {
padding-top: 15px;
}
.flickr_badge_image img {
float:left;
padding:5px;
margin:0px 0px 10px 5px;
border: 1px solid #ddd;
}
#flickr a{
font-size:12px;
color: #FFFFFF;
text-decoration: none;
}
#flickr a:hover{
color: #0516fc;
text-decoration: underline;
}

/*========= BLOG POST STYLING =========*/
.box .post p{
font-size: 13px;
line-height: 16px;
padding: 0px 10px 10px;
}

/*========= GOOGLENEWS START =========*/
.newsfeed-header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
padding: 0 0 5px;
}
#newsfeed-frame {
background:#eee;
float:left;
width:583px;
height:auto;
margin:0px;
padding: 5px;
border: 1px solid #ddd;
}
/*========= GOOGLENEWS END =========*/

/*- make body text black-*/
body{
color: #222222;
background-color: #ddd;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}

/*- change hover hyperlinks to blue-*/
a:hover{
color: #0516fc;
text-decoration: underline;
}
/*- Category Navigation -*/

/*- Nav / Dropdowns-*/
#nav2 a {
display: block;
padding-left:10px;
padding-right:10px;
border-right: 1px solid #DDDDDD;
color: #000000;
text-decoration: none;
}
/*=============CHANGE CATEGORIES PADDING FROM 15 TO 4=============*/
#nav2 a {
display: block;
padding-left:4px;
padding-right:4px;
border-right: 1px solid #DDDDDD;
}
/*============= Read the full story / CHANGE COLOR TO BLACK START=============*/
.continue a{
color: #000000;
}

/*========= SINGLE POST SPECIFIC =========*/
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000000; }
.entry p{
text-align:left;
font-size:16px;
line-height:18px;
}
Change list font size
.entry ul, .entry ol {
margin-bottom:15px;
font-size:16px;
line-height:20px;
}


/*=========swapped lists markers disc/circle to make lists look like bulleted lists, made list font size 14) =========*/
.entry ol li {
list-style:decimal inside !important;
font-size:16px;
padding:3px 0px;
}
.entry ul, .entry ol {
margin-bottom:15px;
font-size:14px;
line-height:20px;
}
.entry ul li ul, .entry ol li ol{
margin-bottom:0px;
padding-top:3px;
}
.entry ul li {
list-style:disc inside !important;
margin-left:15px;
padding:3px 0px;
}
.entry ul li ul li {
list-style:circle inside !important;
}
.entry ol li {
list-style:decimal inside !important;
font-size:14px;
padding:3px 0px;
}
.entry ol li ol li {
list-style:decimal-leading-zero inside !important;
}/*========= LAYOUT =========*/
.col1a{
	float: left;
	width: 795px;
	padding-right:15px;
}
.col3{
	float: left;
	width: 120px;
}