@charset "UTF-8";

<!--
@import url("/templates/babscasting/skins/2012/css/navgroups.css");
-->

/*colors:
	blue light: #39B0DB
	blue dark: #004395
	gray: #333333
	yellow: #ECF5D6
	magenta: #DA099B
*/

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	font-family: "ff-dagny-web-pro",sans-serif;
	font-size:100%;
	color:#333
}

p, li {
	margin:0 0 12px 0;
	font-size:.9em;
	line-height:144%;
}

li {
	margin:0 0 2px 0;
	list-style:square;
}

h1, h2, h3, h4 {
	font-weight:700;
	line-height:132%;
}

h3, h4 {
	font-weight:700;
}


h1 {
	margin:0 0 12px 0;
	font-size:2.5em;
}

h2 {
	margin:12px 0 12px 0;
	font-size:1.5em;
}

h3 {
	margin:0 0 12px 0;
	font-size:1.1em;
}

h4 {
	margin:0 0 6px 0;
	font-size:.9em;
	text-transform:uppercase;
}

a:link, a:active, a:visited, a:hover, a:visited:hover {
	text-decoration:none;
	color:#DA099B;
}

a:hover, a:hover:visited {
	color:#333;
}

/*** buttons ***/

a.button:link, a.button:active, a.button:visited, a.button:hover, a.button:visited:hover {
	background-color:#DA099B;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:120px;
}

a.button:hover, a.button:visited:hover {
	background-color:#333;
}

div.hr {
	margin:36px 0;
	height:.001em;
	border:none;
	border-top:1px solid #333;
}

/*** layout ***/

#container {
	position:relative;
	background-color:#FFF;
	margin:0 auto;
	padding:18px 0 0 0;
	width:1152px
}

.pagecolumn {
	position:relative;
	margin:0 auto;
	width:1056px;
}

#header {
	height:144px;
	border-bottom:1px solid #333;
	margin-bottom:24px;
}

	#container.cp #header {
		height:96px;
	}
	
	a#logo:link, a#logo:active, a#logo:visited, a#logo:hover, a#logo:visited:hover {
		float:left;
		display:block;
		width:236px;
		height:120px;
		background:transparent url(/templates/babscasting/skins/2012/structure/babscasting-logo.png) no-repeat;
		text-decoration:none;
}

	a#logo-type:link, a#logo-type:active, a#logo-type:visited, a#logo-type:hover, a#logo-type:visited:hover {
		float:left;
		display:block;
		text-decoration:none;
		font-size:60px;
		color:#333;
		font-weight:700;
	}
	
	#head-right {
		float:right;
		width:800px;
		margin: 0 0 22px 0;
}	
		.spark_570099 {
			float:right;
			height:42px;
			overflow:hidden;
			text-align:right;
			font-size:.75em;
		}

#live-area {
	margin:0 auto 24px auto;
}

#footer {
	margin:0 auto 24px auto;
	font-size:.75em;
}

	#legal {
		float:right;
		width:360px;
		text-align:right;
	}
	
#maincolumn {
	float:left;
	width:684px;
	margin:0 0 36px 0;
}

#sidebar {
	float:right;
	width:336px;
	margin:0 0 36px 0;
}

#workshop-widget {
	margin:0 0 60px 0;	
}


.rssfeed {
	position:absolute;
	left:-999px;
	width:0px;
	height:0px;
}

/*Subages*/
 
 .pagecols { 
	width:204px;
	float:left;
	margin: 0 24px 0 0;
 }
 
 /*Card pages*/

.gal-widget {
	float:left;
	display:inline-block;
	width:342px;
	margin: 0 0 24px 0;
}
 
.gal-widget img, .gal-widget .spacer { 
 	float:left;
	display:inline-block;
 }
 
.gal-widget img {
 	border: 1px solid #CCC;
 }
 
.gal-widget .spacer { 
	width:6px;
}

.gal-widget a.button {
	margin-top:12px;
}

.qtymsg {
	font-size:.5em;
	color:#CCCCCC;
}