/* 
YOUR 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.

*/

/* New to CFC & Last Weekend*/
#new2cfc {margin-top: 36px; margin-right: 5px; margin-bottom: 25px; float: left; width: 305px; height: 425px; display:block; }
.new2cfcbutton {width:305px; height: 197px; background: url(images/new2cfcbutton.jpg);}
.lastweekend { margin: 5px 0px 0px 0px; width:305px; height: 185px; background:#aaa; }
.lastweekend ul {padding-top: 10px; }
.lastweekend li { width: 260px; font-size: 1.5em;text-transform:uppercase; color:#fff; font-weight:bold ; 
margin-top:5px; padding-top: 0px; padding-left:10px; background:black; display:block; }
.lastweekend li a { color:#fff}
.lastweekend li a:hover {color:#428ce7;}
.socialmedia {margin-left: 10px; margin-top: 5px;}
.twitter { float: right; margin-left: 5px; width:32px; height: 32px; background: url(images/twitter.png);}
.facebook { float: right;  margin-left: 5px; width:32px; height: 32px; background: url(images/facebook.png);}
.rss { float: right;  margin-left: 5px; width:32px; height: 32px; background: url(images/rss.png);}
.podcast { float: right;  margin-left: 5px; width:32px; height: 32px; background: url(images/podcast.png);}
.giving { float: right;  margin-left: 5px; width:100px; height: 32px; background: url(images/giving.png);}

/*Home page ad space */
.mainad1 {width:310px; height: 100px; float: left; margin-top: 10px; margin-bottom: 10px; background: url(images/ad_Button1.jpg);}
.mainad2 {width:310px; height: 100px; float: left; margin: 10px;  background: url(images/ad_Button2.jpg);}
.mainad3 {width:310px; height: 100px; float: left; margin-top: 10px; margin-bottom: 10px; background: url(images/ad_Button3.jpg);}


/* Sidebar div tags to be used in the advertising options of the theme */
.sidebarad1 {width:310px; height: 100px; margin-bottom: 10px; background: url(images/sidebarad1.jpg);}
.sidebarad2 {width:310px; height: 100px; margin-bottom: 10px; background: url(images/sidebarad2.jpg);}
.sidebarad3 {width:310px; height: 100px; margin-bottom: 10px; background: url(images/sidebarad3.jpg);}

/* Breadcrumb div tag */
.breadcrumb {}

/* Sample Tables */
table.sample {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* SGP Tables */
#customers
{
width:100%;
border-collapse:collapse;
}

#customers td, #customers th 
{
font-size:1em;
border:1px solid #000000;
padding:3px 7px 2px 7px;
width:200px;
}

#customers th.pre2 
{
font-size:1.3em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#00adef;
color:#ffffff;
}

#customers th.f3 
{
font-size:1.3em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#45ae49;
color:#ffffff;
}

#customers th.unleashing 
{
font-size:1.3em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#7d7e80;
color:#ffffff;
}


#customers td.pre2 
{
color:#000000;
background-color:#00adef;
}

#customers td.f3 
{
color:#000000;
background-color:#45ae49;
}

#customers td.unleashing 
{
color:#000000;
background-color:#7d7e80;
}
