@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;*/
}
/* remember to define focus styles! it styles the tab outline for accessibility purposes */
:focus {
	outline:dotted;
}
body {
	color: black;
	background-color: #FDFDFD;
	background-image: url(/images/bodybg.gif);
	font-family: Helvetica, Arial, sans-serif;
	color: #474B4E;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img, object {
	display:block;
}
img {
	border: 1px solid #CCC;
	padding: 5px;
}
img a {
	border:none;
}
/*Main styles*/
#bg {
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 1120px;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	padding-top: 10px;
}
#util {
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	font-size:70%;
	margin-bottom:7px;
}
#util li {
	display: inline;
	margin-left: 1.5em;
}
#banner {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#banner img {
	border: none;
	padding:0px;
}
#banner a {font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;font-size: 1.5em;}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#nav ul, #sidebar ul {
	list-style: none;
	margin-bottom: 0;
}
#nav li {
	display: inline;
	margin-right: 1.5em;
}
#nav {
	padding-right: 10px;
	padding-left: 10px;
	/*background-color: #474B4E;*/	
	margin-bottom: 1.5em;
}

#nav a:link {color: #474B4E;text-decoration: underline;}
#nav a:visited {color: #33595E;}
#nav a:hover {color: #0094F0; text-decoration: none;}
#nav a:active {color: #6FB0E2;}


#content {
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;	
}
#main {
	width: 670px;
	float: right;
	margin-bottom:1em;
}
#sidebar {
	width: 200px;
}
#sidebar li {
	font-size: 90%;
	line-height:1.2em;
}
#bgbottom {
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bgbottom.png);
	background-repeat: no-repeat;
	width: 1120px;
	height: 70px;
}
#footsie {
	text-align: right;
	height: 15px;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
}
#footsie p {
	font-size: 70%;
}
/*#extra {
	height: 100px;
	background-color:#333333;
}*/

/*Show/Hide*/
#portnav {
	display:none;
}
#portfolio #portnav {
	display: block;
}
#ul_web, #ul_gd {
	margin-bottom: 1em;
}
/*Blog styles*/
a {
	color: #6FB0E2;
	text-decoration: underline;
}
a:link {}
a:visited {
	color: #33595E;
}
a:hover {
	text-decoration: none; 
	color: #0094F0;
}
a:active {}
h1 {
	color: #7B8186;
	font-size: 1.5em;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 1em;
}
h1 a {
	color: #7B8186;
}
h2 {
	font-size: 1em;
	margin-top:1em;
	margin-bottom: .6em;
}
h3 {
    font-size: 1em;
	color: #7B8186;
	margin-bottom: .6em;
	border-bottom:1px dotted #999;
}
h4, h5 {
	font-size: 0.9em;
	text-transform:uppercase;
	letter-spacing: 2px;
	margin-bottom: .5em;
}
h5 {
	color: #7B8186;
}
h6 {
	font-size: 0.8em;
	text-transform: lowercase;
	letter-spacing: 2px;
}
p {
	font-size:90%;
	line-height: 1.2em;
	margin: 0 0 .7em 0;
}
ul {
	font-size: 85%;
	line-height: 1.5em;
	margin: 0 0 1.2em 1em;
}
/*Classes*/
.row {
	width: 100%;
	height: 25px;
	background-color:#CCCCCC;
	margin-bottom:1em;
}
.rowitem {
	float: left;
	height: 25px;
	background-color:green;
	margin-right: 1em;
}
.noborder {
	border:none;
	padding:0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.emphasis {font-style:oblique;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
/* End hide from IE-mac */
