/****** FILE: themes/iscd/css/layout.css *****/

* {
	margin: 0px;
	padding: 0px;
}

img, fieldset {
	border: none;
}

body {
	font-size: 12px;
}

#Container {
	width: 960px;
	margin: 0 auto;	
}

#sidebar {
	background: url(/themes/iscd/images/ink-drop-side.jpg) no-repeat;
	width: 600px;
	height: 1124px;
	position: absolute;
	z-index: -1;
	margin-left: -16px;
	*margin-left: -976px;
}

#Main {
	margin-left: 270px;
	width: 690px;
	float: left;
}

#ContentContainer h2 {
	padding: 6px;
	font-family: Arial;
	font-size: 1.4em;
	margin-bottom: 20px;
}

h1 {
	margin-top: 30px;
	color: #999;
	font-size: 28px;
	text-transform: uppercase;
	font-family: ÒCentury GothicÓ, ÒApple GothicÓ, sans-serif;
	font-weight: bold;
}

#navigation {
	float: right;
	padding: 10px;
	width: 300px;
	margin: 20px 0px 10px 0px;
}

#navigation ul {
	float: left;	
}

a.print {
	background: url(/themes/iscd/images/print.png) no-repeat left center;
	padding-left: 20px;
	color: #666;
	text-decoration: none;
	font-size: .9em;
	font-family: arial, sans-serif;
	display: block;
	margin-bottom: 20px;
}

#navigation ul li {
	width: 150px;
}

#navigation a, #navigation li {
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.1em;
}

#social {
	float: right;
}

#social a {
	color: #999;
	text-decoration: none;
}

#social li {
	float: left;
	padding-left: 10px;
	color: #999;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear {
	clear: both;
}

#ContentHolder {
	background: url(/themes/iscd/images/contentbg.png);
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 10px;
	min-height: 980px;
}

#SideNav {
	float: left;
	width: 210px;
	margin-bottom: 30px;
	padding-left: 5px;
}

#SideNav li a {
	color: #333;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
}

#Content {
	float: left;
	margin-left: 20px;
	width: 404px;
}

#Footer {
	padding: 10px;
	color: #fff;
	font-family: Arial;
	margin: 90px 0px 0px 270px;
}

#Footer li {
	float: left;
	margin-right: 8px;
}

#Footer .right li {
	margin-right: 0px;
	margin-left: 8px;
}

#Footer ul.right {
	float: right;
}

#Footer a {
	text-decoration: none;
	color: #fff;
	font-family: Arial, sans-serif;
}

#Footer .frost a {
	background: url(/themes/iscd/images/siteby.png) no-repeat;
	width: 79px;
	height: 14px;
	text-indent: -5000px;
	display: block;
}

.featurebox {
	float: left;
	width: 209px;
	margin-right: 10px;
}

#ContentHolder .featurebox h2 {
	color: #fff;
	padding: 5px;
	margin: 0px;
}

.featurebox.feature h2 {
	background: #33cccc;
}

.featurebox.feature h3, .featurebox.feature a {
	color: #33cccc;
}

.featurebox.news h3, .featurebox.news a {
	color: #ff9900;
}

.featurebox.design h3, .featurebox.design a {
	color: #ff0099;
}

.featurebox.news h2 {
	background: #ff9900;
}

.featurebox h3 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	margin: 5px 0px 15px 0px;
}

.featurebox h3 a {
	text-decoration: none;
}

.featurebox p {
	color: #333;
}

.featurebox p, .featurebox p a {
	font-family: Arial, sans-serif;	
	margin: 8px 0px;
	text-decoration: none;
}

.featurebox p a {
	font-weight: bold;
}

.featurebox.design h2 {
	background: #ff0099;
}

.gallerypage {
	float: left;
	width: 210px;
	margin-left: 20px;
	height: 210px;
}

.gallerypage:first-child {
	margin-left: 0px;
}

.gallerypage div {
	margin: 10px 0px 20px 0px;	
}

.gallerypage div a {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	color: #666;
	text-decoration: none;
}

#GalleryPageURL {
	margin-bottom: 10px;
}

#SideNav ul {
	margin-bottom: 25px;
}

.sidebox {
	height: 209px;
	margin-bottom: 15px;
}

.sidebox h3 {
	font-family: arial, sans-serif;
	font-size: 1.2em;
	padding: 3px;
	margin: 4px 0px 0px 4px;
	position: absolute;
	width: 200px;
}

.sidebox .video {
	background: url(/themes/iscd/images/playvideo.png) no-repeat;
	width: 104px;
	height: 103px;
	position: absolute;
	margin: 57px 0px 0px 53px;
	display: none;
}

blockquote {
	font-family: Arial, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

blockquote div.by {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 5px;
}

blockquote div.quote-open, blockquote div.quote-close {
	width: 52px;
	height: 44px;
	margin: 8px 0px;
}

blockquote div.quote-close {
	margin-left: 160px;
}

div.field {
	margin: 2px 0px;
}

div.field label {
	display: block;
	margin-bottom: 2px;
}

.typography ul.optionset label {
	display: inline;
}

.typography ul.optionset, .typography ul.optionset li {
	margin: 0px;
	list-style-type: none;
}

#Quotes {
	margin: 0px 0px 10px 0px;
}

input.text {
	padding: 4px;
	width: 250px; 
}

div.Actions {
	margin-top: 5px;
}

#footerink {
	background: url(/themes/iscd/images/footer_bg.jpg) no-repeat;
	width: 386px;
	height: 146px;
	position: absolute;
	z-index: -1;
	margin-left: 560px;
	*margin-left: 295px;
}

.typography .gallerypage h3 a {
	color: #fff;
}

.galleryholder {
	margin-bottom: 15px;
}

.typography .gallerypage h3 {
	margin: 0px; 
	padding: 3px; 
	font-family: Arial,sans-serif; 
	font-size: 1.3em; 
	position: absolute; 
	width: 204px;
}

#SideNav .WidgetHolder ul.rss li a {
	color: #aaa;
}

#SideNav .WidgetHolder ul.rss li a:hover {
	color: #FF33CC;
}

.WidgetHolder ul.rss li, div.blogSummary {
	background: url(/themes/iscd/images/separator.gif) repeat-x bottom left;
	padding-bottom: 12px;
}

div.blogSummary {
	padding-bottom: 6px;
}

div.blogSummary:last-child {
	background: none;
}


/****** FILE: themes/iscd/css/typography.css *****/

* {
	list-style-type: none;
}

.typography p, .typography label, .typography span.required {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.typography .jdGallery a.carouselBtn {
	font-family: Arial, sans-serif;	
}

.typography span.required {
	color: #ff0000;
}

.typography h3, .WidgetHolder h3 {
	font-size: 1.7em;
	font-family: Arial, sans-serif;
}

.WidgetHolder h3 {
	font-size: 1.4em;
	margin-bottom: 15px;
}

.typography h3 {
	margin: 5px 0px;
}

.typography h4 {
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	margin: 5px 0px;
}

.typography h5 {
	font-size: 1.1em;
	font-family: Arial, sans-serif;
}

.typography img.left {
	float: left;
	padding: 0px 5px 5px 0px;
}

.WidgetHolder ul li {
	font-size: .9em;
	font-family: Arial, sans-serif;
	padding: 2px 0px;
}

.typography ul, .typography ol {
	margin-bottom: 8px;
}

.typography ul li, .typography ol li {
	font-size: 1em;
	font-family: Arial, sans-serif;
	padding: 2px 0px;
	list-style-type: square;
	margin-left: 20px;
	color: #333;
}

.typography ol li {
	list-style-type: decimal;
}

.typography ul ul li {
	margin-left: 20px;
}

.typography a {
	text-decoration: none;
}

.typography table td, .typography table th {
	color: #333;
	font-size: 1em;
	font-family: Arial, sans-serif;
	text-align: left;
	padding: 4px;
}



/****** FILE: themes/iscd/css/blue.css *****/
.background, .typography table th.background {
	background: #0099ff;
	color: #fff;
}

.backgroundimage {
	background: url(/themes/iscd/images/bluebg.png);
}

#SideNav a:hover, #SideNav a.current {
	color: #0099ff;
}

#navigation a:hover, #navigation a.section, #navigation a.current, .color, li.color {
	color: #006699;
}

.typography h3, .typography h4, .typography h5, blockquote div.by, .WidgetHolder h3, .typography a, .typography p.color {
	color: #0099ff;
}

blockquote div.quote-open {
	background: url(/themes/iscd/images/open-quote-blue.gif) no-repeat;
}

blockquote div.quote-close {
	background: url(/themes/iscd/images/close-quote-blue.gif) no-repeat;
}


