@charset "iso-8859-1";

/*  
Theme Name: Gianticebox v3
Theme URI: http://gianticebox.co.uk/
Description: finally dynamic portfolio site
Version: 0.9
Author: Patrick Best
Author URI: http://www.gianticebox.co.uk/
*/

body {
text-align: center;
font-family: Courier New;
font-size: normal;
word-spacing: normal;
letter-spacing: normal;
font-variant: normal;
background-image:url('images/shapes1.png');
background-position: center;
background-repeat: repeat;
scrollbar-FACE-COLOR: black; 
scrollbar-HIGHLIGHT-COLOR: black; 
scrollbar-SHADOW-COLOR: white; 
scrollbar-3DLIGHT-COLOR: black; 
scrollbar-ARROW-COLOR: white; 
scrollbar-TRACK-COLOR: white;
scrollbar-DARKSHADOW-COLOR: black;
}

p {
text-align:center;
font-family: Courier New;
font-size: normal;
word-spacing: normal;
letter-spacing: normal;
font-variant: normal;
scrollbar-FACE-COLOR: black; 
scrollbar-HIGHLIGHT-COLOR: black; 
scrollbar-SHADOW-COLOR: white; 
scrollbar-3DLIGHT-COLOR: black; 
scrollbar-ARROW-COLOR: white; 
scrollbar-TRACK-COLOR: black;
scrollbar-DARKSHADOW-COLOR: black;
}

a {
font-size: normal;
text-decoration: underline;
color:black;
}

a:link    		{color:black}
a:visited 		{color:black}
a:active  		{color:black}
a:hover   		{color:grey}
					   
a.image				{color:black}
a.image:link    		{color:black}
a.image:visited 		{color:black}
a.image:active  		{color:black}
a.image:hover   		{color:grey}


div#content {
left: 10%;
position: absolute;
top: 170px;
right: 10%;
background: white;
font-family: Courier New;
text-align: center;
}

div#links {
padding: 5px;
float: right;
width: 28%;
height: auto;
background: white;
font-family: Courier New;
text-align: right;
text-transform: lowercase;
border: thin;
}

div#dynamic {
padding: 5px;
float: left;
width: 68%;
height: auto;
background: white;
text-align: center;
}

div#toolbar {
background: black;
font-family: Courier New;
text-align: center;
position: relative;
width: 500px;
height: 130px;
}

h3 {
font-weight: 150;
}

img {
border: none;
}