﻿body {
	margin: 0;
	padding: 0;
	background-image: url(/App_Images/Assets/fadeTop.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #656565;
	line-height: 16pt;
}

h1 { /*This tag is used for the inline page header(light blue text just under the amplify logo and site navigation.*/
	color: #339900;
	font-size: 23px;
	font-weight: normal;
	line-height: 23pt;
	padding-bottom: 40px;
	margin-bottom: 0;
}

h6 { /*This tag is used for the inline page header(light blue text just under the amplify logo and site navigation.*/
	color: #0070B0;
	font-size: 23px;
	font-weight: normal;
	line-height: 23pt;
	padding-bottom: 40px;
	margin-bottom: 0;
	background-color:#FFFF00;
}

h2 { /*This tag is used for all the blog entry headers.*/
	color: #339900;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 17pt;
}
h2 a, h2 a:active, h2 a:visited{ /*This tag is used for all the blog entry headers.*/
	color: #339900 !important;
	text-decoration: none;
}
h2 a:hover{ /*This tag is used for all the blog entry headers.*/
	text-decoration: underline;
}

h3 { /*This tag is used for all the Sidebar headers, i.e. "Recent Projects".*/
	color: #339900;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 0;
}

h4 { /*This tag is used for all content headers.*/
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0070B0;
	font-size: 15px;
	margin-bottom: 0px;
	font-weight:normal;
}

h5 { /*This tag is used for all content header italics.*/
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #339900;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 2px;
	font-weight:normal;
	font-style:italic;
}

.Site {
	width: 825px;
	margin: 84px auto 0;
}

	.MainContent {
		width: 590px;
		float: left;
		min-height:30px;
	}

/*----------------------------
					 Header
----------------------------*/

.Header {
	width: 100%;
	margin: 30px 0 54px 0;
	float: left;
}
	.Header img {
		float: left;
		border: none;
	}
	.HeaderSlogan {
		padding-left: 15px;
		padding-top: 10px;
		color: #339900;
		font-size: 12px;
		float: left;
	}
	.Navigation {
		float: right;
		padding-top: 11px;
		padding-right: 45px;
		color: #0079B4;
		font-size: 12px;
	}
		.Navigation a, .Navigation a:visited, .Navigation a:active {
			color: #0079B4;
			text-decoration: none;
		}
		.Navigation a:hover {
			color: #339900;	
			text-decoration: none;
		}
		.Navigation .currNav {
			color: #339900 !important;
		}
		.Navigation ul
		{
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			.Navigation ul li
			{
				margin: 0;
				padding: 0 8px 0 0;
				float: left;
			}

/*----------------------------
					Home Bottom Boxes
----------------------------*/
	
.MainBoxHolder {
	clear: both;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
	.InteractiveServicesBox {
		width: 257px;
		height: 145px;
		float: left;
		margin-top: 15px;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
	}
	.InteractiveToolsBox {
		width: 276px;
		height: 145px;
		float: left;
		margin-top: 15px;
		border-top: 1px solid #CCCCCC;
	}
	.ClientBox {
		height: 145px;
		float: left;
		margin-top: 15px;
		padding-left: 30px;
	}
	.HomeBoxPadder {
		padding-top: 15px;
		padding-left: 25px;
	}
	.HomeBoxUL {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		.HomeBoxUL li {
			background-image: url(/App_Images/Assets/bullet.gif);
			background-position: left 7px;
			background-repeat: no-repeat;
			padding-left: 10px;
			color: #0079B4;
			font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		}
		.HomeBoxUL a, .HomeBoxUL a:visited, .HomeBoxUL a:active {
			color: #0078B3;
			text-decoration: none;
		}
		.HomeBoxUL a:hover {
			color: #339900;
			text-decoration: none;
		}

/*----------------------------
					Side Panel
----------------------------*/

.Sidebar {
	width: 235px;
	float: left;
	padding-top: 25px;
}
	.Sidebar p {
		font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif !important;
	}
	.Sidebar a, .Sidebar a:active, .Sidebar a:visited {
		color: #0079B4;
		text-decoration: none;
	}
	.Sidebar a:hover {
		color: #339900;
		text-decoration: none;
	}
	.RecentProject {
		width: 235px;
		height: 137px;
		background-image: url(/App_Images/Assets/recentProjectBg.jpg);
		background-repeat: no-repeat;
		background-position: top;
	}
	.RecentProject img {
		margin: 6px 0 0 6px;
	}
	
	#recentPosts {
		list-style-type: none;
		margin: 0;
		padding: 0 0 20px 0;
	}
		#recentPosts li {
			background-image: url(/App_Images/Assets/bullet.gif);
			background-position: left 7px;
			background-repeat: no-repeat;
			padding-left: 10px;
		}
		
		#recentPosts span {
			display: none;
		}
		
	#searchbox {
		padding-bottom: 20px;
	}
		
	#categorylist {
		list-style-type: none;
		margin: 0;
		padding: 0 0 20px 0;
	}
		#categorylist li {
			padding-left: 0px;
		}
			#categorylist li img {
				border: none;
				padding-right: 5px;
			}

/*----------------------------
					Page
----------------------------*/

.h1Title 
{
	padding-top: 21px;
}

.pageContent 
{
	width: 542px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

.pageContent a
{

	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #0078B3;
	text-decoration: none;
	
}

.pageContent a:hover
{

	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #339900;
	text-decoration: none;
}

.ShowcaseProject {
	width: 235px;
	height: 137px;
	background-image: url(/App_Images/Assets/recentProjectBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
	.ShowcaseProject img {
		margin: 6px 0 0 6px;
		border: 0;
	}
.ShowcaseCaption {
	width: 235px;
	float: left;
	padding: 5px 20px 20px 0;
}

/*----------------------------
					Footer
----------------------------*/

.Footer {
	width: 100%;
	height: 146px;
	background-image: url(/App_Images/Assets/footerbg.gif);
	clear: both;
}
	.FooterFade {
		width: 100%;
		height: 57px;
		background-color: #FFF;
		background-image: url(/App_Images/Assets/fadeBottom.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
	}
	    .FooterFade .FooterLogos 
	    {
	        margin: 0 auto;
	        width: 825px;
	        text-align:right;
	    }
	        .FooterFade .FooterLogos img 
	        {
	            border:0;
	        }
	.FooterContent {
		margin-top: 5px;
		color: #BFDFEE;
		text-align: center;
	}
		.FooterContent a, .FooterContent a:visited, .FooterContent a:active {
			color: #BFDFEE;
			text-decoration: none;
		}
		.FooterContent a:hover {
			color:#3399CC;
			text-decoration: none;
		}
		.FooterContent ul
		{
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
			.FooterContent ul li
			{
				margin: 0;
				padding: 0 8px 0 0;
				display: inline;
			}


/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody {
	width: 542px;
	padding-top: 10px;
	padding-bottom: 18px;
	font-size: 11px;
}



div.post .text {
	margin-top: 30px;
}

.BlogDate {
	color: #0070B0;
	font-size: 17px;
	font-weight: normal;
	line-height: 23pt;
}
.BlogPost {
	width: 542px;
	padding-top: 10px;
	padding-bottom: 18px;
	font-size: 11px;
}
	.BlogPost div 
	{
		font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif !important;
	}
	.BlogPost p {
		font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif !important;
		line-height: 16pt;
	}
	/*.BlogPost img {
		float: right;
	}*/
	.BlogPost a, .BlogPost a:visited, .BlogPost a:active {
		color: #0078B3;
		text-decoration: none;
	}
	.BlogPost a:hover {
		color:#339900;
		text-decoration: none;
	}
	.BlogPost .ReadMore, .BlogPost .ReadMore:visited, .BlogPost .ReadMore:active {
		color: #007DB6;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	.BlogPost .ReadMore:hover {
		text-decoration: underline;
	}

	.BlogPost .text a[href^="http:"] {
		background: url(../../pics/remote.gif) right top no-repeat;
		padding-right: 10px;
	    white-space: nowrap;
	}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	background: white;
	padding: 5px 10px 10px 10px;
	border: 1px solid silver;
}

#relatedPosts h1 {
	margin: 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#0078B3;
	
}

#relatedPosts a:hover {
	display: block;
	margin-top: 5px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#339900;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 85px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
	font-size:10px;
	float:right;
	position:relative;
	top: 3px;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: white;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
				Month list
----------------------------*/

ul#monthList{
	font-weight: bold;
}

ul#monthList ul li{
	margin-left: 20px;
	font-weight: normal;
}

ul#monthList li.year{
  cursor: pointer;
}

ul#monthList ul{
	display: none;
}

ul#monthList ul.open{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
	color: #0079B4;
	text-decoration: none;
}

.searchresult a:hover{
	font-weight: bold;
	color: #0079B4;
	text-decoration: underline;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/*----------------------------
			Admin Controls
----------------------------*/
.AdminBox {
	width: 200px;
	position:fixed;
	right:0;
	top:0;
	border: 1px #CCCCCC dashed;
	background-color: White;
}

.AdminBox .ADMmin 
{
	text-align: right;
	height: 10px;
	padding: 0 10px 0 10px;
}

.AdminBox .ADMcontrols {
	padding: 0 10px 10px 10px;
}

.AdminBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}

.AdminBox .ADMmin a, .ADMmin .ADMcontrols a:active, .ADMmin .ADMcontrols a:visited 
{
	color: #0079B4;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
.AdminBox .ADMmin a:hover 
{
	color: #339900;
}

.AdminBox .ADMcontrols a, .AdminBox .ADMcontrols a:active, .AdminBox .ADMcontrols a:visited 
{
	color: #0079B4;
	text-decoration: none;
}
.AdminBox .ADMcontrols a:hover 
{
	text-decoration: underline;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*----------------------------
					XFN tags
----------------------------*/

div.post .text a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"] ,
div.post .text a[rel~="acquaintance"],
div.post .text a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"] ,
div.post .text a[rel~="acquaintance"][rel~="met"] ,
div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"] ,
div.post .text a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"] ,
div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"] ,
div.post .text a[rel~="crush"] ,  
div.post .text a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"] ,
div.post .text a[rel~="crush"][rel~="met"] ,  
div.post .text a[rel~="date"][rel~="met"] ,
div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}

#postnavigation a {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#0078B3;
}

#postnavigation a:hover {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#339900;
}