/* ------------------------------------------- 
Idea Ladder Style Sheet

version:	1.1
author: 	Leigh Scherer 
email: 		lscherer@idealadder.com
website: 	www.idealadder.com
-----------------------------------------------*/

/* Typography
-----------------------------------------------*/

body {
	text-align: center;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(../images/il_bgtile2.jpg);
	min-width: 960px;
	margin-top:0px;
	margin-bottom:0px;
}

h1 {
	font-size:18px;
}

a {
	color: #39f
}

p {
	margin:0px;
}

#branding h2 {
	text-indent:-9999px;
}

#branding a {
	float: right;
	display: inline-block;
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
	padding-top: 60px;
	padding-right: 40px;
	margin-top:0px;
}

#mainNav ul a {
	color: #666666;
	font-size:12px;
	font-weight:bold;
	line-height:21px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border-bottom:1px dotted;
	border-color:#cccccc;
}

#mainNav ul a:hover, .selected a {
	background-position: right bottom;
	color: #ff0066;
}

#mainNav li {
	background: url(images/circle.gif) no-repeat 0 50%;
	padding-left: 30px;
	list-style-type: none;
}

#mainNav p {
	color: #666666;
	font-style:italic;
	font-size:11px;
	line-height:20px;
	padding-left: 45px;
	padding-right: 20px;
	padding-top:10px;
}

#home #mainNav .home a,
#brand #mainNav .brand a,
#online #mainNav .online a,
#design #mainNav .design a,
#development #mainNav .development a,
#philosophy #mainNav .philosophy a,
#commerceportfolio #mainNav .commerceportfolio a,
#smallbusiness #mainNav .smallbusiness a,
#blog #mainNav .blog a,
#contact #mainNav .contact a {
	color: #ff0066;
	font-size:12px;
	font-weight:bold;
	line-height:21px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border-bottom:1px dotted;
	border-color:#cccccc;
	cursor: default;
}

#contentSub1 h1, #contentSub1 p, #contentSub2 h1, #contentSub2 p, #contentSub3 h1, #contentSub3 p {
	padding-left:20px;
	padding-right:15px;
	padding-top:0px;
	margin-top:10px;
	margin-bottom:0px;
}

#contentMain ul {
	list-style-image:inherit;
}

#contentMain li {
	padding-left:20px;
	padding-right:40px;
	padding-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	list-style-type: none;
	background: url(images/circle.gif) no-repeat 0 50%;
}

img {
	border-style:none;
}

#footer p {
	padding-bottom:20px;
}



/* Layout
-----------------------------------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color:#ffffff;
	border-right:1px dotted;
	border-left:1px dotted;
	border-color:#ff0066;
}

#branding {
	width: 960px;
	height: 147px;
	background:url(images/logo.png) no-repeat;
	border-bottom:1px dotted;
	border-color:#ff0066;
	margin-bottom:0px;
	border-left:none;
}

#contentMain {
	width: 600px;
	float: right;
	padding: 20px;
	border-left:1px dotted;
	border-bottom:1px dotted;
	border-color:#ff0066;
}

#contentSub1 {
	width: 280px;
	height: 178px;
	float: left;
	padding-right: 0px;
	margin-bottom:10px;
	background: url(images/ideas.gif) no-repeat top left;
	border-bottom:1px dotted;
	border-color:#ff0066;
}

#contentSub2 {
	width: 280px;
	height: 178px;
	float: right;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom:10px;
	background: url(images/ideas.gif) no-repeat top left;
	border-bottom:1px dotted;
	border-color:#ff0066
}

#contentSub3 {
	width: 600px;
	float: left;
	padding-right: 10px;
	margin-bottom:20px;
	background: url(images/ideas.gif) no-repeat top left;
}
	
#mainNav {
	width: 280px;
	height:100%;
	float: left;
	padding-top:20px;
}

.img-wrapper {
	float:left;
	margin: 10px 20px 0 0;
	line-height:0;
}

.img-wrapper img {
	float:none;
	margin:0;
	padding:4px;
	position:relative;
	border-style:none;
	border:1px dotted;
	border-color:#cccccc;
}

#footer {
	clear:both;
	text-align: right;
	padding:20px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
