/* reset css */

body {
	margin:0;
	padding:0;
}

/* begin site css */

body {
	background-color: #f5f5dc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#logo {
	position:relative;
	z-index:2;
	top:15px;
	left:299px;
	background-image:url('/inc/images/logo.png');
	width:185px;
	height:125px;
}
#menu {
	position:relative;
	z-index:1;
	top:-60px;
	background-image:url('/inc/images/1x1_brn.gif');
	width:100%;
	height:30px;
	text-align: center;
}

#nav, #nav ul {
	list-style: none;
	padding-top:5px;
	padding-right:275px;
	margin:0;
}

#nav a {
	display:inline;
	color: #fff;
	text-decoration:none;
}

#nav li {
	float: right;
	width: 85px;
}

#nav li:hover a {
	width: 85px;
	font-weight:bold;
}

#wrap {
	margin:0 auto;
	padding:0;
	width:650px;
}

#content {
	margin:10px;
	padding:0;
}

#footer {
	clear:both;
	margin:0 auto;
	padding-top:4px;
	width:750px;
	border-top:5px solid #A0522D;
	font-size:12px;
	text-align: center;
}

img.sm-footer {
	margin-right:5px;
}

/* general links */
a,a:link,a:visited,a:active {
	text-decoration:none;
	color:#00F;
}

img {
	border:none;
}

/* portfolio */
img.left-port {
	float:left;
	margin:4px;
}
img.right-port {
	float:right;
	margin:4px;
}
h3.port {
	font-size: 16pt;
	color: #000;
	margin:0;
	padding-bottom: 3px;
	text-align:center;
}

h2.port {
	font-size: 20pt;
	color: #000;
	margin:0;
	padding-bottom: 3px;
}

/* twitter */
ul.tweets {
	clear:both;
	list-style-type: square;
}

ul.tweets li {
	font-size:12px;
}

.tweet-time {
	font-size:10px;
}

/* about */
h3.about {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000;
	margin:0;
	padding-bottom:5px;
}

h2.about {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000;
	margin:0;
	padding-bottom:5px;
}

#a-col {
	overflow:hidden;
	width:630px;
	background-image:url('/inc/images/about_col_bg.png');
}
#a-center-col {
	float:right;
	width:166px;
	margin-left:4px;
}
#a-left-col {
	float:left;
	width:280px;
	margin-right:4px;
}
#a-right-col {
	float:right;
	width:166px;
	margin-left:4px;
}
ul.about {
	margin-left:-20px;
}

/* index */

#main-col {
	overflow:hidden;
	width:630px;
}
#left-col {
	background-image:url('/inc/images/tap.png');
	background-repeat:no-repeat;
	width:320px;
	min-height:132px;
	float:left;
}
#left-col-sub {
	margin-left:75px;
	
}
#right-col {
	width:306px;
	float:right;
}

ul.on-tap {
	list-style-type: square;
}