/*
  ------------------------------------------------
	stylesheet for various pages of www.nodes.dk
	
	created 2010 by Jan Zikmund
	www.janzikmund.eu
  ------------------------------------------------
*/


div.page_contents {
	margin-top: 30px;
	min-height: 400px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       H  O  M  E  P  A  G  E
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#page_home {
	margin-top: 0px;
	position: relative;
}
	
	
/*  --  C A S E S  --  */
#page_home div.cases {
	margin-top: 30px;
	height: 385px;
	position: relative;
}

#page_home div.case_wrap {
	width: 1000px;
	height: 360px;
	background: url('../images/bg_home_cases.png') top left no-repeat;
	position: relative;
	overflow: hidden;
}

/* top case arrow */
#page_home div.case_arrow {
	display: block;
	position: absolute;
	width: 150px;
	height: 90px;
	background: url('../images/home_cases_arrow.png') top left no-repeat;
	z-index: 20;
	right: -24px;
	top: -93px;
}
#page_home div.case_arrow span { display: none; }

/* text */
#page_home div.case_wrap_text {
	position: absolute;
	top: 55px;
	left: 60px;
	width: 320px;
	height: 170px;
	overflow: hidden;
	font-style: italic;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	color: #727272;
	font-size: 26px;
}
#page_home div.case_wrap_text strong.title {
	color: black;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 4px;
}

/* read more button*/
#page_home div.case_wrap a.read_more {
	background: url('../images/home_case_button.png') top left no-repeat;
	width: 109px;
	height: 40px;
	display: block;
	position: absolute;
	top: 254px;
	left: 146px;
}

#page_home div.case_wrap a.read_more span {
	display: none;
}

/* image */
#page_home div.case_image_wrap {
	width: 550px;
	height: 310px;
	overflow: hidden;
	position: absolute;
	top: 7px;
	right: 20px;
}

#page_home div.case_rounded_edges {
	width: 3px;
	height: 340px;
	background: url('../images/home_case_round_edges.png') top left no-repeat;
	position: absolute;
	z-index:80;
	top: 7px;
	right: 20px;
}

/* cases switcher */
#page_home div.case_switcher {
	position: absolute;
	z-index: 50;
	bottom: 20px;
	left: 460px;
	height: 28px;	
}

#page_home div.case_switcher span {
	display: block;
	width: 6px;
	height: 28px;
	margin: 0px;
	background: url('../images/bg_case_img_switch_edges.png') top left no-repeat;
	float: left;
}

#page_home div.case_switcher span.end {
	background-position: -6px 0;
}

#page_home div.case_switcher ul {
	list-style: none;
	padding: 0px;
	height: 28px;
	background: url('../images/bg_case_img_switch.png') repeat-x;	
	float: left;
	margin-top: 0px;
}

	#page_home div.case_switcher ul li {
		display: inline;
	}
	
	#page_home div.case_switcher ul li a {
		display: block;
		width: 20px;
		height: 20px;
		float: left;
		background: url('../images/bg_case_img_switch_btn.png') no-repeat;
		margin-top: 4px;
	}
	
	#page_home div.case_switcher ul li a.active {
		background: url('../images/bg_case_img_switch_btn_a.png') no-repeat;
	}



/*  --  R E F E R E N C E S  --  */
#page_home div.references {
	height: 134px;
	position: relative;
}

#page_home div.references div.arrow {
	display: block;
	width: 184px;
	height: 98px;
	background: url('../images/home_reference_arrow.png') no-repeat top left;
	position: absolute;
	top: -59px;
	left: -66px;
}

#page_home div.references_list {
	padding-top: 25px;
	margin-left: 20px;
}

#page_home div.reference_wrap {
	width: 120px;
	height: 90px;
	background: url('../images/bg_home_references.png') no-repeat top left;
	float: left;
	overflow: hidden;
	margin-right: 1px;
}
#page_home div.reference_wrap img {
	width: 92px;
	height: 69px;
	margin-top: 8px;
	margin-left: 13px;
}


/*  --  A B O U T  --  */
#page_home div.about {
	padding-top: 0px;
	height: 280px;
	overflow: hidden;
	color: white;
	font-size: 14px;
	line-height: 20px;
	margin-left: 25px;
}

#page_home div.about div.col {
	width: 310px;
	float: left;
	height: 250px;
	overflow: hidden;
}

/* left column */
#page_home div.about div.col.left {
	padding-right: 25px;
	width: 285px;
}

#page_home div.about h3 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	margin-bottom:25px;
	margin-top: 34px;
}

#page_home div.about ul {
	list-style: none;
	padding-left: 0px;
}

#page_home div.about ul li {
	padding-left: 15px;	
	background: url('../images/home_about_bullet.png') 0 5px no-repeat;
}

/* middle column */
#page_home div.about div.col.middle {
	background: url('../images/bg_home_about_middle.png') 0 25px no-repeat;
	width: 250px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 40px;
}


/* right column */
#page_home div.about div.col.right {
	height: 247px;
	background: url('../images/bg_home_contact.png') no-repeat 25px 77px;	
	position: relative;
	padding-left: 30px;
	width: 300px;
}

#page_home div.about div.col.right input,
#page_home div.about div.col.right textarea {
	border: 0px;
	background: transparent;
	font-size: 12px;
	color: #999999;
	position: absolute;
	overflow:hidden;
}

#page_home input#contact_name {top: 88px; left: 33px; width: 126px; }
#page_home input#contact_email {top: 88px; left: 183px; width: 123px; }
#page_home textarea#contact_text {top: 129px; left: 33px; width: 276px; height: 46px;}
#page_home input#contact_submit {top: 200px; left: 206px;  }



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       K  O  M  P  E  T  E  N  C  E  R
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#page_kompetencer {
	margin-top: 50px;
}

#page_kompetencer h2 {
	font-size: 20px;
	font-weight: normal;
	color: black;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	margin-left: 20px;
}

/* top boxes */
#page_kompetencer div.top_wrap {
	margin-bottom: 35px;
}

#page_kompetencer div.top_wrap div.box {
	display: block;
	float: left;
	width: 273px;
	height: 410px;
	background: url('../images/bg_kompetencer_top_box.png') top left no-repeat;
	margin-right: 10px;
	padding: 14px 26px 30px 24px;
	font-size: 12px;
	color: #333333; 
}

#page_kompetencer div.top_wrap div.box img {
	width: 276px;
	height: 148px;
}

#page_kompetencer div.box_inside {
	padding: 0 22px;
	overflow: hidden;
}

#page_kompetencer div.top_wrap div.box h3 {
	font-weight: bold;
	font-size: 27px;
	color: #ff59b0; 
}


/* bottom */
#page_kompetencer div.bottom_wrap div.header {
	display: block;
	width: 1000px;
	height: 19px;
	margin: 0px;
	background: url('../images/kompetencer_bottom_head.png') top left no-repeat;
}

#page_kompetencer div.kompetencer_content {
	min-height: 172px;
	width: 960px;
	margin: 0;
	padding: 12px 20px 20px 20px;
	background: url('../images/kompetencer_bottom_content.png') bottom left no-repeat;
	position: relative;
}

#page_kompetencer div.kompetencer_content div.arrow {
	width: 243px;
	height: 89px;
	position: absolute;
	right: 0px;
	top: -70px;
	background: url('../images/kompetencer_bottom_arrow.png') top left no-repeat;
	z-index: 60;
}

#page_kompetencer div.kompetencer_item {
	font-size: 14px;
	color: white;
	width: 240px;
	height: 32px;
	float: left;
	background: url('../images/kompetencer_bottom_spacer.png') bottom left no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: help;
	position: relative;
}

#page_kompetencer div.kompetencer_item span.text {
	margin: 0px;
	display: block;
	overflow: hidden;
	width: 210px;
	height: 24px;
	padding-top: 8px;
	padding-left: 44px;
}

#page_kompetencer div.kompetencer_item.no_spacer {
	background: url('../images/kompetencer_bottom_spacer_noline.png') bottom left no-repeat;
}

#page_kompetencer div.kompetencer_item span.hint { display: none; }

/* hover box */
#page_kompetencer div#kompetencer_hint {
	width: 314px;
	z-index: 100;
	overflow: hidden;
	position: absolute;
	left: -35px;
	bottom: 10px;
	display: none;
}

#page_kompetencer div#kompetencer_hint div.header {
	margin: 0px;
	height: 20px;
	width: 314px;
	background: url('../images/bg_kompetencer_hover_head.png') top left no-repeat;
}

#page_kompetencer div#kompetencer_hint div.content {
	width: 234px;
	padding: 5px 40px 45px 40px;
	font-size: 12px;
	color: #333333;
	min-height: 95px;
	background: url('../images/bg_kompetencer_hover.png') bottom left no-repeat;	
}




#page_kompetencer div#kompetencer_hint div.content strong.title {
	font-weight: normal;
	font-size: 18px;
	color: #ff59b0;
	display: block;
	padding-bottom: 6px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       R  E  F  E  R  E  N  C  E  R
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#page_referencer div.wrap {
	width: 165px;
	height: 121px;
	background: url('../images/bg_referencer.png') no-repeat;
	float: left;
	margin: 5px 0px;
	overflow: hidden;
}

#page_referencer div.wrap img {
	width: 120px;
	height: 90px;
	margin-left: 22px;
	margin-top: 15px;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       C  A  S  E  S      O  V  E  R  V  I  E  W
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
   
#page_cases_overview {
	margin-top: 50px;
}   
   
#page_cases_overview div.wrap {
	width: 320px;
	height: 240px;
	background: url('../images/bg_cases_overview.png') no-repeat;
	float: left;
	margin: 5px 6px 5px 7px;
	overflow: hidden;
}


/* controls */
#page_cases_overview div.controls {
	font-size: 12px;
	text-align: right;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 29px;
}
#page_cases_overview div.controls input {
	margin-left: 12px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: middle;
}


/* image */
#page_cases_overview div.image_wrap {
	margin-left: 22px;
	margin-top: 16px;
	width: 276px;
	height: 128px;
	overflow: hidden;
	position: relative;
}

	#page_cases_overview div.image_wrap div.round_border {
		width: 2px;
		height: 2px;
		position: absolute;
		top: 0px;
		background-image: url('../images/case_overview_round_border.png');
	}
	
	#page_cases_overview div.image_wrap div.lt {left: 0px; background-position: top left;}
	#page_cases_overview div.image_wrap div.rt {right: 0px; background-position: 2px 0px;}
	
	
/* text */
#page_cases_overview div.text_wrap {
	font-size: 12px;
	color: black;
	width: 245px;
	margin-left: 38px;
	overflow: hidden;
}

#page_cases_overview div.text_wrap span.pink {
	color: #ff59b0;
	font-size: 14px;
	font-weight: bold;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       C  A  S  E       D  E  T  A  I  L
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#page_case_detail {
	margin-top: 50px;
}

#page_case_detail div.wrap {
	width: 960px;
	height: 410px;
	background: url('../images/bg_case_detail.png') no-repeat;
	overflow: hidden;
	position: relative;
	margin-left: 17px;
}

/* left image */
#page_case_detail div.image_wrap {
	margin-top: 1px;
	position: relative;
	width: 620px;
	height: 400px;
	overflow: hidden;
}

#page_case_detail div.image_wrap div.round_border_lb {
	width: 4px;
	height: 4px;
	background: url('../images/round_border_lb.png') no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* image switcher */
#page_case_detail div.image_wrap div.image_controls {
	position: absolute;
	z-index: 50;
	bottom: 20px;
	left: 30px;
	height: 28px;	
}

#page_case_detail div.image_wrap div.image_controls span {
	display: block;
	width: 6px;
	height: 28px;
	margin: 0px;
	background: url('../images/bg_case_img_switch_edges.png') top left no-repeat;
	float: left;
}

#page_case_detail div.image_wrap div.image_controls span.end {
	background-position: -6px 0;
}

#page_case_detail div.image_wrap div.image_controls ul {
	list-style: none;
	padding: 0px;
	height: 28px;
	background: url('../images/bg_case_img_switch.png') repeat-x;	
	float: left;
	margin-top: 0px;
}

	#page_case_detail div.image_wrap div.image_controls ul li {
		display: inline;
	}
	
	#page_case_detail div.image_wrap div.image_controls ul li a {
		display: block;
		width: 20px;
		height: 20px;
		float: left;
		background: url('../images/bg_case_img_switch_btn.png') no-repeat;
		margin-top: 4px;
	}
	
	#page_case_detail div.image_wrap div.image_controls ul li a.active {
		background: url('../images/bg_case_img_switch_btn_a.png') no-repeat;
	}


/* top right border link */
#page_case_detail a#case_se_live {
	position: absolute;
	top: 1px;
	right: 1px;
	display: block;
	width: 66px;
	height: 66px;
	background: url('../images/case_detail_se_live.png') top left no-repeat;
	z-index: 50;
}

#page_case_detail a#case_se_live span {
	display: none;
}


/* text in the right */
#page_case_detail div.text {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 300px;
	height: 360px;
	font-size: 12px;
}

#page_case_detail div.text span.pink {
	color: #ff34a7;
	font-size: 14px;
	font-weight: bold;
}

#page_case_detail span.divider {
	display: block;
	width: 300px;
	height: 5px;
	background: url('../images/case_detail_divider.png') no-repeat top left;
	margin: 30px 0;
}

#page_case_detail div.text_header {
	height: 120px;
}

#page_case_detail div.text_description {
	line-height: 18px;
	height: 175px;
	overflow: auto;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       C  O  N  T  A  C  T  S
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#page_contacts {
	margin-top: 50px;
}

#page_contacts h2 {
	font-size: 20px;
	font-weight: normal;
	color: black;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
}

#page_contacts h2.left_margin {
	margin-left: 20px;
}

/* contact boxes */
#page_contacts div.wrap {
	width: 250px;
	height: 260px;
	background: url('../images/bg_contact.png') top left no-repeat;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}

#page_contacts div.wrap_normal {
	margin:5px 22px 30px 22px;
}

/* image */
#page_contacts div.wrap div.image_wrap {
	width: 200px;
	height: 140px;
	overflow: hidden;
	padding: 3px 0 0 3px;
	position: relative;
}

#page_contacts div.image_wrap span.rounded_borders {
	width: 202px;
	height: 3px;
	position: absolute;
	top: 3px;
	left: 2px;
	background: url('../images/contact_round_border.png') top left no-repeat;
}

/* text */
#page_contacts div.wrap div.text_wrap {
	height: 85px;
	overflow: hidden;
	text-align: center;
	padding: 10px 15px 8px 15px;
}

#page_contacts div.wrap div.text_wrap span {}

#page_contacts div.wrap div.text_wrap span.name { font-size: 14px; font-weight: bold; color: #333333; }
#page_contacts div.wrap div.text_wrap span.role { font-size: 12px; font-style: italic; color: #333333; }
#page_contacts div.wrap div.text_wrap span.spacer { display: block; height: 8px; }
#page_contacts div.wrap div.text_wrap span.phone {
	font-size: 11px;
	color: #ff0bc3;
	background: url('../images/contact_ico_phone.png') 0px 0px no-repeat;
	padding-left: 20px;
	line-height: 18px;
	
}
#page_contacts div.wrap div.text_wrap a.email {
	font-size: 11px;
	color: #ff0bc3;
	background: url('../images/contact_ico_email.png') 0px 2px no-repeat;
	padding-left: 20px;
	line-height: 18px;
	text-decoration: none;
}
#page_contacts div.wrap div.text_wrap a.email:hover {
	text-decoration: underline;
}


/* text to show on hover */
#page_contacts div.wrap_hover {
	display: none;
	font-size: 12px;
	font-style: italic;
	color: #333;
	margin:5px 0px 0px 22px;
	overflow: hidden;
	padding: 15px;
	height: 220px;
	width: 170px;
	cursor: help;
}

/* bottom half */
#page_contacts div.bottom_half {
	margin-left: 20px;
	font-size: 12px;
}

/* left */
#page_contacts div.bottom_half div.left {
	float: left;
	width: 460px;
}

/* right */
#page_contacts div.bottom_half div.right {
	float: right;
	width: 475px;
}
#page_contacts div.bottom_half div.right iframe {
	border: 1px solid #a8a8a8;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       B  L  O  G       O  V  E  R  V  I  E  W
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#page_blog_overview {
	margin-top: 60px;
}

#page_blog_overview div.wrap {
	margin: 0px 0px 60px 18px;
}

/* title */
#page_blog_overview div.wrap h2.article_title {
	font-size: 24px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	margin-top: 0px;
	margin-bottom: 12px;
}

#page_blog_overview div.wrap h2.article_title a {
	color: black;
	font-size: 24px;
}

#page_blog_overview div.wrap h2.article_title a:link,
#page_blog_overview div.wrap h2.article_title a:visited {
	text-decoration: none;
}
#page_blog_overview div.wrap h2.article_title a:hover {
	text-decoration: underline;
}

#page_blog_overview div.wrap_inside {
	width: 620px;
	height: 200px;
	overflow: hidden;
	background: url('../images/bg_blog_overview_wrap.png') top left no-repeat;
	position: relative;
}


/* date */
#page_blog_overview div.wrap_inside div.entry_date {
	width: 53px;
	height: 53px;
	overflow: hidden;
	background: url('../images/blog_overview_entry_date.png') no-repeat top left;
	position: absolute;
	top: 1px;
	right: 30px;
}

#page_blog_overview div.wrap_inside div.entry_date p {
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 12px;
	margin-top: 4px;
	margin-left: 5px;
}

#page_blog_overview div.wrap_inside div.entry_date p strong {
	font-size: 24px;
}


/* image */
#page_blog_overview div.wrap_inside div.image_wrap {
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 20px;
	width: 190px;
	height: 180px;
	overflow: hidden; 
}

#page_blog_overview div.wrap_inside div.image_wrap img {
	border: 1px solid white;
}


/* text */
#page_blog_overview div.wrap_inside div.text_wrap {
	font-size: 12px;
	color: black;
	width: 300px;
	float: left;
}

#page_blog_overview div.wrap_inside div.text_wrap p.excerpt {
	height: 115px;
	overflow: hidden;
	line-height: 19px;
	margin-bottom:0px;
}

#page_blog_overview div.wrap_inside div.text_wrap p.excerpt a {
	color: black;
}

#page_blog_overview div.wrap_inside div.text_wrap p.excerpt a:link,
#page_blog_overview div.wrap_inside div.text_wrap p.excerpt a:visited {
	text-decoration: none;
}
#page_blog_overview div.wrap_inside div.text_wrap p.excerpt a:hover {
	text-decoration: underline;
}

#page_blog_overview div.wrap_inside div.text_wrap p.excerpt a span.pink {
	color: #ff59b0;
}


/* facebook */
#page_blog_overview div.wrap_inside div.text_wrap iframe.facebook_like {
	margin-top: 11px;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       B  L  O  G       D  E  T  A  I  L
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#page_blog_detail {
	margin-top: 60px;
}

#page_blog_detail div.wrap {
	margin: 0px 0px 60px 18px;
}

/* header */
#page_blog_detail div.wrap h1 {
	color: black;
	font-size: 24px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	margin-top: 0px;
	width: 620px;
}

/* spacer */
#page_blog_detail div.wrap span.spacer {
	display: block;
	width: 620px;
	height: 10px;
	background: url('../images/blog_detail_spacer.png') no-repeat top left;
}

/* post information */
#page_blog_detail div.wrap div.post_info {
	font-size: 12px;
	color: #666;
	margin: 22px 0 22px 0;
}

#page_blog_detail div.wrap div.post_info span.pink {
	color: #ff34a7;
}

#page_blog_detail div.wrap div.post_info iframe {
	float: right;
	margin-right: 20px;
	position: relative;
	top: -4px;
}

/* post content */
#page_blog_detail div.wrap div.post_content {
	color: block;
	font-size: 14px;
	line-height: 22px;
	width: 620px;
}

#page_blog_detail div.wrap div.post_content a { text-decoration: underline; }
#page_blog_detail div.wrap div.post_content a:link,
#page_blog_detail div.wrap div.post_content a:visited { color: black; }
#page_blog_detail div.wrap div.post_content a:hover { color: #ff34a7; }


#page_blog_detail div.wrap div.post_content ul {
	/*list-style-image: url('../images/blog_detail_list_style.png');*/
	padding-left: 10px;
}

#page_blog_detail div.wrap div.post_content ul li {
	list-style-type: none;
}

#page_blog_detail div.wrap div.post_content ul li:before {
	display: marker;
	content: url('../images/blog_detail_list_style.png');
	vertical-align: 0px;
	padding-right: 7px;
}

/* tags and categories */
#page_blog_detail div.wrap div.tags {
	font-size: 12px;
	color: black;
	line-height: 25px;
	margin-top: 30px;
	margin-bottom: 45px;
}

#page_blog_detail div.wrap div.tags a { color: #ff34a7; }
#page_blog_detail div.wrap div.tags a:link,
#page_blog_detail div.wrap div.tags a:visited { text-decoration: none; }
#page_blog_detail div.wrap div.tags a:hover { text-decoration: underline; }
}


/* comments */
#page_blog_detail div.comments_wrap {}

#page_blog_detail div.comments_wrap,
#page_blog_detail div.comments_wrap p,
#page_blog_detail div.comments_wrap label {
	font-size: 14px;
}


#page_blog_detail div.comments_wrap div.blog_comments h3 {
	color: black;
	font-size: 18px;
	font-weight: normal;
	margin: 30px 10px 5px 10px;
}

#page_blog_detail div.comments_wrap div.blog_comments em.awaiting_moderation {
   display:block;
   text-align:right;
   margin-right:10px;
}

#page_blog_detail div.comments_wrap div.blog_comment {
	margin: 25px 10px;
}

#page_blog_detail div.comments_wrap div.avatar_wrap {
	width: 58px;
	height: 58px;
	background: url('../images/blog_avatar_border.png') top left no-repeat;
	float:left;
}

#page_blog_detail div.comments_wrap div.avatar_wrap img {
	margin:4px;
	width: 50px;
	height: 50px;
}	

#page_blog_detail div.comments_wrap div.blog_comment_content {
	display:block;
	padding-left: 90px;
	padding-bottom:20px;
	color: black;
	font-size: 12px;
	background: url('../images/blog_detail_spacer.png') bottom center no-repeat;
}

#page_blog_detail div.comments_wrap div.blog_comment_content a {
	color:black;
}

#page_blog_detail div.comments_wrap div.blog_comment_content strong.author {
	font-size:14px;
	display:block;
}

#page_blog_detail div.comments_wrap div.blog_comment_content span.date {
	font-size:10px;
	display:block;
	margin-bottom:10px;
}

#page_blog_detail div.comments_wrap div.blog_comment_content p {
	margin-left: 0px;
	margin-bottom:10px;
}


/* blog new comment */
#page_blog_detail div.comments_wrap div.add_comment form {
	margin-left:12px;
}

#page_blog_detail div.comments_wrap div.add_comment form p {margin-left:0px;}

#page_blog_detail div.comments_wrap div.add_comment h3 {
	color: black;
	font-size: 18px;
	font-weight: normal;
	margin: 40px 10px 15px 10px;
}

#page_blog_detail div.comments_wrap div.add_comment textarea {
	border:1px solid #d4d4d4;
	background-color: #ededed;
	color: #646464;	
	width: 321px;
	height: 97px;
	margin-bottom:14px;		
	font-family: Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight: normal;
	padding:6px 6px;
	float:left;
}

#page_blog_detail div.comments_wrap div.inputs {
	float:right;
	width: 240px;
}

#page_blog_detail div.comments_wrap input#comment_name {
	width:223px;
	margin-bottom:12px;
	padding:3px 6px;
	border:1px solid #d4d4d4;
	background-color: #ededed;
	color: #646464;	
	font-family: Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:15px;
}

#page_blog_detail div.comments_wrap input#comment_email, input#comment_homepage {
	display:inline;
	width:100px;
	margin-bottom:12px;
	margin-right:4px;
	padding:3px 6px;
	border:1px solid #d4d4d4;
	background-color: #ededed;
	color: #646464;	
	font-family: Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:15px;
}	
	
#page_blog_detail div.comments_wrap div#facebook_connect {
   text-align:center;
   margin-bottom:7px;
   width:223px;
}	

#page_blog_detail div.comments_wrap div#fbc_login {
   float:none;
   padding:0px;
   position:relative;
   top:-6px;
}


#page_blog_detail div.comments_wrap div#fbc_login span.description {
   color: gray;
   font-style: italic;
   font-size:10px;
   line-height:18px;
}	



#page_blog_detail div.comments_wrap input#comment_submit {
	width:141px;
	height: 23px;
	margin-left:95px;
}

#page_blog_detail div.comments_wrap p.subscribe-to-comments {
   font-size:12px;
   vertical-align: middle;
   position:relative;
   top:-24px;
   left:0px;
   width: 400px;
}

#page_blog_detail div.comments_wrap p.subscribe-to-comments input {
   float:left;
   margin-right:6px;
}

#page_blog_detail div.comments_wrap div.blog_detail ul.similar-posts li a {
   text-decoration:none;
}

#page_blog_detail div.comments_wrap div.blog_detail div.blog_content h3.similar-posts-heading {
   clear:both;
   padding-top:40px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       S  I  D  E  B  A  R       W  I  D  G  E  T  S
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* STAY TUNED */
#sidebar_blog_content ul.sidebar li#text-5 {}

#sidebar_blog_content ul.sidebar li#text-5 div.textwidget {
	margin-top: 15px;
}

#sidebar_blog_content ul.sidebar li#text-5 div.social-link {
	margin-bottom: 15px;
}

#sidebar_blog_content ul.sidebar li#text-5 div.social-link a {
	color: black;
	font-size: 16px;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
}

#sidebar_blog_content ul.sidebar li#text-5 div.social-link a:link,
#sidebar_blog_content ul.sidebar li#text-5 div.social-link a:visited {
	text-decoration: none;
}
#sidebar_blog_content ul.sidebar li#text-5 div.social-link a:hover {
	text-decoration: underline;
}

#sidebar_blog_content ul.sidebar li#text-5 div.social-link a img {

}

#sidebar_blog_content ul.sidebar li#text-5 div.social-link a.text {
	position: relative;
	top: -9px;
	left: 9px;
}


/* LAST ARTICLES */
#sidebar_blog_content ul.sidebar li.widget_recent_entries {
	padding-right:47px;
}

#sidebar_blog_content ul.sidebar li.widget_recent_entries ul {
	list-style-image: url('../images/sidebar_list_style.png');
	padding-left: 15px;
}

#sidebar_blog_content ul.sidebar li.widget_recent_entries ul li {
	background: url('../images/sidebar_spacer_short.png') no-repeat bottom left;
	padding:10px 0; 
}

#sidebar_blog_content ul.sidebar li.widget_recent_entries ul li a {
	color: black;
}

#sidebar_blog_content ul.sidebar li.widget_recent_entries ul li a:link,
#sidebar_blog_content ul.sidebar li.widget_recent_entries ul li a:visited {
	text-decoration: none;
}
#sidebar_blog_content ul.sidebar li.widget_recent_entries ul li a:hover {
	text-decoration: underline;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       D  E  F  A  U  L  T       P  A  G  E
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
   
#page_default {
	margin-top: 50px;
}

#page_default div.wrap {
	font-size: 12px;
}


