﻿/* 

 _____   _____
|     | |     |
 ——   |  ——   |
   |  |    |  |
   |  |    |  |
   |  |    |  |
 ——    ————    ——
|                |

ToNeMe Screen Css
Site credits: 11 Design, Mikael Widerström
Created: 2005.10.21
Version: 1.0

Get Firefox!

*/



/* Layout, Typography, Basics */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: #fff url(../siteimages/background.gif) no-repeat;
color: #333;
text-align: center;
margin: 10px;
}

/*#background {
position:absolute;
left:0;
bottom:0;
width:281px;
height: 280px;
background:url(../img/background.gif) no-repeat;
z-index: 1;
}*/

#page {
position:relative;
width: 740px;
margin: 0 auto;
padding:0;
background: url(../siteimages/border.jpg) repeat-y;
}

/* Page head begin */

#pagehead {
height: 170px;
text-align:left;
background: #fff url(../siteimages/topbar.jpg) no-repeat;
}



/* Navbar begin */
#navbar {
	width: 725px;
	height: 20px;
	background: #fff url(../siteimages/navbar.gif) no-repeat;
	text-align: left;
	clear: inherit;
	padding-left: 15px;
}

#globalnav {
list-style: none;
display:inline;
}

#globalnav li {
float:left;
margin: 0 1px 0 0;
}

#globalnav a:link, 
#globalnav a:visited {
font-size: 1,1em;
font-weight: bold;
text-decoration: none;
padding: 3px 10px 5px 10px;
background: transparent;
display:block;
color: #333;
}

#globalnav a:hover {
font-size: 1,1em;
font-weight: bold;
text-decoration: none;
padding: 3px 10px 5px 10px;
background: #fff;
display:block;
color: #333;
}

#globalnav .current_page a {
font-size: 1,1em;
font-weight: bold;
text-decoration: none;
padding: 3px 10px 5px 10px;
background: #fff;
display:block;
color: #333;
}


/* Navbar end */


/* Content div begin */

#main {
text-align:left;
width: 740px;
margin: 0;
padding: 0;
float:left;
}

#content {
width: 470px;
float:left;
margin: 20px 25px 20px 20px;
}

#sidebar {
width: 170px;
float: right;
margin: 20px 25px 20px 0;
}

#tiltop {
margin: 0;
width: 740px;
clear:both;
}

#footer {
margin: 0 auto;
width: 740px;
clear: both;
height: 36px;
background: url(../siteimages/footer.gif) no-repeat;
font-size: 1em;
text-align:center;
color:#333;
padding-top:6px;
}

/* Content div end */


/* Typography, link color, hide begin */

#content p {
line-height: 1.7em;
}

a {
color:#333;
}

a:hover {
color:#FF00FF;
}

h1 {
font-size: 1.8em;
}

h3 {
font-size:1.1em;
font-weight:bold;
}

.hide {
display:none;
}

/* Typography, link color, hide end */
