/* @group Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
* {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Misc styles */

.active {
	color: #000;
	text-decoration: none;
}
.hide {
	display: none;
}
.highlight {
	background:#ff0;
}
.hr {
	height: 1px;
	background: none;
	border-bottom: 3px solid #ccc;
	margin: 16px 0;
}

.clear {
	clear: both;
}

/* @end */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px ~ 12px) */

body {
	background: url(../img/guides.jpg) repeat left top;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #555;
}

/* @group Headings */

h1, h2, h3 {
	line-height: 18px;
	font-size: 1.1em;
	margin: 9px 0;
	font-weight: bold;
	color: #111;
}
h4, h5, h6 {
	line-height: 18px;
	font-size: 1em;
	margin: 0;
	font-weight: normal;
	color: #111;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/* @end */

/* @group Text elements */

p {
	padding: 0px 0 18px;
	line-height: 18px;
}
p img.left {
	float: left;
	margin: 18px 24px 18px 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 18px 0 18px 24px;
}
a {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
a img {
	border: none;
}
strong {
	color: #111;
	font-weight: normal;
}
blockquote {
	margin: 18px 24px;
	color: #666;
	font-style: italic;
}

/* @end */

/* @group Lists */

ul {
	padding: 0 0 0 18px;
	margin: 0;
}



/* @end */

/* @group Body Structure */

#head {
	height: 17px;
	padding: 27px 24px;
	margin-bottom: 1px;
	overflow: hidden;
	font-size: 1em;
	background: #fafafa;
}

#body {
	padding: 18px 0 0 24px;
}
.col1 {
	float: left;
	width: 192px;
	margin-right: 24px;
}
.col2 {
	float: left;
	width: 408px;
	margin-right: 24px;
}
.col3 {
	float: left;
	width: 624px;
	margin-right: 24px;
}

/* @end */

/* @group Navigation */

.nav {
	float: left;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
.nav li {
	float: left;
	padding: 0px 6px;
	list-style: none;
}
.nav a {
	display: block;
	padding: 0 1px;
}
.nav a:hover, a.active {
	background: #fe0;
	text-decoration: none;
	color: #000;
}
.nav h4 {
	font-weight: bold;
	color: #111;
}
.close {
	margin-top: 2px;
	width: 8px;
	height: 14px;
	background: url(../img/close.gif) no-repeat center center;
}
.nav .close:hover {
	background: url(../img/close.gif) no-repeat center center;
}

/* @group Navigation specials */

#spio {
	float: left;
	line-height: 18px;
	margin: 0;
	padding: 0 6px 0 0;
	font-size: 1em;
}
#spio a {
	float: left;
	line-height: 18px;
	padding: 0 1px;
}
#spio a:hover {
	background: #fe0;
	text-decoration: none;
	color: #000;
}
#copyright {
	display: none;
}

/* @end */

/* @end */

/* @group Project styles */

.project-list {
	margin: 0;
	padding: 0;
}
.project-list li {
	padding: 0 24px 24px 0;
	margin: 0;
	float: left;
	width: 192px;
	height: 192px;
	list-style: none;
}
.project-list li a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
}
.project-list li a:hover {
	color: #000;
	background: #fe0;
}
.prj-image {
	float: left;
	display: block;
}
.prj-image img {
	width: 100%;
	border: none;
}
.prj-name {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 168px;
	height: 192px;
	padding: 0 12px;
	line-height: 36px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	z-index: 101;
}
a:hover .prj-name {
	background: none;
	color: #fe0;
	display: block;
}
.prj-description {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 168px;
	height: 192px;
	padding: 0 12px;
	line-height: 72px;
	font-size: .9em;
	opacity: 0;
	z-index: 100;
}
a:hover .prj-description {
	display: block;
	background: #000 url(../img/dots.gif) repeat left top;
	color: #eee;
	opacity: 0.85;
	transition: all .9s linear;
	-o-transition: all .9s linear;
	-moz-transition: all .9s linear;
	-webkit-transition: all .9s linear;
}

/* @end */

.twtr-widget, .twtr-widget-profile, #twtr-widget-1 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	line-height: 18px !important;
	color: #555;
}
#twtr-widget-1 .twitr-hd {
	display: none !important;
}
.twtr-hd h4, .twtr-hd h4 a{
	font-size: 12px !important;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
.twtr-hd h3{
	display: none;
}