/* @override 
	http://localhost/cliche/cliche%20site%202/css/style.css
	http://paz.nfshost.com/sandbox/site/css/style.css
	http://clichespotting.com/css/style.css
	http://localhost/cliche/site/css/style.css
	http://www.clichespotting.com/css/style.css
*/

@font-face {
	font-family: 'LeagueGothic';
	src: url('../fonts/League_Gothic-webfont.eot');
	src: local('☺'), url('../fonts/League_Gothic-webfont.woff') format('woff'), url('../fonts/League_Gothic-webfont.ttf') format('truetype'), url('../fonts/League_Gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	background: #bcb7b5 url("../images/body-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}


/*----------------- materials -------------------*/

.wood {
	background: #ac9678 url("../images/wood-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#d3c7b7,
		#ac9678
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#d3c7b7),
		to(#ac9678)
	);
}

.paper {
	text-shadow: 1px 2px 1px #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
	box-shadow: 0px 1px 4px rgba(0,0,0,.2);
	background: #faf8f6 url("../images/paper-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#f0ece6,
		#faf8f6
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#f0ece6),
		to(#faf8f6)
	);
}

.embossed {
	border-bottom: 1px solid #e3e0df;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	border-top: 1px solid #a8a29f;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-left: 1px solid #a8a29f;
	border-left: 1px solid rgba(0,0,0,0);
	border-right: 1px solid #e3e0df;
	border-right: 1px solid rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 3px #fff;
	-moz-box-shadow: 0 0 3px #fff;
	box-shadow: 0px 0px 3px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}



/*----------------- buttons -------------------*/

#nav a:link, 
#nav a:visited, 
#banner a:link,
#banner a:visited {
	color: #4f3a30;
	}

#nav a:hover, 
#nav a:active,
#banner a:hover,
#banner a:active {
	color: #e6e0d7;
	text-shadow: 0px -1px 0px #4f3a30;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .7);
	}


#applink, #pdflink {
	height: 80px;
	display: block;
	color: #f0ece6;
	text-shadow: 0px 1px 0px rgba(0,0,0,.3);
	}
	
#applink:active,
#pdflink:active {
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
	position: relative;
	top: 3px;
	}
#applink:hover,
#pdflink:hover {
	-webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, .3);
	box-shadow: 0px 1px 20px rgba(0, 0, 0, .3);
	-webkit-transition: .2s ease-in-out;
	}


.link_big, .link_small {
	display: block;
	white-space: nowrap;
	margin: 0 auto;
	}
	
.link_small {
	padding-bottom: 0;
	margin: 3px auto 0 auto;
	}

#applink_text, #pdflink_text {
	display: block;
	position: absolute;
	height: auto;
	width: 340px;
	left: 15px;
	right: 0;
	margin: 0 auto;
	}


.colourbox {
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 6px;
	}
.red {
	background-color: #b44d3e;
	}
.blue {
	background-color: #54afd3;
	}
	
#now a:hover {
	background: none;
	border: 1px solid #54afd3;
	height: 15px;
	line-height: 15px;
	color: #54afd3;
	text-shadow: 0px -1px 0px rgba(255,255,255,.7);
	}

#now a:active {
	background-color: #54afd3;
	color: #f0ece6;
	text-shadow: 0px 1px 0px rgba(0,0,0,.3);
	}
	
#coming a:hover {
	background: #b44d3e;
	color: #f0ece6;
	text-shadow: 0px 1px 0px rgba(0,0,0,.3);
	}

#coming a:active {
	background: #f0ece6;
	color: #b44d3e;
	border: 1px solid #b44d3e;
	text-shadow: 0px -1px 0px rgba(255,255,255,.7);
	}	


.submitbtn {
	height: 36px;
	display: block;
	width: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	padding: 0 10px;
	font: 13px/1em Helvetica, Arial;
	font-weight: bold;
	color: #000;
	background: red;
	text-decoration: none;
	color: #d3c7b7;
	background-color: #8f6957;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .6);
    cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #30231d url("../images/submitbtn-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#8f6957,
		#30231d
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#8f6957),
		to(#30231d)
	);
}

.submitbtn:active {
	background: #8f6957 url("../images/submitbtn-active-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background: -moz-linear-gradient(
		top,
		#30231d,
		#8f6957
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#30231d),
		to(#8f6957)
	);
	color: #d3c7b7;
}

.submitbtn:focus {
	color: #d3c7b7;
	}
	
.submitbtn:hover {
	-webkit-box-shadow: 0 0 20px rgba(255, 255, 255, .5);
	-moz-box-shadow: 0 0 20px rgba(255, 255, 255, .5);
	box-shadow: 0px 0px 20px rgba(255, 255, 255, .5);
	-webkit-transition: .2s ease-in-out;
	}

#captchatext a {
	border-bottom: 1px dotted;
	padding-bottom: 2px;
	}
	
#captchatext a:hover {
	border: none;
	}

#captchatext a:active {
	color: #f0ece6;
	text-shadow: 0px -1px 0px rgba(0,0,0,.3);
	}

/*----------------- form -------------------*/

#testimonials {
	margin-right: 0;
	}

#testimonials h3 {
	margin: 10px;
	}

textarea, input {
	background: #bcb7b5;
	border: 1px solid #faf8f6;
	border-top-color: rgba(255,255,255,.5);
	border-bottom-color: rgba(0,0,0,.3);
	border-right-color: rgba(0,0,0,.3);
	border-left-color: rgba(255,255,255,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

textarea {
	padding: 5px;
	width: 268px;
	height: 120px;
	margin: 5px 10px;
	}

input[type=text] {
	height: 25px;
	width: 140px;
	float: right;
	margin-right: 10px;
	padding: 10px 5px 0 5px;
	}

/*input[type=text] {
	float: right;
	}*/

label {
	display: block;
	height: 20px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	padding-top: 10px;
	}
	
.formelement {
	display: block;
	height: 50px;
	}

input:focus, 
textarea:focus,
input.invalid:focus,
textarea.invalid:focus {
	background-color: #f0ece6;
	border-bottom-color: rgba(255,255,255,.5);
	border-top-color: rgba(0,0,0,.3);
	border-left-color: rgba(0,0,0,.3);
	border-right-color: rgba(255,255,255,.5);
	}

img#captchaimg {
	margin-left: 10px;
	width: 118px;
	height: 36px;
	float: left;
	border: 4px solid #f0ece6;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
	}

input.captcha {
	width: 130px;	
	}

#captcha {
	display: block;
	}

#captchatext {
	margin-left: 10px;
	display: block;
	height: auto;
	width: 190px;
	float: left;
	padding-right: 100px;
	margin-top: 10px;
	}

input.submitbtn {
	margin: 120px auto 20px auto;	
	}

p#contactform {
	color: #98908d;
	margin-left: 20px;
	margin-top: 50px;
	margin-bottom: 100px;
	text-align: center;
	
	}

/*----------------- typography -------------------*/

a {
	text-decoration: none;
	color: #222;
	}


h2 {
	font: 40px/1em LeagueGothic, Impact, "Arial Narrow", Helvetica, Arial;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #484848;
	text-shadow: 0px 1px 0px #ececeb;
	text-shadow: 0px 1px 0px rgba(255,255,255,.7);
	}

h3 {
	font: 30px/1em LeagueGothic, Impact, "Arial Narrow", Helvetica, Arial;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: inherit;	
	}

#intro p, .contactNotice {
	color: #222;
	text-shadow: 0px 1px 0px #ececeb;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .7);
	}
	
p {
	font: 15px/1.5em Helvetica, Arial;
	color: #faf8f6;
	}

#testimonials {
	font: 30px/26px LeagueGothic, Impact, "Arial Narrow", Helvetica, Arial;
	text-transform: uppercase;
	color: #98908d;
	text-shadow: 1px 1px 0px #e3e1e0;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .5);
	}

#testimonials h3 {
	color: #f0ece6;
	text-shadow: 0px -1px 0px #a9a7a6;
	text-shadow: 0px -1px 0px rgba(0,0,0,.3);
	}

.contactNotice {
	text-transform: none;
	margin: 20px 10px;
}

.link_big {
	font: 48px/40px LeagueGothic, Impact, "Arial Narrow", Helvetica, Arial;
	text-transform: uppercase;
	}

.link_small {
	font: 15px/20px Helvetica, Arial;
	font-weight: bold;
	}

tbody {
	font: 14px Helvetica, Arial;
	font-weight: bold;
	}


#now td, #coming td {
	font: 15px Helvetica, Arial;
	text-align: left;
	}
	
#now td.finishin {
	font: 25px/1em LeagueGothic, Impact, "Arial Narrow", Helvetica, Arial;
	text-transform: uppercase;
	text-align: right;
}

#coming td {
	font-size: 13px;
	}

#coming td.date {
	text-align: right;
	}

#coming td {
	text-shadow: 0px 1px 0px #fcfefc;
	text-shadow: 0px 1px 0px rgba(255,255,255,.9);
	}

#degreeshows p {
	color: #222;
	}

#degreeshows a {
	color: #f0ece6;
	}

#contactform {
	font: 14px/1em Helvetica, Arial;
	text-transform: none;
	font-weight: bold;
	}

textarea, input {
	font: 12px/1.5em Helvetica, Arial;
	color: #e0dedd;
	font-weight: bold;
	text-shadow: 0px 1px 0px #9d929c;
	text-shadow: 0px 1px 0px rgba(0,0,0,.2);
	}

textarea:focus, input:focus {
	color: #54afd3;
	text-shadow: 0px 1px 0px rgba(255,255,255,.2);
	}
	
#captchatext {
	font: 12px Helvetica, Arial;
	color: #222;
	}
	
#footer {
	font: 12px/1em Helvetica, Arial;
	color: #f0ece6;
	}
	
#footer a {
	font-weight: bold;
	color: inherit;
	}
#footer a:hover, #footer a:active {
	border-bottom: 1px dotted;
	padding-bottom: 3px;
	}

/*------------------------------------*/


#nav, #banner {
	height: 40px;
	font: 25px/1em LeagueGothic, Impact, "Arial Narrow", Helvetica, Arial;
	text-transform: uppercase;
	color: #30231d;
	text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0px #d8cfb7;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .5);
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom: 1px solid #a99f92;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid #b5a897;
    border-right: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid #dcd3c7;
    border-left: 1px solid rgba(255,255,255,.4);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1);

	}

#nav li {
	height: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
#logo {
	height: 300px;
	background-color: #faf8f6;
	background-image: url('../images/logo.jpg');
	text-indent: -9999px;
	-webkit-box-shadow: 0 5px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 25px rgba(0,0,0,.2);
	box-shadow: 0 5px 25px rgba(0,0,0,.2);
	}
	
#sharing {
	height: 200px;
	}

#twitter {
	margin-bottom: 5px;
	}
	
#iphone {
	height: 480px;
	background-image: url('../images/iphone.png');
	}
	
#iphone img {
	margin: 80px 0 0 45px;
	}

#intro {
	height: 100px;
	margin-top: -120px;
	margin-left: 20px;
	}

#intro p {
	width: 390px;
	}

#testimonials, #topcliches, #topschools {
	margin-top: 100px;
	}

#testimonials li {
		background: url('../images/quote.png') no-repeat;
		padding-left: 40px;
		padding-top: 18px;
	}

#testimonials h3 {
	margin-top: 100px;
	}



/*---------------- tables ------------------*/


#topschools h3, #topcliches h3 {
	margin: 10px;
	}

#topschools:hover, 
#topcliches:hover, 
#degreeshows:hover {
	-webkit-box-shadow: 0 4px 25px rgba(0,0,0,.4);
	-moz-box-shadow: 0 4px 25px rgba(0,0,0,.4);
	box-shadow: 0 4px 25px rgba(0,0,0,.4);
	-webkit-transition: .2s ease-in-out;
	}

#topschools {
	color: #54afd3;
	min-height: 620px;
	}

#topcliches {
	color: #b44d3e;	
	min-height: 620px;
	}

th {
	color: #ddd3c7;
	text-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #54AFD3;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	height: 40px;
	}

table {
	margin: 10px;
	width: 280px;
	}



table td:first-child {		/*first column*/
	background: #54AFD3;
	color: #f0ece6;
	font: 40px/1em LeagueGothic, Impact, "Arial Narrow", Helvetica, Arial;
	text-align: center;
	vertical-align: top;
	padding: 5px 3px 0px 3px;
	border-bottom: 2px solid;
	max-width: 50px;
	margin-right: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
#topcliches td {
	color: #b44d3e;
	}
	
#topschools td.rank,
#topcliches td.rank {
	color: #f0ece6;
	}

table sup {
	font: 20px LeagueGothic, Impact, "Arial Narrow", Helvetica, Arial;	
	text-transform: uppercase;
	padding-left: 2px;
	top: -15px;
	position: relative;
	}

table td.middle {		/*second column*/
	background: transparent;
	color: #54AFD3;
	text-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	padding: 3px;
	overflow: hidden;
	}

table .shortcode {
	color: #ddd3c7;
	text-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	float: right;
	}

table .shortcode:before {
	content: "(";
	}

table .shortcode:after {
	content: ")";
	}


table td.count,
table td.finishin {		/*third column*/
	color: #54AFD3;
	font: 40px/1em LeagueGothic, Impact, "Arial Narrow", Helvetica, Arial;
	overflow: hidden;
	text-align: center;
	text-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
	border-left: 1px solid;
	padding-left: 3px;
	}

table td.finishin {
	border-left-color: #54afd3;
	}

table td.date {
	border-left-color: #b44d3e;
	}

table tr {
	border: none;
	color: #f0ece6;
	text-shadow: 0px 1px 0px #3b7b94;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .3);
	max-height: 50px;
	}

#topschools td, 
#topschools td.count {
	color: #54AFD3;
	border-left-color: #54AFD3;
	}

/*top cliche table*/ 



#topcliches {
	margin-left: 6px;
	}

#topcliches td.rank {
	background: #b44d3e;
	}

#topcliches h3 {
	padding: 0;
	}	
#topcliches h3,
#topcliches td.middle,
#topcliches td.count {
	color: #b44d3e;
	}

#cliches td, 
#topcliches td.count {
	color: #b44d3e;
	border-color: #b44d3e;
	}

#topcliches th{
	border-left: 1px solid #b44d3e;
	}

#topcliches .description {
	display: none;
	}

#topcliches td.middle {
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	}
	
	
/*now and coming*/

h3.now {
	margin: 20px;
	color: #54afd3;
	}

#now, #coming {
	table-layout: fixed;
	width: 580px;
	margin-left: 20px;
	margin-bottom: 50px;
	}

#now th, #coming th {
	padding-left: 10px;
	}

#now th.finishin {
	color: #d3c7b7;
	border-left-color: #54afd3;
	}

#now td.finishin {
	color: #54afd3;
	}

#now td, #coming td {
	background: none;
	padding: 0;
	border-bottom: none;
	}



#now a, #coming a {
	display: block;
	background: #54afd3;
	margin-right: 20px;
	padding: 3px;
	/*height: 15px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 1px 20px 1px 0;
	}

h3.coming {
	margin: 20px;
	color: #b44d3e;	
	}

#coming a {
	background-color: #f0ece6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #b44d3e;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,1);
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255,255,255,1);
	border-top: 1px solid #d7d4cf;
	border-top: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid #d7d4cf;
	border-left: 1px solid rgba(0,0,0,.1);
	margin-bottom: 2px;
	padding: 4px;
	padding-left: 10px;
	}

#degreeshows table#coming th.date {
	color: #d3c7b7;
	border-left-color: #b44d3e;
	white-space: nowrap;
	}

#coming .date,
#now .finishin {
	width: 145px;
	color: #b44d3e;
	border-left:  1px solid;
	}

#coming th {
	border-color: #b44d3e;
	}



/*----------------------------------*/



#testimonials li {
	list-style: none;
	margin: 40px auto;
	width: 200px;
	}


#degreeshows {
	margin-top: 15px;
	min-height: 800px;
	}

#degreeshows p {
	margin: 20px;
	width: 400px;
	}
	
#footer {
	height: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #30231d;
	border-bottom: 1px solid #c0bcba;
	border-bottom: 1px solid rgba(255,255,255,.7);
	border-top: 1px solid #251c17;
	border-top: 1px solid rgba(0,0,0,.2);
	}
	
#footer li {
	margin: 15px 0  15px 20px;
	}
#footer img {
	margin-top: -10px;
	}

#invalid li {
	background: none;
	margin: 10px;
	padding: 0;
	height: 20px;
	color: #b44d3e;
	}

input.invalid, textarea.invalid {
	background: #b44d3e;
	}



/*coming soon*/

#comingsoon {
	background: url(../images/coming-soon.png);
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 9999;
	margin: 0;
	top: 60px;
	left: 870px;
	}


/* iframe show link */


#banner li {
	text-align: left;
	padding-top: 15px;
	}


#rank {
	margin-top: -15px;
	text-align: right;
	vertical-align: top;
	color: #b44d3e;
	text-shadow: none;
	display: block;
	float: left;
	padding: 0;
	margin-right: 10px;
	-webkit-box-shadow: 0 0 3px #fff;
	-moz-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 4px solid  #b44d3e;
	white-space: nowrap;
	max-width: 55px;
	max-height: 40px;
	overflow: hidden;
}

#rank sup {
	font-size: 20px;
	float: left;
	line-height: normal;
	padding: 3px;
	}

#rank em {
	float: right;
	font-style: normal;
	font: 40px/40px LeagueGothic, Impact, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
	padding-right: 3px;
	}

#rank sup,
#rank em {
	text-shadow: 0px 0px 2px #f0ece6;
	}
	
li#sitelink {
	text-align: right;
	margin-left: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
	}

#banner {
	list-style: none;
	height: 55px;
	padding-top: 5px;
	}
	
#framewrap {
	width: 960px;
	margin: -20px auto 0 auto;
	padding-top: 10px;
	}

#framebg {
	height: 85%;
	position: absolute;
	margin: 0;
	padding-top: 10px;
	width: 960px;
	}

#frame {
	left: 0;
	height: 92%;
	border: 1px solid #d3c7b7;
	position: relative;
	left: -1px
	}
	
#official {
	padding-top: 10px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font: 14px/16px Helvetica, Arial, sans-serif;
	color: #d3c7b7;
	}
	
#official a:link,
#official a:visited {
	color: #b44d3e;
	font-weight: bold;
	}

#official a:hover,
#official a:active {
	color: #8f6957;
	}	

	
