/* NERDHEALTH BLOG
===============================================================================*/

/*==================================================================

Project:		[Carloz Rodriguez]
Version:		1.1 [Fix Main Menu on FF2]
Last update:	06/05/2009
Assigned to:	[NerdHealth]

=====================================================================*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#07c3f2;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
.clear { 
	clear:both; 
}

/* Global Elements
=====================================================================*/
body {
	background:#fff;
	line-height: 1.6em;
	font:62.5% verdana, arial, serif;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}

#wrapper {
	width:990px;
	margin:0 auto;
}


/* Start CSS Coding
=====================================================================*/

#apple
{
	display:inline;
	float:left;
	width:95px;
	margin-left:140px;
	height:118px;
}
#logo {
	width:391px;
	height:105px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	margin:0 0 0 30px;
	float:left;
	text-indent:-9999px;
}
#logo span{
	background:url(http://images.nerdel.com/images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	text-indent:-9999px;
}

.blogpage{
	/*background: url(images/back_blogpage.png) repeat-y;*/
	font-family: arial, serif, verdana;
}
#headerblog{
	width:100%;
	height:120px;
	/*background: url(images/line_headerblog.gif) repeat-x 0 100%;*/
	padding:10px 0 0 0;
	margin:0 auto;
}

#header-container
{
	margin:0 auto;
	width:990px;
}

#navbar-lines
{
	border-bottom:1px solid #690dc1;
	border-top:1px solid #690dc1;
	clear:both;
	margin:8px 0 14px 0;
	height: auto;
}

#navbar-container
{
	margin:0 auto;
	width:990px;
}

.navbar {
	background:#6202be;
	margin:2px 0;
	line-height:32px;
	padding:4px 0;
	font-size:14px;
	text-transform:uppercase;
	overflow:hidden;
	height:auto;
}
.navbar ul {
	float:left;
	margin:0 auto 0 40px;
	width:auto;
}

.navbar ul li {
	margin:0;padding:0;list-style:none;display:inline;
	padding-left:16px;
	margin-left:10px;
	background: url(images/sep.gif) left center no-repeat;
	letter-spacing:1px;
}
.navbar ul li.first {
	margin-left:0;padding-left:0;background:none;
}
.navbar ul li a {
	color:#fff;padding:0 5px;
}
.navbar ul li a:hover, .navbar ul li a:active {
	background:#43c3d9;
	text-decoration:none;
}
.navbar ul li.selected a:link, .navbar ul li.selected a:visited, .navbar ul li.selected a:hover, .navbar ul li.selected a:active {
	background:#59702d;
}

#searchbox
{
	float:right;
}


#placetop{
	/*background: url(images/back_blogheader.png) no-repeat;*/
}
#placebtm{
	/*background: url(images/back_blogbottom.png) no-repeat 0 100%;*/
	padding:0 0 30px 0;
}
#contentblog{
	width:970px;
	margin:70px auto 0 0;
}
.post
{
	border-bottom:1px solid #eee;
	margin:0 0 2em 0;
}

.post h3
{
	font-size:1.4em;
	margin-top:1em;
}

#maincontent{
	float:left;
	width:630px;
}
#sidebar{
	float:right;
	width:310px;
}
span.newsdate{
	display:block;
	color:#41bcef;
	padding:0 0 10px 0;
}
#sidebar h4{
	background: url(images/back_blogsub.png) repeat-x;
	height:27px;
	font-size:18px;
	color:#6202be;
	padding:5px 0 0 10px;
}

#sidebar h4 a
{
	color:#6202be;
}

#sidebar .blogrss{
	display:block;
	background: url(images/icon_rss.png) no-repeat;
	height:17px;
	padding:10px 0 0 30px;
	font-size:14px;
	color:#6202be;
	font-weight:bolder;
}
#sidebar .linkset ul li{
	border-top: 1px solid #37c1d8;
	padding:6px 0 6px 10px;
	font-size:1.2em;
}

#sidebar .linkset ul li.noline{
	border:none;
}


#sidebar .linkset ul li a{
	color: #6202be;
	font-size:14px;
}

#sidebar .linkset{
	margin:10px 0;
}

.widget_tag_cloud div
{
	margin-top:-18px;
}
.widget_tag_cloud div a,
.yg_tags_widget a
{
	line-height:1.4em;
}

#contentblog #maincontent p{
	font-size:14px;
	line-height:1.6em;
	padding:5px 0;
}

#contentblog #maincontent p .font-13{
	font-size:13px;
	font-family: arial, serif, verdana;
}

#contentblog #maincontent p.imgdesc{
	font-size:10px;
	font-family: arial, serif, verdana;
}

#contentblog #maincontent p.postedin, 
#contentblog #maincontent p.postedin a{
	color:#6202be;
	font-family: arial, serif, verdana;
}

#contentblog #maincontent h2{
	text-transform:uppercase;
	font-size:18px;
	color:#6202be;
}
#contentblog #maincontent h2 a{
	color:#6202be;
}
#contentblog ol
{
	margin:1em 0 1em 3em;
}
#contentblog ol li ol
{
	margin-top:0.4em;
}
#contentblog ul li,
#contentblog ol li
{
	font-size:12px;
	line-height:1.4em;
	margin-bottom:0.8em;
}

.post
{
	clear:both;
	padding-top:1em;
	height:auto;
	overflow:hidden;
}

.post .date {
	float:left;display:inline;width:36px;
	background: #40d8fa;
	color:#fff;
	text-align:center;
	padding:10px 4px;
	margin-right:14px;
	height:1%;
}
.post .date span {
	display:block;
	text-transform:uppercase;
	font-size:12px;
	line-height:1.1;
}
.post .date .day {font-size:22px;}
.post .postright {
	float:right;display:inline;width:570px;
	height:1%;
}


/* Footer
=====================================================================*/
#footer {
	width:932px;
	height:115px;
	margin:0 auto;
	clear:both;
}
.linkbacktotop, .linkbacktotop:link, .linkbacktotop:visited {
	width:117px;
	height:21px;
	float:left;
	display:inline;
	font-size:1.2em;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	background:url(http://images.nerdel.com/images/back_backtotop.png) no-repeat;
	padding:5px 0 0 0;
	margin:17px 15px 0 33px;
}
#menufooter {
	width:567px;
	float:left;
	padding:9px 0 0 0;
}
#menufooter li {
	display:inline;
	background:url(http://images.nerdel.com/images/sepfooter.png) no-repeat 100% 0;
	padding:0 7px;
	float:left;
}
#menufooter li a, #menufooter li a:link, #menufooter li a:visited {
	font-size:1.1em;
	color:#272766;
	font-family:Arial, verdana, serif;
	display:inline;
	float:left;
}
#menufooter li.last {
	background:none;
}
#logofooter {
	width:179px;
	height:52px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	margin:5px 0 0 0;
}
#logofooter span{
	background:url(http://images.nerdel.com/images/logofooter.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#footer p {
	text-align:center;
	color:#272766;
	font-family:Arial, verdana, serif;
	font-size:0.9em;
	width:833px;
	margin:0 auto;
}
div.navigation
{
	float:right;
}

.alignleft
{
	float:left;
	margin:0 6px 6px 0;
	padding-top:3px;
}

.links
{
	padding-top:2em;
	font-size:1.8em;
}

div.menu_list
{
}
div.menu_list p.menu_head
{
	background:#3333cc;
	border-top:2px solid #fff;
	color:#fff;
	font-size:1.7em;
	font-weight:bold;
	margin:0 auto;
	padding:5px 1em 5px 1em;
	width:610px;
}
div.menu_body
{
	background:url(http://www.nerdel.com/images/form_bg.jpg) bottom left repeat-x #fbfdfe;
	border:1px solid #3333cc;
	border-top:0;
	display:block;
	margin:0 auto;
	padding:1em;
	width:600px;
}