/*   
Theme Name: Silverlight Design
Theme URI: http://www.silverlightdesign.com/
Description: Colorful theme developed for the Silverlight Design website.
Author: Michael Demopoulos
Author URI: http://mickd.com
Version: 1.0
*/

/* Color system ******************************
Green header 018412
Green link 04a319

Orange header bd3c08
Orange link e25118

Purple rating 980044

Gray dark 393939
Gray light 6b6b6b

Active Nav item text 9b9b9b
Content Background gray ededed

*********************************************/



@import url(lib/css/reset.css);

#globalUtility { background-color: #444; height: 20px; color: #efefef; font: 11px Arial, Helvetica, sans-serif; }
#globalUtility .content { width:960px; margin-left: 30px; }
#globalUtility ul { height: 20px; border-left: 1px solid #000; }
#globalUtility li {	display:block; float:left; }
#globalUtility li.last { border-right: 1px solid #535353; }
#globalUtility a { display:block; height: 17px; padding: 3px 8px 0 8px; border-right:1px solid #000; border-left: 1px solid #535353; color:#fff; text-decoration:none; }
#globalUtility a:visited { color:#fff; }
#globalUtility li.active a { background-color:#696969; }
#globalUtility li a:hover {	background-color:#696969; }

/* = 960 Fixed Grid = */
.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }
/* 10px margin on BOTH sides, resulting in a 20px gutter between columns | display inline = ie6 double-margin bug fix */
.column { margin: 0 10px; overflow: hidden;	float: left; display: inline; }
 /* center the row on the page, clear the interior contents with overflow:hidden hack */
.row { width: 960px; margin: 0 auto; overflow: hidden; }
/* ================== */

body {
	background:#072b5b url(lib/images/bg-02.png) repeat-x top center;
	font-size:14px; 
	font-family: Arial, Helvetica, sans-serif;
}
body.home #topCap .subhead a { color:#0485c7; }

body.search #topCap .subhead a, body.search .list a { color:#0485c7; }

body.gallery {
	background:#5f0031 url(lib/images/bg-01.png) repeat-x top center;
}
body.gallery #topCap .subhead a, body.gallery .pagination a { color:#d9025c; }


body.news {
	background:#915e0b url(lib/images/bg-05.png) repeat-x top center;
}
body.news fieldset .inputField, body.news fieldset textarea, body.news fieldset select {
	color: #915e0b;
}
body.news #topCap .subhead a, body.news .pagination a { color:#d99a03; }

body.contact {
	background:#732012 url(lib/images/bg-04.png) repeat-x top center;
}
body.contact .contactContent a { color:#e25118; }
body.contact fieldset .inputField, body.contact fieldset textarea, body.contact fieldset select {
	color: #bd3c08;
}
body.MIX10 {
	background:#0a3a0b url(lib/images/bg-03.png) repeat-x top center;
}
body.news #MIX10 .subhead a, body.MIX10 .pagination a { color:#d99a03; }
body.MIX10 fieldset .inputField, body.MIX10 fieldset textarea, body.MIX10 fieldset select {
	color: #018412;
}



/* GLOBAL */
a { color: #fff; text-decoration:none; }
a:visited { color: #fff; }
a:hover { color: #fff; text-decoration:underline; }
a:active { color: #fff; }
strong {font-weight:bold;}

h1, h2, h3, h4 {font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;}
h1 { font-size: 26px; }
h2 { font-size: 24px; margin-bottom:5px; line-height: 26px; }
h3 { font-size: 18px; text-transform:uppercase; margin-bottom:5px; }
h4 { font-size: 18px; font-weight:bold; margin-bottom:10px; }
h5 { border-bottom: 1px dotted #6b6b6b; font-weight:bold; margin-bottom:10px; }
h6 {font-weight:bold; margin-bottom:10px;}
em { font-style:italic }
.alert {background-color:#FF9;}
#contentContainer ul, #contentContainer ol { padding-left:10px; margin-bottom: 20px; line-height:22px; }
#contentContainer ul li { margin:0 0 5px 20px; list-style:circle; }
#contentContainer ol li { margin:0 0 5px 20px; list-style:decimal; }
blockquote { 
	font-style:italic; 
	padding: 10px 10px 1px 10px; 
	margin-bottom:20px;
	background-color:#fff;
	color:#393939;
	font-size:12px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

.socialIcons a { display:block;	width:20px;	height:20px; margin-left:2px; float:right; overflow:hidden; }
.socialIcons a.iconfb {	background:transparent url(lib/images/icon-social-20-fb.png) no-repeat left top; }
.socialIcons a.icontw {	background:transparent url(lib/images/icon-social-20-tw.png) no-repeat left top; }
.socialIcons a.iconrss { background:transparent url(lib/images/icon-social-20-rss.png) no-repeat left top; }
.socialIcons a:hover { background-position:0 -20px; }

div.comments.white a, span.comments.white{ padding-right:13px; background:url(lib/images/icon-comments-white.gif) no-repeat center right; }
#contentContainer .comments.black a { float:right; color:#333; padding-left:15px;	background:url(lib/images/icon-comments-black.gif) no-repeat center left; }
.fineprint { font-size:10px; }
.alignleft {float:left;}
.alignright {float:right;}
p { margin-bottom:20px; }


#page{
	width:1006px;
	margin:auto;
	font-size:14px; 
	font-family: Arial, Helvetica, sans-serif;
}
#contentContainer {
	width:960px;
	min-height:500px;
	margin:auto;
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;	
	background-color: #ededed;
	padding: 20px 10px 20px 10px;
}
#header {
	height: 86px;
	background-color: #000;	
}
#header .content{
	width:942px;
	margin:auto;
	padding: 0 32px;
}
#header #searchform{
	width:280px;
	margin-top: 55px;
	float:right;
	text-align:right;
}
#header #searchsubmit {	width:60px;
	height:17px;
	color:#000;
	font: bold 11px Arial,helvetica,sans-serif;
	background-color:#696969;
	border:1px solid;
	border-color: #444444;
	vertical-align: middle; 
	cursor: pointer;
}
#header #s{
	width:148px;
	height:14px;
	margin-right:6px;
	padding: 1px 0 0 4px;
	color:#ffc120;
	font: normal 11px Arial,helvetica,sans-serif;
	background-color:#696969;
	border:1px solid;
	border-color: #444444;
	vertical-align: middle; 
}
#logo {
	width: 199px;
	height: 38px;
	padding: 38px 0 10px 0;	
	float:left;
}
#logo h1 a{
	display: block;
	width: 199px;
	height: 38px;
	background: url(lib/images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}
#logo h1 a:focus { -moz-outline: 0; }


#navBar { margin-top:22px; height:27px;	padding: 0 33px; }
#navBar li {
	display:block; 
	float:left;
	margin-right: 5px;
	font-size:14px; 
	font-weight:bold;
	background: url(lib/images/bg-nav.png) 100% 0 repeat-x;
	background-position: 100% 0;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
#navBar li:hover { background-position: 100% -30px; }
#navBar li a { height:21px; display:block; padding:6px 15px 0 14px; }
#navBar li a:focus { -moz-outline: 0; }
#navBar li a:hover { text-decoration:none; }
#navBar li.current_page_item { background-color:#000; }
#navBar li.current_page_item a { color:#9b9b9b; }

body.home #navBar li.homelink,
body.gallery #navBar li.page-item-257,
body.news #navBar li.page-item-261,
body.tutorials #navBar li.page-item-262,
body.jobs #navBar li.page-item-263,
body.forum #navBar li.page-item-271,
body.submit #navBar li.page-item-264,
body.MIX10 #navBar li.page-item-571
{ background:#000; }
body.home #navBar li.homelink a,
body.gallery #navBar li.page-item-257 a,
body.news #navBar li.page-item-261 a,
body.tutorials #navBar li.page-item-262 a,
body.jobs #navBar li.page-item-263 a,
body.forum #navBar li.page-item-271 a,
body.submit #navBar li.page-item-264 a,
body.MIX10 #navBar li.page-item-571
{ color:#9b9b9b; }


#topCap { padding-bottom:8px; background:url(lib/images/topCap-bottom.png) no-repeat bottom; }
#topCap .content{
	color:#FFF;
	background-color: #000;
	padding: 20px 33px 10px 33px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
#topCap .content h1 {
	line-height: 40px;
	padding-bottom:20px;
	background:url(lib/images/head-border-940.png) no-repeat bottom;
	text-shadow:0 0 2px #a9a9a9;
}
#topCap .subhead { height: 24px; font-size:14px; }
#topCap .subhead p { float:left; margin-top:8px; }
#topCap .subhead a { color:#04a319; }
#topCap .subhead .socialIcons {	float:right; margin-top:6px; }


/* HOMEPAGE ***********************************************/
body.home #topCap .content h1 { background:url(lib/images/head-border-460.png) no-repeat bottom; }
#topCap .feature {
	width:460px;
	position:absolute;
	margin-left:480px;
}
#topCap .feature .entry { height:265px;	overflow:hidden; }
#topCap .feature .foot { height:10px; background:url(lib/images/shadow-grid-6.png) no-repeat bottom center; }
#topCap .feature .title {
	background: url(lib/images/bg-blk-trans.png);
	position:absolute;
	margin-top:30px;
	padding:10px 20px;
	width:260px;
}
#topCap .feature .subHead {
	font-size:11px;
	font-weight:bold;
	color:#878787;
	display:block;
	border-bottom: 1px dotted #4b4b4b;
}
#topCap .feature h2 { font-size: 18px; margin:3px 0; }
#topCap .feature .meta { color:#b1b1b1; cursor:default; }
#topCap .feature .comments, #topCap .feature .rateicon  { font-size:11px; float:left; margin-right:3px; }

body.home .quickpostColumn, body.home .twitterColumn { min-height:350px; }
body.home .galleryColumn { margin-top: 40px; }
body.home .galleryColumn h3 { color:#393939; }
body.home .gallery_2col .galleryLink {
	color:#393939;
	float:right;
	padding-right:10px;
	font-size:12px;
}


/* COLUMNS ************************************************/
.quickpostColumn { font-size:12px; }
.quickpostColumn h3 { color:#018412; margin-bottom:0; }
.quickpostColumn a { color:#04a319; }
.quickpost { padding: 5px 0; border-bottom:1px dotted #c9c9c9; }
.quickpost p {	margin-bottom: 2px; line-height:16px; }
.quickpost a, a.external { background: transparent url(lib/images/icon-external-link.gif) no-repeat 100% 0; padding-right:12px; }
.quickpost a.internal { background: none; padding-right:0; }
.quickpost a { background-position: 100% 0; }
.quickpost a:hover{	color:#04a319; background-position: 100% -18px; }
a.external { background-position: 100% 1px; }
a.external:hover { background-position: 100% -17px; }
.quickpost div .time { font-size:9px; display:block; }
.quickpostColumn a.newsLink { display:inline-block; color:#393939; margin-top:10px;}

.twitterColumn { margin-bottom:20px; }
.twitterColumn h3 { color:#bd3c08; margin-bottom:0; }

.promo p { font-size:12px; line-height:16px; }
.promo h3 { color:#393939; }


/* PAGINATION *********************************************/
.pagination{
	margin-top: 5px;
	text-align:right;
	background-color:#000;
	overflow: hidden;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
.pagination a:hover { text-decoration:none; }
.pagination a:focus { -moz-outline: 0; }
.pagination .next_page a{
	display:block;
	float:right;
	background: transparent url(lib/images/bg-pagination.gif) no-repeat center left;
	padding: 4px 10px 4px 27px;
}
.pagination .next_page a:hover { background-position: 2px center; }
.pagination .previous_page a{
	display:block;
	float:left;
	padding: 4px 10px;
}
.pagination .description{
	color:#888888;
	display:block;
	float:right;
	padding: 4px 10px;
	font-size:12px;
}


/* GALLERY **********************************/
body.gallery .newsContent a { color:#c90054; }
body.gallery .newsContent a:hover { color:#c90054; }
body.gallery .newsContent a:visited { color:#c90054; }
body.gallery .newsContent a:hover { color:#c90054; }
.gallery_2col { width:480px; margin: 5px 0; overflow: hidden;	float: left; display: inline; }
.gallery_4col { width:960px; margin: 5px 0; overflow: hidden;	float: left; display: inline; min-height:592px;}
.gallerypost { float:left; }
.gallerypost .entry { width:220px; }
.gallerypost .title { position:absolute; z-index:2; display:none; }
.gallerypost .titlebg {
	display:none;
	position:absolute;
	width:220px;
	height:105px;
	background-color:#000;
	z-index:1;
}
.gallerypost .title a {
	display:block;
	width:200px;
	height:95px;
	font: bold 14px "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	padding: 10px 10px 0 10px;
}
.gallerypost .title a:focus { -moz-outline: 0; }
.gallerypost .title a:hover{ text-decoration:none; }
.gallerypost .image{ width:220px; height:105px; }
.gallerypost .meta {
	border-top: 1px #349b17 solid;
	background-color:#000;
	color:#b1b1b1;
	font-size:11px;
	height:18px;
	padding: 4px 10px 0 10px;
	text-align:right;
	cursor:default;
}
.meta .date { float:left;}
.gallerypost .meta .comments{ margin-left:1px; }
.meta .rateicon {	padding-right:16px; }
.meta .rateicon.like { background:url(lib/images/icon-like.gif) no-repeat center right; }
.meta .rateicon.dislike {	background:url(lib/images/icon-dislike.gif) no-repeat center right; }

.gallerypost .foot {
	height:10px;
	background:url(lib/images/shadow-gallerypost.png) no-repeat bottom center;
	margin-bottom:10px;
}

.rating { margin-bottom:20px; background-color:#ededed; }
.rating h2 { color:#980044; }
.rating h3{	font-size: 16px; color:#6b6b6b;	text-transform:none; }
.rating .ratelinks { height:26px; }
body.gallery .rating .ratelinks a{
	font: 12px "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#fff;	
	display:inline-block;
	width: 150px;
	padding: 3px 0;
	text-align:center;
	margin-right:5px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
body.gallery .rating .ratelinks a:hover { color:#fff; }
body.gallery .rating .ratelinks a.like{ background-color:#980044; }
body.gallery .rating .ratelinks a.dislike{ background-color:#393939; }
body.gallery .rating .ratelinks a.like span{	background: transparent url(lib/images/icon-like-lg.gif) no-repeat center left;	padding-left: 23px; }
body.gallery .rating .ratelinks a.dislike span{ background: transparent url(lib/images/icon-dislike-lg.gif) no-repeat center left; padding-left: 23px; }



/* NEWS CONTENT ************************************/
.newsContent a { color:#04a319; }
.newsContent a:hover { color:#04a319; }
.newsContent a:visited { color:#04a319; }
.newsContent a:hover { color:#04a319; }
.list .post {
	padding-bottom:11px;
	background:url(lib/images/foot-grid-6.png) no-repeat bottom center;
	margin-bottom:30px;
}
#contentContainer.newsContent .post h2 a{ color:#018412; }
.post .meta {
	font-size: 11px;
	height:18px;
	margin-bottom:5px;
	color:#393939;
	margin-bottom:10px;
}
.post img.size-medium {
	padding-top:0;
	padding-bottom:10px;
	background: #ccc url(lib/images/shadow-grid-6.png) no-repeat bottom center;
	margin-bottom: 8px;
}
.post img.noshadow { background:none; padding-bottom:0; }
.post .entry p { line-height:22px;}
.post .more-link { display:block; margin-top:10px; }
.post .postmetadata { font-size: 11px; margin:5px 0 10px 0; }
.post .postmetadata small{ line-height:14px; }

cite{font-style:italic;}
img.alignleft{ margin:0 20px 10px 0; }
img.alignright{ margin:0 0 10px 20px ; }




/* COMMENTS *************************************************/
h3#comments, #respond h3 { text-transform:none; color:#393939; }
#contentContainer li.comment { margin:0; list-style:none; }
#contentContainer li.comment {
	color:#393939;
	background-color:#fff; 
	padding:10px 15px 10px 10px;
	margin-bottom:5px;
	min-height:44px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

.comment p { margin:10px 0 0 0; }
.gravatar {border:2px solid #cbcbcb; position:absolute; background-color:#cbcbcb; width:40px; height:40px;}
.comment h4 { padding-left:53px; float:left; position:absolute; font-size:14px; width:300px; }
.author { font-weight:bold; }
.commentmetadata { font-size:11px; float:right; color:#6b6b6b; margin-bottom:3px;}
.theComment {
	clear:both;
	margin-left:53px;
	border-top:1px dotted #ededed;
	font-size:12px;
}
.commentNavigation {height:10px;}



fieldset {margin: 5px 0 20px 0;}
fieldset label { display:block; }	
fieldset .inputField, fieldset textarea, fieldset select {
	font: 12px Arial, Helvetica, sans-serif;
	padding:4px;
	border:solid 1px #c0c0c0;
	width:250px;
	margin:2px 0 3px 0;
	background: #ffffff url(lib/images/bg-formfield.gif) repeat-x;
	color: #980044;
}
fieldset textarea {width: 440px; height:150px;}
.error { font-weight:bold; color:#d31b1b; }




/* SEARCH RESULTS *******************************************/
.searchTerms { font-style:italic; }
body.search .list .post, body.image .list .post {
	padding-bottom:0;
	background:none;
	margin-bottom:20px;
}



/* FOOTER ***************************************************/
#bottomCap { padding-top:8px; background:url(lib/images/bottomCap-top.png) no-repeat top; }
#bottomCap .content{ background-color: #000; padding: 0 13px 10px 13px;	height:13px; }
#footer { height: 500px; background-color: #000; color:#fff; }
#footer .content{ width:942px; margin:auto;	padding: 0 32px; }
#footer .fineprint { margin-top:40px; }
#footer .fineprint p { margin-bottom:0; }
#footer .fineprint a { text-decoration:underline; }
#footer img { margin: 10px 0; }
#footer li { display:block; float:left;	margin-right: 10px;	font-size:14px; font-weight:bold; }
#footer .socialIcons { float:right;	margin-top:46px; }