/* 
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.

*/

body{
	color: #4d4d4d;
	font-family: Helvetica, san-serif;
	font-size: 14px;
	line-height: 24px;
}

a{
	color: #c42032;
}

/*- Header -*/
#header{
	float: left;
	background-color: #ffffff;
	margin: 0 0 0 15px;
	padding: 10px 0px;
	width: 900px;
}

#nav1 li {
	float: left;
	line-height:30px;
	font-weight:bold;
	font-size:12px;	
	text-transform:uppercase;
	font-family: Helvetica, sans-serif;
}

#nav2 li a:hover, #nav2 li.current-cat a, .catlist h2, .category-head, .category-head a, .comment-head, .author-head, .video-right .box_title, .video-right h3, .widget h3, #featured h2 span, .video-left h2 span, #talking-points h2 span, .archive-temp h3, #respond .required, #archivebox h4 em, #archivebox h2 em, #archivebox h3 em, #footer a {
	color: #c42032 !important;
}

.post-alt h1, .post-alt h2, .post-alt h3, .post-alt h4, .post-alt h5 {
	margin-bottom: 10px !important;
	margin-top: 10px;
}

.widget h3 {
	padding: 15px 15px 0px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 24px;
}

.textwidget {
	padding: 15px 15px 15px 15px;
}

a.more-link {
		color: #f89a1c;
}

.post-alt h2 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
}

.post-alt p{
	padding: 0 0 5px;
	font-size:12px;
}


.date {
	text-transform: uppercase;
	font-size: 10px;
	color: #c9c9c9;
	font-family: helvetica, arial, sans-serif;
}

.author {
	text-transform: uppercase;
	font-size: 10px;
	color: #c9c9c9;
	font-family: helvetica, arial, sans-serif;
}

#query-posts-3 {
	padding: 15px;
}

#query-posts-3 h3{
	padding: 0px;
}

.ads-125 widget {
	float: left;
	margin-bottom: 25px;
}

.ads-125 widget a img{
	margin:7px;
	float: left;
}

.affiliates{
	float: left;
	margin:5px 0;
	padding:10px 0 0 0;
}

.affiliates p {
	width: 190px;
	text-align: center;
}


/* The container for the module */
#twitter {
    background: #f1f2f8;

    width: 600px; /* Up to you but remember to change the div width below as well if you change it */
    padding: 0 10px;

    overflow: hidden; /* clearfix */

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 10px 0;
}

#twitter h2 {
	float: left; /* We'll make the heading sit on its own line next to the tweets */
	width: 85px; /* Might wanna change this depending on the text in the heading */
	margin: 0;
    padding: 6px 0; /* I'll set the top and bottom padding here rather than in the container so as not to cut off any text */
	font-size: 12px;
	color: #f89a1d;
	line-height: 1;
}

/* The marquee plug-in turns a marquee element into a div */
#twitter p, 
#twitter marquee, 
#twitter div {
	float: left;
	width: 505px; /* Container width - heading width - 10px (for some right padding) */
	margin: 0;
	padding: 6px 0; /* Again we set the padding in here so as not to cut text */
	line-height: 1;
}

/* All the tweets will be links pointing to your page on twitter */
#twitter marquee a, 
#twitter div a {
	margin: 0 10px 0 0;
	color: #333;
	text-decoration: none;
}

 /* The i is used to display the date of the tweet */
#twitter marquee a i, 
#twitter div a i {
	font-style: normal;
	color: #999;
}


