@charset "UTF-8";

/* GENERAL COMMON STYLES*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #D5E6ED;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 1.2em;
}
img {
	border: none;	
}
a:link, a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}






/* MISC CUSTOM CLASSES*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.tight {
	margin-bottom: 0.2em;
}
.nobreak {
        white-space: nowrap;
}
.rule {
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	font-size: 0px;
}
.rule2 {
	background-color: #CCCCCC;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: both;
	font-size: 0px;
}





/* HEADER AND MAIN NAV */

#wrapper_header {
	background-color: #1C1B1B;
	background-image: url(../images/headerBG_spacer.jpg);
	background-repeat: repeat-x;
	height: 150px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header {
	height: 150px;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper_content {
	background-color: #FFFFFF;
	background-image: url(../images/bodyBG_spacer.jpg);
	background-repeat: repeat-x;
}
#header .logo {
	position: absolute;
	left: 38px;
	top: 91px;
}
#navigation {
	position: absolute;
	left: 255px;
	top: 105px;
	height: 45px;
	width: 660px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	height: 45px;
	width: 110px;
	float: left;
}
#navigation span {
	display:none;
}

#about a {
	background-image: url(../images/btn_about.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#services a {
	background-image: url(../images/btn_services.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#portfolio a {
	background-image: url(../images/btn_portfolio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#news a {
	background-image: url(../images/btn_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#blog a {
	background-image: url(../images/btn_blog.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#clients a {
	background-image: url(../images/btn_clients.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contact a {
	background-image: url(../images/btn_contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation a:hover,
body.about #about a,
body.services #services a,
body.portfolio #portfolio a,
body.news #news a,
body.blog #blog a,
body.clients #clients a,
body.contact #contact a {
	background-position: 0px -45px;
}






/* CONTENT FRAMEWORK*/

#content {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	min-height: 500px;
}

#columnL {
	float: left;
	width: 664px;
}
#columnR {
	float: right;
	width: 251px;
	padding-top: 8px;
	padding-bottom: 20px;
}




/* PORTFOLIO PAGES */

body.portfolio #columnL {
	width: 629px;
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 25px;
}
body.portfolio #columnR {
	float: right;
	width: 205px;
	padding-bottom: 0px;
	padding-top: 18px;
	margin-top: 20px;
	margin-right: 5px;
	background-image: url(../images/panel-thumbnails.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	margin-bottom: 25px;
}
#columnL_portfolioHome {
	float: left;
	width: 400px;
	margin-top: 45px;
	margin-left: 20px;
}
#columnR_portfolioHome {
	float: right;
	width: 461px;
	padding-top: 15px;
	padding-bottom: 20px;
}
body.portfolio h4 {
	font-size: 26px;
	font-weight: normal;
	color: #CC6600;
	margin-bottom: .7em;
	line-height: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body.portfolio h3 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: .2em;
}







/* CONTENT - LEFT*/

#body_copy {
	padding-right: 70px;
	padding-left: 39px;
	padding-top: 15px;
	padding-bottom: 30px;
	line-height: 18px;
}
#body_copy h1 {
	font-size: 36px;
	font-weight: normal;
	color: #CC6600;
	line-height: 26px;
	margin-bottom: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
.home #body_copy h1 {
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	color: #C60;
	margin-bottom: 0.3em;
	letter-spacing: -1px;
}
#body_copy h2 {
	font-size: 17px;
	font-weight: normal;
}






/* SERVICE ICONS */

#service_icons {
	height: 58px;
	width: 555px;
}
#service_icons ul {
	list-style-type: none;
}
#service_icons li {
	display: inline;
}
#service_icons a {
	height: 43px;
	float: left;
	display: block;
	font-size: 17px;
	color: #666666;
	padding-left: 55px;
	padding-right:35px;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
#service_icons a:hover {
	color: #CC6600;
	text-decoration: none;
}
#service_icons #print a {
	background-image: url(../images/icon-graphic-design.gif);
}
#service_icons #web a {
	background-image: url(../images/icon-web-design.gif);
}
#service_icons #logo a {
	background-image: url(../images/icon-logo-design.gif);
}







/*LISTS*/

ul.list {
	margin-bottom: 2em;
	margin-left: 25px;
}
.list li {
	margin-bottom: 0.5em;
}
ul.list ul {
	margin-left: 30px;
}





/* CONTENT - RIGHT */

.spotlight {
	font-size: 11px;
	line-height: 14px;
	height:100px;
}
.spotlight a {
	color: #666666;
	text-decoration: none;
}
.spotlight a:hover {
	color: #CC6600;
	text-decoration: none;
}
.spotlight img {
	float: left;
	margin-right: 8px;
	margin-top:-2px;
}
.spotlight h1 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#top10 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 65px;
	line-height: 16px;
	background-image: url(../images/bubble_contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#top10 img {
	margin-bottom: 5px;
}





/*SUB NAV*/

#subnav {
	height: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 25px;
	margin-bottom: 15px;
	background-image: url(../images/border_1px.gif);
	background-repeat: repeat-x;
	background-position: 0px 29px;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav ul {
	list-style-type: none;
}
#subnav li {
	display: inline;
}
#subnav a {
	display: block;
	float: left;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	color: #666666;
	*padding-bottom: 6px; /*this is an IE 7 and lower hack*/
}
#subnav a:hover {
	color: #CC6600;
	text-decoration: none;
	background-image: url(../images/subnav_accent.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#subnav ul.subnav01 #subnav01 a,
#subnav ul.subnav02 #subnav02 a,
#subnav ul.subnav03 #subnav03 a,
#subnav ul.subnav04 #subnav04 a,
#subnav ul.subnav05 #subnav05 a,
#subnav ul.subnav06 #subnav06 a,
#subnav ul.subnav07 #subnav07 a,
#subnav ul.subnav08 #subnav08 a{
	color: #CC6600;
	background-image: url(../images/subnav_accent.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-bottom: 8px;
	*padding-bottom: 7px; /*this is an IE 7 and lower hack*/	
}



/* PORTFOLIO STYLES */

body.portfolio #body_copy {
	padding-right: 20px;
	padding-left: 40px;
}
body.portfolio #subnav {
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#columnL_portfolioHome ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#columnL_portfolioHome a {
	display: block;
	width: 140px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 37px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #666666;
	border: 1px solid #CCCCCC;
	margin-bottom: 7px;
}
#columnL_portfolioHome a:hover {
	text-decoration: none;
	background-color: #f0f0f0;
	color: #CC6600;
}
#columnL_portfolioHome #print a {
	background-image: url(../images/icon_print.gif);
	background-position: 7px 7px;
}
#columnL_portfolioHome #web a {
	background-image: url(../images/icon_web.gif);
	background-position: 7px 7px;
}
#columnL_portfolioHome #logo a {
	background-image: url(../images/icon_logo.gif);
	background-position: 7px 7px;
}








/* FOOTER */

#footer_wrapper {
	background-image: url(../images/footer_shadow.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#footer {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	color: #3399cc;
	padding-bottom: 15px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .invis,
#footer .invis a,
#footer .invis a:link,
#footer .invis a:hover {
	color: #D5E6ED;
}
#footerL {
	float: left;
	width: 500px;
	padding-top: 15px;
}
#footerR {
	float: right;
	width: 375px;
	text-align: right;
}
#footer a {
	color: #3399cc;
}







/* MISC TEXT STYLES */
.subhead_blue {
	font-weight: bold;
	color: #3399cc;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
}
body.clients td {
	padding: 10px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color:#CC6600;
	line-height: 1em;
	margin-bottom: .6em;
}






/* FORMS */

form {
	font-size:11px;	
}
#contact-main {
	font-size:12px;	
}

input.field {
	border: 1px solid #42A0CF;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	width: 200px;
}
#contact-main input.field {
	width: 200px;
}

textarea.comments {
	border: 1px solid #42A0CF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	width: 200px;
}
#contact-main textarea.comments {
	width: 350px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 110px;
	font-size: 12px;
}
fieldset {
	margin-bottom: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





#newsletter {
	line-height:1.1em;
}
#newsletter h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C60;
	font-weight: normal;
	margin-bottom: 7px;
}





#wrapper_top {
	background-image: url(../images/headerBG_spacer.jpg);
	background-repeat: repeat-x;
	height: 7px;
}
#wrapper_top h1 {
	font-size: 6px;
	color: #313131;
	text-align: center;
}







/* CAROUSEL JQUERY CORE STYLES */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#mycarousel ul {
	list-style-type: none;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 565px;
    height: 367px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/* CAROUSEL THUMBNAIL GRID */
.jcarousel-control {
}
.jcarousel-control ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.jcarousel-control li {
	display: inline;
}
.jcarousel-control a {
	width:55px;
	height:55px;
}
.jcarousel-control a img {
	margin-right:6px;
	margin-bottom: 6px;
}



/* CAROUSEL CONTAINER */
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 565px;
	padding-left:37px; padding-right:37px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  565px;
    height: 367px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 565px;
    height: 367px;
}

/* CAROUSEL HORIZONTAL BUTTONS */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 32px;
	height: 323px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/portfolio/arrow_next.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 32px;
	height: 367px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/portfolio/arrow_prev.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -32px 0;
}
.hidden {
	visibility: hidden;
	position: absolute;
}
#quick-contact {
	padding-left: 20px;
}

#social-media {
	margin-bottom:20px;	
}






/* BLOG */

#menu {
	margin-top:80px;	
}
#menu ul, #menu li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom:5px;
}
#menu h2 {
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
#the-loop h6 {
	font-size:10px;
	color:#999;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: Arial, Helvetica, sans-serif;
}
#the-loop h1 {
	font-size:18px;
	margin-bottom:.1em;
	letter-spacing:normal;
}
#columnR .share {
	padding-left: 17px;
}
