/* 
Theme Name: Edge 
Theme URI: http://wpusher.com
Description: WPusher Commercial Theme
Author: Wpusher Brian Brandt
Author URI: http://wpdk.dk
Graphic by: Robert Hein - http://www.roberthein.dk/
Version: 1.0
*/


/* resetting some default styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
a:focus {outline:1px dotted #999;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

textarea {overflow:auto}
button {cursor:pointer}
input[type="checkbox"], 
input[type="radio"],
input.radio,
input.checkbox {
	vertical-align:text-top;
}
a {text-decoration:none;color:#e85a71	}
a:hover {text-decoration:underline}
/*  -----------------------------------
	a better and smarter way to clear floats
--------------------------------------*/

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* Hide from IE Mac \*/
.clearfix {display:block}
/* End hide from IE Mac */
* html .clearfix {height:1px}



body {
	background:url(images/pageBG.jpg) repeat-x left top #f7f7f4;
	font-family:Arial, Verdana, Sans-serif;
}
#wrap,
.innerFooter {
	width:940px;
	margin:0 auto;
	min-height:500px;
}

p img {
padding: 0; max-width: 100%;
}

img.alignright {
padding: 4px; margin: 0 0 2px 7px; display: inline; float: right;}

img.alignleft {
padding: 4px; margin: 0 7px 2px 0; display: inline; float: left;}

.right {
float: right;
}

.left {
float: left;
}

/* header
------------------------------------------------------------- */
#topNav {
	overflow:hidden;
	padding-top:5px;
	height:39px;
}
	#topNav li {
		float:left;
		font-size:14px;
		margin:5px
	}
		#topNav li a {
			color:#1b1b1b;
			text-decoration:none;	
			font-weight:700;
			padding:5px;
			text-transform: uppercase;
			display:block;
		}
		#topNav li a:hover,
		#topNav li.current_page_item a {
			color:#fff;
			background:#e85a71;	
		}
	#topNav li.contact {
		float:right
	}

#identity {
	height:80px;
}
	#identity a {
	float:left;
	margin-top:4px;
}
	#identity .tagLine {
		color:#737373;
		font:100 18px DIN-RegularAlternate, "Trebuchet MS", Helvetica, Tahoma, Sans-serif;
		float:right;
		padding-top:20px;
	}

#header {
	background:url(images/colorHeader.jpg) no-repeat left top;
	height:126px;
	padding:20px 50px 20px 30px;
	line-height:100%
}
	#header h4 {
		font:100 30px/42px DIN-RegularAlternate, "Trebuchet MS", Helvetica, Tahoma, Sans-serif;
		color:#fff;
		margin-bottom:10px;
	}
	#header h4 span.translucentSpan {
		overflow:hidden;
		display:block;
	}
		#header h4 span.translucentSpan cufon {
			float:left;
			background:url(images/translucentTitle.png) repeat left top;
			padding:3px 0;
			margin:2px 0
		}
	#header h6 {
		font-size:12px;
		font-weight:100;
		color:#fff	
	}
#homePageHeader {
	margin-top:2px;
	background:url(images/homePageHeader.jpg) no-repeat left bottom;
	margin-bottom:20px;
}
	#homePageHeader .homePageHeaderIMG {
		display:block;
	}
	#homePageHeader ul {
		padding:20px 30px 0;
		margin-left:-25px;
		height:146px;
	}
		#homePageHeader li {
			float:left;
			width:200px;
			margin-left:25px;
			line-height:120%;
			color:#565656;
			font-size:11px;	
			height:130px;
			position:relative;
		}
			#homePageHeader h2 {
				color:#1b1b1b;
				text-shadow:#f3f3f3 0px 1px 1px;
				font-size:14px;
				margin-bottom:10px;
			}
			#homePageHeader h5 {
				color:#f92c72;
				font-size:11px;
				margin-bottom:5px;
			}
			#homePageHeader .readMore {
				position:absolute;
				left:0;
				bottom:0;
			}
				.readMore,
				.readMore span,
				.replyLink a,
				.replyLink a span,
				#cancel-comment-reply-link,
				#cancel-comment-reply-link span,
				.contactForm button span{
					display:block;
					height:22px;
					line-height:22px;
					background:url(images/Read-More.png) no-repeat left -22px;
					padding-left:15px;
					cursor:pointer;
					font-weight:700;
					font-size:11px;
				}
				.readMore span,
				.replyLink a span,
				#cancel-comment-reply-link span,
				.contactForm button span span {
					padding:0 15px 0 0;
					background-position:right 0;
					color:#fff;
					text-shadow:#757575 0px 1px 1px;
				}
				.readMore:hover span,
				.replyLink a:hover span,
				#cancel-comment-reply-link:hover span,
				.contactForm button:hover span span  {
					text-shadow:#222 0px 1px 1px;
				}
				.readMore:hover,
				.replyLink a:hover,
				#cancel-comment-reply-link:hover {
					text-decoration:none;
				}

/* home page boxes
------------------------------------------------------------- */
#homePageWrapper {
	overflow:hidden;
	font-size:11px;
	line-height:140%;
	color:#3f3f3f	
}
	#homePageWrapper .box {
		background:#fff;
		float:left;
		width:505px;
		overflow:hidden;
		margin-bottom:18px;
	}
	#homePageWrapper .box h2 {
		height:40px;
		line-height:40px;
		text-indent: 20px;
		color:#272727;
		font-size:14px;
		text-transform: uppercase;	
	}
	#homePageWrapper .gAdwords,
	#homePageWrapper .latestDesign,
	#homePageWrapper .newsletter {
		width:418px;
		float:right
	}
		#homePageWrapper .readMore {
			float:right
		}
#homePageWrapper .gAdwords,
#homePageWrapper .testimonial,
#homePageWrapper .latestBlog,
#homePageWrapper .newsletter{
	height:131px;
	padding:20px 20px 0;
	width:465px;
}
	#homePageWrapper .testimonial .testimonialWrapper {
		margin-left:100px;
		padding-left: 5px;
	}
	#homePageWrapper .testimonial img {
		float:left
		
	}
	#homePageWrapper .testimonial h3 {
		font-size:14px;
		color:#737373;
		margin-bottom:10px;	
	}
	#homePageWrapper .testimonial h4 {
		text-transform: uppercase;
		float:left;
		line-height:22px	
	}
	#homePageWrapper .testimonial p {
		margin-bottom:10px;
	}
#homePageWrapper .gAdwords,
#homePageWrapper .newsletter {
	width:378px;
	background:url(images/radialGradient.jpg) no-repeat left top;
}
	#homePageWrapper .gAdwords h3 {
		color:#1b1b1b;
		font-size:21px;	
		margin:10px 0
	}
#homePageWrapper .videoPlayer ,
#homePageWrapper .latestDesign {
	height:370px;
}
#homePageWrapper .videoPlayer .readMore,
#homePageWrapper .latestDesign .readMore{
	margin:10px 15px
}
#homePageWrapper .latestDesign div.latestDesignTop {
	background-position:left top;
	padding:35px 0 0;
	height:auto;
}
	#homePageWrapper .latestDesign div {
		background:url(images/latestDesignGradient.jpg) no-repeat right bottom;
		height:253px;
	}
	#homePageWrapper .latestDesign img {
		display:block;
		margin:0 auto
	}
#homePageWrapper .latestBlog,
#homePageWrapper .newsletter {
	background:#fff;
	height:280px;
}
	#homePageWrapper .latestBlog h3,
	#homePageWrapper .newsletter h3 {
		font-size:14px;
		color:#252525	;
		text-transform: uppercase;
	}
	#homePageWrapper .latestBlog h1 {
		font-size:21px;
line-height: 23px;
		margin:10px 0 5px;
		text-transform: uppercase;
	}
		#homePageWrapper .latestBlog h1 a {
			color:#1b1b1b	
		}
	#homePageWrapper .latestBlog small {
		color:#999;
		display:block;
		margin-bottom:10px;
	}
		#homePageWrapper .latestBlog small a {
			color:#999	
		}
		#homePageWrapper .latestBlog p,
		#homePageWrapper .newsletter p {
			line-height:180%;
			margin:10px 0
		}
		#homePageWrapper .newsletter p {
			margin:10px 0
		}
		#homePageWrapper .newsletter button,
		#commentform button,
		.contactForm button {
			border: none;
			background:transparent;
			float:right;
			padding:0;
			width:1;
			overflow:visible;
		}
		#homePageWrapper .newsletter input.text,
		#author,
		#email,
		#url {
			display:block;
			margin-bottom:10px;
			background:#eee;
			border: 1px solid #c9c9c9;
			border-bottom-color:#f5f5f5;
			padding:4px;
			width:368px;
			color:#999;
			font-size:11px;	
		}
		#homePageWrapper .newsletter input:focus {
			background:#fff;
			color:#1b1b1b	
		}

/* inner page
------------------------------------------------------------- */

.breadCrumb {
	height:49px;
	line-height:48px;
	background:url(images/breadCrumbGradient.jpg) no-repeat left top;
	padding:0 30px;
	color:#1b1b1b;
	text-shadow:#f3f3f3 0px 1px 1px;
	font-size:20px;
	text-transform: uppercase;
	margin:1px 0 20px
}
	.breadCrumb a {
		color:#7c7c7c	
	}
		.breadCrumb a:hover {
			text-decoration:none;
			color:#1b1b1b	
		}
#innerPageWrapper {
	overflow:hidden;
	margin-bottom:20px;
}
#innerPageContent {
	float:left;
	width:630px;
	padding:40px 30px;
	background:#fff;
	font-size:12px;
	line-height:150%;
	color:#565656	
}
	#innerPageContent h1,
	#innerPageContent h2,
	#innerPageContent h3,
	#innerPageContent h4,
	#innerPageContent h4,
	#innerPageContent h5,
	#innerPageContent h6 {
		margin-bottom:20px;
		text-transform: uppercase;
	
	}
	#innerPageContent h2,
	#innerPageContent h3,
	#innerPageContent h4 {
		font-weight:100;
	}
	#innerPageContent h1 {font-size:30px;color:#3f3f3f	}
	#innerPageContent h2 {font-size:25px; line-height: 30px;}
	#innerPageContent h3 {font-size:20px;}
	#innerPageContent h4 {font-size:18px;}
	#innerPageContent h5 {font-size:16px;}
	#innerPageContent h6 {font-size:14px;}
	
	#innerPageContent hr,
	#innerPageContent .hrReplacement {
		height:1px;
		border:1px solid #d0d0d0;
		border-width:1px 0 0 0;
		margin:10px 0;
		width:100%;
	}
	#innerPageContent .hrReplacement hr {
		display:none;
	}
	
	#innerPageContent .storyTitle {
		overflow:hidden;
		margin-bottom:1em;
	}
		#innerPageContent .storyTitle .date {
			background:url(images/calendarIcon.png) no-repeat left top;
			float:right;
			width:40px;
			height:39px;
			text-align: center;
			text-transform: uppercase;
			margin-left:20px;
		}
			#innerPageContent .storyTitle .date span {
				height:17px;
				line-height:16px;
				display:block;
				color:#fff;
				font-size:10px;	
			}
			#innerPageContent .storyTitle .date strong {
				display:block;
				line-height:22px;
				color:#565656;
				font-size:14px;	
			}
	#innerPageContent .storyTitle h1 {
		font-size:30px;
		line-height:110%;
		margin:0
	}
	#innerPageContent .storyTitle h1,
	#innerPageContent .storyTitle h1 a {
		color:#3f3f3f	
	}
	#innerPageContent .storyTitle .postMeta {
		font-style:italic;
		color:#929292;
		font-size:11px;	
	}
	#innerPageContent .theStory {
		margin-bottom:20px;
	}
	#innerPageContent .theStory p,
	#innerPageContent .theStory ul,
	#innerPageContent .theStory ol {
		margin:1em 0;
	}
	#innerPageContent .theStory ol {
		list-style:decimal;
	}
	#innerPageContent .theStory ul {
		list-style: disc;
	}
		#innerPageContent .theStory li {
			margin-left:20px;
		}
	#innerPageContent .socialNets {
		border: 1px solid #d0d0d0;
		border-width:1px 0;
		padding:10px 0;
		margin-bottom:20px;
	}
		#innerPageContent .socialNets h4 {
			font-weight:700;
			color:#1b1b1b;
			font-size:14px;
			float:left;
			margin:0
		}
		#innerPageContent .socialNets ul {
			float:right
		}
			#innerPageContent .socialNets ul li {
				float:left;
				margin-left:5px;
			}
				#innerPageContent .socialNets ul li a {
					display:block;
					outline:none;
					width:16px;
					height:16px;
					text-indent:-9999px;
					opacity: 0.5;
					filter:alpha(opacity=50);
					background:url(images/socialIcons.png) no-repeat left top;
				}
				#innerPageContent .socialNets ul li a:hover {
					opacity: 1;
					filter:alpha(opacity=100);
				}
#innerPageContent .socialNets ul li a.twitter {background-position:0px top;}
#innerPageContent .socialNets ul li a.stumble {background-position:-21px top;}
#innerPageContent .socialNets ul li a.deli {background-position:-42px top;}
#innerPageContent .socialNets ul li a.digg {background-position:-63px top;}
#innerPageContent .socialNets ul li a.flick {background-position:-84px top;}
#innerPageContent .socialNets ul li a.facebook {background-position:-105px top;}
	
#innerPageSidebar {
	float:right;
	width:232px;
}
	#innerPageSidebar .widget {
		background:#fff;
		margin-bottom:20px;
	}
		#innerPageSidebar h4 {
			background:url(images/sidebarRainbow.png) no-repeat left bottom;
			height:40px;
			line-height:40px;
			padding-bottom:2px;
			text-indent:20px;
			color:#252525;
			font-size:14px;
			text-transform: uppercase;	
		}
		#innerPageSidebar .widget ul {
			padding:20px;
			font-size:12px;
			line-height:150%
		}
			#innerPageSidebar .widget li {
				border-top:1px dotted #c5c5c5;
				padding:1px 0;
			}
			#innerPageSidebar .widget li.first {
				border: none;
			}
				#innerPageSidebar .widget li a {
					display:block;
					line-height:28px;
					padding:0 5px;
					color:#565656	
				}
				#innerPageSidebar .widget li a:hover {
					color:#fff;
					text-decoration:none;
					background:#e85a71;	
				}
				#innerPageSidebar .widget li a span {
					background:url(images/rssIcon.png) no-repeat right center;
					display:block;
				}
/* comments
------------------------------------------------------------- */
.commentlist {
	border-top:1px solid #d0d0d0;
}
	.commentlist li {
		overflow:hidden;
		border-bottom:1px solid #d0d0d0;
		padding:20px 0
	}
	
	.commentlist .avatar{
		float:left;
	}
	.commentlist .commentContent,
	.commentlist li .children {
		margin-left:70px;
	}
	.commentlist li .children li {
		border: none;
		border-top:1px solid #d0d0d0;
		padding:10px;
		margin-top:10px;
		background:#f7f7f4;
	}
	#innerPageContent .commentlist .children .commentmetadata{
		overflow:hidden;
	}
	#innerPageContent .commentlist .children .commentmetadata h4 {
		float:left
	}
	#innerPageContent .commentlist .children small {
		float:right
	}
	#innerPageContent .commentlist .commentmetadata h4,
	#innerPageContent .commentlist .commentmetadata h4 a  {
		font-size:14px;
		font-weight:700;
		color:#e85a71;
		margin:0;
		font-style:normal;
	}
	#innerPageContent .commentlist .commentmetadata {
		margin-bottom:10px;
	}
	#innerPageContent .commentlist small,
	#innerPageContent .commentlist small a {
		font-size:11px;
		color:#929292;
		font-style:italic;	
	}
.replyLink {
	overflow:hidden;
}
.replyLink a,
#cancel-comment-reply-link{
	float:right
}
/* comment form
------------------------------------------------------------- */

#commentform,
.contactForm {
	background:#ebebe1;
	padding:20px
}
	#commentform button span span,
	.contactForm button span span {
		padding:0 40px 0 25px
	}
	.contactForm button span {
		float:left;
	}
	.contactForm button span span {
		float:none;
	}
	
	#commentform .checkbox {
		position:relative;
		width:13px;
		height:13px;
		top:-2px;
	}
	#commentform p,
	.contactForm p {
		margin-bottom:5px;
		line-height:24px;
		font-size:11px;
	}
	#innerPageContent .theStory .contactForm p.submit {
		margin:0;
		line-height:normal;
		overflow:hidden;
	}
#commentform p.subscribe-to-comments {
	float:left;
	margin:0
}
	#commentform p.subscribe-to-comments label {
		color:#929292;
		font-size:11px;	
	}
	#author,
	#email,
	#url,
	.contactForm input.text {
		width:430px;
		padding:2px;
		font-size:12px;
		background:#fff;
		display:inline;
		margin:0;
		color:#1b1b1b	
	}
	#commentform label {
		color:#929292;
	}
	.contactForm input.text{
		border: 1px solid #aaa;
	}
	#comment,
	.contactForm textarea {
		border: 1px solid #aaa;
		height:250px;
		width:584px;
		display:block;
	}
	.children #comment  {
		width:100%;
	}
	.children #author,
	.children #email,
	.children #url {
		width:250px;
	}
#respond {
	margin:20px 0
}
/* footer widgets
------------------------------------------------------------- */

#footer {
	background:#fff;
}
	.innerFooter {
		min-height:50px;
		padding:40px 0 0
	}
		.innerFooter .copy {
			font-size:11px;
			color:#a5a5a5;
			border-top:1px solid #f1f1f1;	
			padding:20px 0
		}
			.innerFooter .copy a {
				color:#a5a5a5	
			}
			
			.innerFooter .logo {float:right;}
	#footerWidgets {
		overflow:hidden;
		margin:0 0 20px -40px
	}
		#footerWidgets .widget {
			float:left;
			width:150px;
			margin-left:40px;
			font-size:11px;
			line-height:130%
		}
			#footerWidgets .widget h4 {
				color:#1b1b1b;
				font-size:14px;
				text-transform: uppercase;
				margin-bottom:10px;	
			}
				#footerWidgets .widget a {
					color:#565656	
				}















