/*  
Theme Name: StiengFoto
Theme URI: http://www.stiengfoto.net
Description: StiengFoto theme 
Version: 1.00 (released Jan 2009)
Author: Steven Stieng
Author URI: http://www.stiengfoto.net

The CSS, XHTML and design is NOT released under GPL.
(at the moment - maybe later)


INFO
*******************************************
* Link color:     # 
* Border color:   #
* 
* Total width for content in mainArea: 
* 
* 
*******************************************


/******************************************
*   HTML Elements                         
******************************************/
* {
	margin: 0px;
	padding: 0px;  	
}


body,html {
	min-height:101%;
	}

body {
	padding: 0px 0 25px 0;
	font-size: 0.70em;
	line-height: 1.4em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	background-color: #000;
}
	
p {	margin: 15px 0;	}

li { list-style: none;}

a:link, a:visited   {	color:#fff;  text-decoration:none	}
a:hover, a:active   {	color:#ed015e;	text-decoration:underline;	}

#mainRegion a:link, #mainRegion a:visited   {	color:#ed015e;  text-decoration:none	}
#mainRegion a:hover, #mainRegion a:active   {	color:#ed015e;	text-decoration:underline;	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

.clearFloat       {	clear: both; line-height: 0px; }
.spacer5px        {	line-height: 5px;	height: 5px;}
.spacer10px       {	line-height: 10px;	height: 10px;}
.spacer20px       {	line-height: 20px;	height: 20px;}
.floatLeft        { float:left;}
.floatRight       { float:right;}
.floatTextRight   { text-align: right; }
.centerText       { text-align: center; }

img, a:link img, a:visited img { border: none; padding:1px; }



