/*
-----------------------------------------------------
Master CSS file for screen media
FileName:    main.css
Project: LouiseAhern.com
Version :    2/06
-----------------------------------------------------
*/


/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

a {
	text-decoration: none;
	color: #6699ff; }
					  
a:visited { 
	text-decoration: none;
	color: #6699ff; }
					  
a:hover	{ 
	text-decoration: underline;
	color: #cc3366; }	
	
.pageheader {
	color: #000000;
	font-size: 110%;
	font-weight: bold; }
	
.common {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666; }
	
.subheader {
	color: #cc3366;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dashed #666;
	margin-bottom: 15px; }

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 140%;
	margin: 3px;
	padding: 0px;
	border: 0px;
	color: #666;
	background-color:#9bc9ec;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x; }
	
#dropshadow {
	width: 700px;
	margin: 0px auto;
	background-image:url(../images/25black.png); }	
	
#mainbox { 
	width: 700px;
	border-top: 0px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	position: relative;
	top: -3px;
	left: -3px;
	background-color: #FFF;}
	
#content {
	margin: 15px 15px 0px 18px; }
	
#columncontent {
	width: 450px; }
	
	
/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

#header { 
	width: 700px;
	height: 83px;
	background-color:#000;}
	
	
/* -----------------------------------*/
/* ---------->>> NAVIGATION <<<-------*/
/* -----------------------------------*/

#navbar {
	height: 27px;
	width: 700px;
	background-color:#CCCCCC; }
	
div.navbutton {
	float:left; }
	
/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

#footer {
	width: 690px;
	clear: both;
	height: 22px;
	margin: 10px auto 5px auto;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #df3878;
	background-image: url(../images/footer_background.gif); }
	
.footertext {
	margin: 2px 5px;
	float: right; }
	
a.footer {
	text-decoration: none;
	color: #ffffff; }
					  
a.footer:visited { 
	text-decoration: none;
	color: #ffffff; }
					  
a.footer:hover	{ 
	text-decoration: underline;
	color: #ffffff; }		
	
	
/* -----------------------------------*/
/* -------->>> WORKAROUNDS <<<--------*/
/* -----------------------------------*/

div.forceheight {
	float: right;
	width: 1px;
	height: 500px; }
	
/* -----------------------------------*/
/* -------->>> HOMEPAGE <<<--------*/
/* -----------------------------------*/	

div.featurefloat {
	font-size: 80%;
	width: 190px;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
	border-left: 1px solid #CCC;
	padding-left: 10px;
	padding-right: 0px;
	float: right; }
	
/* Following float is workaround for IE6 bug. Forces featured 
image to stay against left edge of content div */
.homefeaturefloat {
	float: left; }
	
div.flashbox {
	clear: left;
	width: 650px;
	height: 125px;
	padding-top: 50px;
	margin: 0px auto 0 auto; }
	
.homesubheader {
	border-bottom: 1px dotted #cc3366;
	padding-bottom: 2px;
	font-weight: bold; }
	
/* -----------------------------------*/
/* -------->>> WHO I AM <<<--------*/
/* -----------------------------------*/	

div.photofloat {
	width: 240px;
	height: 360px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #cc3366;
	float: right; }
	
/* -----------------------------------*/
/* -------->>> WHAT I DO <<<--------*/
/* -----------------------------------*/	

.picfloat {
	float: right; 
	margin-left: 12px;
	margin-bottom: 12px;
	width: 300px; }
	
.caption {
	font-size: 10px;
	color: #000000; }
	

/* -----------------------------------*/
/* -------->>> WHAT I'VE DONE <<<--------*/
/* -----------------------------------*/	

div.portfoliofeature {
	width: 200px;
	height: 130px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	border: 0px solid #000;
	font-size: 11px; }

.portimage {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px; }
	
/* -----------------------------------*/
/* -------->>> TALK TO ME <<<--------*/
/* -----------------------------------*/	

.formhead {
	font-weight: bold; }
	

/* -----------------------------------*/
/* -------->>> BOOM!     <<<--------*/
/* -----------------------------------*/	

.dashed {
	border: 1px dashed #CCC; }