/**************
File: style2.css
Student Name: Andre Franken
Student ID: 5704502
Group number: 6
***************/

/*#*#*#*#*#*#* 
#CCA352
 #*#*#*#*#*#*/

/*****HTML CSS*****/
html{
	
}

/*****BODY CSS*****/
body{ 
	background-color:#FFFFE0 ;
	max-width:1024px;
	margin:0px auto;
	font-size:1.3em;
	min-width:282px;
	color:#A80F4A /*crimson*/;
	font-family:'times new roman',serif;
}

/*****HEADER CSS*****/	
#header{
	min-height:160px;
	text-align:left;
}

#header h1, #header h2 {
	font-size:1em;
	margin:1em;
}

#title{
	color:#A80F4A /*crimson*/;
	font-family: "Unna",'palatino linotype',palatino;
	font-weight:normal;
	font-size:3.5em;
	font-variant:small-caps;
	/*font-style:italic;*/
}

#subtitle{
	font-family: 'century gothic';
	color:black;
	font-style:italic;
	font-size:5em;
}

#slogan{
	font-style:oblique;
	font-weight:normal;
	font-family:"Cookie";
	color:#A80F4A /*crimson*/;
	font-size:2em;
	margin-left:1em;
}
#logo{
	float:left;
	padding: 1em 1em 1em 1em;
}
/*****END HEADER*****/

/*****GENERIC CONTENT CSS*****/
#content{
	margin-top:1em;
	padding:0.5em 1em;	
	color:#A80F4A /*crimson*/;
}
#content p{
	margin:0em;
	padding:0em 0em;	
	color:#A80F4A /*crimson*/;
}
#content h2{
	margin-top:0em;
	font-family:cursive;
	color:#A80F4A /*crimson*/;
}

#content h3{
	font-family:cursive;
	color:#A80F4A /*crimson*/;
}

#content h4{
	font-family:cursive;
	color:#A80F4A /*crimson*/;
	font-size:10pt;
	margin-bottom:0;
}

#content a{
	color:#A80F4A /*crimson*/;
	text-decoration:none;
}
#content a:visited{
	color:#A80F4A /*crimson*/;
	text-decoration:none;
}
#content a:hover{
	color:#A80F4A /*crimson*/;
	text-decoration:underline;
}

#content legend,
#content span.name{
	font-family:"comic sans MS",cursive;
	color:#A80F4A /*crimson*/;
}

#content fieldset{
	border:1pt solid #A80F4A /*crimson*/;
}


/*****SPECIFIC CONTENT PAGES CSS*****/

/*****INDEX PAGE*****/

#content div{
	margin-bottom:1em;
}
#index #content #skills p{
	font-weight:bold;
	font-size:1.2em;
}
#index #contact{

}
#index #CA_logo{
	float:left;
	height:auto;
	width:50px;
}
#index #content #skills #CA{
	padding-bottom: .5em;
	margin-left: 60px;
	font-size: 1.5em;
}
#index #content #skills{
	clear:left;
{
#index #location{

}
#index .mail{

}
#index .address{

}
#index #details{

}
#index .ABN{
	font-weight:bold;
}
#index .ACN{
	font-size:0.7em;
	font-weight:bold;
}
#index .email{
	font-weight:bold;
}

#index .phone{
	font-weight:bold;
}
#index .fax{

}
#index .mob{

}

/*****END PAGE SPECIFIC CSS*****/
