﻿/* init */
* {
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 1.5;
}

body
{
	font-size: large;
	font-family: "Trebuchet MS", Verdana, "sans serif";
}

a:link
{
    color: #B58065;
    text-decoration: none;
}
a:visited
{
	color: #B58065;
    text-decoration:none;
}
a:hover
{
	color: #B58065;
    text-decoration:underline;
}

UL.menu a:link
{
    /*color: #B58065;*/
    color:#EEE;
    text-decoration: none;
}
UL.menu a:visited
{
	/*color: #B58065;*/
    color: #EEE;
    text-decoration:none;
}
UL.menu a:hover
{
	/*color: #B58065;*/
    color: #EEE;
    text-decoration:underline;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { color : #3493ab;}
h1
{
	font-size:130%;
}
h2
{
	font-size: 120%;
	margin-bottom:.5em;
}
h3
{
    font-size: 115%;
}
h4
{
    font-size: 110%;
}
h5, h6
{
    font-size:105%;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
div.page
{
	margin: 0 auto;
	width:960px;
	position:relative;
}

#logo
{
	color:#3f3f3f;
    font-size: 150%;
    font-variant:small-caps;
    font-weight:normal;
    text-transform:capitalize;
    background:url('img/NewLogo-small.jpg') no-repeat left top;
	margin: 0 auto 0 auto;
	height:360px;
	width:100%;
	
	/* hm */
	height:420px;
}

#logo em
{
	color:#000;
	font-size:115%;
	font-style:normal;
	margin-left:25px;
}

#logo SPAN
{
	color:#3f3f3f;
	font-size:50%;
	font-variant:normal;
	font-style:italic;
	padding-left:2em;
}

BODY.index #logo
{
	background: url('img/NewLogoM.jpg') no-repeat top center;
	color:#3493ab;
	padding-top: 200px;
	text-align: center;
	height:auto;
	width: 360px;
}

BODY.index #logo SPAN
{
	display: block;
	padding-left:0;
}
BODY.index #logo EM
{
	color:#3493ab;
	margin-left:0;
}

BODY.index #content
{
	text-align:left;
}

BODY.services #logo
{
	background:url('img/stock/success.jpg') top center no-repeat;
}

BODY.web-design #logo
{
	background:url('img/stock/design.jpg') top center no-repeat;
}

BODY.web-development #logo
{
	background:url('img/stock/apps.jpg') top center no-repeat;
}

BODY.hosting #logo
{
	background:url('img/stock/hosting.jpg') top center no-repeat;
}

BODY.performance #logo
{
	background:url('img/stock/perf.jpg') top center no-repeat;
}

BODY.seo #logo
{
	background:url('img/stock/seo.jpg') top center no-repeat;
}

BODY.privacy-policy #logo, BODY.blog #logo, BODY.contact-us #logo
{
    height:auto;
    background:none;
}

#main
{
	margin: 50px auto 0 auto;
	width: 660px;
}

#main H1
{
	margin-top:25px;
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	font-size: 90%;
	clear: both;
}

#footer #footContent
{
	margin:0 auto;
	position:relative;
	width:960px;
}

#footer #featuredCustomer
{
	float:left;
	width:50%;
}

#footer #news
{
	background:url('img/gear.gif') no-repeat top left;
	float:right;
	min-height:150px;
	width:50%;
}

/* TAB MENUS   
----------------------------------------------------------*/
ul.hmenu LI
{
	display:inline;
	list-style:none;
}

ul#menu
{
	width: 100%;
	background-image: url('img/menuGradient.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	text-align:center;
	margin-bottom:0;
}

/*** menu links ***/
UL#menu A
{
	background-position:left 8px ;
	background-repeat: no-repeat;
	padding: 10px 20px 10px 35px; 
	font-weight: bold;
    line-height: 2.8em;
    /*color: #B58065;*/
}

UL#menu a#thome
{
	background-image:url('img/sm-logo.png');
	background-position:left center;
	
}

UL#menu a#thome:HOVER
{
	text-decoration:none;
}

body.services UL#menu a#tservices
{
	background-position: left -30px;
}

body.blog a#tblog
{
	background-position: left -33px;
}

body.studies a#tstudies
{
	background-position: left -25px;
}

body.contact a#tcontact
{
	background-position: left -28px;
}

ul#footMenu
{
	background: url('img/menuGradient.jpg') repeat-x #000000 0 50%;
}

ul#footMenu LI A
{
	line-height:1.75em;
	margin: 0 2em;
}

ul.vmenu
{
	float:left;
	padding:.5em;
	margin-right:1em;
	list-style:none;
}

BODY.services #widgets
{
    position:absolute;
    top:450px;
    left:365px;
}

#services-menu
{
	background:url('img/blue-bg.gif') repeat-x top left #3493ab;
	height:60px;
	width:660px;
	
	/* hm */
	position:relative;
	margin-top: -60px;
	
	
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

/* attempting something slightly different */
#services-menu LI
{
	display:block;
	float:left;
	height:100%;
	position:relative;
	text-align:center;
	width:20%;
}

#services-menu LI A
{
	color:#290101;
	display:block;
	font-size:90%;
	font-weight:bold;
	line-height:20px;
	padding:10px 0 5px 0;
	width:100%;
}

#services-menu LI A:HOVER
{
    color: #FFF;
    text-decoration: none;
    border-bottom: 4px groove #25849C;
}

BODY.web-design A.web-design,
   BODY.web-development A.web-development,
   BODY.hosting A.hosting,
   BODY.seo A.seo,
   BODY.performance A.performance
{
	background:url('img/submenu-selected.jpg') no-repeat bottom left #45A4BC;
	color:#FFF;
}

BODY.about-us #logo, BODY.tech-blog #logo, BODY.case-studies #logo
{
	display:none;
}

BODY.about-us H1, BODY.tech-blog H1, BODY.  case-studies H1
{
	margin-top:60px;
}

.vds-eq SPAN
{
	color:#3493ab;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 20em;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 20em;
    border: 1px solid #CCC;
}

textarea
{
	height:10em;
	width:20em;
	border:1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.vds-eq
{
	font-size:225%;
	color:#B58065;
	text-align:center;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
	position: absolute;
	right: 0;
	top: 0;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

BODY.index #logo em {
color:#2887A7;
margin-left:8px;
}

/**** WIDGETS ****/
#widgets
{
    position:absolute;
    /*top:100px;
    right:250px;*/
    top:10px;
    right:10px;
}

/**** BLOG ****/
BODY.blog #main
{
    margin:0 100px 0 50px;
}

BODY.blog OL.posts
{
    list-style:none;
}

BODY.blog LI.post.header
{
    margin-bottom:20px;
}

BODY.blog LI.post.header H3 A
{
    color: #B58065;
}

BODY.blog DIV.comment.info
{
    position:absolute;
    text-align:center;
}

BODY.blog P
{
    line-height:1.3;
}

BODY.blog #main DIV.comment.info A
{
    color:#999;
    font-size:80%;
    text-transform:uppercase;
    font-family:Georgia, Serif;
}

BODY.blog DIV.comment.info SPAN.count
{
    display:block;
    color:#555;
}

BODY.blog H4.comments{
	cursor:pointer;
}

BODY.blog #commentform INPUT, BODY.blog #commentform TEXTAREA
{
    display:block;
}

BODY.blog DIV.post.info
{
    margin-left:100px;
}

BODY.blog DIV.post.footer
{
    font-size:65%;
    margin-left:100px;
    background:#eee;
    padding:.25em .5em;
}

BODY.blog DIV.post.footer UL
{
    list-style:none;
    display:inline;
}

BODY.blog DIV.post.footer UL LI
{
    display:inline;
}

BODY.blog DIV.post.footer UL LI A
{
    color:#333;
    text-decoration:underline;
}

BODY.blog DIV.post.content{
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
 
BODY.blog DIV.widget UL
{
    list-style:none;
}
 
BODY.blog DIV.widget A
{
    color: #B58065;
    font-size:85%;
}

#widgets { width:150px;}

DIV.tagcloud LI{ display:inline;}

DIV.tagcloud LI.tag-1
{
    font-size:80%;
}

DIV.tagcloud LI.tag-2
{
    font-size:90%;
}

DIV.tagcloud LI.tag-3
{
    font-size:100%;
}

DIV.tagcloud LI.tag-4
{
    font-size:105%;
    font-weight:bold;
}

DIV.tagcloud LI.tag-5
{
    font-size:110%;
    font-weight:bold;
}

DIV.tagcloud LI.tag-6
{
    font-size:115%;
    font-weight:bold;
}