html, body {
	background-color: #eff;
	background-position: left top;
	color: #000;
	font-family: "Hind", sans-serif;
	max-width: 980px;
}


/* major sections
 ================================================== */

#container {
	background-image: url(../images/md_02.png);
	background-repeat: no-repeat;
}

#top {
	display: inline-block; width: 100%;
	border-bottom: 1px solid #8bb;
	border-top: 1px solid #8bb;
	line-height: 10px;

}

#mainBody {
	font-size: 12px;
	line-height: 14px;
	display: inline-block; 
	max-width: 726px;
}
/*--------------*/

 @media screen and (min-width: 725px) {

#bottom {
	float:left;
	margin:0px auto; 
	width:726px;
}

#bottomleft {
	float:left;
	margin:1px;
	width:33%;
}

#bottomcenter {
	float:left;
	margin:1px;
	width:33%;
}

#bottomright {
	position: relative;
	float:left;
	top: -24px;
	margin:1px;
	width:33%;
}
#footer {
float:left;
	margin:0px auto; 
	width:726px;
	max-width: 726px;
	left: -22px;

	text-align: center;
	border-top: 1px dotted #bee;
	clear: both
}
}
/*--------------*/
 @media screen and (min-width: 496px)  and (max-width: 724px){

#bottom {
	margin:0px auto; 
	width:100%
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

#bottomleft {

	float:left;
	margin:1px; 
	width:50%;

}

#bottomcenter {
	float:left;
	margin:1px; 
	width:50%;

}

#bottomright {

width:100%;
	left: -800px;
	position: absolute;
	text-align: center;
	border-top: 1px dotted #bee;
	clear: both
	z-index:-100;
	opacity:0;
	font-size:1px;
	
}
#footer {
margin:0px auto; 
	width:100%
	max-width: 980px;
	left: -22px;

	text-align: center;
	border-top: 1px dotted #bee;
}
}

/*--------------*/
@media screen and (max-width: 495px) {

#bottom {
position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	height: auto;
	width: auto\9;/* ie8 */
}

#bottomleft {
	
}

#bottomcenter {
	margin-top:-40px;
}

#bottomright {
	width:100%;
	top:-800px
	left: -800px;
	position: absolute;
	z-index:-100;
	opacity:0;
	font-size:1px;
	}

#footer {
	float:left;
	margin:1px; 
	width:100%;
	border-top: 1px dotted #bee;
	}
}


/* standard tags */

a:link, a:visited {
	color: #744;
	text-decoration: none
}

a:hover {
	color: #366;
	text-decoration: none
}

h3 {
	color: #333;
	font-size: 14px;
	font-weight: 700
}

h6 {
	color: #333;
	font-size: 10px;
	font-weight: 700;
	font-style: italic
}


td, tr, p, div {
	color: #000
	
}

hr {
	color: #bee;
	background-color: #bee;
	border: 0;
	height: 1px;
	width: 80%
}

img {
	border: 0 none;
	max-width: 100%;
	height: auto;
	width: auto\9;/* ie8 */
}

/* joomla specific
 ================================================== */
/*site-title
 ================================================== */
.site-title {
	color: #366;
	margin-left: 2%;
	font-size: 12px;
	line-height: 2px
}

.site-title h2 {
	color: #366;
	font-size: 28px;
	text-shadow: 0 1px 3px #699
}

.site-title h3 {
	color: #366;
	font-size: 14px;
}


/* -- Menus --
 ================================================== */
/* -- Main Menu --
 ================================================== */
 @media screen and (min-width: 650px) {
.menutopmenu {
	font-size: 11px
	
}

hr.menutopmenu {
	background: #744;
	border: 0;
	height: 1px
}

ul.menutopmenu, ul.menutopmenu ul {
	display: inline;
	list-style: none
}

.menutopmenu li {
	color: #000;
	display: inline;
	list-style: none;
	padding: 1px 10px 1px 1px
}

.menutopmenu li a {
	background-color: #eff;
	border: 1px solid #8bb;
	color: #366;
	padding: 1px 4px
}

.menutopmenu li a:hover {
	background-color: #eff;
	color: #744;
	list-style: none
}

.menutopmenu li.current a, li.current a :visited {
	background-color: #eff;
	color: #744;
	font-weight: 400;
	list-style: none
}
}

@media screen and (min-width: 550px) and (max-width: 649px) {
.menutopmenu {
	font-size: 10px
}

hr.menutopmenu {
	background: #744;
	border: 0;
	height: 1px
}

ul.menutopmenu, ul.menutopmenu ul {
	display: inline;
	list-style: none
}

.menutopmenu li {
	color: #000;
	display: inline;
	list-style: none;
	padding: 1px 12px 1px 1px
}

.menutopmenu li a {
	
	color: #366;
	padding: 1px 0px
}

.menutopmenu li a:hover {
	background-color: #eff;
	color: #744;
	list-style: none
}

.menutopmenu li.current a, li.current a :visited {
	
	color: #744;
	font-weight: 400;
	list-style: none
}
}

/*-------media exceptions-------------*/
/*
topmenu at 650px
menu needs to switch at 700px
*/
@media screen and (max-width: 549px) {
	.menutopmenu {
	margin-left:-40px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    
    font-size: 14px;
    line-height:16px;
}

hr.menutopmenu {
	background: #000;
	border: 0;
	height: 1px
}

ul.menutopmenu, ul.menutopmenu ul {

	list-style: none
}

.menutopmenu li {
	color: #000;
	list-style: none;
	
}

.menutopmenu li a {
	
	
	color: #366;
	padding: 1px 4px
}

.menutopmenu li a:hover {
	
	color: #744;
	list-style: none
}

.menutopmenu li.current a, li.current a :visited {
	
	color: #744;
	font-weight: 400;
	list-style: none
}

}


/* -- Other Menus -- i.e. bottom menus
 ================================================== */

ul.menu, ul.menu ul {
	list-style: none;
	padding: 0 0 0 3px;
	line-height:12px;
	width: 100%;
}

.menu li {
	color: #333;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 13px;
	text-align: left;
	width: 100%;
	
}

.menu li .separator {
	color: #333;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 13px;
	text-align: left;
	width: 100%
}

.menu li a {
	color: #744;
	font-size: 10px;
	font-weight: 600;
	text-align: left
}

.menu li li {
	font-size: 12px
}

.menu li li a {
	background-position: left;
	color: #744;
	font-weight: 600;
	text-align: left
}

.menu li li a:hover {
	color: #366;
	list-style: none
}

.menu li li li {
	font-size: 9px;
	padding-bottom: 0;
}

.menu li li li a img {
	max-width: 90%;
	min-width: 200px;
    height: auto;
    width: auto\9; /* ie8 */
}

.menu li li li .separator {
	color: #333;
	font-size: 9px;
	font-style: italic;
	font-weight: 500;
}

/* footer */

@media screen and (min-width: 640px) {


ul.menufooter, ul.menufooter ul {
	display: inline;
	list-style: none
}

.menufooter li {
	color: #000;
	display: inline;
	list-style: none;
	margin: 4px;
	padding: 1px 15px 1px 5px
}

li li li .separator {
	color: #333;
	font-size: 9px;
	font-style: italic;
	font-weight: 500
}
}

@media screen and (max-width: 639px) {


ul.menufooter, ul.menufooter ul {
	
	list-style: none
}

.menufooter li {
	color: #000;
	
	list-style: none;
	margin: 4px;
	padding: 1px 15px 1px 5px
}

li li li .separator {
	color: #333;
	font-size: 9px;
	font-style: italic;
	font-weight: 500
}
}
/* ===[ For content item titles that are hyperlink instead of Read On ]=== */

.contentpane, .contentpaneopen {
	font-weight: 400
}

a.contentpagetitle:link, a.contentpagetitle:visited {
	color: #744;
	font-size: 13px
}

a.contentpagetitle:hover {
	color: #366;
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline
}

.contentheading {
	color: #744;
	font-size: 11px
}

a.category:hover {
	color: #366
}

a.category:link, a.category:visited, .menu li a:hover {
	color: #744
}

.row-separator {
	border: 0;
	clear: both;
	display: block;
	height: 1px;
	margin: 0
}




/* ++++++++++++++  blog  ++++++++++++++
 ================================================== */
.subheading-category, .componentheading, .blog-featured h3 {
	font-size: 16px;
	font-weight: 500;
	color: #355
}

.blog-featured, .column-1, .column-2, .column-3 {
	padding: 0
}

.blog-more {
	padding: 10px 5px
}


.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important
}

.cols-2 .column-1 {
	float: left;
	width: 46%
}

.cols-2 .column-2 {
	float: right;
	margin: 0;
	width: 46%
}

.cols-3 .column-1 {
	float: left;
	margin-right: 4%;
	padding: 0 5px;
	width: 29%
}

.cols-3 .column-2 {
	float: left;
	margin-left: 0;
	padding: 0 5px;
	width: 29%
}

.cols-3 .column-3 {
	float: right;
	padding: 0 5px;
	width: 29%
}

.column-2 {
	margin-left: 40%;
	width: 55%
}

.column-3 {
	width: 30%
}

.shownocolumns {
	width: 98% !important
}


.box {
	float: left;
	margin-right: 10px;
	min-height: 100px;
	width: 27%
}

.box1 {
	width: 35%
}

.box2 {
	width: 32%
}

.box3 {
	float: right
}

.items-row {
	margin-bottom: 0 !important;
	overflow: hidden
}



.item-separator {
	display: none;

}

/* -- ////////////////// --  */
table.moduletable {
	border-bottom: solid 0 #744;
	border-left: solid 0 #744;
	border-right: solid 0 #744;
	border-top: solid 0 #744;
	margin: 0 10px 10px 0;
	width: 95%
}

table.moduletable th {
	color: #744;
	font-size: 11px;
	font-weight: 700;
	padding-top: 4px;
	width: 100%
}

table.moduletable td {
	font-size: 10px;
	font-weight: 400;
	padding-top: 4px
}

.poll {
	color: #666;
	font-size: 10px;
	line-height: 14px
}

.sectiontableheader {
	color: #744;
	font-weight: 700
}

.boxes {
	border: dotted;
	border-color: #B0C4DE;
	border-width: 1px
}

.title {
	color: #744;
	font-size: 24px;
	font-weight: 700
}

/* custom
 ================================================== */
#biopic {
	border: 0 none;
	float: left;
	margin: 4px
}

.contact-table {
	margin-left: 10%;
}


/*content specific
 ================================================== */
/* carousel
 ================================================== */
.carousel-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	width: auto\9;/* ie8 */
}

.slider-for {
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	height: auto;
	width: auto\9;/* ie8 */
	margin-bottom:0px !important;
}

.slider-for img {
	max-width: 100%;
	height: auto;
	width: auto\9;/* ie8 */
	margin-bottom:0px !important;
}

.slide_caption {

	color: #366;
	font-size: 12px;;
	text-align: justify;
	line-height: 15px;
	max-width: 100%;
	height: auto;
	width: auto\9;/* ie8 */
	margin-bottom:0px !important;
}

.slide_caption h5 {
text-align: center;
	font-size:10px;
	line-height:10px;
	margin-bottom:5px !important;
}

.slider-nav {
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	height: auto;
	width: auto\9;
	/* ie8 */
	background: #dee;
	border-style: transparent;
	border-color: #699;
	margin-top: 3px !important 
	
}

@media screen and (min-width: 390px) {
	.slide_caption h3 {
		text-align: center;
		line-height:0px;
		margin-top:20px;
	}
}

@media screen and (max-width: 389px) {
	.slide_caption h3 {
		text-align: center;
		line-height:15px;
		margin-top:10px;
	}
}

/* works Gallery */

	
.workscontainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	width: auto\9;/* ie8 */
}

.worksgallery ul {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	position: relative;
}

.worksgallery li {
	display: inline-block;
    zoom:1;
    *display:inline;
    /* this fix is needed for IE7- */
	vertical-align: top;
	text-align:left;
}

.worksgallery li .pic{ 
	padding: 0 0 0 0px;
	width:200px; 
	height:150px;
	margin-bottom: 0px;
} 

.worksgallery li .text h3, .worksgallery li .text h3 a{ 
	font-size: 12px;
	font-weight: 600;
	margin-top:0px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	line-height: 14px;
	color:#ddd;
}

.worksgallery li .text{ 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 95%;
	height: 93%;
	width: auto\9;/* ie8 */
	padding: 10px 10px 0px 10px;
	background:#000; 
	opacity:0; 
	margin-bottom: 0px;
} 

.worksgallery li .pic:hover .text { 
	opacity:0.8; 
	text-align:left; 
	color:#fff; 
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 0px;
}

.worksgallery li .pic .text  a {
	color:#bbb;
}

}

@media screen and (min-width: 475px) {
	.worksgallery{
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0 0 0 0px;
	}
}

@media screen and (max-width: 474px) {

	.worksgallery{
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left:10%;
	}

}

/* -- Samples Frame --
 ================================================== */
 .samples {
 	width: 80%;
 	padding-left: 20px;
 }
 
 
.samples ul{
 	display: inline;
 	list-style:none;
 	width:60%;
 }
 
 .samples li{
 	display: inline;
 	list-style:none;
 	width:100%;
 	
 }
 
 .samples li .title {
	color: #333;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px;
}

.samples li .sampleslink {
	display: inline;
 	list-style:none;
 	width:60%;
	font-size: 11px;
	color: #333;
	text-align: left;
	width: 100%;
}

.samples li .sampleslink a:link, a:visited {
	color: #744;
	text-decoration: none
}

.samples li .sampleslink a:hover {
	color: #366;
	text-decoration: none
}

.samples .choicetitle {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.samples .choicesubtitle {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 20px;
}

.samples .summary {
	color: #333;
	font-size: 11px;
	font-weight: 400;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width:  100%;
	height: auto;
	width: auto\9;/* ie8 */
	padding-top: 20px;
	text-align: justify;
}



/* -- Audio Player --
 ================================================== */
.audiowrapper {
   
    color:#fff
    position:relative;
    margin-left:auto;
    margin-right:auto;
    max-width:70%;
    height:auto;
    width:auto\9;
}


.audioplayer {
    height:1.5em;
/* 40 */
    border:1px solid #eff;
    position:relative;
    z-index:1;
    background:#333;
    
/* ie8 */
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px
}

.audioplayer-mini {
    width:2.5em;
/* 40 */
    margin:0 auto
}

.audioplayer > div {
    position:absolute
}

.audioplayer-playpause {
    width:2.5em;
/* 40 */
    height:100%;
    text-align:left;
    text-indent:-9999px;
    cursor:pointer;
    z-index:2;
    top:0;
    left:0
}

.audioplayer:not(.audioplayer-mini)
.audioplayer-playpause {
    border-right:1px solid #555;
    border-right-color:rgba(255,255,255,.1)
}

.audioplayer-mini .audioplayer-playpause {
    width:100%
}

.audioplayer-playpause:hover,.audioplayer-playpause:focus {
    background-color:rgba(255,255,255,.0)
}

.audioplayer-playpause a {
    display:block
}

.audioplayer:not(.audioplayer-playing)
.audioplayer-playpause a {
    width:0;
    height:0;
    border:.5em solid transparent;
/* 8 */
    border-right:none;
    border-left-color:#fff;
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    margin:-.5em 0 0 -.25em
/* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
    width:.75em;
/* 12 */
    height:.75em;
/* 12 */
    position:absolute;
    top:50%;
    left:50%;
    margin:-.375em 0 0 -.375em
/* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before,.audioplayer-playing .audioplayer-playpause a:after {
    width:40%;
    height:100%;
    background-color:#fff;
    content:'';
    position:absolute;
    top:0
}

.audioplayer-playing .audioplayer-playpause a:before {
    left:0
}

.audioplayer-playing .audioplayer-playpause a:after {
    right:0
}

.audioplayer-time {
    color:#fff;
    width:4.375em;
/* 70 */
    height:100%;
    line-height:1.66em;
/* 38 */
    text-align:center;
    z-index:2;
    top:0
}

.audioplayer-time-current {
    border-left:1px solid #eff;
    border-left-color:rgba(0,0,0,.25);
    left:2.5em
/* 40 */
}

.audioplayer-time-duration {
    border-right:1px solid #555;
    border-right-color:rgba(255,255,255,.1);
    right:2.5em
/* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
    border-right:0;
    right:0
}

.audioplayer-bar {
    height:.875em;
/* 14 */
    background-color:#eff;
    cursor:pointer;
    z-index:1;
    top:50%;
    right:6.875em;
/* 110 */
    left:6.875em;
/* 110 */
    margin-top:-.438em
/* 7 */
}

.audioplayer-novolume .audioplayer-bar {
    right:4.375em
/* 70 */
}

.audioplayer-bar div {
    width:0;
    height:100%;
    position:absolute;
    left:0;
    top:0
}

.audioplayer-bar-loaded {
    background-color:#333;
    z-index:1
}

.audioplayer-bar-played {
    background:#eff;
    background:-webkit-gradient(linear,left top,right top,from(#eff),to(#477));
    background:-webkit-linear-gradient(left,#eff,#477);
    background:-moz-linear-gradient(left,#eff,#477);
    background:-ms-radial-gradient(left,#eff,#477);
    background:-o-linear-gradient(left,#eff,#477);
    background:linear-gradient(left,#eff,#477);
    z-index:2
}

.audioplayer-volume {
    width:40px;
    height:100%;
    border-left:1px solid #eff;
    border-left-color:rgba(0,0,0,.25);
    text-align:left;
    text-indent:-9999px;
    cursor:pointer;
    z-index:2;
    top:0;
    right:0
}

.audioplayer-volume:hover,.audioplayer-volume:focus {
    background-color:rgba(255.,255.,255.,.0)
}

.audioplayer-volume-button {
    width:100%;
    height:100%
}

.audioplayer-volume-button a {
    width:.313em;
/* 5 */
    height:.375em;
/* 6 */
    background-color:#fff;
    display:block;
    position:relative;
    z-index:1;
    top:40%;
    left:35%
}

.audioplayer-volume-button a:before,.audioplayer-volume-button a:after {
    content:'';
    position:absolute
}

.audioplayer-volume-button a:before {
    width:0;
    height:0;
    border:.5em solid transparent;
/* 8 */
    border-left:none;
    border-right-color:#fff;
    z-index:2;
    top:50%;
    right:-.25em;
    margin-top:-.5em
/* 8 */
}

.audioplayer:not(.audioplayer-mute)
.audioplayer-volume-button a:after {
/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
    width:.313em;
/* 5 */
    height:.313em;
/* 5 */
    border:.25em double #fff;
/* 4 */
    border-width:.25em .25em 0 0;
/* 4 */
    left:.563em;
/* 9 */
    top:-.063em;
/* 1 */
    background:rgba(255,255,255,.0);
    background-color:rgba(255,255,255,.0);
    -webkit-border-radius:0 .938em 0 0;
/* 15 */
    -moz-border-radius:0 .938em 0 0;
/* 15 */
    border-radius:0 .938em 0 0;
/* 15 */
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg)
}

.audioplayer-volume-adjust {
    height:6.25em;
/* 100 */
    cursor:default;
    position:absolute;
    left:0;
    right:-1px;
    top:-9999px;
    background:#eff;
    background:-webkit-gradient(linear,left top,left bottom,from(#699),to(#eff));
    background:-webkit-linear-gradient(top,#699,#eff);
    background:-moz-linear-gradient(top,#699,#eff);
    background:-ms-radial-gradient(top,#699,#eff);
    background:-o-linear-gradient(top,#699,#eff);
    background:linear-gradient(top,#699,#eff);
    -webkit-border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-topright:2px;
    border-top-left-radius:2px;
    border-top-right-radius:2px
}

.audioplayer-volume:not(:hover)
.audioplayer-volume-adjust {
    opacity:0
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
    top:auto;
    bottom:100%
}

.audioplayer-volume-adjust > div {
    width:40%;
    height:80%;
    background-color:#eff;
    cursor:pointer;
    position:relative;
    z-index:1;
    margin:30% auto 0
}

.audioplayer-volume-adjust div div {
    width:100%;
    height:100%;
    position:absolute;
    bottom:0;
    left:0;
    background:#eff;
    background:-webkit-gradient(linear,left bottom,left top,from(#eff),to(#477));
    background:-webkit-linear-gradient(bottom,#eff,#477);
    background:-moz-linear-gradient(bottom,#eff,#477);
    background:-ms-radial-gradient(bottom,#eff,#477);
    background:-o-linear-gradient(bottom,#eff,#477);
    background:linear-gradient(bottom,#eff,#477)
}

.audioplayer-novolume .audioplayer-volume {
    display:none
}

.audioplayer-play,.audioplayer-pause,.audioplayer-volume a {
    -webkit-filter:drop-shadow(1px 1px 0 #000);
    -moz-filter:drop-shadow(1px 1px 0 #000);
    -ms-filter:drop-shadow(1px 1px 0 #000);
    -o-filter:drop-shadow(1px 1px 0 #000);
    filter:drop-shadow(1px 1px 0 #000)
}

.audioplayer-bar,.audioplayer-bar div,.audioplayer-volume-adjust div {
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}

.audioplayer-bar,.audioplayer-volume-adjust > div {
    -webkit-box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);
    box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1)
}

.audioplayer-volume-adjust div div,.audioplayer-bar-played {
    -webkit-box-shadow:inset 0 0 5px rgba(255,255,255,.5);
    -moz-box-shadow:inset 0 0 5px rgba(255,255,255,.5);
    box-shadow:inset 0 0 5px rgba(255,255,255,.5)
}

.audioplayer-volume-adjust {
    background:rgba(255,255,255,.0)
}

.audioplayer *,.audioplayer :before,.audioplayer :after {
    -webkit-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
    -moz-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
    -ms-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
    -o-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
    transition:color .25s ease,background-color .25s ease,opacity .5s ease
}

.attribution {
    p477ing:3em 0;
    text-align:center;
    color:#222;
    font-size:12px
}

.attribution a {
    color:#744
}

.attribution a:hover {
    color:#eff
}


