/* CSS Document */

* {	
	padding: 0;
	margin: 0;
}



body {                                             
	font-family:verdana;
	font-size:10px;
	color: #f6f6f6;
	text-align: left; /* required for random text centering bug in IE6*/
	letter-spacing: 0px;
	line-height: 1.21;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

img{
	margin: 0;
	padding: 0;
}
/* ------------------------------- fonts -------------------------------- */

p 	{
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 1.1;
	
}
	
h1 	{
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1.8;
}
	
h2 	{
	font-size: 16px;
	font-weight: 200;	
	letter-spacing: 1.6;		
		
}

h3 	{
	font-size: 12px;
	letter-spacing: 1.6;
	font-weight: 300;
	line-height: 1.4;		
}

a{
	color: #1C7AD5;
	text-decoration: none;
}

.red{
	color:#D5241A;
	text-decoration: none;
}

/* ------------------------------- Moduels -------------------------------- */


#contentmod{
	float:left;
	display:inline;
	list-style: none;
	text-align:left;
	color: #999;
	padding: 10px 0px 10px 30px;
	margin: 10px 0px 0px 0px;
	max-width: 1050px;
	height: auto;
	
}


/* ------------------------------- Classes -------------------------------- */

.title{
	color: #999;
	padding: 20px 14px 15px 26px;
}

.breadcrumbs
{
	clear: both;
	height: auto;
	color: #999;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 4px 30px;
	border-bottom: 1px solid #fAfAfA;
	
}

.nav
{
	clear: both;
	height: auto;
	color: #999;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 4px 30px;
	border-bottom: 1px solid #fAfAfA;	
}

.breadcrumbs a{
	color: #1C7AD5;
	text-decoration: none;
	
}
.nav a{
	text-decoration: none;
}

.footer a{
	color: #6E6E6E;
	text-decoration: none;
}


.line
{
	clear: both;
	height: 1px;
	background: url(img/line.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

.subtitle{
	color: #999;
	padding: 25px 10px 3px 30px;
}

.subsubtitle{
	color: #999;
	padding: 20px 10px 5px 30px;
}

.comments{
	color: #D5B67D;
}
/* ------------------------------- Portfolio PG -------------------------------- */

#portcontentmod{
	float:left;
	display:inline;
	list-style: none;
	text-align:left;
	color: #999;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 700px;
	height: auto;
}



.portimage{
	border: solid 1px #EEEEEE ;
	margin-bottom: 5px;
}

/* ------------------------------- text box -------------------------------- */

#textbox{
	float:left;
	display:inline;
	width: 298px;
	height: 298px;
	margin: 0px 10px 7px 0px;
	background-color: #FFF;
	border: solid 1px #EEEEEE;
	
}

#textboxinner{
	overflow: auto;
	padding: 2px 10px 5px 5px;
	margin: 4px 3px 4px 3px;
	width: 275px;
	height: 280px;
	background-color: #FFF;
	border: solid 1px #FFF;
	
}

#textbox a{
	color: #6E6E6E;
}
/* ------------------------------- latest -------------------------------- */

#latest{
	float:left;
	display:inline;
	width: 298px;
	height: 298px;
	margin: 0px 10px 7px 0px;
	background-color: #FFF;
	border: solid 1px #EEEEEE;
	
}


/* ------------------------------- badge bits -------------------------------- */

#badge{
	float:left;
	display:inline;
	width: 145px;
	height: auto;
	margin: 0px 10px 10px 0px;
	background-color: #EEEEEE;
}

#thumb{
	float:left;
	display:inline;
	padding: 0px;
	width: 143px;
	margin: 0px 0px -2px 0px;
}

#txt{
	float:left;
	display:inline;
	color: #999;
	height: 50px;
	width: 126px;
	padding: 5px 9px 10px 8px;
	margin: 0px 1px 0px 1px;
	
}

/* ------------------------------- everyday bits -------------------------------- */

#edbadge{
	float:left;
	display:inline;
	width: 109px;
	height: auto;
	margin: 0px 10px 10px 0px;
	background-color: #EEEEEE;
}
