/*
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	http://www.css3.info/preview/rounded-border/
	http://www.w3.org/Style/Examples/007/fonts.html
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
*/

body {
	margin:0px;
	font-family:arial,verdana,sans-serif;
	background:#f5f5f5;
	background:#456;
	background:#756;
	background:#678 url('../images/bodyBG.png') repeat;
}

/*a {text-decoration:none;}
a:link, a:visited {border-bottom:1px dotted;}
a:hover, a:active {border-bottom:1px solid;}*/

h3 {
	color:#eee;
	font-family:arial,verdana,sans-serif;
	margin-left:230px;
}

#main {
	min-width:760px;
}

#header {
	background:#222 url('../images/headerBG.gif') repeat;
	margin:0px 20px 0px 20px;
	border-top:2px solid #ff9900;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

#header #contact {
	float:right;
	width:311px;
	margin:9px 0px 0px 0px;
	padding:5px;
	background-color:#fff;
	text-align:center;
	font-size:0.8em;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#header #contact a:link, #header #contact a:visited {
	color:#555;
	border-bottom:1px dotted #f90;
	text-decoration:none;
}
#header #contact a:hover, #header #contact a:active {
	color:#f90;
	border-bottom:1px solid #555;
	text-decoration:none;
}

#header #contact #badges {
	margin-top:10px;
}

#header #contact #badges a {
	border-bottom:none;
}

#header #floatMeRight {
	float:right;
	text-align:right;
}

#header #floatMeRight p {
	margin-right:10px;
	margin-top:5px;
}
#header #floatMeRight p.navAddon a:link, #header #floatMeRight p.navAddon a:visited {
	color:#f90;
	border-bottom:1px dotted;
	text-decoration:none;
	font-size:0.9em;
}
#header #floatMeRight p.navAddon a:hover, #header #floatMeRight p.navAddon a:active {
	color:#f90;
	border-bottom:1px solid;
	text-decoration:none;
	font-size:0.9em;
}

#header #floatMeRight p.photoTestimonial {
	display:none;
}

#header #navigate {
	background:#f90;
	color:#111;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	/*padding:3px 10px;*/
	padding:5px 20px 12px;
	font-size:0.9em;
}

#header #navigate a {
	text-decoration:none;
}
#header #navigate a:link, #header #navigate a:visited {
	color:#fff;
	border-bottom:1px dotted;
}
#header #navigate a:hover, #header #navigate a:active {
	color:#111;
	border-bottom:1px dotted;
}


#header span.siteTitle {
	font-size:5.0em;
	color:#eee;
	font-weight:100;
	margin-left:5px;
}

#header #headerImage {
	margin:5px 0px 0px 5px;
	padding-bottom:5px;
}


/*Columns*/
#columns {
	margin-bottom:20px;
	margin-top:20px;
}

#columns #leftColumn {
	width:190px;
	/*background-color:#333;*/
	float:left;
	margin-left:20px;
	min-height:300px;
	margin-top:-20px;
}

#columns #rightColumn {
	width:320px;
	/*background-color:#bbb;*/
	float:right;
	margin-right:20px;
	min-height:300px;
	margin-top:-20px;
}

#columns #centerColumn {
	margin-right:360px;
	margin-left:230px;
}

#columns #centerColumn h3 {
	color:#eee;
	font-family:arial,verdana,sans-serif;
}

#columns #centerColumn #projectDetails {
	/*margin-right:360px;
	margin-left:230px;*/
	min-height:300px;
	font-family:georgia,serif;
	font-size:0.9em;
	border:1px solid #000;
	padding:20px;
	background-color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#columns #centerColumn #projectDetails p {
	color:#333;
}

#centerColumn h4, #centerColumn h5 {
	font-family:arial,verdana,sans-serif;
	margin-top:5px;
	margin-bottom:5px;
}
#centerColumn h3 {
	margin-bottom:5px;
}
#centerColumn h2 {
	margin-top:2px;
	margin-bottom:5px;
	color:#222;
}
#leftColumn h5, #rightColumn h5 {
	margin:0px 0px 2px 10px;
	color:#eee;
}
/* End Columns*/



/* Main Navigation */
#mainNav {
	background:#f90;
	padding:10px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:10px;
	font-size:0.9em;
	font-weight:bold;
	border:1px solid #ddd;
}

#mainNav ul {
	list-style-type:none;
	margin-top:0px;
	margin-bottom:0px;
	font-family:arial,verdana,sans-serif;
}

#mainNav ul li {
	display:block;
	margin-left:-40px;
	margin-bottom:0px;
	margin-top:0px;
	border-left:5px solid #f90;
}

#mainNav ul li:hover {
	border-left:5px solid #222;
}

#mainNav ul li a {
	display:block;
	text-decoration:none;
	padding:2px 5px;
	font-size:0.9em;
}

#mainNav ul li a:link, #webNav ul li a:visited {
	color:#222;
}

#mainNav ul li a:hover, #webNav ul li a:active {
	color:#222;
}

/* End Main Navigation */


/* Navigation */
#webNav {
	background:#222 url('../images/headerBG.gif') repeat;
	padding:10px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size:0.9em;
	border:1px solid #ddd;
	color:#eee;
	margin-bottom:10px;
}

#webNav ul {
	list-style-type:none;
	margin-top:0px;
	margin-bottom:0px;
	font-family:arial,verdana,sans-serif;
}

#webNav ul li {
	display:block;
	/*background-color:#efefef;*/
	margin-left:-40px;
	margin-bottom:0px;
	margin-top:0px;
	/*border-bottom:1px dotted #eee;*/
	border-left:5px solid #111;
}

#webNav ul li:hover {
	/*border-bottom:1px solid #f90;*/
	border-left:5px solid #f90;
}

#webNav ul li a {
	display:block;
	text-decoration:none;
	padding:6px 5px;
	font-size:0.9em;
}

#webNav ul li a:link, #webNav ul li a:visited {
	/*background-color:#ffffff;*/
	color:#fff;
}

#webNav ul li a:hover, #webNav ul li a:active {
	/*background-color:#f8f8f8;*/
	color:#f90;
}
/* End Navigation */


/********** Design Page Stuff **********/

.designTN {
	border:1px solid #eee;
	width:320px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:10px;
}

.spacer {
	width:320px;
}

/********** // Design Page **********/




#aboutContact {
	background:#222 url('../images/headerBG.gif') repeat;
	padding:10px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size:0.9em;
	border:1px solid #ddd;
	color:#eee;
	margin-bottom:10px;
}

#aboutContact p {
	padding-left:10px;
	margin:0px;
	font-size:0.9em;
}
#aboutContact a:link, #aboutContact a:visited {
	color:#f90;
	border-bottom:1px dotted;
	text-decoration:none;
}
#aboutContact a:hover, #aboutContact a:active {
	color:#f90;
	border-bottom:1px solid;
	text-decoration:none;
}

#findMe {
	background:#fff;
	padding:10px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size:0.9em;
	border:1px solid #111;
	color:#eee;
	text-align:left;
}

#findMe p {
	margin-left:20px;
}

#findMe a {
	text-decoration:none;
	font-size:1.1em;
}

#twitter_div {
	margin-bottom:20px;
}

#twitter_div ul#twitter_update_list {
	list-style-type:none;
	margin:5px 10px 5px -40px
}

#twitter_div ul#twitter_update_list li {
	margin-bottom:15px;
	font-size:1.2em;
	font-style:italic;
	color:#333;
}

#twitter_div ul#twitter_update_list li a {
	font-style:normal;
}

#blogHeader {
	background:url('../images/blog_headerBG.png') repeat-x;
	width:100%;
	overflow:hidden;
}

#copyright {
	width:100%;
	clear:both;
	text-align:center;
	margin-top:35px;
	color:#555;
	color:#eee;
}