/* ---------- G E N E R A L ---------- */


* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 55%;
	font-family: Helvetica, sans-serif;
	background-color: white;
	line-height: 1.4em;
	text-align: center; /* IE fix */
}

img {
	border: none;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted black;
	outline: 0;
	}

a:link, a:visited {
	color: black;
}

a:hover, a:focus {
	border-bottom: 1px dotted red;
}

h1 {
	line-height: 1.2em;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 1.5em;
}

p {
	margin-bottom: 10px;
}


/* ---------- S P E C I F I C ---------- */

	
div#container {
	width: 825px;
	margin: 0 auto;
	text-align: left; /* IE fix */
}
	
div#header {
	height: 270px;
}

div#content {
	padding-left: 25px;
	min-height: 330px;
}

div#footer {
 	margin-top: 25px;
 	margin-left: 25px;
 	border-top: 4px solid black;
 	padding-top: 5px;
}
 
div#header img {
 	margin-top: 100px;
}

div#leftcolumn {
	width: 400px;
	float: left;
}

div#rightcolumn {
}

div#info {
	width: 650px;
	margin-top: 10px;
	font-size: 1.2em;
}

.type {
	color: #666;
	font-weight: normal;
}

.category {
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-size: 1.5em;
	margin-left: 10px;
}

span#date-and-time {
	margin-left: 370px;
	line-height: 2.3em;
	font-weight: normal;
	color: #666;
	text-transform: lowercase;
	font-size: 1.5em;
	letter-spacing: 1px;
}


/* ---------- N A V I G A T I O N ---------- */


div#header div {
	border-top: 4px solid black;
	margin: 30px 0px 0px 25px;
}

div#header div ul li {
	display: block;
	list-style-type: none;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 1px;
	float: left;
	padding-left: 5px;
}


/* portfolio page */


body#portfoliopage li#portfolio {
	width: 95px;
	height: 30px;
	background: url(../images/navigation/blacktab-r.png) no-repeat;
	color:white;
	line-height: 2.3em;
}

body#portfoliopage li#contact {
	width: 90px;
	height: 30px;
}

body#portfoliopage li#weblog {
	width: 90px;
	height: 30px;
}


/* contact page */


body#contactpage li#portfolio {
	width: 75px;
	height: 30px;
}

body#contactpage li#weblog {
	width: 75px;
	height: 30px;
}

body#contactpage li#contact {
	width: 100px;
	height: 30px;
	background: url(../images/navigation/blacktab-l-r.png) no-repeat;
	color: white;
	line-height: 2.3em;
}


/* general */


li#portfolio span {
	padding-left: 10px;
}

li#portfolio a {
	padding-left: 11px;
	line-height: 2.3em;
	border: none;
	font-weight: normal;
	color: #666;
}

li#portfolio a:hover, li#portfolio a:focus { 
	color: black;
}

li#weblog span {
	padding-left: 10px;
}

li#weblog a {
	padding-left: 15px;
	line-height: 2.3em;
	border: none;
	font-weight: normal;
	color: #666;
}

li#weblog a:hover, li#weblog a:focus { 
	color: black;
}

li#contact span {
	padding-left: 20px;
}

li#contact a {
	line-height: 2.3em;	
	border: none;
	font-weight: normal;
	color: #666;
}

li#contact a:hover, li#contact a:focus {
	color: black;
}

.blackborder {
	border:1px solid black;
}


/* ---------- B U T T O N S ---------- */


a.graybutton {
	padding-left: 10px;
	line-height: 1.75em;
	margin: 0px 2px 2px 0px;
	float: left;
	font-size: 1.5em;
	background-color: #CCC;
	letter-spacing: 1px;
	height: 25px;
	width: 388px;
	font-weight: bold;
	display: block;
	border: none;
	outline: 0;
}
	
a.graybutton:hover, a.graybutton:focus {
	background-color: black;
	color:white;
}

.selectedbutton {
	padding-left: 7px;
	line-height: 1.75em;
	margin: 0px 2px 2px 0px;
	float: left;
	font-size: 1.5em;
	background-color: black;
	letter-spacing: 1px;
	color: white;
	height: 25px;
	width: 390px;
	font-weight: bold;
	display: block;
}

a.slimbutton {
	letter-spacing: 1px;
	background-color: #CCC;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.9em;
	padding: 5px;
	margin-right: 2px;
	border: none;
	height: 25px;
}

a.slimbutton:hover, a.slimbutton:focus {
	background-color: black;
	color: white;
}