/*----------------------------------------------------
                 Moltefacce - CSS File
------------------------------------------------------*/


/* Global
------------------------------------------------------*/
html,body{height:100%}
body{
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	color:#a5a6a6;
	height:100%;
	line-height: 1.1em;
}
*{
	margin:0;
	padding:0;
}
*:focus{
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
				 if you want to keep it! */
	line-height: 1.1em;
}
.clr{
	clear:both
}
form{
	margin:0; padding:0;
}
hr{
	border:0;
	color:#d3d3d3;
	background-color: #d3d3d3;
	height: 1px;
}
hr.content-line{
	border:0;
	color:#d0d0d0;
	background-color: #d3d3d3;
	margin:30px 0px 30px 0px;
	height: 1px;
}


/* Default Element Styles
------------------------------------------------------*/
/* heading */
h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#555;
}
h1{
	font-size:28px; 
	line-height:30px; 
	margin-bottom:10px;
}
h2{
	font-size:24px; 
	line-height:28px; 
	margin-bottom:10px;
}
h3{
	font-size:22px; 
	line-height:20px; 
	margin-bottom:10px;
}
h4{
	font-size:18px; 
	line-height:18px; 
	margin-bottom:8px; 
	font-weight:bold;
}
h5{
	font-size:16px; 
	margin:3px 0px; 
	padding:0px; 
}
h6{
	font-size:14px; 
	margin:3px 0px; 
	padding:0px; 
}

/* links */
a{
	color:#999;
	text-decoration:none;
}
a:visited{
	color:#aaa;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:none;
	line-height: 1.2em;
}
a img{
	border:none
}
.imgcenter{
	float:left; 
	margin:0px 0px 10px 0px;
}
.imgleft{
	float:left;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imgright{
	float:right; 
	margin:4px 0px 10px 12px;
}
.border{ 
	padding:4px;
	border:1px solid #ebebeb;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote{
	font-size:12px;
	line-height:18px;
	margin-bottom:14px;
	color:#9A9A9A;
}
ul, ol{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
li ol, li ul{
	font-size:1.0em;
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol{
	list-style:decimal;
}
blockquote{
	font-style:italic;
	margin:0px;
	color:#6e7a7f;
	padding:0px 4px 2px 38px;
	background-image:url(../images/quote.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	float:left;
}


/* code */
code{
	font-family:Tahoma, Arial, Verdana;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #dddddd;
	padding:15px 10px;
}


/* Container
------------------------------------------------------*/
#container{
	border-top:11px solid #65696e;
}
#top-container{
	width:960px;
	height:522px;
	margin:0px auto;
}
#top-container-inner{
	width:960px;
	height:104px;
	margin:0px auto;
}
#mid-container{
	width:100%;
	height:189px;
	margin-top:-10px;
	background-color:#ebebeb;
	float:left;
}
#bottom-container{
	width:100%;
	height:150px;
	background-color:#65696e;
	float:left;
}


/* Header
------------------------------------------------------*/
#header{
	width:960px;
	height:104px;
	float:left;
}
#logo{
	width:200px;
	margin:0px;
	float:left;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}

/* Mainmenu Styling */
#mainmenu{
	width:743px;
	height:41px;
	margin-top:27px;
	float:left;
}
.navigation{
	width:550px;
	float:left;
	margin-left:212px;
	list-style-type:none;
}
.navigation ul{
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	position:relative;
	clear:both;	
}
.navigation li{	
	list-style-type:none; 
	padding:0px; 
	margin:0px; 
	float:left;
	z-index:100; 
	position:relative;
}
.navigation li a{
	font-size:16px;
	text-decoration:none;
	color:#666; 
	display:block;
	margin:0px;
	padding:0px 45px 10px 0px;
	float:left;
	z-index:100;	
}
.navigation li.current a, .navigation li a:hover, .navigation li.current li a:hover{
	text-decoration:none;
	color: #444;	
}
.navigation li.current li a{
	text-decoration:none;
	color:#444;
}
.navigation li li{
	margin:0 0 0px 0px;
	padding:0px;
	position:relative;
	z-index:100;	
}
.navigation ul{
	display:none;
	position:absolute;
	top:25px;
	left:-17px;
	width:135px;
	padding-bottom:3px;
	z-index:100;	
	background-color:#fff;
	border-top:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;
	border-left:2px solid #ebebeb;
	border-right:2px solid #ebebeb;

}
.navigation li ul a{
	width:105px;
	height:auto;
	float:left;
	padding:0px 15px 8px 15px;
	font-size:13px;
	color:#65696e;
	line-height:24px;
	z-index:100;
	text-decoration:none;
}

/* Welcome Slogan Styling */
#slogan{
	width:715px;
	margin-top:15px;
	float:left;
}
#get-in-touch{
	width:205px;
	height:53px;
	margin-top:20px;
	float:left;
}
#get-in-touch img{
	padding-left:14px;
	float:left;
}
.dot-separator{
	width:35px;
	height:54px;
	margin-top:20px;
	background-image:url(../images/dot-separator.png);
	background-position:center;
	background-repeat:repeat-y;
	float:left;
}

/* Page-title Styling */
#page-title{
	width:100%;
	height:86px;
	background-color:#ebebeb;
	float:left;
}
#page-title-inner{
	width:960px;
	margin:0px auto;
}
.title{
	margin:23px 0px 0px 18px;
	float:left;
}
.description{
	width:440px;
	float:left;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dot-separator-title{
	width:64px;
	height:39px;
	margin-top:22px;
	background-image:url(../images/dot-separator.png);
	background-position:center;
	background-repeat:repeat-y;
	float:left;
}


/*  Slideshow
------------------------------------------------------*/
#slideshow{
	width:960px;
	height:304px;
	background-color:#ebebeb;
	float:left;
}
#slideshow ul, #slideshow li{
	width:936px;
	height:280px;
	margin:6px 0px 0px 6px; 
	padding:0px;
	list-style-type:none;
}
#pager, #pager-alt{
	position:absolute;
	z-index:100;
	top:440px;
	margin-left:880px;
}
#pager a{
	background: url(../images/slide.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager .activeSlide{
	background: url(../images/slide.png) no-repeat scroll 0% 50%;
}
#pager-alt a{
	background: url(../images/slide-alt.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager-alt .activeSlide{
	background: url(../images/slide.png) no-repeat scroll 0% 50%;
}

/* Content
------------------------------------------------------*/
#content{
	width:960px;
	margin:0px auto;	
}
#content-left{
	width:622px;
	margin-right:50px;
	float:left;
}
#content-right{
	width:288px;
	margin:49px 0px;
	float:left;
}
#content-fullwidth{
	width:960px;
	float:left;
}
.maincontent{
	float:left;
	margin-top: 49px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	border-right-style: none;
	border-right-color: #ccc;
	border-right-width: 1px;
}
.sidebar{
	width:267px;
	padding-left:21px;
	float:left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-left-color: #cccccc;
	padding-bottom: 0px;
	margin-bottom: 15px;
	height: 510px;
}
.sidebar-bottom{
	width:288px;
	height:11px;
	margin-bottom:34px;
	background-image:url(../images/sidebar-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}

/* Content list */
ul.sidebar-list{
	margin:0px; 
	padding:0px 0px 13px 0px; 
	list-style-type:none;
}
ul.sidebar-list li{
	background-image:url(../images/bottom-dot2.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:0px;
	line-height:26px;
}
ul.sidebar-list li a{
	color:#a6a6a6;
	text-decoration:none;
}
ul.sidebar-list li a:hover{
	color: #666666;
}
ul.sidebar-list li.current a, ul.sidebar-list li a:hover, ul.sidebar-list li.current li a:hover{
	text-decoration:none;
	color: #666;	
}

/* Front Box Styling */
#content .front-box-content{
	margin-bottom:45px;
}
#content .front-box-content2{
	margin-bottom:45px;
}
#front-box{
	width:960px;
	margin:0px auto;
}
.front-box-content{
	width:286px;
	margin-top:25px;
	float:left;
}
.front-box-content2{
	width:622px;
	margin-top:25px;
	float:left;
}
.front-box-content3{
	width:286px;
	margin-top:25px;
	float:left;
}
.front-box-content h4{
	color:#3e4043;
}
.img-front{
	width:79px;
	height:150px;
	float:left; 
}
.dot-separator-content{
	width:50px;
	height:138px;
	margin-top:22px;
	background-image:url(../images/dot-separator.png);
	background-position:center;
	background-repeat:repeat-y;
	float:left;
}
.separator-content{
	width:50px;
	display:block;
	float:left;
}

/* Client Logo list */
ul.client-list{
	width:288px;
	margin:0px 0px 0px 2px; 
	padding:0px; 
	list-style-type:none;
}
ul.client-list li{
	width:64px;
	margin:0px 10px 6px 0px;
	float:left;
}
ul.client-list li.client-last{
	width:64px;
	margin:0px 0px 6px 0px;
	float:left;
}


/* About
------------------------------------------------------*/
.about-item{
	width:600px;
	float:left;
	padding-bottom:15px;
}
.spacer{
	width:30px; 
	float:left; 
	display:block; 
	height:100%;
}
.about-team{
	width:80px;
	height:80px;
	float:left;
}
.box-bq{
	background-color:#ebebeb;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	float:left;
	width: 610px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}

	
/* Services
------------------------------------------------------*/
.services-column{
	width:270px;
	float:left;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	border-left-color: #ebebeb;
}
.services-spacer{
	width:50px;
	display:block;
	float:left;
}
.services-spacer-box{
	width:30px;
	display:block;
	float:left;
}
.more-button{
	height:29px;
	font-size:16px;
	color:#3e4043;
	text-align:center;
	background-color:#ebebeb;
	float:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 230px;
}
.more-button a, .more-button a:visited{
	text-decoration:none;
	color:#3e4043;
}
.heading-text{
	font-size:14px;
	font-style:italic;
	line-height:24px;
}
.services-margintop{
	margin-top:40px;
	margin-bottom:30px;
}
.services-box{
	width:270px;
	float:left;
}
.services-box p{
	margin-bottom:23px;
}


/* Portfolio
------------------------------------------------------*/
.pf-title{
	width:900px;
	height:16px;
	float:left;
}
#pf-view{
	width:60px;
	height:29px;	
	float:left;
}
.pf-box-view{
	background-color:#ebebeb;
	margin-bottom:25px;
	padding:12px 12px 13px 12px;
	float:left;
}
.pf{
	margin:14px 0px 0px 20px;
	float:left;
}

/* List and Grid View */
ul.display{
	float:left;
	width:960px;
	margin:0;
	padding:0;
	list-style:none;	
}
ul.display li{
	float:left;
	width:960px;
	padding:0px;
	margin:0;
}
ul.display li .content_block img{
	padding:0px;
	margin:0px;
	float:left;
}

ul.display li ul.check-list li{
	float:left;
	width:463px;
	margin-left:20px;
}
ul.display li .content_block{
	margin:15px 0px 22px 0px;
	border-bottom:1px solid #ebebeb;
	float:left;
}
ul.display li .content_block h4{
	width:485px;
	margin-left:20px;
	float:left;
}
ul.display li .content_block p{
	width:485px;
	font-size:12px;
	margin-left:20px;
	float:left;
}
ul.thumb_view li{
	width:455px;
	margin:0px 10px;
}
ul.thumb_view li .pf-box-view{
	background-color:#ebebeb;
	margin-bottom:25px;
	padding:12px 12px 3px 12px;
	float:left;
}
ul.thumb_view li .content_block h4{
	width:455px;
	margin:-15px 0px 0px 0px;
	float:left;
}
ul.thumb_view li .content_block p{
	width:455px;
	font-size:12px;
	margin-left:0px;
	float:left;
}
ul.thumb_view li ul.check-list,  ul.thumb_view li .more-button{
	display:none;
}
ul.thumb_view li .content_block a img{
	margin: 0 0 10px;
}
a.switch_thumb{
	width:60px;
	height:29px;
	line-height:26px;
	padding:0;
	margin:-7px 0px 0px 0px;
	display:block;
	background:url(../images/select-view.gif) no-repeat;
	outline:none;
	text-indent:-9999px;
}
a:hover.switch_thumb{
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
a.swap{background-position: left bottom;}


/* Check list */
ul.check-list{
	margin:-3px 0px 20px 0px; 
	padding:0px; 
	list-style-type:none;
}
ul.check-list li{
	background-image:url(img/check-light.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding-left:22px;
	line-height:24px;
}


/* Blog
------------------------------------------------------*/
.blog-post{
	float:left;
}
.left-head{
	width:40px;
	background-color:#ebebeb;
	margin-right:14px;
	padding:7px 0px 7px 0px;
	float:left;
}
.right-head{
	width:568px;
	border-bottom:1px solid #ebebeb; 
	float:left
}
.blog-posted{	
	width:622px;
	margin:21px 0px 10px 0px;
	float:left;
}
.right-head h3{
	width:568px;
	margin-bottom:2px;
}
.right-head a, .right-head a:visited{
	text-decoration:none;
	color:#65696e;
}
.post-info{
	width:568px;
	color:#d9d8d8;
	margin-bottom:5px;	 
	float:left;	
}
.post-info a, .post-info a:visited{
	text-decoration:none;
	color:#d9d8d8;
}
.post-info a:hover{
	text-decoration:underline;
}
.date{
	font-size:20px;
	color:#65696e; 
	line-height:0px;
	text-align:center; 
}
.month{
	font-size:12px;
	color:#65696e; 
	line-height:0px; 
	text-align:center;
}
.blog-box{
	background-color:#ebebeb;
	margin:0px 15px 0px 0px;
	padding:12px;
	float:left;
}

/* Author info styling */
.author{
	width:600px;
	background-color:#ebebeb; 
	color:#abacad; 
	padding:10px 15px 6px 15px; 
	line-height:18px; 
	float:left;
}
.author h5{
	color:#65696e;
	margin:1px 0px 5px 0px;
}

/* Blog pagination */
.commonPageListControlBar{
	margin:0px;
	text-align:left;
	float:left;
}
.commonPageListControlBar p{
	font-size:16px;
	margin-right:10px;
	color:#9a9999;
	float:left;
}
.pagination-style{
	float:left;
	margin:0px 0px 0px 8px;
	padding:0px;
	list-style-type:none;
}
.pagination-style ul{
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	position:relative;
	clear:both;	
}
.pagination-style li{	
	list-style-type:none; 
	padding:0px; 
	margin:0px; 
	float:left;
	z-index:100; 
	position:relative;
}
.pagination-style li a{
	font-size:16px;
	text-decoration:none;
	color:#a6a6a6; 
	display:block;
	margin:0px;
	padding-right:24px;
	float:left;
	z-index:100;	
}
.pagination-style li a:hover{
	color:#4a4f54; text-decoration:none;
	float:left;	
}
.pagination-style li.current-page a{
	text-decoration:none;
	color:#4a4f54;
}

/* Ads list */
ul.ads-list{
	width:260px;
	margin:0px 0px 10px 0px; 
	padding:0px; 
	list-style-type:none;
}
ul.ads-list li{
	width:260px;
	margin:0px;
	float:left;
}


/* Contact
------------------------------------------------------*/
form{
	margin:0; 
	padding:0;
}
#contactFormArea{
	width:500px;
	margin-top: 43px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 40px;
}
label{
	margin-bottom:3px;
}
.input{
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(border-radius.htc);
	border:2px solid #ebebeb;
	font-family:Tahoma, Arial, verdana;
	font-size:12px; 
	width:406px; 
	padding:7px 5px; 
	margin:0px; 
	color:#939393;
}
.input-submit{
	background-image:url(../images/send-now.gif); 
	background-repeat:no-repeat; 
	padding:0px; margin:0px; 
	border:0px; 
	width:97px; 
	height:33px; 
	cursor:pointer; 
	float:right; 
	margin-top:10px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
.input-submit{
	background-image:url(../images/send-now.gif); 
	background-repeat:no-repeat; 
	padding:0px; margin:0px; 
	border:0px; 
	width:97px; 
	height:33px; 
	cursor:pointer; 
	float:left; 
	margin:10px 0px 0px 323px;
}
}
.textarea{
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(border-radius.htc);
	border:2px solid #ebebeb;
	font-family:Tahoma, Arial, verdana;
	font-size:12px;
	overflow:hidden;
	width:406px; 
	padding:6px 5px; 
	margin:0px; 
	color:#939393;
}
#loadBar{	
	color:#797979;
	position:absolute;
	margin-left:43px;
	top:595px;
	z-index:100;
}
#emailSuccess{
	color:#797979;
	position:absolute;
	margin-left:86px;
	top:595px;
	z-index:100;
}
.loading-text{
	font-weight:bold;
	margin-left:43px;
	float:left;
}
.loading-form{
	width:128px;
	height:15px;
	background-image:url(../images/loading-contact.gif);
	background-repeat:no-repeat;
	margin:3px 0px 0px 14px;
	float:left;
}
.map{
	background-color:#ebebeb;
	margin:0px;
	padding:12px;
	float:left;
}

.contact-separator{
	width:52px;
	height:460px;
	margin-top:49px;
	background-image:url(../images/dot-separator.png);
	background-position:right;
	background-repeat:repeat-y;
	float:left;
}
#contact-left{
	width:250px;
	float:left;
}
#contact-right{
	width:550px;
	float:left;
}


/* Footer
------------------------------------------------------*/
#footer-content{
	width:960px;
	height:150px;
	background-image:url(../images/footer-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer-address{
	width:750px;
	margin-top:28px;
	float:left;
}
#footer-address img{
	margin-bottom:10px;
}
#footer-last{
	width:960px;
	margin-top:5px;
	float:left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #979696;
}

/* Footer News list */
#footer-news{
	width:460px;
	margin-top:28px;
	float:right;
}
#footer-news h3{
	margin-bottom:7px;
	color:#e3e3e3;
}
ul.list-bottom{
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}
ul.list-bottom li{
	background-image:url(../images/bottom-dot.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:4px;
	line-height:26px;
}
ul.list-bottom li a{
	color:#a6a6a6;
	text-decoration:none;
}
ul.list-bottom li a:hover{
	text-decoration:underline;
}
#footer-copyright{
	font-size:11px;
	margin-top:10px;
	float:right;
}

/* footermenu Styling */
#footer-menu{
	width:250px;
	margin:0px;
	padding:0px;
	float:left;
}
.navigation-footer{
	width:250px;
	float:left;
	padding:0px;
	list-style-type:none;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navigation-footer ul{
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	position:relative;
	clear:both;	
}
.navigation-footer li{	
	list-style-type:none; 
	padding:0px; 
	margin:0px; 
	float:left;
	z-index:100; 
	position:relative;
}
.navigation-footer li a{
	font-size:11px;
	text-decoration:none;
	color:#a6a6a6; 
	display:block;
	margin:0px;
	padding-right:24px;
	float:left;
	z-index:100;	
}
.navigation-footer li.current a, .navigation-footer li a:hover, .navigation-footer li.current li a:hover{
	text-decoration:none;
	color: #a6a6a6;
}
.navigation-footer li.current li a{
	text-decoration:none;
	color:#a6a6a6;
}
/*****************************************************************************************************
/* content */

.useful, .warn, .note, .info {
	display: inline-block;
	padding: 0.5em 1em !important;
	margin: 1em 0px;
	margin-top: 0px;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.useful, .useful a {
	background-color: #ebebeb;
	color: #555 !important;
}
.warn, .warn a { background-color: #ffe9e0; color: #c0190d !important; }
.note, .note a { background-color: #fff3bb; color: #9e660c !important; }
.info, .info a {
	background-color: #999;
	color: #666 !important;
}

code { background-color: #eee; padding: 0px 0.5em; margin: 0px 0.25em; border: dotted 1px; display: inline-block; text-shadow: 0px 1px 0px White; }

hr {
	height: 1px;
	margin: 0px;
	margin-bottom: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ebebeb;
}

p span.dropcap { display: inline-block; padding: 10px 5px; float: left; margin-right: 10px; font-size: 2.6em; font-weight: bold; letter-spacing: -1px; }
p span.dropcap.alt { background-color: #444; color: White; padding: 10px; }

img.bordered { padding: 5px; margin: -1px; border: dotted 1px; }
a img.bordered:hover { background-color: rgba(0,0,0,0.1); -webkit-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; }

a.button { display: inline-block !important; border: dotted 1px !important; padding: 0px 1em; font-weight: bold; font-size: 80%; text-align: center; cursor: pointer; }
a.button.solid { border: solid 1px !important; }
a.button.solid { border-color: rgba(0,0,0,0.1) !important; }
a.button.solid:hover { color: #444 !important; }

.upper { text-transform: uppercase; }
.lower { text-transform: lowercase; }

.lflush { margin-left: -140px; }
.rflush { margin-left: 140px; }

/* table */

table th, table td { padding: 1em; }
table th, table thead td { background-color: #444; color: White; }
table tbody tr:nth-child(odd) td { background-color: rgba(0,0,0,0.05); }
table tr:nth-child(even), table thead tr td:nth-child(odd), table thead th { opacity: 0.9; }

/* lists */

ul.check {
	list-style-position: outside;
	list-style-image: url(img/check.png);
}

/* trigger */

dl.toggle dt { display: block; padding-bottom: 1em; font-size: 1.25em; }
dl.toggle dd { border-left: outset 5px; margin: 0px; padding-left: 1em; }

