/*末末末末末末末末末末末末末末末末末末末末末末末末
	Theme Name: Create Design
	Theme URI: http://createdesign.co.za/
	Description: Create Design Portfolio
	Author: Create Design
	Author URI: http://www.createdesign.co.za/
	CSS Author: Create Design
	CSS Author URI: http://createdesign.co.za/
	Date: June 2010
末末末末末末末末末末末末末末末末末末末末末末末末*/

/* Import Navigation Stylesheet
末末末末末末末末末末末末末末末末末末末末末末末末*/
@import url("nav.css");

/* Universal Styles
末末末末末末末末末末末末末末末末末末末末末末末末*/

* {
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color:#666666;
	
	
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.projecttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	line-height: 14px;
}

.projectsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

.projecttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #666;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

.projecthighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #903;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #930;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #930;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #966;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #930;
	text-decoration: none;
	font-weight: normal;
}
	
img {
	border: 0px;
}


/* Library Styles
末末末末末末末末末末末末末末末末末末末末末末末末*/

.btn {
	display: block;
	text-align: right;
	margin: 30px 0px 0px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

/* Layout Styles
末末末末末末末末末末末末末末末末末末末末末末末末*/

#wrap {
	background: url(images/bggradient.jpg) repeat-x;
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: left;
	padding: 0px;
	position: relative;
}

	#nav {
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		height: 30px;
		background: #b1a8a9 url(images/bgnav.jpg) repeat-x;
	}

		/* Remainder of navigation styles imported in nav.css */
		
	#logo {
			padding: 0px;
			margin: 0px;
			height: 150px;
		}
		
	#logohome {
			padding: 0px;
			margin: 0px;
			height: 450px;
		}
		
	#projects {
			padding: 15px 0px 0px 15px;
			margin: 0px;
			height: 15px;
		}
	
#aCol {
		float: left;
		width: 310px;
		padding: 30px 0px 0px 15px;
		position: relative;
	}


	#bCol {
		float: left;
		width: 550px;
		padding: 40px 0px 0px 30px;
	}
	
	#bColhome {
		float: left;
		width: 550px;
		padding: 50px 0px 0px 30px;
	}
	
	#bColweblinks {
		float: left;
		width: 550px;
		padding: 0px 0px 0px 30px;
	}
	
	.bColtext {
		padding: 0px 0px 0px 0px;
		margin-left: 8px;
		height: 160px;
		width: 250px;
		text-align: justify;
	}
	
	.bColwebtext {
		padding: 0px 0px 0px 0px;
		margin-left: 8px;
		height: 200px;
		width: 250px;
		text-align: justify;
	}
	
		.bColawards {
		padding: 0px 0px 0px 0px;
		margin-left: 8px;
		margin-bottom: 10px;
		height: auto;
		width: 350px;
		text-align: justify;
	}

		#content {
			padding-right: 15px;
			line-height: 13px;
			text-align: justify;
			
		}
						
	#footer {
		clear: both;
		list-style-type: none;
		border-top: 0px;
		margin: 0px 0px 0px 0px;
		margin-top: 50px;
		padding: 0px;
		font-size: 10px;
		color: #999999;
		position: relative;
	}
	
		#footer li {
			margin: 10px 0px 10px 10px;
		}
	
		#footer .logo {
			clear: both;
			text-align: right;
			margin-bottom: 0px;
		}
		

/*---------------------------------------*/

/*projectthumbs*/

/* Start project thumbnail hover effect */
a.thumb {
	width: 300px;
	height: 164px;
	overflow: hidden;
	float: left;
}

a.thumb:hover img {
	margin-top: -164px;
}
/* End project thumbnail hover effect */


/*brandingthumbs*/


/* Start project thumbnail hover effect */
a.brandthumb {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
}

a.brandthumb:hover img {
	margin-top: -150px;
}
/* End project thumbnail hover effect */


/*webthumbs*/


/* Start project thumbnail hover effect */
a.webthumb {
	width: 300px;
	height: 200px;
	overflow: hidden;
	float: left;
}

a.webthumb:hover img {
	margin-top: -200px;
}
/* End project thumbnail hover effect */
