/*Portfolio Left Right Column*/
div.left {
	width: 70%;
}
div.right {
	width: 30%;
}
/*Content*/
#content	{ padding:10px; width:910px; margin-bottom:0; overflow:hidden; }

/*Wrapper for portfolio entries*/
.Portfolio_Listing {
	padding: 5px;
	border-bottom: solid 10px #C1272D;
	padding-top: 0px;
	margin-bottom: 15px;
}
.Portfolio_Listing h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #6B7552;
	font-weight: 100;
	font-size:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.Portfolio_Listing h2 {
	color:#5F6B77;
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:19px;
}
.Portfolio_Listing p {
	text-align: justify;
	line-height:20px;
}
.Portfolio_Listing img {
	margin: 0px auto;
	text-align: center;
}
/*Link used in portfolio entries*/
.Portfolio_Listing .link_post ul {
	margin: 0px;
	padding: 0px;
}
.Portfolio_Listing .link_post li {
	list-style-type: none;
	padding: 0px;
	text-align: right;
	margin: 5px 27px;
	margin-top:0;
}
.Portfolio_Listing .link_post a:link, .Portfolio_Listing .link_post a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 5px;
	background:#333;
	margin: 5px 0px;
}
.Portfolio_Listing .link_post a:hover {
	background:#C1272D;
}
/*Image Slide Styles*/
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 600px; /*Width of Carousel Viewer itself*/
	height: 365px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 580px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/*Image Slide Styles END*/
/*Portfolio Navigation*/
#portfolio_nav {
	border-bottom: #3A2518 1px dotted;
	margin-bottom:40px;
	margin-left:15px;
	width:230px;
	padding-right:10px;
}
#port_navlist ul, #port_navlist ul li {
	margin: 0px;
	padding: 0px;
}

#port_navlist li {
	list-style:none;
	padding:5px 0px;
}
/*web pg no.*/
.port_pgno ul {
	margin: 0px;
	padding: 0px;
	text-align:right;
	float:right;
}
.port_pgno li {
	margin: 0px;
	padding: 0px;
	display:inline;
	font-size: 10px;
}
.port_pgno a:link, .port_pgno a:visited {
	color:#FFF;
	background: #666;
	padding:1px 6px;
	text-decoration:none;
	margin: 0px 2px 0 0;
}
.port_pgno a:hover, .port_pgno .active a {
	background: #C1272D;
}

/*Portfolio Header*/
#portHeader			{ border-bottom:4px solid #D33432; float:left; width:890px; }
#portHeaderImg	{
	width:606px;
	float:left;
}
#portHeaderProj 	{
	padding:20px 30px;
	border:1px solid #DCDCDC;
	height:260px;
	float:left;
	width:222px;
}
#portHeaderProj ul	{ padding:0px; margin:0; list-style:none; }
#portHeaderProj label	{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:10px; line-height:10px; color:#666; }
#portHeaderProj li	{ padding:8px 0px; padding-top:0px; margin:0; list-style:none; }
#portHeaderProj h2	{ font-size:32px; line-height:30px; padding:0px; margin:0px; }
#portHeaderProj h3	{ font-size:24px; line-height:24px; padding:0px; margin:0px; }
#portHeaderProj h4	{ font-size:16px; line-height:18px; padding:0px; margin:0px; }
#portHeaderProj a:link, #portHeaderProj a:visited 	{ color: #333; text-decoration:underline; }
#portHeaderProj a:hover 	{ text-decoration:none; color:#D33432; }
/*Project Description*/
#description		{ float:left; width:473px; margin:20px 0px; padding-right:15px; }
#description		{
	font-size:15px;
	line-height:25px;
	color:#666666;
}
#description h1		{ font-size:60px; line-height:60px; margin:0px; margin-bottom:15px; padding:0; color:#333; }
/*Porfolio Sidebar*/
#sidebar			{ float:left; margin:20px 0px; }
#sidebar h3	a:link, #sidebar h3	a:visited	{ font-size:17px; line-height:35px; color:#D33432; padding:20px; text-decoration:none; }
#sidebar h3	a:hover { color:#F90; }
.sidebar_item		{  border:#C2C2C2 solid 1px; width:400px; background:#F7F7F7;  }
.sidebar_item .thumb{ height: 250px; }

/*Portfolio Footer*/
#portFooter			{ height:47px; background:#D33432; clear:both; width:900px; font-family:Georgia, "Times New Roman", Times, serif; padding-left:30px; }
#portFooter a:link, #portFooter a:visited	{ font-size:30px; color:#FFF; line-height:47px; text-decoration:none; }

/*Portfolio Thumbnail Listing Main Page*/
.web, .print, .branding , .mascot, .all{ float:left; margin: 0px 5px 10px 5px; }

/*Catergory Colors*/
#port_filter_sort li a:link, #port_filter_sort li a:visited {
	font: Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
}
#port_filter_sort li a:hover {
	font-size:30px;
}
.all_link a:link, .all_link a:visited {
	color: #EE3C96;
}
.web_link a:link, .web_link a:visited {
	color: #F26530;
}
.print_link a:link, .print_link a:visited {
	color: #FF3D00;
}
.brand_link a:link, .brand_link a:visited {
	color: #3E89C2;
}
.mascot_link a:link, .mascot_link a:visited {
	color: #89AA43;
}


#portMainRight a:link, #portMainRight a:visited { width:228px; background:#fff; display:block; text-decoration:none; border:1px solid #EDEDED; color:#333; }
#portMainRight a:hover { background:#D33432; color:#FFF; }
.web .title, .print .title, .branding .title, .mascot .title { font-family:Georgia, "Times New Roman", Times, serif; padding:10px; padding-top:0px; height:83px; font-size:21px; }
.web .client, .print .client, .branding .client, .mascot .client { font-family: Helvetica, Verdana, Arial, sans-serif; padding:10px; height:10px; font-size:10px; }

/*Click for details*/
.details, .webdetails { font-size:0.45em; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin:5px 0;}
a:link .details, a:visited .details { display:block; color:#999; background:url(../images/icons/zoom.gif) no-repeat right bottom;  text-align:right; padding-right:18px; height:15px;}
a:hover .details { display:block; background:url(../images/icons/zoom.gif) no-repeat right top; color:#FFF; }
/*web Zoom icon*/
a:link .webdetails, a:visited .webdetails { display:block; color:#999; background:url(../images/icons/webzoom.gif) no-repeat right bottom;  text-align:right; padding-right:18px; height:16px;}
a:hover .webdetails { display:block; background:url(../images/icons/webzoom.gif) no-repeat right top; color:#FFF; }