
/* ---- Fonts & Colors ---- */
body 	{
			font-size: 12px; /* Resets 1em to 10px */
			font-family: Arial, Sans-Serif;
			background-image: url('images/sot-background.jpg');
			height: 1%;
			background-position: top center;
			background-repeat: repeat-y;
			background-attachment: fixed; 
			background-color:#6699cc;
		}

h1 {
	color:#ff6600;
	margin: 30px 20px 10px 20px;
	}

h1.portfolio {
	color:#ff6600;
	margin: 10px 20px 10px 20px;
	}

h1.blog {
	color:#6699cc;
	margin: 10px 20px 10px 20px;
	}

h1.bloghome, h1.skills {
	color:#6699cc;
	margin: 0 20px 20px 20px;
	font-size:18px;
	}

h2.blogtitle {
	color:#ff6600;
	margin: 20px 20px 10px 20px;
	font-size:24px;
	}

h2.archive {
	color:#6699cc;
	margin: 20px 20px 10px 20px;
	font-size:18px;
	}
	
h2.portfolio {
	color:#6699cc;
	margin: 0 20px 20px 0;
	font-size:18px;
	}

h2 {
	color:#6699cc;
	margin: 0 20px 20px 20px;
	font-size:18px;
	}

h3 {
	color:#ff6600;
	margin: 30px 20px 20px 20px;
	font-size:14px;
	}

h3.relatedservicestitle {
	color:#ff6600;	
	font-size:15px;
	padding:20px 0 0 0;
	}

a {
	color:#6699cc;
	text-decoration:none;
}

a:hover {
	color:#ff6600;
	text-decoration:underline;
}

a.anchor, a:hover.anchor {
			color: #000;
			text-decoration:none;
			}

p {
	font-size:12px;
	margin:0 20px 15px 20px;
}

p.quoter{
			font-size:10px;
			text-align:right;
		}

small 	{
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 0.9em;
			line-height: 1.5em;
			color: #777;
			margin: 0 0 20px 20px;
		}

li.bullets {
	list-style-type: none;
	list-style-image: url('images/bullet.jpg');
	padding:0 20px 4px 0;
	font-size:12px;
	}


#contacttop {
				width:100%;
				height:30px;
				background-color:#336699;
				opacity:0.8;
				filter:alpha(opacity=40)
				margin:0 00px 20px 0;
				padding:0;
				text-align:right;
				line-height:24px;
				border:none;
				color:#ffffff;
				font-size:14px;
			}


#contacttop a {
				color:#ffffff;
				text-decoration:none;
			}

#contacttop a:hover {
				color:#ffffff;
				text-decoration:underline;
			}

#page 	{
			margin: 20px auto;
			padding: 0;
			width: 800px;
			border: none;
		}

/*--Header and Navigation--*/

#header {
			background-color:transparent;
			text-align:left;
			height:90px;
		}

#banner {
			width:605px; 
			float:left;
		}
		

		
		
		
#skills {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 200px;
  height: 50px;
  position: relative;
}

#skills span {
  display: none;
  position: absolute;
}

#skills a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#skills a:hover {
  background-position: left bottom;
}

#skills a:hover span {
  display: block;
}

#skills .rssfeed {
  width: 80px;
  height: 80px;
  background: url(images/rss-header.png) no-repeat;
  left: 520px;
  top:0px;
}

#skills .web {
  width: 80px;
  height: 80px;
  background: url(images/web.png) no-repeat;
  left:590px;
  top:0px;

}

#skills .email {
  width: 80px;
  height: 80px;
  background: url(images/email.png) no-repeat;
  left: 660px;
  top:0px;
}

#skills .seo {
  width: 80px;
  height: 80px;
  background: url(images/seo.png) no-repeat;
  left: 730px;
  top:0px;
}


#topnav {
			width:800px;
			padding:0;
			font-size:10px;
			text-align:left;			
			margin-top:5px;
			height:2.7em;
			line-height:2.7em;
		}

#nav li.current_page_item a:link,
#nav li.current_page_item a:visited,
#nav li.current_page_item a:hover,
#nav li.current_page_item a:active,
#nav a:hover {text-decoration:underline;}


#topnav ul {
  margin:0;
  padding:0;
}

#topnav li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  white-space:nowrap;
}

#topnav li a {
  display:block;
  padding:0 18px 0 0;
  font-size:14px;
  color:#ffffff;
  text-decoration:none;
  }

#topnav li a:hover {
  display:block;
  padding:0 18px 0 0px;
  font-size:14px;
  text-decoration:underline;
}


#nav {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 2em;

}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */

#nav a {
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}


/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #69c;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}



/* level 2 list */
#nav ul {
	background: #fff; /* for non-css3 browsers */
	display: none;
	margin: 0;
	padding: 0;
	width: 195px;
	position: absolute;
	top: 15px;
	left: 0;
	border: solid 1px #6699cc4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}

#nav ul li {
	float: none;
	margin: 8px 8px;
	padding: 0;

}


#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
	font-size:11px;
}

#nav ul a:hover {

	font-size:11px;
}



/* rounded corners for first and last child */

#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}

#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
}

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}

/*--End of header and navigation--*/




#sidebartop{
			width:250px;
			height:200px;
			text-align:left;
			margin:0 0 20px 0;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			background-color:#ffffff;
		}

#blognav{
			width:250px;
			text-align:left;
			margin:0 0 20px 0;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			background-color:#ffffff;
		}

#social{
			width:250px;
			height:200px;
			text-align:center;
			margin:0 0 20px 0;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			background-color:#ffffff;
		}

img.social {
			margin-top:20px;
		}

#quotes{
			width:250px;
			height:220px;
			text-align:center;
			margin:0 0 20px 0;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			background-color:#ffffff;
			background-image:url('images/quotes.png');
			background-repeat:no-repeat; 
			background-position:center top; 
		}

#welovewordpress{
			width:250px;
			height:220px;
			text-align:center;
			margin:0 0 20px 0;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			background-color:#ffffff;
			background-image:url('images/we-heart-wordpress.png');
			background-repeat:no-repeat; 
			background-position:center top; 
		}

#relatedarticles{
			width:250px;
			height:200px;
			text-align:left;
			margin:0 0 20px 0;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			background-color:#ffffff;
		}

h3.relatedarticlestitle {
	color:#ff6600;	
	font-size:14px;
	padding-top:10px;
	margin-bottom:0px;
	}



#sidebar{

			margin:20px 0;
			width: 250px;
			float:left;
		}

#sidebar li.current_page_item a:link,
#sidebar li.current_page_item a:visited,
#sidebar li.current_page_item a:hover,
#sidebar li.current_page_item a:active,
#sidebar a:hover {color:#ff6500; text-decoration:none;}


#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 30px;
	padding: 20px 0 0 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: url('images/bullet.jpg');
	padding:0 0 8px 0;
	font-size:12px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 2px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


#homepage-feature 	{
					float: right;
					width: 525px;
					height:200px;
					margin:20px 0;
					background-color:#ffffff;
					-moz-border-radius:10px;
					-webkit-border-radius:10px;
				}
p.feature {
			color: #6699cc; 
			font-size:20px; 
			margin:40px 0 20px 20px; 
			line-height:30px;
		}

#bloglist{
			width:250px;
			height:220px;
			background-color:#ffffff;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			text-align:left;
			padding-left:10px;
			color:#333333;
			margin-left:25px;
		}

#newsletter{
			width:250px;
			height:220px;
			background-color:#ffffff;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			text-align:left;
		}


h2.homepagebox {
	padding:5px 0 0 0;
	font-size:16px;
	}

a.homepagebox {
	color:#ff6600;
	text-decoration:none;
	}

a:hover.homepagebox {
	color:#ff6600;
	text-decoration:underline;
	}
	
#bloglist ul {
		font-size:12px;
		}

#bloglist ul li{
		list-style: circle outside; color:#6699cc;
		margin-top:8px;
		}

	
/*--Start of footer--*/

#footer {
			padding: 20px;
			width: 760px;
			height:100px;
			clear:both;
			background-color:#ffffff;
			text-align:center;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			margin-top:20px;
		}


#socialmedia {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 750px;
  height: 50px;
  position: relative;
}

#socialmedia span {
  display: none;
  position: absolute;
}

#socialmedia a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#socialmedia a:hover {
  background-position: left bottom;
}

#socialmedia a:hover span {
  display: block;
}

#socialmedia .facebook {
  width: 60px;
  height: 50px;
  background: url(images/facebook.png) no-repeat;
  left:280px;
  top:0px;

}

#socialmedia .twitter {
  width: 60px;
  height: 50px;
  background: url(images/twitter.png) no-repeat;
  left: 330px;
  top:0px;
}

#socialmedia .linkedin {
  width: 60px;
  height: 50px;
  background: url(images/linkedin.png) no-repeat;
  left: 380px;
  top:0px;
}

#socialmedia .rss {
  width: 60px;
  height: 50px;
  background: url(images/rss.png) no-repeat;
  left: 430px;
  top:0px;
}

/*--End of footer--*/
		
img.pos_fixed
{
position:fixed;
bottom:20px;
right:20px;
}


/*--Main pages--*/

.narrowcolumn 	{
					float: right;
					width: 525px;
					margin:20px 0;
					background-color:#ffffff;
					-moz-border-radius:10px;
					-webkit-border-radius:10px;
					padding:20px 0;
				}

.widecolumn 	{
					float: left;
					width: 525px;
					margin:20px 0;
					background-color:#ffffff;
					-moz-border-radius:10px;
					-webkit-border-radius:10px;
					padding:20px 0;
				}

.narrowcolumnskills 	{
					float: right;
					width: 525px;
					height: 400px;
					margin:20px 0;
					background-color:#ffffff;
					-moz-border-radius:10px;
					-webkit-border-radius:10px;
					padding:20px 0;
				}


#skillsbubble {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 500px;
  height: 100px;
  position: relative;
  margin:60px 0 60px 20px;

}
#skillsbubble span {
  display: none;
  position: absolute;
}
#skillsbubble a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#skillsbubble a:hover {
  background-position: left bottom;
}
#skillsbubble a:hover span {
  display: block;
}

#skillsbubble .web {
  width: 100px;
  height: 100px;
  background: url(images/web-bubble.jpg) no-repeat;
  left: 0px;
  top: 0px;
}
#skillsbubble .web span {
  width: 220px;
  height: 50px;
  background: url(images/web-hover.png) no-repeat;
  left: 14px;
  top: 88px;
}

#skillsbubble .email {
  width: 100px;
  height: 100px;
  background: url(images/email-bubble.jpg) no-repeat;
  left: 120px;
  top: 0px;
}
#skillsbubble .email span {
  width: 220px;
  height: 60px;
  background: url(images/email-hover.png) no-repeat;
  left: -80px;
  top: -40px;
}

#skillsbubble .seo {
  width: 100px;
  height: 100px;
  background: url(images/seo-bubble.jpg) no-repeat;
  left: 240px;
  top: 0px;
}
#skillsbubble .seo span {
  width: 220px;
  height: 60px;
  background: url(images/seo-hover.png) no-repeat;
  left: -100px;
  top: 88px;
}

#skillsbubble .accessibility {
  width: 100px;
  height: 100px;
  background: url(images/accessibility-bubble.jpg) no-repeat;
  left: 360px;
  top: 0px;
}
#skillsbubble .accessibility span {
  width: 150px;
  height: 60px;
  background: url(images/accessibility-hover.png) no-repeat;
  left: -16px;
  top: -40px;
}

div.portfolio	{
				width:450px;
				height:300px;
				text-align:left;
				margin-left:20px;
			}

.mail		{
				width:450px;
				height:185px;
			}

img.portfolio {
				margin-right:20px;
				float:left;
				border:solid 2px #63aed6;
			}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
	

/*--Blog pages --*/

#postsidebar{

			margin:20px 0;
			width: 250px;
			float:right;
		}


#relatedservices{
			width:250px;
			height:200px;
			text-align:left;
			margin:20px 0 30px 0;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			background-color:#ffffff;
		}




.alignleft { 
				float:left;
				margin-left:10px; 
				width:250px;
			}
			
.alignright { 
				float:right; 
				margin-right:10px;
				width:250px;
				text-align:right;
			}

.navigation {
				height:30px;
			}

table.contact {width:600px; display:inline-block; font-size:12px; text-align:left;}
table.contact td {padding:10px 5px; border-bottom:dotted 1px #ddd;}
table.contact tr {text-align:left;} 

table.contact {font-family:Arial;color:#333333; font-size:14px;}
table.contact  th {font-weight:bold; margin-bottom:5px;}

