/*
Theme Name: Pink Portfolio
Theme URI: http://www.dimd.nait.ca/~kversteegt1/portfolio
Description: Pink Portfolio Theme (not that pink, but it's totally me!)
Version: 2 (WP2.6.2)
Author: Kathleen Versteegt
Author URI: http://www.katdesigns.ca
Tags: starkers, naked, clean, basic
*/

@import "style/blueprint/screen.css";

/*-- all custom styles that arent related to blueprint will go below here -- */

body{
	background: url(style/images/bg.jpg) repeat-x #ad98ad;
	font: helvetica, arial;
	font-size: 12px;
	line-height: 18px;
}

a{
 color: #c90380;
 text-decoration: none;
}

a:hover{
	border-bottom: dashed #c90380 1px;
	padding-bottom: 1px;
	color: #c90380
}

/* navigation */

#navigation{
	float: right;
	list-style-type: none;
	margin: 36px 0px 0px 0px;
	position: relative;
}

#navigation ul li{
	height:28px;
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	position:relative;
	float: left;
}

#navigation ul li a{
	border:0 none;
	color:#000000;
	font-size:14px;
	font-weight:normal;
	height:21px;
	padding:10px 5px 0;
	position:relative;
	text-decoration: none;
}

#navigation ul li a:hover{
	border-top: 4px #c90380 solid;
}

/* Header background -- for now */
/* TODO: Better background using CSS */

#header{
	background: url(style/images/header.jpg) no-repeat;
	height: 434px;
	/*width: 950px;*/
}

/* Info Boxes */

#infoBoxes{
	clear: both;
	background: url(style/images/bbfeature.jpg) no-repeat;
	height: 231px;
	margin-top: -3px;
	border-bottom: 1px solid #000000;
}

#infoBoxes h3{
	font-weight: bold;
	font-size: 18px;
}

#infoBoxes h3 a{
	text-decoration: none;
	color: #000000;
}

#infoBoxes h3 a:hover{
	border-bottom: 1px dashed #c90380;
	padding-bottom: 1px;
	color: #c90380;
}

.infoOne, .infoTwo, .infoThree{
	float: left;
	margin-top: 18px;
}

.infoThree{
	width: 270px;
}

.imgOne{
	background: url(style/images/recentwork.png) no-repeat;
	width: 111px;
	height: 137px;
	margin-left: 60px;
}

.imgTwo{
	background: url(style/images/twitter.png) no-repeat;
	width: 117px;
	height: 126px;
	margin-left: 50px;
}

.imgThree{
	background: url(style/images/lastfm.png) no-repeat;
	width: 52px;
	height: 102px;
	margin-left: 60px;
}

/* Footer */

#footer{
	clear: both;
	margin-top: 18px;
}

#footer li{
	list-style-type:none;
	float: left;
	padding-right: 10px;
}

#footer li a{
	text-decoration: none;
	color: #000000;
}

#footer li a:hover{
	color: #c90380;
	padding-bottom: 1px;
	border-bottom: 1px dashed #c90380;
}

.left{
	float: left;
}

.right{
	float: right;
}

/*Portfolio Page. Profile Page*/

.mainTitle{
	font-size: 36px;
	letter-spacing: -2px;
	float: left;
	display: block;
	font-weight: bold;
	margin-top: 18px;
}

.projectHolder{
	margin-top: 18px;
	float: left;
	margin-bottom: 36px;
}

.titles h2{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.titles p{
	font-size: 12px;
	line-height: 18px;
}

.titles{
	margin-bottom: 36px;
}

#blackTopLine{
	background: url(style/images/blacktopline.jpg) no-repeat;
	height: 10px;
	width: 950px;
	position: relative;
	float: left;
}

#pinkLine{
	background: url(style/images/pinkline.jpg) no-repeat;
	height: 4px;
	width: 883px;
	position: relative;
	margin-left: 40px;
	clear: both;
}

#blackLineBottom{
	background: url(style/images/blacklinebottom.jpg) no-repeat;
	height: 1px;
	width: 995px;
}

.image{
	float: left;
	margin-left: 36px;
	width: 400px;
	margin-bottom: 36px;
}



