/*  
Site Name: Rusty
Site URI: rusty.com
Version: 1.0
Description: Default styles for screen & print

UPDATE INFO ---------------------------------------
Revision number: 1.0
Last updated: 24/06/2010
Last update made by: Priya

CONVENTIONS ---------------------------------------
hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter
*/


/* ----- CSS RESET, UTIL CLASSES & COMMON STYLES -----  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 			{ line-height: 1; font-size: 62.5%; }
ol, ul 			{ list-style: none; }
table 			{ border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5	{ font-weight: normal; }
.column 		{ float: left; }

.self-clear:after,
.column-holder:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .self-clear,
* html .column-holder { zoom: 1; } /* IE6 */

*:first-child+html .self-clear,
*:first-child+html .column-holder { zoom: 1; } /* IE7 */

a { text-decoration: none; }

/* FONTS */
@font-face {
   font-family: "Fontin Italic";
   src: url('/fonts/Fontin_Sans_I_45b.otf');
}

@font-face {
   font-family: "Fontin";
   src: url('/fonts/Fontin_Sans_B_45b.otf');
}

/* RENAISSANCE STYLES */
a {
	color: #900;
}

body {
	border-top: 10px solid #000;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width:  970px;
	margin: 0 auto;
	height: 600px;
}

#header {
	border-bottom: 2px solid #ccc;
}

	#header .logo {
		margin: 40px 0 20px 0;
		display: block;
	}
	
.column-holder .column {
	width: 310px;
	margin-top: 36px;
}

.column-holder .feature {
	width: 410px;
	margin-top: 0px;
	position: relative;
	background: url(/images/ajax-loader.gif) 180px 100px no-repeat;
	min-height: 200px;
}

#feature {
	background: #fff;
}

.feature .loader {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 100px;
}

.column-holder .about {
	width: 250px;
}

.column h2 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.4em;
}

.column h3 {
	line-height: 1.2em;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 2px;
	font-weight: normal;
	color: #666;
}

.column h3 a {
	border-bottom: none;
}

.column a {
	border-bottom: 1px dotted #ccc;
}

.column a:hover {
	color: #000;
}

.column p.date {
	line-height: 1.4em;
	font-size: 1.0em;
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #999;
}

.column h2, .column p, .column h3 {
	margin-left: 20px;
}

.column p {
	margin-bottom: 10px;
}

.feature h2 {
	font-size: 1.7em;
	line-height: 1.3em;
	margin: 20px 0 10px 0;
	color: #666;
	font-family: 'Fontin Italic', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

	.feature #img {
		width: 400px;
		height: 110px;
		background: url(/images/img-bg.gif) top left no-repeat;
		margin: 30px 0 0 0;
	}
	
	.feature #img img {
		display: block;
		float: left;
		margin: 7px 8px;
	}

.column p {
	font-size: 1.2em;
	line-height: 1.6em;
}

.feature p {
	margin: 15px 40px 15px 0;
	color: #666;
}

.column p.bullet {
	margin-top: -10px;
	background: url(/images/bullet.gif) 5px 50% no-repeat;
	padding-left: 25px;
}

p.bullet a {
	margin: 0px;
	padding-bottom: 1px;
	color: #900;
	border-bottom: 1px dotted #ccc;
}

p.bullet a:hover {
	color: #000;
	text-decoration: none;
}

.column-holder .about h2 {
	font-size: 1.6em;
	font-family: Lobster, Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #efefef;
	font-weight: normal;
	color: #777;
}

.column-holder .about p {
	font-size: 1.1em;
	color: #555;
	line-height: 1.4em;
}

.column-holder .about p.email {
	line-height: 1.8em;
}

.divider {
	font-size: 1px;
	height: 1px;
	border-bottom: 1px dotted #ccc;
	margin: 20px 0 15px 0;
}

.column .divider {
	margin-left: 20px;
	margin-right: 20px;
}

.about .divider {
	margin-left: 20px;
}

#portfolio h2 {
	margin-bottom: 15px;
}

#portfolio li {
	margin: 0 10px 30px 20px;
	float: left;
	display: block;
	width: 120px;
	height: 120px;
}

#portfolio li a {
	border: 3px solid #ccc;
	display: block;
	width: 114px;
	height: 114px;
}

#portfolio li a.selected,
#portfolio li a.selected:hover {
	border: 3px solid #cf666a;
}

#portfolio li a:hover {
	border: 3px solid #999;
}

.article-list p {
	margin: 3px 0 3px 20px;
}
