/* newthink.net style */

body {
    text-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px;
}

a {
	color: #1193c9;
}

h2 {
    font-family: helvetica, arial;
}


/* Tabs */
ul.idTabs li a.selected, ul.idTabs li a:hover {
	background: #93C1d4;
	text-decoration:none;
}

/* Main content */

#main-content h2 {
    text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2);
}

#main-content h3 {
    text-shadow:1px 1px 0 rgba(0, 0, 0, 0.12);
}

#main-content .post h4.continue a {
	background: #93C1d4;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

#main-content .post h4.continue a:hover {
	background: #80a9ba;
}


/* Sidebar Search */

#sidebar #search_main input.field {
    color: #565656;
}


/* code */

pre.code {
    -moz-border-radius:8px 8px 8px 8px;
    background:none repeat scroll 0 0 #626262;
    color:#FFF;
    line-height:1.2;
    overflow-x:auto;
    overflow-y:hidden;
    padding:10px;
    font-family:Monaco,'Andale Mono','Lucida Console',monospace;
}


#main-content a.software-link {
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
}


