@charset "utf-8";
/*** Rowan Cavanagh ***/
/*** June 2010 ***/



/*** Tags ***/

body {
	background-color: #eee;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

p {
	color: #444;
	font-size: 0.85em;
	line-height: 1.45em;
	margin-bottom: 15px;
}

a {
	background-color: #9dd998;
	color: #000;
	padding: 0 1px;
	text-decoration: none;
}

a:hover {
	background-color: #444;
	color: #fff;
}

h1 a {
	background: none;
	color: #95cc8f;
	font-family: 'LeagueGothicRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	line-height: 0.8em;
	padding: 0;
	text-transform: uppercase;
}

h1 a:hover {
	background: none;
	color: #fff;
}

h2 {
	color: #444;
	font-size: 0.85em;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}

#nav h2 {
	color: #95cc8f;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin-top: 20px;
	text-transform: lowercase;
}

h3 {
	color: #444;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.55em;
}

h4 {
	color: #444;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0;
}

.col2 h4 {
	margin-top: 20px;
}




/*** IDs ***/

#container {
	width: 960px;
}

#nav {
	background: url(/images/bg.jpg) repeat-y scroll 0 0 #333;
	height: 100%;
	padding-top: 80px;
	padding-right: 20px;
	position: fixed;
	text-align: right;
	width: 210px;
}

#content {
	margin-left: 240px;
	padding-top: 86px;
}

/*** IE 7 and 6
#nav {
	background-color: #444;
	float: left;
	height: 100%;
	text-align: right;
	width: 230px;
}

#content {
	background-color: #f00;
	margin-left: 230px;
}
***/

#nav ul {
	margin-top: 5px;
}

#nav ul li {
	margin: 5px 0;
}

#nav ul li a {
	background: none;
	color: #fff;
	padding: 2px;
	margin-right: -1px;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: #9dd998;
}




/*** Classes ***/

.col1 {
	float: left;
	margin: 10px;
	width: 220px;
}

.col2 {
	float: left;
	margin: 10px;
	width: 460px;
}

.col3 {
	float: left;
	margin: 10px;
	width: 700px;
}

.title {
	background: url(/images/dots.gif) repeat-x scroll 0 100% transparent;
	height: 30px;
}

.intro {
	background: url(/images/dots.gif) repeat-x scroll 0 100% transparent;
	height: 190px;
	margin-top: 6px;
}

.expandable {
	background: url(/images/dots.gif) repeat-x scroll 0 100% transparent;
	padding-bottom: 20px;
}

.contentbox {
	background: url(/images/dots.gif) repeat-x scroll 0 100% transparent;
	height: 335px;
}

.btn-image, .btn-image:hover {
	background: none;
	padding: 0;
	margin: 0;
}

.workbig {
	height: 350px;
}

.worksmall {
	height: 176px;
}

.btn {
	padding: 1px 2px;
}

.footer {
	background: url(/images/dots.gif) repeat-x scroll 100% 0 transparent;
	clear: both;
	height: 20px;
	margin-top: 40px;
	padding-top: 15px;
}

.footer-index {
	margin-top: 10px;
}




/*** Extras ***/

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('/fonts/League_Gothic-webfont.eot');
	src: local('☺'), url('/fonts/League_Gothic-webfont.woff') format('woff'), url('/fonts/League_Gothic-webfont.ttf') format('truetype'), url('/fonts/League_Gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Gecko */
::-moz-selection {
       background-color: #9dd998;
       color: #fff;
}

/* Webkit */
::selection {
       background-color: #9dd998;
       color: #fff;
}