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

/*

         M  M       Zilifone
       NNNNNNNN     http://www.zilifone.net/includes/all.css
         H  H       Copyright (c) 2009 Zilifone Design
       NNNN NNN     Contact:  Sean Wittmeyer, Director
         W  W       sean|a|zilifone.net

*/


/* Assets of the Blog, at top so custom tags will override reset. Cheers :) */

.mtctleft h2 { 
	padding-bottom: 0;
	margin-bottom: 0;
}

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 0;
}


#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    font-weight: normal;
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
}

.asset-footer {
    clear: both;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 0;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 0;
}


.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/*  END DRAFTING TABLE STYLES ########################################################################  */







body {
	margin: 0;
	padding: 0;
	background: #222222 url('/images/bg/bg.png') repeat; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	height: 100%;
}

#bg {
	width: 100%;
	height: 100%;
}
#background {
	display: block;
	margin: 0px;
	overflow: hidden !important;
	padding: 0px;
	z-index: 0;
}
#backgroundImage {
	visibility: visible;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#allContent {
	height: 100%;
	width: 100%;
	z-index: 2;
}
.header {
	height: 100px;
	width: 1000px;
	text-transform: lowercase;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -1px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.headerlogo {
	width: 550px;
	float: left;
	padding-top: 20px;
	padding-left: 50px;
	height: 80px;
}
#headermail, #headerclient, #headerfacebook {
	width: 350px;
	float: right;
	padding-top: 15px;
	padding-right: 50px;
	height: 80px;
	display: none;
}
#headerfacebook {
	padding-top: 20px;
	overflow: hidden;
}
.navhelp, .navhelp a {
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #660000;
	display: inline;
	padding-left: 0px;
}
#headernav {
	width: 350px;
	float: right;
	padding-top: 15px;
	padding-right: 50px;
	height: 80px;
}
#mainnav, #footer {
	margin: 0;
	padding: 0;
	display: inline;
}
#mainnav li, #footer li {
	letter-spacing: -1px;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	width: 175px;
}
#clientele ul, .header ul, #footer ul {
	width: 175px;
	margin: 0;
	padding: 0;
	display: inline;
}
#clientele li a, .header li a {
	text-decoration: none;
	color: #666666;
	font-size: 16px;
}
#footer li a {
	text-decoration: none;
}
#footer li {
	margin: 0 5px 0 0;;
}
#footer, .footer {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	letter-spacing: -1px;
}
#footer h2 {
	width: 170px;
}

li a:hover {
	color: #333333;
}
li a:active {
	color: #999999;
}
.footerlinks a {
	color: #666666;
}

/* ########################################################################################################### */
.headersub, .headersub a {
	padding-top: 0px;
	font-size: 17px;
	color: #333333;
	text-decoration: none;
}
.headersub a:hover {
	color: #111111;
}
.headersub a:active {
	color: #999999;
}
.featured {
	height: 150px;
	background-image: url('/images/bg/bg.feat.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-transform: lowercase;
	letter-spacing: -1px;
}
.content {
	width: 900px;
	margin: 0 auto 10px auto;
	background: #ffffff;
	padding: 20px 50px 40px 50px;
}
.centerfull {
	width: 1000px;
	margin: 0 auto 10px auto;
	background: #ffffff;
}
.indextitle {
	height: 60px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.title {
	background: #444444 url('/images/bg/bg.index.flower.jpg') no-repeat; 
/*	background: #444444 url('/images/bg/bg.space.jpg') repeat; */
	margin-bottom: 10px;
	height: 70px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 110px;
}
.indextitle {
	height: 50px;
	width: 998px;
	margin-bottom: 10px;
	height: 210px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
/*	For Custom Full Background:  
	background: transparent; 
	border: 1px solid #FFFFFF;
	width: 998px;*/
/*	For Normal Title Contained Background:  */
	background: #444444 url('/images/bg/bg.navona.jpg') no-repeat top center;
	width: 1000px; 
}
.indexmessage {
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 10px 50px;
	width: 530px;
	color: #222222;
	font-size: 30px;
	letter-spacing: -2px;
	line-height: 90%;
}
.indexspacer {
	height: 130px;
	width: 530px;
	color: #222222;
}
.indextitleleft {
	width: 600px;
	height: 210px;
	display: block;
	float: left;
}
.indextitleright {
	width: 400px;
	height: 210px;
	display: block;
	float: right;
}
.indextitleright img {
	padding: 0;
}
#titlecontainer {
	height: 50px;
	display: inline;
}
#titlecontainer h1 {
	padding: 10px 20px 0 50px;
	margin: 0;
	height: 50px;
	font-size: 32px;
	background: #ffffff;
	color: #003366;
	text-transform: lowercase;
	letter-spacing: -2px;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}
h2, h3, h4 {
	padding: 0;
	margin: 10px 0 5px 0;
	color: #333333;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-weight: bold;
	display: block;
}
h2 {
	font-size: 18px;
	border-bottom: 1px solid #003366;
}
h3 {
	font-size: 14px;
	border: none;
}
h4 {
	font-size: 12px;
	border: none;
}
h2 a, h3 a {
	text-decoration: none;
	font-weight: bold;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	color: #333333;
}
h2 a:active, h3 a:active, h4 a:active {
	color: #999999;
}

.ctleft {
	width: 540px;
	float: left;
	color: #333333;
	padding-right: 10px;
}
.ctright {
	width: 350px;
	float: right;
	color: #333333;
}
.ctreset {
	width: 900px;
	float: left;
	display: block: 
}
.mtctleft {
	width: 540px;
	color: #333333;
	padding-right: 10px;
	display: block;
	z-index: 0;
	position: static;
}
.mtctright, .mtctrightindex {
	width: 350px;
	margin: 0 0 0 550px;
	color: #333333;
	z-index: 0;
	display: block;
}
.mtctrightindex {
	position: absolute;
	top: 400px;
}
.mtctright {
	position: absolute;
	top: 330px;
}
.mtctreset {
	width: 900px;
	display: block: 
}
.ctfull {
	color: #333333;
}
.ct14 {
	font-size: 14px;
}
.ct12 {
	font-size: 13px;
}
.ct11 {
	font-size: 11px;
}
.imageleft {
	display: block;
	float: left;
	padding: 0 10px 5px 0;
}
.imageright {
	display: block;
	float: right;
	padding: 0 0 5px 10px;
	width: 350px;
}
.space {
	width: 10px;
	display: inline;
}
.formtitle {
	display: block;
	float: left;
	text-align: right;
	width: 100px;
	padding: 3px 10px
}
.portfolioright {
	display: block;
	float: right;
	padding: 0 0 5px 10px;
	width: 350px;
	height: 520px;
}
.portfolioleft {
	display: inline;
	float: left;
	padding: 0 0 5px 0;
	width: 540px;
}
.portfolioleft img {
	margin: 0;
	padding: 4px 10px 4px 0;
}
.portfolioleft h2 {
	width: 530px;
}
.sideclienttitle {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #444444;
}
.sideclienttitle a {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #003366;
	text-decoration: none;
}
.sideclienttitle a:hover {
	text-decoration: underline;
}
.sideclienttitle a:active {
	color: #666666;
}
.sideclientdetail {
	font-size: 12px;
	font-weight: 100;
	letter-spacing: normal;
	color: #666666;
	display: inline;
	text-transform: lowercase;
}
.solnkey {
	display: block;
	float: left;
	font-size: 12px;
	color: #666666;
	width: 90px;
	text-align: left;
	padding-right: 10px;
}
.solnsubtitle {
	color: #222222;
	font-size: 12px;
	font-weight: bold;
}
.solntext {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}
.solntitle {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -2px;
	text-decoration: none;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	line-height: 100%;
	border-bottom: 1px solid #003366;
}
.solntitle a {
	text-decoration: none;
}
.solntitle a:hover {
	text-decoration: underline;
}




a {
	color: #003366;
}

a:link {
}
a:visited {
}
a:hover {
	color: #333333;
}
a:active {
	color: #999999;
}
a, img, p {
	border: none; 
	margin: 0;
	padding: 0;
}
input:hover {
	border: 1px solid #003366;
}
input:active, input:focus {
	border: 1px solid #003366;
	background: none;
}
.inputtext {
	border: 1px solid #999999;
	color: #666666;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	width: 300px;
	background: #eeeeee;
	margin-bottom: 5px;
	padding-left: 5px;
	word-spacing: 0px;
}
.inputselect {
	border: 1px solid #999999;
	background: #eeeeee;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #000000;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 19px;
	width: 300px;
	word-spacing: 0px;
}
.inputtextarea {
	background: #eeeeee;
	margin-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #999999;
	color: #666666;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 90px;
	width: 400px;
}
.inputbutton {
	background: #eeeeee;
	margin-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #999999;
	color: #666666;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	width: 150px;
	word-spacing: 0px;
}
.navbutton {
	background: #eeeeee;
	border: 1px solid #999999;
	color: #111111;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 90px;
	word-spacing: 0px;
	height: 20px;
	padding-left: 6px;
	text-align: left;
	margin-right: 5px;
}
.navinput {
	border: 1px solid #999999;
	color: #666666;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	width: 164px;
	background: #eeeeee;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.mtbutton {
	background: #eeeeee;
	border: 1px solid #999999;
	color: #111111;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	word-spacing: 0px;
	height: 20px;
	padding-left: 6px;
}
.mtinput {
	border: 1px solid #999999;
	color: #666666;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	width: 230px;
	background: #eeeeee;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: left;
}

#clientele {
	margin: 0;
	padding: 0;
	display: inline;
}

#clientele li {
	letter-spacing: -1px;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	width: 175px;
}
#clientele li a {
	font-size: 14px;
}

.bio {
	display: block;
	height: 210px;	
}


/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font-size: 11px;
	display: none;
}
#unitippoint, #unitipmid, #unitipcap {
    position: relative;
    top: 0px; 
    left: 0px;
    width: 145px;
    display: block;
}
#unitippoint { 
    background: url(/images/TipPoint.png) no-repeat; 
    height: 19px; 
    overflow: hidden; 
}
#unitipmid { 
    background: url(/images/TipMid.png) repeat; 
    width: 115px;
    height: auto; 
    padding: 5px 15px;
}
#unitipcap { 
    background: url(/images/TipCap.png) no-repeat; 
    height: 7px; 
    overflow: hidden; 
}
h1 a {
	text-decoration: none;
}
.empty {
	display: none;
}
