/* Import Blueprint's screen styles */
@import url(blueprint/compressed/screen.css);

/* Import structure for menu -- DO NOT MODIFY */
@import url(lib/main-menu.css);

@import url(typography.css);

/* Uncomment the line below for helpful debugging CSS */
/*@import url(lib/debug.css);*/

/*
	Font-size reference.  Calcuate with: pixel_size / 12
		9px		: 0.75em
		10px	: 0.8333em
		11px	: 0.9167em
		12px	: 1.0em
		13px	: 1.0833em
		14px	: 1.1667em
		15px	: 1.25em
		16px	: 1.3333em
		17px	: 1.4167em
		18px	: 1.5em
		19px	: 1.5833em
		20px	: 1.6667em
		21px	: 1.75em
		22px	: 1.8333em
		23px	: 1.9167em
		24px	: 2.0em
		25px	: 2.0833em
		26px	: 2.1667em
		27px	: 2.25em
		28px	: 2.3333em
		29px	: 2.4167em
		30px	: 2.5em
		31px	: 2.5833em
		32px	: 2.6667em
*/
body{
	font-size: 82.5%;
	font-family: "Trade Gothic","L Haas","Helvetica",sans-serif;
	font-color: #1e1c1f;
	background: #333 url(/media/img/concretetile.gif);
	padding-top: 3em;
}

p img{
	margin:0;
	padding:0;
}

.news p img		{ float:none; margin-bottom:0.5em; clear:both; }

.container{
	background: #FFF;
	border: 10px solid white;
}

#header{
	height: 43px;
	margin: none;
	border-bottom: none;
}
	#header h1 {
		margin: 0;
	}
#header h1 a{
	display: block;
	/*height: 50px;*/
	width: 300px;
	background: url(/media/img/concretecat.gif) no-repeat 0px 17px;
	text-indent: -5000px;
}

#header p#contact {
	float: right;
	margin: -2em 10px 0 0;
}
	#header p#contact a {
		background: none;
		color: #CEBF4A;
		font-size: 1.25em;
		font-style: italic;		
	}
	#header p#contact a:hover {
		color: #B11B53;
	}

#content{
	border-top: none;
}


#leftcolumn{
	background: url(/media/img/menugrad.jpg) no-repeat;
	position:relative;
	padding-bottom:120px;
}

#nav{
	margin: 50px 0 0 40px;
	font-size: 1.3em;
	float:left;
}

#footer{
	background: transparent;
	border: none;
	color: #dad5a9;
	padding: 1em;
	font-size: .8em;
}

/* Some example styles for the main menu */
/* Menu item hover */
#main-menu li a, #sub-content li a {
	margin-right: 1px;
	display: block;
	width: 135px;
	color: #2b282c;
	text-decoration: none;
}

#main_content {
	background: url('/media/img/kittybg.jpg') no-repeat;
	min-height: 400px;
	position:relative;
}
body.gallery #main_content {
	background: 0;
}

#sub-content {
	float: right;
	margin-right: 10px;
	border: 1px solid #cdbf4a;
	font-size: 1.1em;
	padding: 15px 0 0 0;
	background: url(/media/img/alphawhite.png);
}
#sub-content.news-archive		{ float:left; margin:20px 0 0 20px; }
#sub-content.news-archive ul	{ font-size:0.8333em; }
#sub-content.news-archive li	{ margin-bottom:0.5em; line-height:1.2; }

ul#categories					{ text-transform:lowercase; }
.article						{ border-bottom:1px solid #666; padding-bottom:10px; margin-bottom:40px; }


#sub-content li {
	list-style-type: none;
}

/* Current Main item */
#main-menu li a, #sub-content li a {
/*	color: #b11b53;*/
	padding: 0;
	background: 0;
}

/* Current Main item */
#main-menu li a.current, #sub-content li a.current {
	color: #b11b53;
}

/* Menu item hover */
#main-menu li a:hover, #sub-content li a:hover {
	color: #988c17;
}

/* Submenu item */
#main-menu li li a, #sub-content li li a {
	color: #b11b53;
}

/* Current Submenu item */
#main-menu li li a.current, #sub-content li li a.current {
	color: #b11b53;
}

/* Submenu item hover */
#main-menu li li a:hover, #sub-content li li a:hover {
	color: #988c17;
}

#home_feature{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#home_feature p{
	margin: -30;
	padding: 0;
}

#home_boxes{
	height: 183px;
	width: 560px;
	float: left;
	margin-top: 10px;
	background: url(/media/img/homeboxes.jpg) no-repeat -1px 0;
}
	#home_boxes a {
		color: #2B282C;
		text-decoration: none;
		background: 0;
		padding: 0;
	}
	#home_boxes a:hover {
		color: #988c17;
	}

#home_main {
	width: 230px;
	margin-top:55px;
	margin-left: 19px;
	color: #232000;
	float: left;
}

#home_news {
	width: 230px;
	margin-top:55px;
	margin-left: 57px;
	color: #232000;
	float: left;
}
	#home_news h2 {
		font-size: 1em;
		font-weight: bold;
		background: 0;
		letter-spacing: 0;
		line-height: 1;
		padding: 0;
		font-style: italic;
		color: black;
	}
	
	#home_news p {
		margin: 0;
	}
	
	#home_news a {
		color: #232000;
	}
	
	#home_news ul 	{ list-style-type:none; margin:0; }
	#home_news li	{ font-weight:bold; line-height:1.2; margin-bottom:0.5em; }
	#home_news li a	{ margin-left:10px; font-weight:normal; }
	#home_news a.view-all	{ background:#7F1740; font-weight:bold; color:#fff; padding:3px; margin-top:3px; text-transform:lowercase; display:inline-block; }
	#home_news a.view-all:hover		{ color:#DF538A; }

#page_header {
	width: 540px;
	height: 125px;
	padding: 1em 10px;
	margin: 0 0 10px 0;
}

#flash-gallery {
}
	.flash-replaced .alt {
		display: none;
	}

ul#swatch-gallery {
	margin-left: 0;
	margin-right: 0;
}
	#swatch-gallery li {
		list-style-type: none;
		display: inline;
	}
		#swatch-gallery li a {
			background: none;
			padding: 0;
		}
		#swatch-gallery li img {
			margin: 0;
			border: 1px solid #999;
			padding: 1px;
			margin: 0 10px 10px 0;
		}
	
#news-detail {
	
}

#news-archive {
	border: 1px solid #cdbf4a;
	margin-left: -2px;
	float: right;
}
	#news-archive ul {
		margin: 0;
		padding: 0;
		list-style: none;
		
	}
		#news-archive ul a {
			width: 135px;
		}
			#news-archive ul span {
				font-size: 0.8333em;
			}

.news .news-archive h3	{ font-size:1em; margin:0 18px 0.5em; letter-spacing:1px; }

#comments			{ clear:both; }
#comments ul		{ margin:0; }
#comments li		{ background:#FFFBCF; padding:1px 0; list-style:none; }
#comments li.row2	{ background:#FFEFF5; }
#comments th,
#comments td		{ border-bottom:0; vertical-align:top; }
.meta				{ clear:both; }

#followus			{ position:absolute; bottom:5px; left:-205px; margin-bottom:0; }
#followus a			{ background:0; }
#followus img		{ margin:0; }