/*
	Kroft Version 1.0
*/


/* IMPORTS ------------------------------------------------------------*/


/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:1px;
}

.inv{ display:none; }

div.loading
{
    position:absolute;
    top: 30%;
    left: 45%;
    background: url(/img/ajax-loader.gif) no-repeat;
    height:130px;
    width:130px;
    }

/* GENERAL ------------------------------------------------------------*/

.social .facebook{ background: url(/img/social-icons/circular/facebook_32.png); }
.social .linkedin{ background: url(/img/social-icons/circular/linkedin_32.png); }


html,
body {
	line-height: 1.5em;
	color: #6a6a6a;
	background-color:#EEEEEE;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
	
}


#container
{
    font-size: 13px;
    background: #EEEEEE;
    /**background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczOTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDMEMwQzAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czOTkpIiAvPgo8L3N2Zz4=);
	http://ie.microsoft.com/testdrive/graphics/svggradientbackgroundmaker/default.html**/
	background: -webkit-gradient(linear, left top, left bottom, from(silver), to(#EEEEEE));
	background: -webkit-linear-gradient(silver, #EEEEEE);
	background: -moz-linear-gradient(top, silver, #EEEEEE);
	background: -ms-linear-gradient(silver, #EEEEEE);
	background: -o-linear-gradient(silver, #EEEEEE);
	background: linear-gradient(silver, #EEEEEE);
	
	
    }
#top-gap{ height: 70px; }

#logo{
	position: absolute;
	top: -3px;
	left: 35px;
	background-image: url("/img/logo.png"); 
    width: 142px;
    height: 120px
}

p{ margin-bottom: 10px; }

a{
	color: #606060;
}

form
{
    position: relative; /* So loader can be centered */
    
    }
    
.formRow > *
{
    float:left;
    }
    
div.formRow,div.formRowText
{
    clear:both;
    }    
.formRow  span
{
    margin-left:5px;
    }

/* SIDE CONTENT -----------------------------------------------------*/

#side-content{
	width: 606px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	min-height: 380px;
}

/* WP IMG ALIGNMENT  --------------------------------------------------*/


.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}

.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}

.blockquote{
	background: url(../img/blockquote.png) no-repeat;
	display: block;
	padding-left: 40px;
	font-size: 16px;
	line-height: 1.5em;
}

.popWindow{
	display: table;
	background: #f1f1f1 url(../img/icon-pop.png) no-repeat bottom right;
	padding: 5px 5px 20px 5px;
	border: 1px solid #ccc;
}

.popWindow:hover{
	background: #dedede url(../img/icon-pop.png) no-repeat bottom right;
}

/* BLOG  -----------------------------------------------------*/



/* LINK BUTTON ------------------------------------------------------------*/

.link-button{
	opacity: 1;
	
	color: #f1f1f1;	
	background: #424242;
	text-decoration: none;
	font-size: 11px;
	padding-left: 8px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	padding: 2px 8px;
	
	-webkit-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
	-moz-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
	box-shadow: 0px 1px 0px rgba(0, 0, 0, .2); 
}

.link-button:hover{
	color: #606060;
	background: #f1f1f1;
}

/* COMMENTS ------------------------------------------------------------*/

.commentWrapper{
	cursor: pointer;
	display: table;
	padding: 5px 15px;
	
	color: #eee;
	background: #363636;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#353535)); 
	background: -moz-linear-gradient(top,  #626262,  #353535);
	background: linear-gradient(top,  #626262,  #353535);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#353535', GradientType=0);
	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	margin:10px 0 20px;
	position:relative;
	
}
.commentWrapper:after 
{
content: "";
position: absolute;
bottom: -10px;
left: 35px;
border-style: solid;
border-width: 10px 10px 0;
border-color: #363636 transparent;
display: block;
width: 0;
z-index: 1;
}
.commentHeader{
	font-size: 10px;
	font-style: italic;
	color: #cccccc;
}

.comments-switcher{
	display: none;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	overflow: hidden;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 12px;
}

.pager li{
	display: block;
	margin-right: 5px;
	float: left;
}

.pager li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #282D34;
	width: 20px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:  15px;
	-webkit-border-radius:  15px;	
	-o-border-radius: 15px;	
	-ms-border-radius:  15px;
	border-radius: 15px;
	background: #F0F0F0;
}

.pager li.active a{
	color: #fff;
	background: #282d34;
	border: 1px solid transparent;
}

.pager li:hover a{
	color: #606060;
	background: #dddddd;
}

#respond{ 
	margin: 25px 0 0px 0px;
	overflow: hidden;
}

#respond .cancel-comment-reply a{
	color: #282d34;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}

#error{
	margin-left: 10px;
}

/* GOOGLE MAP -----------------------------------------------------*/

#map { 
	width:314px; 
	height:400px;
	margin-bottom: 20px;
}

/* SIDEBAR  -----------------------------------------------------*/

#sidebar
{
    margin-top:10px;
	width: 314px;
	float: left;
	font-size: 12px;
}


#sidebar .sideblock{
	background: url(../img/sidebar-header.png) no-repeat;
	margin-bottom: 20px;
}

#sidebar .sideblock a{
	text-decoration: none;
	color: #666666;
}

#sidebar .sideblock a:hover{
	color: #000000;
}

#sidebar .sideblock h6{
	margin-left: 10px;
	padding-left: 22px;
	padding-top: 9px;
	color: #f1f1f1;
	font-size: 18px;
	margin-bottom: 10px;
}

#sidebar .sideblock ul{
	margin: 0px 35px;
}

#sidebar .sideblock ul li{
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 0px;
}

#sidebar .sideblock ul li:last-child{
	border-bottom: none;
}

/* PROJECT INFO ------------------------------------------------------------*/


#sidebar .project-info .date{
	background: url(../img/icon-date.png) no-repeat 0px 5px;
	padding-left: 22px;
}

#sidebar .project-info .client{
	background: url(../img/icon-client.png) no-repeat 0px 5px;
	padding-left: 22px;
}

#sidebar .project-info .link{
	background: url(../img/icon-link.png) no-repeat 0px 5px;
	padding-left: 22px;
}

#sidebar .project-info .info{
	background: url(../img/icon-info.png) no-repeat 0px 5px;
	padding-left: 22px;
}

/* PROJECT TAGS ------------------------------------------------------------*/


#sidebar .sideblock .wp-tag-cloud {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
}

#sidebar .sideblock .wp-tag-cloud li{
	display: block;
	float: left;
	border: none;
	margin: 2px;
}

#sidebar .sideblock .wp-tag-cloud li a {
    background: #F0F0F0;
    color: #282D34;
    display: block;
    line-height: 14px;
    padding: 3px 10px;
    text-decoration: none;
    
    border: 1px solid #ccc;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#sidebar .sideblock .wp-tag-cloud li a:hover{
	background: #DDDDDD;
}


/* HEADERS ------------------------------------------------------------*/

h1{ font-size: 30px; }

h2{ font-size: 20px; }

h3{ font-size: 18px; }

h4{ font-size: 12px; }

h5{ font-size: 12px; }

h6{ font-size: 12px; }

h1,h2,h3,h4,h5,h6{
	margin-bottom: 2px;
	line-height: 21px;
	
	font-weight: 400;
	line-height: 1.2em;
}

/* PAGE TITLE -------------------------------------------------------------------*/


.page-title h1{
	display: inline;
	line-height: 50px;
}

.page-title span{
	color: #999999;
	font-size: 16px;
	margin-left: 20px;
}


/* BACKGROUND SLIDER ------------------------------------------------------------*/


/* HEADER */
.headerimg { 
	background-position: top center; 
	background-repeat: no-repeat; 
	width:100%; 
	height:100%; 
	position:absolute;
}


/* CONTROLS */
.btn { 
	height: 62px; 
	width: 40px;
	float: left;
	cursor: pointer;
}

.btn:hover{
	background-position: 0px -62px;
}

/* HEADER HAVIGATION */

#headernav { 
	position: relative; 
	top: 60px; 
	margin: 0 auto; 
	width:100%;
	display: none;
}

#back { 
	background-image: url("../img/slider/btn_back.png");
	position: absolute;
}

#next {
	background-image: url("../img/slider/btn_next.png");
	position: absolute;
	right: 0px;
}

/* WRAPPER ------------------------------------------------------------*/

.wrapper { 
	position: relative;
	width: 1020px; 
	margin: 0px auto; 
	background: url(../img/wrapper-bg.png) no-repeat top center;
	padding-top: 120px;
}

#content-wrap
{
	margin-left:20px;
	margin-right: 20px;
	background: #ffffff;
	min-height: 400px;
	-moz-border-radius:  0px 0px 15px 15px;
	-webkit-border-radius:  0px 0px 15px 15px;	
	-o-border-radius:  0px 0px 15px 15px;	
	-ms-border-radius:  0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	background: #FFF;
}

#page-wrap{
	margin-left:20px;
	margin-right: 20px;
	padding-bottom: 40px;
}

#float-wrap
{
    clear:left;
     overflow: hidden; 
    }
/* NAVIGATION BAR HOLDER --------------------------------------------------------*/

#nav-bar-holder{
	position: absolute;
	top: 50px;
	right: 40px;
	/*z-index: 5000;*/
}

/* NAVIGATION --------------------------------------------------------*/

li.protected:after
{
    content:url(/img/lock.png);
    margin-left:3px;
    }

#nav{
	float: left;
	display: block;
	font-size: 14px;
}

#nav>li{
	display: block;
	float: left;
	line-height: 36px;
	padding-right: 10px;
	margin-left: 3px;
	margin-right: 3px;
	background:  url(/img/nav-bullet.png) no-repeat center right;
}


#nav li:last-child{
	background: none;
}

#nav>li:hover>a,
#nav>li.current-menu-item>a{
	color: #eee;
	background: #363636;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2MDciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM2MjYyNjIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzNTM1MzUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2MDcpIiAvPgo8L3N2Zz4=);
	/**http://ie.microsoft.com/testdrive/graphics/svggradientbackgroundmaker/default.html**/
	background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#353535));
	background: -webkit-linear-gradient(#626262, #353535);
	background: -moz-linear-gradient(top, #626262, #353535);
	background: -ms-linear-gradient(#626262, #353535);
	background: -o-linear-gradient(#626262, #353535);
	background: linear-gradient(#626262, #353535);
	/**filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#353535'); makes round corners disappear**/
	
	zoom: 1;
	
	
	text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
}
#nav li>a{ 
	text-decoration: none;
	color: #606060;
	padding: 0px 10px 0px 10px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	-o-border-radius: 5px;	
	-ms-border-radius: 5px;	
	border-radius: 5px;

}

/* SUB NAV ------------------------------------------------------------*/

#nav>li ul{
	display: block;
	margin-top: 20px;
	background: #4d4d4e;
	margin-left: -1px;
	font-size: 12px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-webkit-box-shadow: 0px 2px 2px  rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 2px 2px  rgba(0,0,0,.3); 
	box-shadow: 0px 2px 2px rgba(0,0,0,.3);
}

#nav>li ul li a{
	color: #b5b5b5;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
}

#nav>li ul li{ border-top: 1px solid #606060; }

#nav>li ul li:first-child{
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

#nav>li ul li:last-child{
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

#nav>li ul li:first-child{
	border: none;
}

#nav>li ul li:hover{ background: #252525;}

#nav>li ul li a:hover{ color: #f1f1f1; }


/* SOCIAL --------------------------------------------------------*/

.social{
	display: block;
	overflow: hidden;
	float: left;
}

.social li{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 7px;
	padding: 0px;
	text-indent: -9000px;
}


.social li a{ 
	display: block;
	height: 100%;
	width: 100%;
}

/* FRONT SLIDES -------------------------------------------------------*/

#front-slides{
	position: relative;
	margin-bottom: 15px;
}

#front-slides #front-slides-cover{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 25px;
	background: url(../img/front-cover.png) no-repeat;
	z-index: 4001;
}

/* Set the height if not specified on the image */

#front-slides .slides_container {
	width:940px;
}

#front-slides .slides_container div {
	width:940px;
	display:block;
}

#front-slides .slides_container .caption {
	display: none;
}

/* FRONT SLIDES PAGINATION ----------------------------------------------*/

#front-slides .pagination {
	display: block;
	position: absolute;
	top:30px;
	right: 10px;
	z-index: 4002;
}

#front-slides .pagination li {
	float: left;
	list-style: none outside none;
	margin: 0 2px;
	display: block;
	width: 10px;
	height: 10px;
}

#front-slides .pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: #fff;
	opacity: 0.6;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#front-slides .pagination li a:hover,
#front-slides .pagination li.current a {
	opacity: 1;
}

/* HEADLINE -------------------------------------------------------*/

#headline{
	position: absolute;
	bottom: 0px;
	left: 55px;
	width: 665px;
	padding: 35px 70px 0px 70px;
	background: url(../img/headline-bg.png) no-repeat top center;
	z-index: 4000;
	text-align: center;
}

/* FEATURED TITLE -------------------------------------------------------*/

.featured-title{
	background: url(../img/shadow-divider.png) no-repeat center center;
	margin-bottom: 5px;
}

.featured-title .ribbon{
	margin: 0px auto;
}


/* RIBBON -------------------------------------------------------*/

.ribbon{
	display: table;
	color: #f2f2f2;
	line-height: 59px;
	padding-left: 49px;
	font-size: 20px;
	background: url(../img/ribbon.png) no-repeat top left;
	
	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

.ribbon span{
	background: url(../img/ribbon.png) no-repeat bottom right;
	display: block;
	line-height: 59px;
	padding-right: 49px;
}

/* FEATURED -------------------------------------------------------*/

.featured-posts{
	display: block;	
	overflow: hidden;
	margin-left: -10px;
	margin-bottom: 0px;
	width: 960px;
}


.featured-posts li{
	display: block;
	float: left;
	position: relative;
	width: 300px;
	margin: 10px;
}

.featured-posts li .thumb{
	display: block;
	width: 300px;
	margin-bottom: 0px;
	line-height: 0em;
	
	background: #f1f1f1 url(../img/plus.png) no-repeat center center ;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
}

.featured-posts li .thumb img{
	margin: 5px;
}

.featured-posts li .thumb span:hover img{
	opacity: 0.4;
}


.featured-posts .link-button{
	opacity: 0;
}

.featured-posts li:hover .link-button{
	opacity: 1;
}

.featured-posts li .link-button:hover{
	background: #f1f1f1;

	padding: 2px 8px;
	
	-webkit-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
	-moz-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
	box-shadow: 0px 1px 0px rgba(0, 0, 0, .2); 
}

.featured-posts .excerpt-arrow{
	position: absolute;
	top: -10px;
	left: 20px;
	background: url(../img/excerpt-arrow.png) no-repeat top left;
}

.featured-posts .excerpt{
	position: relative;
	padding: 15px 15px 0px 15px;
	margin-bottom: 0px;
}

.featured-posts .excerpt .heading {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#content-wrap .featured-posts .excerpt .heading a{
	text-decoration: none;
	color: #606060;
}

#content-wrap .featured-posts .excerpt .heading a:hover{
	color: #000000;
}

/* REEL ------------------------------------------------------------*/

#reel{
	position: relative;
	width: 980px;
	height: 210px;
	margin-left: -20px;
	margin-bottom: 15px;
	background: url(../img/reel-back.png) no-repeat;
}

#reel .prev{
	position: absolute;
	top: 85px;
	left: 0px;
	display: block;
	width: 45px;
	height: 40px;
	background: url(../img/reel-left.png) no-repeat;
}

#reel .next{
	position: absolute;
	top: 85px;
	right: 0px;
	display: block;
	width: 45px;
	height: 40px;
	background: url(../img/reel-right.png) no-repeat;
}


#reel .prev:hover,
#reel .next:hover{
	background-position: 0px -40px;
}

#reel .slides_container{
	position: absolute;
	overflow: hidden;
	top: 20px;
	left: 40px;
	width: 898px;
	height: 170px;
	
}

#reel .slides_container  .slide-box{
	width: 898px;
	height: 200px;
	padding-left: 10px;
	padding-right: 10px;
}

#reel .slides_container .box-container{
	overflow: hidden;
	float: left;
	width: 273px;
	margin: 0px 10px;
}

#reel .slides_container .box-container h6{
	color: #484848;
	margin-top: 5px;
	margin-bottom: 7px;
}

#reel .box-icon{
	float: left;
	margin-right: 10px;
}

#reel .slides_container .box-divider{
	clear: both;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* GALLERY ----------------------------------------------------*/


#gallery-holder{

}

.gallery-thumbs a,
.work-thumbs a{
	text-decoration: none;
	color: #333333;
}

.gallery-thumbs,
.work-thumbs{
	overflow: hidden;
	margin: 10px 0px;
	line-height: 0em;
	width: 980px;
	margin-left: -10px;
}

.gallery-thumbs>li,
.work-thumbs>li{
	float: left;
	margin: 10px;
	width: 300px;
}

.gallery-thumbs>li a.plusbg,
.work-thumbs>li a.plusbg{
	display: block;
	background: #f1f1f1 url(../img/plus.png) no-repeat center center;
	
	-webkit-box-shadow: 0px 0px 2px  rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px  rgba(0,0,0,.3); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
}

.gallery-thumbs>li img,
.work-thumbs>li img{
	margin: 8px;
}

.gallery-thumbs>li .thumb-description,
.work-thumbs>li .thumb-description{
	line-height: 1.5em;
	margin-top: 15px;
}

.gallery-thumbs>li .thumb-description p,
.work-thumbs>li .thumb-description p{
	margin-bottom: 0px;
}

.gallery-thumbs>li .thumb-description .thumb-title,
.work-thumbs>li .thumb-description .thumb-title{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* FILTER ------------------------------------------------------------*/

.gallery-filter{
}

.gallery-filter li{
	display: block;
	float: left;
	height: 100%;
	line-height: 33px;
	padding: 0px 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

.gallery-filter a{
	text-decoration: none;
	color: #606060;
	padding: 0px 10px 0px 10px;
	display: block;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #e9e9e9;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); 
	background: -moz-linear-gradient(top,  #ffffff,  #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
}

.gallery-filter a:hover{
	
	color: #f1f1f1;
	
	text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
		
	background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#353535)); 
	background: -moz-linear-gradient(top,  #626262,  #353535);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#353535', GradientType=0);	
}


/* LAYOUT BUTTONS -----------------------------------------------------*/

.gallery-filter li.layout-label{
	float: right;
}


.gallery-filter li.layout-text,
.gallery-filter li.layout-notext{
	display: block;
	float: right;
	width: 33px;
	height: 33px;
	padding: 0px;
	margin-right: 5px;
	background: url(../img/layout-buttons.png) no-repeat;
	cursor: pointer;
}

.gallery-filter li.layout-text{
	background-position: -33px 0px;
}

.gallery-filter li.layout-text:hover,
.gallery-filter li.layout-text.active{
	background-position: -33px -33px;
}

.gallery-filter li.layout-notext:hover,
.gallery-filter li.layout-notext.active{
	background-position: 0px -33px;
}

/* FOOTER ------------------------------------------------------------*/

#footer{
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	background: #252525 url(../img/png-patterns/ver-1x1.png);
	border-bottom: #383838 solid 1px;
	border-top: 2px solid #ccc;
}


.footer-wrapper{
	overflow: hidden;
	width: 980px;
	margin: 0 auto;	
}


.footer-wrapper{
	background: url(../img/footer-glare.png) no-repeat top center;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6{
	color: #dcdcdc;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
	margin-bottom: 10px;
}

/* FOOTER COLS ------------------------------------------------------------*/

#footer-cols{
	display: block;
	overflow: hidden;
	margin-top: 20px;
	padding: 0px 10px;
}

#footer-cols>li{
	display: block;
	float: left;
	width: 300px;
	margin: 0px 10px;
}

#footer-cols > li > ul > li{
    background: url("../img/footer-divider.png") repeat-x scroll left bottom ;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#footer-cols > li > ul > li:last-child{
	background: none;
}

#footer-cols > li a{
	text-decoration: none;
	color: #7d7d7d;
}

#footer-cols > li a:hover{
	color: #fff;
}

/* FOOTER-BOTTOM ------------------------------------------------------------*/

footer{ 
	overflow: hidden;
	font-size: 12px;
	height:55px;
	margin-top: 10px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	width: 980px;
	color: #000;
	background: #363636;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2MDciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM2MjYyNjIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzNTM1MzUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2MDcpIiAvPgo8L3N2Zz4=);
	/**http://ie.microsoft.com/testdrive/graphics/svggradientbackgroundmaker/default.html**/
	background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#353535));
	background: -webkit-linear-gradient(#626262, #353535);
	background: -moz-linear-gradient(top, #626262, #353535);
	background: -ms-linear-gradient(#626262, #353535);
	background: -o-linear-gradient(#626262, #353535);
	background: linear-gradient(#626262, #353535);
	/**filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#353535'); makes round corners disappear**/
	
	zoom: 1;
	
	
	text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	
	-moz-border-radius:  15px;
	-webkit-border-radius:  15px;
	-o-border-radius:  15px;
	-ms-border-radius:  15px;
	border-radius: 15px;
}

.bottom-wrapper{
	overflow: hidden;
	width: 940px;
	margin: 0 auto;	
}

footer #bottom-left{
	float: left;
}

footer #bottom-right{
	float: right;
}

footer a{
	text-decoration: none;
	color: silver;
}

footer a:hover{
	color: #fff;
}

/* FOOTER-NAV ------------------------------------------------------------*/

#footer-nav{
	display: block;
	overflow: hidden;
}

#footer-nav li{
	display: block;
	float: left;
	margin-left: 10px;
}





#preview{
	position:absolute;
	border:1px solid #999;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-size:small;
    -moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	-o-border-radius:  10px;
	-ms-border-radius:  10px;
	border-radius: 10px;
	}
#preview img
{
    -moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	-o-border-radius:  10px;
	-ms-border-radius:  10px;
	border-radius: 10px;
}
img.Author
{
    border:1px solid #999;
    -moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	-o-border-radius:  5px;
	-ms-border-radius:  5px;
	border-radius: 5px;
    }


/* blog */
.author
{
    font-style:italic;
    padding-bottom:10px;
    }
.commentCount
{
    font-size:8pt;
    }
#TagCloudWrapper
{
    padding-top:10px;
    margin-left:35px;
    }

.BlogPostLink
{
    text-decoration:none;
    }
.BlogPostItem
{
    padding:5px;
    margin-bottom:20px;
    border: 1px solid grey;
    -moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	-o-border-radius:  5px;
	-ms-border-radius:  5px;
	border-radius: 5px;
    }
    
.BlogPostItem:hover
{
    background-color:#fafafa;
    	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#FFF));
	background: -webkit-linear-gradient(#EEE,#FFF);
	background: -moz-linear-gradient(top, #EEE,#FFF);
	background: -ms-linear-gradient(#EEE,#FFF);
	background: -o-linear-gradient(#EEE,#FFF);
	background: linear-gradient(#EEE,#FFF);

}    
#sidebar a.side-title,#sidebar a.side-title:hover
{
    color:#f1f1f1;
    }
#bread 
{
    float:left;
    width:980px;
    white-space: nowrap;
    } 
#bread > ul
{
    float:right;
    margin-right:20px;
    right:0;
    
    }
#bread  li
{
    background:  url(/img/li-bullet.png) no-repeat center right;
    display:inline;
    padding: 0 10px 0 5px;
    
    }    
#bread li:last-Child        
{    
    background:none;
}
    
#bread a
    {
        text-decoration:none;
        }

div.tagList
{
    background-color:#FCFCFC;
    float:left;
    border: 1px solid grey;
    -moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	-o-border-radius:  5px;
	-ms-border-radius:  5px;
	border-radius: 5px;
    }
    
ul.tagList
{
    }        
.tagList > li        
{ 
  background:  url(/img/li-bullet.png) no-repeat center right;
    display:inline;
    padding: 0 13px 0 3px;  
    
}

.tagList > li:last-Child        
{    
    background:none;
}

a.userLink
{
    margin-left:10px;}

    
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

