/*
	Default 5-column, 768 px layout for iPads, netbooks, and IE
	(All other layouts inherit styles from this layout)
	-----------------------------------------------------------
	1      2      3      4      5     
	120px  264px  408px  552px  696px   (24px gutters)
*/

@font-face {
	font-family: 'MuseoSans500';
	src: url('http://www.1jump2.com/images/182d079fac567e7831177d8f0ae85e41/1jump2/images/2199.eot');
	src: local('Museo Sans 500'), local('MuseoSans-500'), url('http://www.1jump2.com/images/182d079fac567e7831177d8f0ae85e41/1jump2/images/2200.ttf') format('truetype');
}

body {
	background: #FFF url(bg.png) repeat-x;
	/*padding: 60px 36px 0;*/
	padding: 0 36px 0;
	width: 696px;
	margin: 0 auto;
	font-family: 'MuseoSans500',"Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
}

a 			{ color: #282828; text-decoration: none; }
a:hover 	{ color: #572962; text-decoration: underline; }
div.clear 	{ clear: both; }
.rght 		{ float: right; }
.lft 		{ float: left; }

#page-header {
	height: 109px;
	background: #3F0040 url(2162-696.png) no-repeat;
	background-position: top center;
}

#page-header a {
	text-decoration: none;
	color: #E9E9E7;
}

#page-header a:hover {
	text-decoration: underline;
}

#page-header hgroup h1 {
	float: left;
}

#page-header hgroup h1 img#logo-small {
	display: none;
}

#page-header hgroup h1 img#logo-large {
	margin-top: 15px;
}

#page-header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 109px;
	line-height: 109px;
	float: right;
}

#page-header nav ul li {
	float: left;
	margin-right: 10px;
}

#page-header nav ul li:last-child {
	margin: 0;
}

/* wrapper */
	
#wrapper {
	margin-top: 20px;	
}

/* page */

article#page {
	margin: 30px 0 50px 0;
	clear: both;
}


article#page header {
	background: none;
	padding: 15px 0 15px 0;
}

article#page section h2 {
	margin: 0;
	padding: 0;
	margin-top: 35px;
	color: #572962;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	font-weight: lighter;
}

article#page section h2 a {
	color: #572962;
}

article#page section p {
	text-align: justify;
	padding-top: 15px;
	line-height: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: lighter;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

article#page aside {
	padding-top: 50px;
}

article#page aside.rght {
	width: 300px;
	text-align: center;
	margin-left: 15px;
}

article#page section.lft {
	width: 356px;
}

article#page aside.lft {
	width: 300px;
	text-align: center;
	margin-right: 15px;
}

article#page section.rght {
	width: 356px;	
}

article#page section ul.features {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: lighter;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	width: 50%;
}

article#page section ul.features li {
	overflow: hidden;
}

/* banner */

article#page header img.banner {
	display: block;
	width: 445px;
	height: auto;
	margin-bottom: 45px;
}

/* box */

div.box {
	border: 1px solid #A8A8A8;
	margin-bottom: 15px;
}

div.box h2 {
	font-weight: 500;
	color: #572962;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

div.box p {
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: lighter;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

div.box-inner {
	background-color: #E1E1E1;
	border-bottom: none;
	border-left: 1px solid #F9F9F9;
	border-right: 1px solid #F9F9F9;
	border-top: 1px solid #F9F9F9;
	padding: 5px 25px;
}

div.menu {
	width: 226px;
	height: 193px;
	margin-left: 23px;
	overflow: hidden;
}

div.menu .box-inner {
	height: 100%;
}

img.box-img {
	width: 280px;
	border: 10px solid #E1E1E1;
	margin-bottom: 15px;
	box-shadow: 1px 1px 2px #A8A8A8;
	-moz-box-shadow: 1px 1px 2px #A8A8A8;
	-webkit-box-shadow: 1px 1px 2px #A8A8A8;
}

img.box-img:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* call to action */

article#page header div.call {
	clear: both;
	height: 25px;
	padding: 10px;
	background: #fff;	
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

article#page header div.call-shadow {
	height: 14px;
	margin: 0 auto;
	background: url(http://www.1jump2.com/images/182d079fac567e7831177d8f0ae85e41/1jump2/images/call-shadow-large.png) no-repeat top center;
}

article#page header div.call span {
	line-height: 25px;
}

article#page header div.call img {
	float: right;
}

/* footer */

footer#page-footer {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 70px;
	padding: 0 10px 0 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

footer#page-footer ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	border-top: 1px solid #E1E1E1;
	list-style: none;
}

footer#page-footer a {
	color: inherit;
	text-decoration: none;
}

footer#page-footer ul li {
	float: left;
	padding: 0 15px 0 15px;
	border-right: 1px solid #E1E1E1;
}

footer#page-footer ul li.first {
	padding-left: 0;
	letter-spacing: -0.5px;
	font-weight: lighter;
}

footer#page-footer ul li.rght {
	float: right;
}

footer#page-footer ul li.last {
	border-right: none;
}

/* Portfolio */

.portfolio {
 	list-style: none;
 	padding: 0;
 	margin: 0;
 	width: 100%;
 }
 
 .portfolio li {
 	float: left;
 	width: 267px;
 	height: 182px;
 	margin: 5px;
 	padding: 5px;
 	background-color: #D8D8D8;
 	background-position: center center;
 	background-repeat: no-repeat;
 }
 
 .portfolio p {
 	width: 267px;
 	height: 30px;
 	background-image: url(2192.png);
 	background-repeat: repeat-x;
 	text-align: center;
 	padding: 0;
 	margin: 0;
 	margin-top: 152px;
 	line-height: 30px;
 	color: #FFF;
 	font-size: 12px;
 	font-weight: 600;
 }

.portfolio a {
       text-decoration: none !important;
       color: #FFF !important;
}

.portfolio a:hover {
       text-decoration: underline !important;
}

/* Portfolio  */

	.portfolio1 {
		width: 352px;
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
		margin-top: 10px;
	}
	
	.tags {
		float: left;
		width: 203px;
		margin: 10px 0 0 10px;	
	}
	
	.tags iframe {
		margin: 5px;
		width: 198px;
		height: 45px;
		border:none; 
		overflow:hidden;	
	}
	
	.tags ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 203px;
	}
	
	.tags li {
		float: left;
		height: 25px;
		line-height: 25px;
		padding-left: 5px;
		padding-right: 5px;
		margin: 5px;
		background: #ECEAE6;
		color: #454545;
		text-align: center;
		border: 1px solid #ECEAE6;
		-moz-border-radius: 0.8em;
		-webkit-border-radius: 0.8em;
		font-size: 13px;
	}
	
	.tags li a {
		color: #454545;
		text-decoration: none;
	}
	
	.tags li:hover {
		background: #B72C8C;
		border: 1px solid #B72C8C;
	}
	
	.tags li:hover a {
		color: #fff !important;
	}
	
	.tags p {
		padding: 0;
		margin: 0;
		padding-top: 5px;
		color: #454545;
		clear: both;	
	}
	
	.tags strong {
		font-weight: normal;
		padding: 5px;
		font-size: 15px;	
	}
	
	.description {
		clear: both;
		width: 100%;
		min-height: 550px;	
	}
	
	.description h3 {
		width: 100%;
		border-bottom: 2px solid #D8D8D8;
		margin: 0;
		padding: 0;
		padding-left: 8px;
		padding-bottom: 5px;
	}
	
	.description p {
		padding: 0;
		margin: 0;
		padding: 20px;	
	}
		
	.portfolio1 li {
		padding-bottom: 10px;
		width: 350px;
		background: url(http://dl.dropbox.com/u/2297495/Websites/1jump2/portfolio-bottom.png) no-repeat bottom right;
	}
		
	.portfolio1 li div {
		width: 350px;
		height: 240px;
		padding-bottom: 20px;
		border: 1px solid #D8D8D8;
		background: #fff;
	}
	
	.portfolio1 li img {
		width: 310px;
		padding: 20px;
		padding-bottom: 0;
		border: none;
	}

	.portfolio1 li img {
		position:absolute;
		clip:rect(0px,auto,240px,0px);
	}

	.portfolio2 {
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
		margin-top: 10px;
	}
	.portfolio2 li {
		float: left;
		width: 181px;
		height: 181px;
		background: url(http://dl.dropbox.com/u/2297495/Websites/1jump2/portfolio-bottom.png) no-repeat bottom left;
		margin: 5px;
	}
	
	.portfolio2 li div.item {
		width: 181px;
		height: 181px;
		overflow: hidden;
		position: absolute;
	}
		
	.portfolio2 li div.hoverable {
		width: 159px;
		height: 130px;
		border: 1px solid #D8D8D8;
		border-bottom: 0;
		padding: 10px;
		padding-bottom: 0;
		overflow: hidden;
		background: #fff;
	}
	
	.portfolio2 li div.hoverable img {
		border: none;
	}
	
	.portfolio2 li div.options {
		width: 159px;
		height: 30px;
		border: 1px solid #D8D8D8;
		border-top: 0;
		border-top: 0;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 30px;
		text-align: right;
		font-size: 12px;
		letter-spacing: 0.5px;
		background: #fff;
	}

	.portfolio2 li div.options a {
		text-decoration: none;
		margin-left: 5px;
		width: 100%;
	}
	
	.portfolio2 li div.options a:hover {
		text-decoration: underline;
	}
	
	.portfolio2 li div.options a.fb:hover {
		text-decoration: underline;
		color: #4A6BA0 !important;
	}
	
	.portfolio2 li div.options a.tw:hover {
		text-decoration: underline;
		color: #00C0FD !important;
	}
						
	.portfolio2 li img.clip {
		position:absolute;
		clip:rect(0px,159px,130px,0px);
	}

	.portfolio2 li div.hoverable strong {
		display: none;
		color: #B72C8C;
		padding: 5px;
		line-height: 20px;
		font-size: 16px;
	}
	
	.portfolio2 li div.hoverable strong span {
		color: #B72C8C;
		padding: 5px;
		font-weight: normal;
		color: #454545;
		font-size: 14px;
	}

	.portfolio2 li div.hoverable:hover strong {
		display: block;
		position: absolute;
	}
	
	.portfolio2 li div.hoverable:hover img {
		opacity: 0.3; 
		filter: alpha(opacity = 0.3);
	}
	
/* Product Tables */
 
.rssList { 
	background:#FFF; 
	font-family:Trebuchet MS; 
	font-size:13px; 
	border:1px solid #D5D4D4; 
	border-top:0px; 
	width:563px;
	margin: 0 auto;
}
.rssList-Item { 
	border-top:1px solid #D5D4D4; 
	clear:both; 
}
.rssList-ProductQty { 
	background:#FFF; 
	float:left; 
	padding:5px 5px 5px 5px; 
	line-height:30px; 
	height:30px; 
	width:70px; 
	text-align:center;
	border-right:1px solid #D5D4D4; 
}
.rssList-ProductName { 
	background:#FCFCFC; 
	float:left; 
	padding:5px 5px 5px 10px; 
	line-height:30px; 
	height:30px; 
	width:200px; 
	border-right:1px solid #D5D4D4; 
}
	
.rssList-ProductPrice { 
	background:#FFF; 
	float:left; 
	padding:5px 5px 5px 5px; 
	line-height:30px; 
	height:30px; 
	width:80px; 
	text-align:center; 
	border-right:1px solid #D5D4D4; 
}
.rssList-ProductButton { 
	background:#FFF; 
	float:left; 
	padding:5px 5px 5px 5px; 
	line-height:30px; 
	height:30px; 
	width:165px; 
	text-align:center; 
}
.rssHeading { 
	background:#FCFCFC; 
	border-bottom:none; 
	font-weight:bold; 
}
.cart-table { 
	background:#FFF; 
	font-family:Trebuchet MS; 
	font-size:13px; 
	border:1px solid #D5D4D4; 
}
.cart-table-heading { 
	background:#FCFCFC; 
	padding:5px 5px 5px 5px; 
	line-height:30px; 
	height:30px; 
	text-align:center; 
	font-weight:bold; 
}
.cart-table-heading td { 
	border-right:1px solid #D5D4D4; 
	border-bottom:1px solid #D5D4D4; 
}
.cart-table-heading-last { 
	border-right:none !important; 
}
.cart-table-row td { 
	padding:5px 5px 5px 5px; 
	border-right:1px solid #D5D4D4; 
	border-bottom:1px solid #D5D4D4; 
}
.productColumn { 
	height:333px !important; 
	border-width:0px !important;
	background:url(http://www.1jump2.com/images/182d079fac567e7831177d8f0ae85e41/1940.jpg) no-repeat; 
}
.productName { 
margin-top:10px; 
}
.productName a { 
	color:#3F0040 !important; 
	font-size:16px !important; 
	font-weight:500 !important; 
	text-decoration:none !important; 
}
.productPriceDiv { 
font-size:20px !important; 
color:#3F0040 !important; 
}
