﻿/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:11px;
	line-height: 1.5;
	color:#333333;
}

a:focus {
	outline: 0px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	color: #5A5A5A;
	font-weight: normal;
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
}

h2 {
	font-size: 16px;
	color: #7A7A7A;
	font-weight: normal;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

h3 {
	font-size: 14px;
	color: #5A5A5A;
	font-weight: bold;
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	padding-bottom:4px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

p {
}
/* LINKS
----------------------------------------------------------------------------------------------------*/

a, a:visited {
	color:#437cc3;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	/* color:#EE8F00;*/
	text-decoration:underline;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}

p.larger2 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:14px;
	color:#437cc3;
	font-weight:bold;
}


.paddingBottom {
	padding-bottom:30px;
}

#breadcrumbs {
	margin-top:6px;
}


/* TOP NAVIGATION
----------------------------------------------------------------------------------------------------*/
#menu {
	list-style: none;
	padding: 0;
	margin-top: 4px;
	margin-left:77px;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -9000%;
	position: absolute;
	outline: none;
}
#menu li a:hover {
	/*background-position: left bottom;*/
	background-position:bottom;
}
#menu a:hover span {
	display: block;
}
#menu a.selected {
	background-position: center;
}

#menu .home {
	width: 70px;
	height: 58px;
	background: url(../images/navHome.gif) no-repeat;
	left:0;
	top:-16px;
}
#menu .services {
	width: 120px;
	height: 58px;
	background: url(../images/navServices.gif) no-repeat;
	left:80px;
	top:-16px;
}
#menu .portfolio {
	width: 92px;
	height: 58px;
	background: url(../images/navPortfolio.gif) no-repeat;
	left:210px;
	top:-16px;
}
#menu .blog {
	width: 61px;
	height: 58px;
	background: url(../images/navBlog.gif) no-repeat;
	left:312px;	
	top:-16px;
}
#menu .about {
	width: 70px;
	height: 58px;
	background: url(../images/navAbout.gif) no-repeat;
	left:383px;
	top:-16px;
}
#menu .contact {
	width: 84px;
	height: 58px;
	background: url(../images/navContact.gif) no-repeat;
	left:463px;
	top:-16px;
}


/* SOCIAL ICON LINK LIST 
----------------------------------------------------------------------------------------------------*/
#about ul.icons, .about ul.icons li {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#about ul.icons li {
	display:block;
	padding:4px 0;
	padding-left:30px;
}
.icon {
	background: left 5px no-repeat;
	margin:0;
	padding:0;
}
.facebook {
	background-image:url(http://www.facebook.com/favicon.ico);
}
.twitter {
	background-image:url(http://www.twitter.com/favicon.ico);
}
.linkedin {
	background-image:url(http://www.linkedin.com/favicon.ico);
}
.delicious {
	background-image:url(http://www.delicious.com/favicon.ico);
}
.digg {
	background-image:url(http://www.digg.com/favicon.ico);
}
.stumbleupon {
	background-image:url(http://www.stumbleupon.com/favicon.ico);
}
.technorati {
	background-image:url(http://www.technorati.com/favicon.ico);
}
.slashdot {
	background-image:url(http://www.slashdot.com/favicon.ico);
}
.google {
	background-image:url(http://www.google.com/favicon.ico);
}
.reddit {
	background-image:url(http://www.reddit.com/favicon.ico);
}

/* NICELY FORMATTED LIST
----------------------------------------------------------------------------------------------------*/

#formattedList ul li {
	margin-left: 20px;
	padding: 0;
	list-style: none;
	list-style-image: url('../images/bullet.gif')
}

/* CONTAINER BOX
----------------------------------------------------------------------------------------------------*/
.greyBox {
	border:1px solid #CCCCCC;
	padding:10px;
}



/* TWITTER BOX
----------------------------------------------------------------------------------------------------*/
#twitter_div ul {
	list-style: none;
}
#twitter_div ul li {
	margin: 4px 0 0 0; 
	list-style: none;
	padding: 4px 4px 8px 4px;	
	border:1px solid #BBBBBB;
}

.borderRight {
	border-right: 0px solid #BBBBBB;
}

/* FORMS
----------------------------------------------------------------------------------------------------*/
input {
	font-size:11px; 
	color:#333333; 
	border: 1px solid #CCC;	
}
select.blogSelect {
	width:108px;
	font-size:11px; 
	color:#333333; 
	border: 1px solid #CCC;		
}
label {
	float: left;
	text-align: right;
	margin-right: 25px;
	width: 90px;
	color:#333333;
}
#contact-area input, #contact-area textarea {
	width: 200px;
	border: 1px solid #ccc;
	font-size:11px; 
	color:#333333; 	
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #437cc3;
}
#contact-area input.submit-button {
	margin-left:115px;
	width: 100px;
	float: left;
}
.errorText {
	color:#FF0000;
}

/* PORTFOLIO
----------------------------------------------------------------------------------------------------*/
.portfolioElement {
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding: 20px;
	background: ;
	background-color: #EFEFEF;
}

.portList ul li {
	margin-left: 20px;
	padding: 0;
	list-style: none;
	list-style-image: url('../images/bullet.gif')
}

.portLabel {
	font-weight:bold;
	width:100px;
	float:left;
}
.portAnswer {
	width: 350px;
	float:right;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
#footerCenter {
	text-align:center;
}


/* THINGS OTHER THAN TEXT */
.topPadding {
	padding-top:10px;
}



