a {
	color:#369;
	text-decoration:underline;
	padding:0 1px;
}

a:hover {
	text-decoration:underline;
}

h2 a {
	color:#fff;
	text-decoration:none;
}

.cat {
	width: 86%;
	padding: 25px 0;
	margin-bottom: 1px;
}

#business{
	background: #80e6ff;
	border: 3px solid #0cf;
}

#m_business, #business h2 {
	background: #0cf;
}

#development {
	background: #80e6e6;
	border: 3px solid #0cc;
}

#m_development, #development h2 {
	background: #0cc;
}

#marketing {
	background: #80ffb3;
	border: 3px solid #0f6;
}

#marketing h2, #m_marketing {
	background: #0f6;
}

#design {
	background: #ccff80;
	border: 3px solid #9f0;
}

#design h2, #m_design {
	background: #9f0;
}

#startups {
	background: #ffe680;
	border: 3px solid #fc0;
}

#startups h2, #m_startups {
	background: #fc0;
}

#about {
	background: #bebebe;
	border: 3px solid #7d7d7d;
}

#business ul li {
	background: #c0f3ff;
}

#development ul li {
	background: #c0f3f3;
}

#marketing ul li {
	background: #c0ffd9;
}

#design ul li {
	background: #e6ffc0;
}

#startups ul li {
	background: #fff3c0;
}

#business ul li:hover, #development ul li:hover, #marketing ul li:hover, #design ul li:hover, #startups ul li:hover {
	background: #fff;
}

#menu {
	width: 17%;
	position:fixed;
	top: 0;
	left: 86%;
	margin-left: 6px;
}

#menu a {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}

/*********************************************
GENERAL STYLES
*********************************************/
body {
	font:14px/1.5em Tahoma, sans-serif;
	color:#333;
	background:#fff;
	margin:0;
	padding:0;
}

h2 {
	margin: 0 0 1px 0;
	padding: 10px;
	font-size:1.5em;
	font-weight: normal;
}

h2 img {
	display:none;
}

p {
	margin:0;
	padding:5px 0;
}


/*********************************************
COMMON STYLES
*********************************************/

.footnote,
.footnote a {
	font-size:12px;
	line-height:1.3em;
	color:#aaa;
}

.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearBoth {clear:both;}
.hide {display:none;}
.noborder {border:none !important;}


/*********************************************
NEWSBLOCK STYLES
*********************************************/
div.block {
	width:30%;
	float:left;
	margin: 0 1% 0 2%;
}

ul, ol {
	margin:0;
	padding:0;
	list-style:none;
}

ul li, ol li {
	margin:0 0 1px 0;
	padding: 10px;
	font-size:0.9em;
	line-height:1.2em;
}

div.block li a {
	text-decoration: none;
	color: #333;
	font-size:1em;
	line-height:1.1em;
}

p.more {
	text-align:right;
}

li.enclosure {
	padding-left:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left 6px;
}

li.video {
	background-image:url(../images/video.png);
}

li.audio {
	background-image:url(../images/audio.png);
}

li.image {
	background-image:url(../images/images.png);
}

div.wideblock {
	clear:left;
}

div.wideblock li {
	float:left;
	border:none;
}

div.wideblock li a {
	display:block;
	padding:3px;
	margin:10px 0 0 15px;
	background-color:#369;
}

div.wideblock li a:hover {
	background-color:#69c;
}

/*********************************************
STYLES FOR "SWEET TITLES"
By Dustin Diaz, http://www.dustindiaz.com/sweet-titles
*********************************************/
body div#toolTip {
	position:absolute;
	z-index:1000;
	width:300px;
	background:#000;
	border:2px double #fff;
	text-align:left;
	padding:5px;
	min-height:1em;
	-moz-border-radius:5px;
}

body div#toolTip p {
	margin:0;
	padding:0;
	color:#fff;
	font:12px/1.2em "Lucida Grande", Verdana, Arial, sans-serif;
}

body div#toolTip p em {
	display:block;
	margin-top:3px;
	color:#f60;
	font-style:normal;
	font-weight:bold;
}

body div#toolTip p em span {
	font-weight:bold;
	color:#fff;
}
