@charset "utf-8";
/* Brunos Site */
/* Blue: #002A9E */


/* layout */

body {
	margin-left:0; margin-right:0; margin-bottom:0;
	margin-top: 40px;
	font-family: Helvetica, Arial, sans-serif;
	color: #CECECE;
	
}


#pageholder {
	width: 900px;
	background-color: #fff;
	
}

#header {
	width: 900px;
	height: 70px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CECECE;
}
#header h1 {
	display: none;
}

#headermenu {
	float: right;
	margin-top: 55px;
	height: 20px;
	font-size: 16px;
	line-height: 16px;
}
#headermenu ul {
	margin: 0;
	padding: 0;
}
#headermenu li {
	display: inline;
	padding-left: 25px;
}
#headermenu a {
	color: #CECECE;
	text-decoration: none;
}
#headermenu a:hover {
	color: #888;
}

#contentholder {
	width: 900px;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 30px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px dashed #CECECE;
	
}
#contentholder h2,
#contentholder h3,{
	color:#555;
	font-size:16px;
}
#contentholder h4,
#contentholder ul4,
#contentholder p  {
	margin-top: 0;
	text-align: left;
	font-size: 12px;
	color: #BBB;
	font-family: Helvetica, Arial, sans-serif;
}

/*#greyline {
	background-image: url(../images/greyline.gif);
	background-repeat: repeat-y;
	background-position: top left;
	min-height: 400px;
	padding-right: 5px;
}*/

#footer {
	width: 900px;
	padding-top: -20px;
	padding-bottom: 5px;
	font-size: 10px;
}
#footer strong {
	font-weight: normal;
	font-size: 12px;
}
#footer a {
	color: #CECECE;
	text-decoration: none;
}
#footer a:hover {
	color: #AAA;
	/*text-decoration: underline;*/
}
#footer a:active {
	color: #002A9E;
}

/* content area */

#content {
	float: right;
	width: 570px;
	margin-right: 30px;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;	
	min-height: 950px;
	
	/*color: #000000;*/ /* this will only affect text in the content area */
}
#content h2 {
	line-height: 22px;
	font-size: 16px;
	color:#002A9E;
}


#content a {
	line-height: 20px;
	color: #002A9E;
	text-align: justify;
	text-decoration: none;

}
#content a:hover{
	color: #002A9E;
	
	
}
#content p {
	line-height: 20px;
	color:#777;
	text-align: justify;
}
#content ul {
	line-height: 20px;
}

/* leftmenu area */

#leftmenu .current {
	color: #002A9E;
}
#leftmenu {
	float: left;
	width: 260px;
	min-height: 100px;
	text-align: left;
	border-right:dashed 1px #cecece;
	padding-right:20px;
	
	/*padding-right: 10px;
	border-right: 1px solid #cecece;*/
}
#leftmenu h2 {
	line-height: 22px;
	font-size: 16px;
	color:#002A9E;
}
#leftmenu h5 {
	font-size: 48px;
	line-height: 35px;
	margin-top: 0;
	margin-bottom: 1px;
	letter-spacing: -3px;
}
#leftmenu h5 a {
	color: #CECECE;
	text-decoration: none;
}

/*#leftmenu h5 a:hover {
	color: #888;
}*/
#leftmenu h6 {
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-decoration:none;
	color: #002A9E;	
}
#leftmenu h7 {
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration:none;
	color: #AAA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;	
	
	
}
#leftmenu h8 {
	font-size: 9px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration:none;
	color: #555;
	
	
	
}
#leftmenu h8large {
	font-size: 12px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration:none;
	color: #555;
	
	
	
}
#leftmenu h8 a {
	font-size: 9px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	color: #555;
	

}

#followme  {
	font-size: 12px;
	color:#555;
	min-height: 50px;
	border-top: 1px dashed #CECECE;
	margin-top: 40px;
}

#itsbloggingtime {
	font-size: 12px;
	color:#555;
	min-height: 50px;
	border-top: 1px dashed #CECECE;
	margin-top: -40px;
}




/* leftmenu area */


/* general formatting */

.right {
	float: right;
}

.left {
	float: left;
}

.clearer {
	clear: both;
	height: 0;
}
