/* CSS Document */



/* General Rules
----------------------------------------------- */

body {
	background: #fff url(../images/template/bkg_page.gif) top left repeat-x;
	color: #353525;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 155%;
	margin: 0;
	text-align: center;
	}

img { border: none; }

h1 {
	color: #445ca4;
	font-size: 215%;
	font-weight: normal;
	margin: 0 0 10px 0;
	clear: both;
	}
h2 {
	color: #445ca4;
	font-size: 120%;
	font-weight: normal;
	margin: 10px 0 5px 0;
	clear: both;
	}
h3 {
	font-size: 136%;
	margin: 20px 0 5px 0;
	clear: both;
	}
h4 {}

strong { font-weight: bold; }
em { font-style: italic; } 

ul { margin: 0; padding: 0 0 0 15px; }
li { margin: 0; padding: 0; }

a, a:visited { color: #445ca4; text-decoration: none; }
a:hover { color: #fd8813; }



a.arrowLink {
	background: url(../images/template/listmark_blueArrow.gif) right 1px no-repeat;
	font-size: 85%;
	padding-right: 13px;
	}
a.arrowLink:hover { background-image: url(../images/template/listmark_orangeArrow.gif); }

/* Misc Rules
----------------------------------------------- */

.clearBoth { clear: both; }

.floatRight { float: right; }
.floatLeft { float: left; }

.imgRight { float: right; margin: 5px 0 5px 10px; }
.imgLeft { float: left; margin: 5px 10px 5px 0; }
.imgcontain-l { float: left; width: 118px; margin: 15px 15px 10px 0; padding: 0; }
.imgcontain-r { float: right; width: 118px; margin: 15px 0 10px 15px; padding: 0; }
	.imgcontain-l img, .imgcontain-r img { border: 1px solid #385096; margin: 0 0 1px;}
	.imgcontain-l .caption, .imgcontain-r .caption { color: #5e7dd5; padding: 0 1px; margin: 0; font-size: 77%; }

.alignRight { text-align: right; }
.alignLeft { text-align: left; }

.small { font-size: 85%; }

.noMargin { margin: 0; }
.noTopMargin { margin-top: 0; }
.noBottomMargin { margin-bottom: 0; }

.noBorder { border: none; }



/* Page
----------------------------------------------- */

#pageWrap {
	background: url(../images/template/bkg_body.png) top left repeat-y;
	margin: 10px auto 0 auto;
	width: 769px;
	font-size: 100%;
	text-align: left;
	}



/* Header
----------------------------------------------- */

#head { margin: 0 6px 22px 6px; }



/* Navigation	
----------------------------------------------- */

#nav {
	background-color: #efefef;
	border-top: 1px solid #fdb67a;
	margin: 0 6px 0 6px;
	}
	
#mainNav {
	background: url(../images/template/bkg_nav.gif) no-repeat;
	height: 26px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 757px;
	}

#mainNav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#mainNav li, #mainNav a { height: 26px; display: block; background: none; text-decoration: none; }

#navHome 		{ text-indent: -999em; overflow: hidden; left: 0; width: 67px; }
#navSankyDirect { text-indent: -999em; overflow: hidden; left: 67px; width: 108px; }
#navSankyNet 	{ text-indent: -999em; overflow: hidden; left: 175px; width: 95px; }
#navOther 		{ text-indent: -999em; overflow: hidden; left: 280px; width: 122px; }
#navAbout		{ text-indent: -999em; overflow: hidden; left: 402px; width: 94px; }
#navPortfolio 	{ text-indent: -999em; overflow: hidden; left: 496px; width: 92px; }
#navClients		{ text-indent: -999em; overflow: hidden; left: 588px; width: 81px; }
#navNewsrooms	{ text-indent: -999em; overflow: hidden; left: 669px; width: 88px; }

#navHome a:hover, #navHome.active				{ background: transparent url(../images/template/bkg_nav.gif) 0 -26px no-repeat; }
#navSankyDirect a:hover, #navSankyDirect.active	{ background: transparent url(../images/template/bkg_nav.gif) -67px -26px no-repeat; }
#navSankyNet a:hover, #navSankyNet.active		{ background: transparent url(../images/template/bkg_nav.gif) -175px -26px no-repeat; }
#navOther a:hover, #navOther.active 			{ background: transparent url(../images/template/bkg_nav.gif) -280px -26px no-repeat; }
#navAbout a:hover, #navAbout.active				{ background: transparent url(../images/template/bkg_nav.gif) -402px -26px no-repeat; }
#navPortfolio a:hover, #navPortfolio.active 	{ background: transparent url(../images/template/bkg_nav.gif) -496px -26px no-repeat; }
#navClients a:hover, #navClients.active			{ background: transparent url(../images/template/bkg_nav.gif) -588px -26px no-repeat; }
#navNewsrooms a:hover, #navNewsrooms.active 	{ background: transparent url(../images/template/bkg_nav.gif) -669px -26px no-repeat; }



/* Content
----------------------------------------------- */

#content {
	border-left: 1px solid #b7c3e1;
	float: right;
	margin: 0 30px 40px 0;
	padding-left: 15px;
	width: 565px;
	}

.featureBlock {
	float: left;
	font-size: 90%;
	line-height: 140%;
	margin: 5px 7px 0 0;
	text-align: center;
	width: 129px;
	}
.featureBlock h2 { margin-top: 5px; font-weight: bold; height:2em; }
.featureBlock p { padding: 0 5px; }

div.featureBlock p.description { height:7em; }

.featureBlock img { border: 1px solid #999; }
.featureBlock p img { border: none; }
.featureBlock a.arrowLink { 
	font-size: 100%; 
	font-weight: bold; 
	background: url(../images/template/listmark_orangeArrow.gif) right 2px no-repeat;	
}
.featureBlock a.arrowLink:hover, .featureBlock a.arrowLink:active { 
	background-image: url(../images/template/listmark_blueArrow.gif);	
}

/* Specialty Home Page Goodies ---------------- */

#contentHome {
	/*background: url(../images/template/img_homeHeaderAlt.gif) 0 0 no-repeat;*/
	float: right;
	margin: 10px 20px 40px 0;
	width: 475px;
	}
#homeContentWrap {
	border-bottom: 1px solid #b7c3e1;
	border-left: 1px solid #b7c3e1;
	border-right: 1px solid #b7c3e1;
	border: 1px solid #b7c3e1;
	margin-top: 14px;
	padding: 0 15px;
	padding-bottom:15px;
	}
#homeContentWrap h2
{
	margin-top:15px;
}
#homeContentWrap p
{
	margin:7px 0;
}
#homeContentWrap img
{
	float:right;
	border:4px solid #ffbd72;
}

#homeContentWrap p#more_news
{
	margin-left:370px;
	padding-bottom:0;
	margin-bottom:0;
	font-weight:bold;
}

#homeHeader { background-color:#fff; margin-right: 5px; }
#homeHeader h1 a{text-decoration:none;}
#homeHeader h1 a:hover{text-decoration:none;}
#contentHome h1 { float: left; margin: -15px 0 5px 0; }
#contentHome h2 { font-weight: bold; }
#contentHome a, #contentHome a:visited { color: #fd8813; text-decoration: none; }
#contentHome a:hover { color: #445ca4; }

#contentHome h2.home_links a {
	color: #445ca4;
	text-decoration: none;
}

#contentHome h2.home_links a:hover {
	color: #fd8813;
	text-decoration: underline;
}



/* Sidebar
----------------------------------------------- */

#sidebar {
	float: left;
	margin: 0 0 40px 15px;
	width: 136px;
	}
#sidebar h2
{
	margin:20px 0 10px 0;
}
#sidebar ul { margin: 0; padding: 0; }
#sidebar li {
	background: url(../images/template/listmark_orangeArrow.gif) 0 4px no-repeat;
	color: #445ca4;
	line-height: 120%;
	list-style: none;
	margin: 0 0 15px 5px;
	padding: 0 0 0 13px;
	display:block;
	}
#sidebar li:hover {
	background: url(../images/template/listmark_blueArrow.gif) 0 4px no-repeat;
	}
#sidebar li.active {
	background: url(../images/template/listmark_blueStar.gif) 0 4px no-repeat;
	color: #fd8813;
	font-weight: bold;
	}
#sidebar li.active a {
	color: #fd8813;
	}

/* Specialty Home Page Goodies ---------------- */

#sidebarHome {
	float: left;
	margin: 0 0 0 15px;
	width: 250px;
	}

.mission {
	color: #717171;
	font-size: 90%;
	text-align: center;
	background: transparent url(../images/template/home_box_bg.gif) 0 5px no-repeat;
	width:224px;
	height:79px;
	margin-left:10px;
	}

.mission b
{
	color:#ff7522;
	display:block;
	margin-bottom:5px;
}
.tidbitWrap { margin: 0 0 0 10px; }
.tidbit {
	background: url(../images/template/bkg_tidbit.gif) left bottom no-repeat;
	border-left: 1px solid #dde2ef;
	border-right: 1px solid #dde2ef;
	color: #445ca4;
	font-size: 85%;
	line-height: 150%;
	margin: 0;
	padding: 5px 15px 12px 15px;
	width: 192px;
	}

#sankyDirect {
	background: url(../images/template/img_sankyDirectAlt.gif) top left no-repeat;
	display: block;
	height: 70px;
	margin: 0 0 -45px 0;
	/* overflow: hidden; */
	text-indent: -9999px;
	width: 224px;
	}

#sankyNet {
	background: url(../images/template/img_sankyNetAlt.gif) top left no-repeat;
	display: block;
	height: 70px;
	margin: 15px 0 -45px 0;
	/* overflow: hidden; */
	text-indent: -9999px;
	width: 224px;
	}

.learnMoreLink {
	background: url(../images/template/img_learnMore.gif) top left no-repeat;
	display: block;
	height: 9px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 224px;
	}
.learnMoreLink:hover {
	background-position: 0 -9px;
	}



/* Footer
----------------------------------------------- */
#foot {
	background: url(../images/template/bkg_foot.png) top left no-repeat;
	clear: both;
	color: #717171;
	font-size: 85%;
	margin: 0 auto 20px auto;
	padding: 1px 7px;
	width: 755px;
 	}
	
	
/* Blog
----------------------------------------------- */
div.post
{
	margin-bottom:25px;
}

p.postmetadata
{
	border-top:1px dashed #bdbdbd; 
	padding-top:5px;
	font-size:80%;
}


div.entry .entry_text
{
	float:left;width:60%;
}
div.entry .entry_images
{
	float:right;
	margin-left:30px;
}
div.entry .entry_images img
{
	border:4px solid #ffbd72;
	margin-bottom:20px;
}
div.entry img
{
	border:4px solid #ffbd72;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:10px;
}

/* want to give list items orange star on the background */
div.entry ul 
{
	
}
div.entry ul li
{
	margin: 0 0 10px 5px;
	padding: 0 0 0 13px;
	list-style:none;
	background: url(../images/template/listmark_blueStar.gif) 0 4px no-repeat;
}

/* fancy curly quotes*/
blockquote {
	text-indent:30px;
	background: url(../images/template/quote_start.gif) 0 2px no-repeat;
	padding-top:5px;
	width:400px;
	margin:0 auto;
}
blockquote p {
	display:inline;
	margin:0;
	padding-right: 30px;
	padding-bottom:7px;
	background: url(../images/template/quote_end.gif) bottom right no-repeat;
	color:#ff6900;
	font-size:120%;
	line-height:150%;
	width:400px;
}

/*---RSS--*/
span#rss a
{
	background:transparent url(../images/template/bkg_rss.gif) 0 -17px no-repeat;
	height:17px;
	width:29px;
	padding-left:33px;
}
span#rss a:hover
{
	background-position:0 0;
}


#portfolio-featured
{
	float:right;
	height:260px;
	width:260px;
}
#portfolio-featured a 
{
	color:#767676;

}
#portfolio-featured a b
{
	background:transparent url(../images/template/orange-arrow.gif)bottom right no-repeat;
	padding-right:12px;
	text-decoration:underline;
}

/* -- flickr -- */
a.flickr {
	background-image:url(../images/Flickr32x32-vi.png) no-repeat;
}

/* -- digg -- */
a.digg {
	background-image:url(../images/digg_32-vi.png) no-repeat;
}

/* -- delicious -- */
a.delicious {
	background-image:url(../images/delicious32x32-vi.png) no-repeat;
}

/* -- stumbleupon -- */
a.stumbleupon {
	background-image:url(../images/Stumbleupon32x32-vi.png) no-repeat;
}

/* -- myspace -- */
a.myspace {
	background-image:url(../images/MySpace32x32-vi.png) no-repeat;
}

/* -- facebook -- */
a.facebook {
	background-image:url(../images/facebook_32-vi.png) no-repeat;
}

/* -- twitter */
a.twitter {
	background-image:url(../images/twitter_32.png) no-repeat;
}

/**
  * @author		matt ryan
  * @date		Fri Jan 29 11:16:36 EST 2010
  * @comments	styles for comment section
  **/
div.comment div.comment-author {
    width: 64px;
    float: left;
	margin-top: 30px;
}
div.comment p {
 	float:right;
 	margin-left: 20px;
 	border: 1px solid #FD8813;
 	background-color: #fef5ec;
 	width: 435px;
 	padding: 20px;
 	vertical-align: center;
}
div.comment div.comment-meta {
 	float: right;
}
#respond {
	float:left;
	margin-top:10px;
}
#commentform textarea {
	width:100%;
	height:100px;
	border: 1px solid #445CA4;
}
#respond h3 {
    font-size:120%;
    color:#445CA4;   
}
#comments {
    font-size:120%;
    color:#FD8813;
}
.says {
	display:none;
}
cite.fn {
	float: left;
	margin-top: 10px;
}
form#commentform p input {
	border: 1px solid #445CA4;
}