input[type=search] {
	-webkit-appearance: none;
	border: 1px solid #CCC;
	border-radius: 0px;
	background: #FFF;
	line-height: 20px;
	height: 25px;
	font-size: 12px;
	padding-top: 3px;
}
select {
	-webkit-appearance: none;
	border: 1px solid #CCC;
	border-radius: 0px;
	background: url("../png/dropdown.png") right center no-repeat #F8F8F8;
	line-height: 20px;
	height: 25px;
	padding-left: 10px;
	font-size: 12px;
	padding-top: 3px;
	cursor: pointer;
}
input[type=search] {
	background: url("../png/search.png") right center no-repeat #FFF;
}


p {
	margin: 1em 0 0 0;
}

body {
	/*overflow-y: scroll;*/
}

img {
	max-width: 100%;
	height: auto;
}

::-webkit-scrollbar-thumb {
	border: 3px solid #FFF;
	background: #888;
	border-radius: 3px;
	cursor: pointer;
}
::-webkit-scrollbar {
	height: 15px;
	width: 15px;
	background: #FFF;
}

#header {
	 
	left: 0px;
	top: 0px;
	 
	right: 0px;
	text-align: left;
	z-index: 1000;
	/*overflow: hidden;*/
}
#headerCentered {
	position: relative;
	max-width: 960px;
	background: rgb(255, 255, 255);
	margin-left: auto;
	margin-right: auto;
	 
	border-bottom: 1px solid #C8C8C8;
}

nav {
	background: rgb(0, 200, 200);
}

nav a {
	display: inline-block;
	margin-right: 3px;
	text-transform: uppercase;
	text-decoration: none;
}
#headerTopBar {
	 
	left: 0px;
	right: 0px;
	top: 0px;
	background: rgb(0, 200, 200);
	 
	z-index: 1000;
}
#header a {
	color: #FFF;
}
#header a:hover {
	color: #FFF;
}
#headerTeagueduino {
	 
}
#headerTeagueduinoTitle {
	 
}
#headerTeagueduinoLearn {
	position: absolute;
	left: 160px;
	top: 9px;
	width: 150px;
	height: 18px;
	font-size: 15px;
	background: url("../png/learn.png") no-repeat top left;
}
#headerTeagueLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 125px;
	height: 25px;
	cursor: pointer;
	background: url("../png/designthisday.png") no-repeat left top;
}
#headerSearch {
	position: absolute;
	right: 20px;
	top: 5px;
}
#headerContest {
	position: absolute;
	width: 150px;
	height: 150px;
	background: url("../png/Contest_Feb.png") no-repeat center center;
	top: -40px;
	left: 250px;
	z-index: 1000;
	/* transforms */
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	/* transitions */
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}
#headerContest:hover {
	-webkit-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}
#headerSub {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 35px;
	display: none; /* NO TRIANLGES NOW... */
}
#headerTriCenter {
	position: relative;
	width: 2048px;
	margin-left: auto;
	margin-right: auto;
}
.headerTriRow {
	width: 100%;
	height: 16px;
}
.hTriUp {
	position: relative;
	width: 20px;
	height: 21px;
	display: inline-block;
	margin-right: -11px;
	background: url("../png/tri-up.png") no-repeat top left;
	opacity: 0.03;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	filter: alpha(opacity = 3);
}
.hTriDn {
	position: relative;
	width: 20px;
	height: 21px;
	display: inline-block;
	margin-right: -11px;
	background: url("../png/tri-dn.png") no-repeat top left;
	opacity: 0.03;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	filter: alpha(opacity = 3);
}
.hTriUp:hover, .hTriDn:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.0s linear;
	-moz-transition: opacity 0.0s linear;
	-o-transition: opacity 0.0s linear;
	filter: alpha(opacity = 70);
}
#hTriCoverupLeft {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 40px;
	height: 60px;
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
}
#hTriCoverupRight {
	position: absolute;
	right: 0px;
	top: 1px;
	width: 40px;
	height: 60px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
}
#headerItems {
	position: absolute;
	right: 10px;
	top: 55px;
	z-index: 100;
}
.headerItem {
	font-size: 13px;
	font-family: Arial, sans-serif;
	margin-left: 20px;
	margin-right: 0px;
	text-align: right;
	color: #FFF;
	z-index: 100;
	display: inline-block;
}
#header .headerItem a {
	color: #77787B;
}
#header .headerItem a:hover {
	color: rgb(0, 200, 200);
}
.headerItem:hover {
	color: rgb(230, 142, 21);
}
#headerSignInOut {
	padding: 5px;
	right: 10px;
	top: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#headerAdminDashboard {
	
	left: 515px;
	top: 49px;
	text-transform: uppercase;
	opacity: 0.98;
}
#headerAdminDashboard a,#headerAdminDashboard a:hover {
	color: rgb(255, 48, 143);
}
#headerProfile a, #headerProfile a:hover {
	color: rgb(38, 191, 196);
}

#headerProfile {
	position: absolute;
	right: 100px;
	top: 49px;
}

#userNametag {
	position: absolute;
	right: 65px;
	width: 200px;
	text-align: right;
	font-weight: 600;
	color: white; 
}


#adminPanel {
	background: #000;
	padding: 5px;
	position: absolute;
	left: 0px;
	top: -9px;
	color: #CCC;
	padding-bottom: 15px;
	width: 100px;
	z-index: 100;
}
#adminPanelHeader {
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin-bottom: 5px;
	letter-spacing: 4px;
}
.adminBtn {
	border: 1px solid gray;
	padding: 3px;
	position: relative;
	width: 92px;
	color: #CCC;
	font-size: 11px;
	background: black;
	cursor: pointer;
	margin-top: 5px;
	text-align: center;
}
.adminBtn:hover {
	border: 1px solid #FF0;
	background: #FF0;
	color: #000;
}
.adminSection {
	padding-top: 15px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 5px;
	color: white;
	letter-spacing: 1px;
}
#mainProjHiddenTitle {
	color: #F00;
	font-weight: 600;
	font-size: 14px;
	padding: 10px;
	margin: 10px;
	border: 1px dotted #F00;
}

#mainWidener {
	position: relative;
	font-family: Arial, sans-serif;
}
#main {
	position: relative;
	/*height: 300px;*/
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}
.mainTitle {
	padding-top: 20px;
	font-size: 36px;
	color: #4E4E4E;
 
	font-weight: 300;
	margin-left: 10px;
}
.mainTitle span {
	font-size: 46px;
	font-weight: 600;
	line-height: 48px;
	word-spacing: 6px;
}
.mainSubtext {
	margin-left: 10px;
	padding-top: 10px;
	font-size: 16px;
	color: #4E4E4E;
	position: relative;
	width: 600px;
}


/* Search box */
#Form_Go {
	display: none;
} 
#Form_Search {
	border-radius: 3px;
	background: url("../png/search.png") no-repeat 203px 5px rgba(255, 255, 255, 0.8);
	font-size: 12px;
	border: none;
	padding: 3px 5px;
	width: 210px;
}


/*  FOOTER  */
#footerContainer {
	clear: both;
	 
	width: 100%;
	/*background: rgb(51, 51, 51);*/  /* if footer should extend across all, use this. */
	margin-top: 25px;
}
#footer {
	/*background: rgb(51, 51, 51);*/
	background: #000;
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 960px !important;
	 
	text-align: left;
}
#footerBar {
	 
	max-width: 960px;
	height: 0px;
	border-top: 1px solid #FFF;
}
 
.footerBox {
	text-align: left;
	position: relative;
	width: 205px;
	height: 169px;
	margin-top: 30px;
	border-left: 1px solid rgb(77, 77, 77);
	padding-left: 10px;
	left: 17px;
	display: inline-block;
	vertical-align: top;
}
.footerBoxTitle {
	color: #FFF;
	letter-spacing: 1px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
.footerBoxContents {
	font-size: 11px;
	color: rgb(153, 153, 153);
	line-height: 14px;
}
.footerCatGroup {
	display: inline-block;
	vertical-align: top;
	padding-right: 25px;
}
.footerCat {
	margin-top: 5px;
	line-height: 18px;
	cursor: pointer;
	font-size: 12px;
}
.footerCat_0, .footerCat_0:hover {
	color: rgb(230, 142, 21);
}
.footerCat_1, .footerCat_1:hover {
	color: rgb(38, 191, 196);
}
.footerCat_2, .footerCat_2:hover {
	color: rgb(156, 201, 37);
}
.footerCat_3, .footerCat_3:hover {
	color: rgb(255, 202, 40);
}
.footerCat_4, .footerCat_4:hover {
	color: rgb(240, 82, 88);
}
.footerCat_5, .footerCat_5:hover {
	color: rgb(66, 131, 209);
}
.footerCat_6, .footerCat_6:hover {
	color: rgb(194, 82, 209);
}
.footerCat_7, .footerCat_7:hover {
	color: rgb(255, 123, 172);
}
#footerTwitterGroup {
	position: absolute;
	left: 2px;
	top: 20px;
	width: 305px;
	overflow: hidden;
	height: 150px;
}
.twtr-hd {
	padding: 0px !important;
}
.twtr-tweet-text {
	font-size: 10px;
	margin-left: 30px !important;
}
.twtr-img img {
	width: 20px !important;
	height: 20px !important;
	padding-top: 3px;
}
.twtr-avatar {
	width: auto !important;
	height: auto !important;
}
.twtr-widget .twtr-tweet {
	border-bottom: none !important;
}
.twtr-new-results {
	display: none !important;
}
#footerPhotos {
	padding-top: 10px;
}
#footerPhotos a img {
	width: 40px;
	height: 40px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#footerElse {
	padding-top: 5px;
	line-height: 18px;
}
#footerElse a {
	color: rgb(153, 153, 153);
}
#footerElse a:hover {
	color: #FFF;
}


#mainProjTopPad {
	position: static;
	padding-top: 33px;
}
#mainProjContainer {
	position: relative;
	border-top: 1px solid #C8C8C8;
	padding-left: 10px;
	padding-right: 10px;
}
.categoryBigBtn {
	display: inline-block;
	text-align: center;
	background: url("http://teagueduino.org/css/png/categories/bw/cat_0.png") 0px 4px no-repeat rgb(0, 200, 200);
	color: #FFF;
	width: 180px;
	height: 65px;
	line-height: 62px;
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 40px;
	cursor: pointer;
}

/* Teagueduino Project */
.tproj {
	position: relative;
	width: 220px;
	height: 220px;
	margin-left: 0px;
	font-family: Arial, sans-serif;
	display: inline-block;
	margin-bottom: 5px;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
}
.tproj_feat {
	width: 300px;
	height: 265px;
}
.tproj:hover {
	background: #FFF;
	-webkit-transition: background 0.0s linear;
	-moz-transition: background 0.0s linear;
	-o-transition: background 0.0s linear;
}
.tprojImgDiv {
	position: relative;
	width: 220px;
	height: 124px;
	background: url("http://teagueduino.org/css/png/categories/bw/cat_00.png") center center no-repeat #808080;
	cursor: pointer;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.inProjImgClicker {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 26px;
	opacity: 0;
	color: #FFF;
	line-height: 125px;
	background-color: rgba(140, 188, 26, 0.85);
	transition: all 0.4s;
	-moz-transition: all 0.4s; /* Firefox 4 */
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	-o-transition: all 0.4s;
	z-index: 2;
}
.inProjImgClicker:hover {
	transition: all 0s;
	-moz-transition: all 0s; /* Firefox 4 */
	-webkit-transition: all 0s; /* Safari and Chrome */
	-o-transition: all 0s;
	opacity: 1;
}
.inProjImgVidIcon {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background: url("../png/videoIcon.png") right top no-repeat;
	z-index: 1;
}
.inProjImgDate {
	position: absolute;
	left: 0px;
	top: 22px;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 5px;
	padding-right: 5px;
}
.inProjImgCount {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	background: rgba(255, 255, 255, 0.5);
	color: #333;
	border-radius: 20px;
	padding: 5px;
	line-height: 10px;
	width: 10px;
	height: 10px;
	text-align: center;
	font-weight: 600;
}
.inProjImgLoads {
	position: absolute;
	left: 0px;
	top: 44px;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 5px;
	padding-right: 5px;
}
.inProjImgLoads span {
	opacity: 0.5;
}
.inProjImgViews {
	position: absolute;
	left: 0px;
	top: 66px;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 5px;
	padding-right: 5px;
}
.inProjImgViews span {
	opacity: 0.5;
}
.inProjImgVotes {
position: absolute;
left: 0px;
top: 0px;
color: white;
background: #E72892;
padding-left: 8px;
padding-right: 8px;
font-weight: 600;
z-index: 10;
}
.inProjImgVotes span {
	opacity: 0.5;
}
.inProjImgFirmware {
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 5px;
	padding-right: 5px;
}
.inProjImgFirmware span {
	opacity: 0.5;
}
.tprojTitle {
	position: absolute;
	left: 0px;
	top: 130px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	cursor: pointer;
	height: 22px;
	overflow: hidden;
	border-bottom: 1px solid gray;
	right: 0px;
	line-height: 18px;
	white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;
}
.tprojTitle a, .tprojAuth a {
	color: #000 !important;
	text-decoration: none !important;
}
.tprojTitle a:hover, .tprojAuth a:hover {
	color: #000 !important;
	text-decoration: none !important;
}
.tprojBy {
	position: absolute;
	left: 0px;
	top: 153px;
	font-size: 11px;
	color: gray;
	z-index: 2;
	overflow: hidden;
	right: 80px;
	white-space: pre;
	text-overflow: ellipsis;
}
.tprojAuth {
	display: inline;
	cursor: pointer;
}
.tprojAuth:hover {
	color: #000;
}
.tprojSummary {
	position: absolute;
	left: 0px;
	right: 0px;
	color: #4D4D4D;
	top: 175px;
	font-size: 11px;
	line-height: 14px;
	z-index: 1;
	height: 44px;
	overflow: hidden;
	text-align: justify;
}
.tprojSummary br {
	display: none;
}
.tprojPlusOne {
	position: absolute;
	left: 55px;
	top: 28px;
	display: none;
}
.tprojCat {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
}
.tprojCat_0 {
	background: url("../png/categories/color/cat_0.png") no-repeat center center #808080;
}
.tprojCat_1 {
	background: url("../png/categories/color/cat_1.png") no-repeat center center #808080;
}
.tprojCat_2 {
	background: url("../png/categories/color/cat_2.png") no-repeat center center #808080;
}
.tprojCat_3 {
	background: url("../png/categories/color/cat_3.png") no-repeat center center #808080;
}
.tprojCat_4 {
	background: url("../png/categories/color/cat_4.png") no-repeat center center #808080;
}
.tprojCat_5 {
	background: url("../png/categories/color/cat_5.png") no-repeat center center #808080;
}
.tprojCat_6 {
	background: url("../png/categories/color/cat_6.png") no-repeat center center#808080;
}
.tprojCat_7 {
	background: url("../png/categories/color/cat_7.png") no-repeat center center #808080;
}
.tprojCatPost {
	position: absolute;
	right: 5px;
	top: -45px;
	left: auto;
}

.tproj_uvotes {
	margin-top: 20px;
	border-top: 5px solid rgb(0, 200, 200);
	color: #444;
	font-size: 10px;
	padding-top: 10px;
}
.tproj_uvoteTitle {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}
.tproj_uvote {
	background: #EEE;
}
.tproj_uvote:hover {
	background: #FFF;
}
.tproj_uvoteName {
	display: inline-block;
	width: 250px;
	font-weight: 600;
	font-size: 11px;
}
.tproj_uvoteName span {
	font-weight: 300;
	font-size: 10px;
}
.tproj_uvoteVal {
	display: inline-block;
	width: 40px;
	color: #888;
}
.tproj_uvoteDate {
	display: inline-block;
}

.tproj_feat .tprojImgDiv {
	width: 300px;
	height: 168px;
}
.tproj_feat .tprojTitle {
	top: 175px;
	font-size: 14px;
}
.tproj_feat .tprojBy {
	top: 198px;
}
.tproj_feat .tprojRelated {
	top: 100px;
}
.tproj_feat .tprojDiff {
	top: 198px;
	right: 0px;
}
.tproj_feat .inProjImgClicker {
	line-height: 164px;
}

.singleProjView .tprojDiff {
	top: 38px;
	right: auto;
	left: 105px;
}


a[href="/index.php?p=/categories/basic"].Category {
	background-image: url("http://teagueduino.org/png/cat_00.png") !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: 18px 18px !important;
	padding-right: 24px !important;
	line-height: 24px !important;
}
a[href="/index.php?p=/categories/experimental"].Category {
	background-image: url("http://teagueduino.org/png/cat_01.png") !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: 18px 18px !important;
	padding-right: 24px !important;
	line-height: 24px !important;
}
a[href="/index.php?p=/categories/education"].Category {
	background-image: url("http://teagueduino.org/png/cat_02.png") !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: 18px 18px !important;
	padding-right: 24px !important;
	line-height: 24px !important;
}
a[href="/index.php?p=/categories/sound"].Category {
	background-image: url("http://teagueduino.org/png/cat_03.png") !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: 18px 18px !important;
	padding-right: 24px !important;
	line-height: 24px !important;
}
a[href="/index.php?p=/categories/display"].Category {
	background-image: url("http://teagueduino.org/png/cat_04.png") !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: 18px 18px !important;
	padding-right: 24px !important;
	line-height: 24px !important;
}
a[href="/index.php?p=/categories/motion"].Category {
	background-image: url("http://teagueduino.org/png/cat_05.png") !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: 18px 18px !important;
	padding-right: 24px !important;
	line-height: 24px !important;
}
a[href="/index.php?p=/categories/automation"].Category {
	background-image: url("http://teagueduino.org/png/cat_06.png") !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: 18px 18px !important;
	padding-right: 24px !important;
	line-height: 24px !important;
}
a[href="/index.php?p=/categories/games"].Category {
	background-image: url("http://teagueduino.org/png/cat_07.png") !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: 18px 18px !important;
	padding-right: 24px !important;
	line-height: 24px !important;
}


.tprojRelated {
	position: absolute;
	left: 5px;
	bottom: 5px;
	right: 5px;
	color: rgb(128, 128, 128);
	padding-bottom: 2px;
	border-bottom: 1px solid rgb(51, 51, 51);
	font-size: 10px;
}
.tprojRelated a {
	color: rgb(128, 128, 128) !important;
	text-decoration: underline;
}
.tprojRelated a:hover {
	color: #000 !important;
}
.tprojSpacer {
	position: relative;
	display: inline-block;
	width: 12px;
}
.tprojDiff {
	position: absolute;
	right: 0px;
	top: 151px;
	z-index: 3;
	cursor: default;
	font-size: 6px;
	line-height: 28px;
}
.tprojDiff_Txt {
	position: absolute;
	top: 9px;
	right: 27px;
	font-size: 8px;
	line-height: 10px;
	color: rgb(153, 153, 153);
}
.tprojDiff_On {
	display: inline-block;
	position: relative;
	width: 6px;
	height: 6px;
	background: #111;
	border-radius: 10px;
}
.tprojDiff_Off {
	display: inline-block;
	position: relative;
	width: 4px;
	height: 4px;
	background: #888;
	border-radius: 10px;
	border: 1px solid white;
}

.tuser {
	display: block;
	padding: 0;
	background: #EEE;
	margin: 1px;
	font-size: 11px;
	line-height: 16px;
}
.tuser:nth-child(even){
	background: #E3EEF7;
}
.tuserConfirmed {
	display: inline-block;
	position: relative;
	width: 30px;
	text-align: center;
	opacity: 0.5;
}
.tuserConfirmed span {
	font-weight: 600;
	color: #F00;
	opacity: 1;
}
.tuserID {
	display: inline-block;
	position: relative;
	width: 50px;
	font-family: monospace;
}
.tuserDispName {
	display: inline-block;
	position: relative;
	width: 200px;
}
.tuserEmail {
	display: inline-block;
	position: relative;
	width: 150px;
}
.tuserCreated {
	display: inline-block;
	position: relative;
	width: 150px;
}
.tuserLastIP {
	display: inline-block;
	position: relative;
	width: 110px;
}
.tuserGroupMaker {
	background: #CCC;
	display: inline-block;
	position: relative;
	width: 60px;
	color: white;
	text-align: center;
	border-radius: 15px;
	cursor: pointer;
}
.tuserGroupAdmin {
	background: #EB0;
	display: inline-block;
	position: relative;
	width: 60px;
	color: white;
	text-align: center;
	border-radius: 15px;
	cursor: pointer;
}
.tuserGroupSuper {
	background: #F33;
	display: inline-block;
	position: relative;
	width: 60px;
	color: white;
	text-align: center;
	border-radius: 15px;
	cursor: pointer;
}
.tuserBanned {
	display: inline-block;
	position: relative;
	width: 25px;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	margin-left: 10px;
}
.tuserRxEmail {
	display: inline-block;
	position: relative;
	width: 50px;
	text-align: center;
	margin-left: 10px;
}

/* REF SECTION */


a.externalLink, a.externalLink:hover {
	color: rgb(250, 0, 150) !important;
	cursor: pointer;
}
.refHeader {
	color: #333;
	font-size: 16px;
}

#refSidebar {
	position: absolute;
	left: 10px;
	top: 15px;
	width: 240px;
	bottom: 15px;
	border-right: 1px dotted #777;
	overflow-y: auto;
}
#refMain {
	position: absolute;
	left: 265px;
	top: 6px;
	right: 0px;
	bottom: 0px;
	overflow-y: auto;
	padding-top: 15px;
	font-size: 12px;
}

#refSidebar a {
	color: #26BFC4 !important;
	cursor: pointer;
	text-decoration: none;
}

#refSidebarNav {
	font-size: 13px;
	color: #000;
	margin-bottom: 15px;
}
#refSidebarNav span {
	font-weight: 600;
}
.refSidebarSectContainer {
	margin-top: 15px;
}
.refSidebarSect {
	font-size: 12px;
	color: #4D4D4D;
	border-bottom: 1px solid #CCC;
	margin-right: 15px;
}
.refSidebarItem {
	display: inline-block;
	font-size: 12px;
	width: 100px;
}
.refSidebarItemAdv {
	font-size: 11px;
}


.refMainItemContainer {
	margin-bottom: 20px;
	margin-right: 15px;
}
.refMainItemTitle {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #CCC;
}
.refMainItemContent {
	font-size: 12px;
	color: #111;
	padding-top: 5px;
}

.refMainTryItOut {
	background: #EEE;
	border: 1px dashed #CCC;
	margin-left: 155px;
	padding: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.refMainTryItOutContent:before {
	content: "Try it out: ";
	font-weight: 600;
}
.refItemImg {
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
	width: 150px;
	height: auto;
	/*box-shadow: #CCC -1px 0px 0;*/
	margin-left: 1px;
}
.refItemImgR {
	float: right;
	margin-right: 37px;
}
.clearFloatDiv {
	clear: both;
}
.refItemNote {
	background: #CFF;
	padding: 10px;
	margin-top: 5px;
	margin-right: 37px;
}
.refSubitemContent {
	background: #EEE;
	padding: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	line-height: 16px;
}
.refMainHeader {
	background: black;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.refItemSubSpacer {
	display: inline-block;
	width: 150px;
}
.refItemSub {
	clear: both;
	font-size: 11px;
	padding-left: 5px;
	line-height: 15px;
	padding-bottom: 5px;
	width: 230px;
	background: #CCC;
	display: inline-block;
	vertical-align: top;
	min-height: 65px;
}
.refItemSub span {
	font-size: 12px;
	line-height: 20px;
}
.refItemComponent, .refItemRange {
	margin-left: 20px;
}
.refItemRange {
	font-weight: 600;
}


/* */
#mainProj {
	position: relative;
	/*border-top: 1px solid rgb(153, 153, 153);*/
	/*background: rgb(242, 242, 242);*/
	/*left: -27px;*/
	width: 940px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -25px;
}
.mainProjSection {
	position: relative;
	margin: 30px;
	/*border-top: 1px dotted rgb(153, 153, 153);*/
	padding-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
}
.mainProjSectTitle {
	font-family: Arial, sans-serif;
	font-size: 15px;
	position: absolute;
	left: 0px;
	top: -11px;
	color: rgb(51, 51, 51);
	padding-right: 5px;
	/*background: rgb(242, 242, 242);*/
	background: #FFF;
	line-height: 14px;
	font-weight: 600;
}
.mainProjSectTitle span {
	font-size: 12px;
	font-weight: 300;
}
.mainProjSectMore {
	font-size: 11px;
	position: absolute;
	right: 0px;
	color: #00C8C8;
	top: -5px;
	cursor: pointer;
}
.mainProjSectionLine {
	border-top: 1px solid #CCC;
}


/* Don't allow editing of first comment by default. */
.FirstComment.Mine .Comment .Meta a.EditDiscussion {
	display: none;
}

/*  PROJECT VIEW IN FORUM */
.teagueduino_forum_codepost {
	background: #EEE;
	padding: 5px;
}
.teagueduino_auth_code_ver {
	font-size: 10px;
	text-align: right;
}
.teagueduino_proj_desc, .teagueduino_proj_credits, .teagueduino_proj_preview {
	padding-left: 25px;
	color: #4D4D4D;
	/*border: 2px dashed #DDD;*/
}
.teagueduino_proj_code {
	display: inline-block;
	color: #555;
} 
.teagueduino_proj_code a, .teagueduino_proj_code a:hover  {
	color: rgb(38, 191, 196) !important;
}
.teagueduino_proj_innotes, .teagueduino_proj_outnotes {
	padding-bottom: 25px;
	padding-left: 25px;
	color: #4D4D4D;
}
.teagueduino_proj_innote {
	display: inline;
	color: rgb(38, 191, 196);
}
.teagueduino_proj_outnote {
	display: inline;
	color: rgb(230, 142, 21);
}
.teagueduino_proj_preview_setup, .teagueduino_proj_preview_main {
	margin-left: 0px;
	font-size: 10px;
	padding: 5px;
	padding-left: 10px;
	background: #FFF;
	border-left: 2px solid #CCC;
	margin-bottom: 10px;
	width: 250px;
}
.teagueduino_sect_preview {
	position: relative;
}
.teagueduino_sect_preview_setup {
	float: left;
}
.teagueduino_sect_preview_main {
	float: right;
	margin-right: 100px;
}
.teagueduino_clearboth {
	clear: both;
}
.teagueduino_sect_allnotes {
	position: relative;
}
.teagueduino_sect_outnotes {
	position: absolute;
	left: 350px;
	top: 0px;
}

/* Search results cleanup */
.Excerpt a, .Excerpt a:hover {
	color: #000 !important;
    text-decoration: none !important;
}


.Message {
	position: relative;
}
.SearchTabs {
	display: none !important;
}
.Bookmark {
	position: relative;
	z-index: 100;
}
ul.Discussion {
	background: #F2F2F2;
}
.SearchResults {
	background: #F5F5F5;
}

.Wrapper {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#Body {
	margin: 0;
	width: 100%;
	position: relative;
 
}
#Head {
	background: #333;
	padding:0;
	margin: 20px 20px 0;
	text-align: left;
	position: relative;
}
div.Popup h1,
div.Popup h2,
div.Connect h1,
div.Connect h2 {
	background: #333;
	border-bottom: 1px solid #333;
}
a {
	color: rgb(0, 200, 200);
}
a:hover {
	color: rgb(0, 200, 200);
	text-decoration: underline;
}
#Body a.BigButton {
	color: #4D4D4D;
	border-radius: 0px;
	box-shadow: none;
	border-color: #CCC;
	background: #DDD;
}
#Body a.BigButton:hover {
	color: #333333;
	text-decoration: none;
	box-shadow: none;
}
.CategoryFollowToggleBox {
	display: none;
}
#Body ul.PanelInfo li.Active a {
	color: #333;
	font-weight: 600;
}
.RSS {
	opacity: 0.25;
}
.RSS:hover {
	opacity: 0.85;
}
.MenuTitle {
	opacity: 0.7;
}
ul.CategoryList .ItemContent {
	border: none;
}
ul.CategoryList .ItemContent:hover {
	/*background: #EEE;*/
}
/*
ul.DataList .Item .ItemContent.Discussion a {
	color: #4D4D4D !important;
}
*/
ul.DataList .Item .ItemContent.Discussion .Meta a {
	color: #4D4D4D !important;
}
a.Category {
	background: rgba(230, 142, 21, 0.2) !important;
}
.CategoryDescription, .Meta {
	padding-left: 20px;
}
.Mine {
	background-color: #FFD;
}
.Banner {
	padding: 0px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
}
.Banner ul {
	background: #4D4D4D;
	padding: 0;
	margin: 0;
}
.Banner ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
.Banner ul li a {
	font-weight: bold;
	padding: 3px 6px;
	font-size: 11px;
	color: #fff;
	display: inline-block;
}
.Banner ul li a:hover {
	background: #111;
}
.Banner ul li a.SignOut {
	font-weight: normal;
	position: absolute;
	top: 0px;
	right: 170px;
}
.Banner ul li a span {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1px 2px 0 1px;
	background: #f00;
	border-right: 1px solid #a00;
	border-bottom: 1px solid #a00;
	color: #fff;
	font-size: 9px;
	position: relative;
	top: -3px;
}
.Banner form {
	display: inline-block;
	position: absolute;
	right: 10px;
	margin-top: 2px;
}
.Banner form input.InputBox {
	font-size: 11px;
	padding: 2px;
	width: 150px;
	background: #DDD;
	border-radius: 0px;
}
.Banner form input.Button {
	font-size: 11px;
	padding: 2px;
	width: 40px;
	margin-left: 5px;
	display: none;
}
input::-webkit-input-placeholder {
    font-style: italic;
}
input:-moz-placeholder {
	font-style: italic;
}
#Content {
	float: none;
	width: auto;
	margin: 0; /* 280px 0 10px;*/
}
#Panel {
	float: right;
	margin-right: 10px;
}
#Panel div.SearchBox input.InputBox {
	width: 200px;
	margin-right: 4px;
}
div.SearchBox {
	margin-bottom: 6px;
}
body.Profile div.SearchBox {
	display: none;
}
body.Profile #Content {
	float:none;
	width: auto;
	margin: 0 10px 0 280px;
}
body.Profile #Panel {
	margin: 0 0 0 10px;
}
form.Activity textarea {
	width:99%;
}

body.Entry #Content h1 {
	color: #FFF !important;
}

/*  No site-specific account login, by defalt. */
div.Box .SignInPopup, div.Box .ApplyButton, .CreateAccount {
	display: none;
}

#Foot {
	display: none; /* don't show it for now */
}

#Foot div {
	width: auto;
}
body.Post #Content {
	width: auto;
	margin:0 20px;
}
#ConversationForm textarea.MultiComplete,
#ConversationForm .TextBox,
#MessageForm textarea,
div.Comment div.CommentForm,
div.Comment div.CommentForm textarea,
div.CommentForm textarea,
#DiscussionForm input.InputBox,
#DiscussionForm textarea {
	width:99%;
}
#ConversationForm form {
	border: none;
}
div.Preview div.Message,
ul.MessageList div.Message {
	clear: none;
}
#DiscussionForm form {
	background: #efefef;
	border: 1px solid #ccc;
}
div.MessageForm,
div.Tabs {
	background: #efefef;
	border-bottom:1px solid #ccc;
}

/* Tabs */
div.Tabs {
	background: none;
	padding: 0;
	border-bottom: 1px solid #aaa;
}
div.Tabs ul {
	padding: 0 8px;
	white-space: nowrap;
}
div.MessageForm {
	padding: 8px 8px 5px;
}
div.MessageForm div.Tabs {
	padding: 0 8px;
}
div.Tabs li a,
div.Tabs li a:link,
div.Tabs li a:hover,
div.Tabs li a:active,
div.Tabs li a:visited {
	font-size: 11px;
   margin: 0;
   border: none;
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   background: none;
   color: #E68E15;
   text-decoration: none;
   padding: 8px 10px;
	line-height: 11px;
}
div.Tabs li a:hover {
   text-decoration: underline;
}
a.Active,
div.Tabs li.Active a {
   background: #fff;
   color: #474747;
   margin: 0;
   border: 1px solid #aaa;
	border-bottom: none;
   border-radius: 3px 3px 0 0;
   -moz-border-radius: 3px 3px 0 0;
   -webkit-border-radius: 3px 3px 0 0;
   display: inline-block;
	font-size: 12px;
	line-height: 12px;
   font-weight: bold;
   text-decoration: none;
   padding: 6px 10px;
	position: relative;
	top: 1px;
}
div.Tabs li a span {
   line-height: 1;
   font-size: 80%;
   padding: 0 3px;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   font-weight: normal;
	background: rgba(255, 230, 207, 1);
   color: #70727C;
   margin: 0 0 0 4px;
}
div.DiscussionsTabs div.SubTab {
	font-size: 11px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-top: 1px solid #aaa;
	background: #f3f3f3;
	margin:0;
	padding:4px 8px;
}
div.HeadingTabs ul {
	margin: 8px 0 0;
}
body.Discussion a.Bookmark {
	margin: 6px 2px;
}
div.Preview {
	border: 1px solid #aaa;
	background: #fff;
	margin:0 0 8px;
	padding: 8px;
}
.Foot {
	background: none;
	border: none;
}
.Foot a {
	border: none !important;
	background: #333 !important;
}
.Foot a:hover {
	text-decoration: none !important;
	background: #000 !important;
}
div.MorePager a,
div.MorePager a:link,
div.MorePager a:visited,
div.MorePager a:active,
div.MorePager a:hover {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border: none;
	color: #E68E15;
	line-height: 1;
	padding: 0;
	text-decoration: none;	
}
div.MorePager a:hover {
	color: #ff0084;
	text-decoration: underline;
}
body.add #Content {
	margin: 0 10px;
}

/* Panel Boxes */
#Panel div.Box {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
	padding: 0;
}
div.Box h4 {
	color: #333;
}
ul.PanelActivity,
ul.PanelInfo {
	border-top:1px solid #ccc;
}
ul.PanelActivity li,
ul.PanelInfo li,
ul.PanelInfo li.Active {
	background: none;
	border-bottom: 1px solid #ccc;
}
ul.PanelInfo li.Active {
	background: #ffd;
}
#Status {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #eee;
	color: #000;
	line-height: 1.6;
	padding: 3px 6px;
	margin: 0 0 8px;
}
body.Profile ul.PanelInfo {
	border: none;
}
body.Profile ul.PanelInfo li {
	margin: 0;
	padding: 0;
}
body.Profile ul.PanelInfo li a {
	font-size: 12px;
	display: block;
	padding: 0 6px;
}
body.Profile ul.PanelInfo li a:hover {
	background: #D8DFEA;
}

/* Sign In Page */
body.Entry #Content {
	text-align: center;
	margin: 0 auto !important;
}
body.Entry #Content div.Box {
	background: #efefef;
	border: 0;
}
div.Methods {
	border-left: 1px solid #ccc;
}

/*  SIGN IN */
#Form_User_SignIn {
	visibility: hidden;
}
.Entry .Methods {
	left: 25px;
	border-left: none;
}
.Entry .Methods div b {
	display: none;
}

div.Entry.MultipleEntryMethods {
	width: 250px;
}


/* Messages */
div.DismissMessage {
	background: #ffd;
	border: 1px solid #ccc;
	padding:6px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.DismissMessage a.Dismiss:hover {
	color: #000;
}
div.Warning {
	background: #d00;
	border: 1px solid #b00;
	color: #fff;
	text-shadow: 1px 1px 1px #444;
}
div.Warning a.Dismiss {
	color: #fff;
}
#Content div.Box {
	color: #000;
	background: #D3F0FF;
	border: 1px solid #A5D0E7;
}
body#dashboard_entrycontroller_signin div.Box {
	border: none;
}
/* Autocomplete */
.ac_results {
   border: 1px solid #d7d8da;
	color: #000;
   border-top: 0;
   background-color: white;
}
.ac_results li {
   border-bottom: 1px solid #d7d8da;
}
.ac_lastitem {
   border-bottom: 0 !important;
}
.ac_results strong {
   background: #dbe1ec;
}
.ac_over strong {
   background: #5670a6;
}
.ac_over {
   background: #333;
   color: #fff;
}

#mainVideo {
	position: absolute;
	left: 77px;
	top: 20px;
	width: 490px;
	height: 275px;
}

#mainInfo {
	position: absolute;
	left: 593px;
	top: 20px;
	width: 400px;
	height: 275px;
	font-family: 'Kreon', serif;
	color: #000;
}

#mainInfoTitle {
	font-size: 30px;
	line-height: 32px;
}

#mainInfoSubtext {
	font-size: 14px;
	color: rgb(77, 77, 77);
	line-height: 17px;
	width: 310px;
}

#mainInfoSubtext a {
	color: rgb(77, 77, 77);
	text-decoration: underline;
}

#mainInfoSubtext a:hover {
	color: #000;
}

#mainInfoKickstart {
	position: absolute;
	left: 0px;
	top: 200px;
	padding: 15px 25px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	font-family: Arial, sans-serif;
	background: rgb(38, 191, 196);
	border-radius: 5px;
	cursor: pointer;
}

#mainInfoDownload {
	position: absolute;
	left: 0px;
	top: 260px;
	font-size: 14px;
	color: rgb(77, 77, 77);
}

#mainInfoDownload a,
#mainInfoDownload a:hover {
	color: rgb(38, 191, 196);
	text-decoration: underline;
}

#mainProjTopPad {
	position: static;
	padding-top: 330px;
}

#mainProjContainer {
	position: relative;
	background: rgb(242, 242, 242);
	border-top: 1px solid #999;
}

#mainProj {
	position: relative;
	/*border-top: 1px solid rgb(153, 153, 153);*/
	background: rgb(242, 242, 242);
	/*left: -27px;*/
	width: 1024px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -25px;
}

.mainProjSection {
	position: relative;
	margin: 27px;
	border-top: 1px dotted rgb(153, 153, 153);
	padding-top: 10px;
}

.mainProjSectTitle {
	font-family: Arial, sans-serif;
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: -11px;
	color: rgb(51, 51, 51);
	padding-right: 5px;
	background: rgb(242, 242, 242);
}

#downloadContainer {
	color: #333;
	font-size: 14px;
	padding-left: 200px;
}

#downloadContainer h2 {
	color: #333;
	padding-bottom: 10px;
}

#downloadContainer a,
#downloadContainer a:hover {
	background: #26BFC4;
	border-radius: 5px;
	font-size: 18px;
	padding: 20px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	text-decoration: none;
}

#downloadAbout {
	padding-top: 20px;
	font-size: 12px;
	padding-right: 250px;
}

#downloadAbout a,
#downloadAbout a:hover {
	font-size: 12px;
	color: #26BFC4;
	background: none;
	padding: 0px;
	margin-right: 0px;
	text-decoration: none;
}

#downloadAbout a:hover {
	text-decoration: underline;
}

#downloadVerInfo {
	font-size: 12px;
	color: #4D4D4D;
	vertical-align: middle;
	padding-right: 15px;
	padding-bottom: 15px;
}

#downloadVersionTxt {
	padding-left: 10px;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

#downloadButtons div {
	position: relative;
	display: inline-block;
	width: 164px;
	text-align: center;
	background: #00C8C8;
	font-size: 18px;
	padding: 24px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

#downloadButtons a,
#downloadButtons a:hover {
	color: #FFF;
	text-decoration: none;
}

#downloadOpenSource {
	position: absolute;
	top: 0px;
	left: 540px;
	margin-left: 10px;
	font-size: 14px;
	color: #4E4E4E;
	width: 360px;
	padding: 20px;
	border-left: 1px solid #4E4E4E;
	background: rgb(243, 243, 243);
}

#downloadOpenSource span,
#downloadOpenSourceHW span {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

#downloadOpenSource a,
#downloadOpenSourceHW a {
	color: #777;
	text-decoration: underline;
}

#downloadOpenSourceHW {
	position: relative;
	margin-left: 10px;
	font-size: 14px;
	color: #4E4E4E;
	margin-right: 10px;
	/*width: 375px;*/
	padding: 20px;
	border-left: 1px solid #4E4E4E;
	background: rgb(243, 243, 243);
}

#downloadChangelog {
	position: relative;
	margin-left: 10px;
	font-size: 14px;
	color: #4E4E4E;
	width: 500px;
	/*margin-right: 10px;*/
	/*width: 901px;*/
	padding: 20px;
	border-left: 1px solid #4E4E4E;
	background: rgb(243, 243, 243);
	padding-right: 5px;
	padding-bottom: 5px;
}

#downloadChangelog span {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

#downloadChangelogTxt {
	position: relative;
	height: 200px;
	overflow-y: scroll;
	white-space: pre-wrap;
	font-family: monospace;
	font-size: 12px;
	margin-top: 5px;
	line-height: 14px;
}

#letUsKnow {
	margin-top: 57px;
	position: relative;
	display: inline-block;
	width: 158px;
	text-align: center;
	background: #333;
	font-size: 13px;
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 16px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

#letUsKnow a {
	color: #FFF;
	text-decoration: none;
}