/*****************************************************

	CSS Reset based of Yahoo UI. Make sure this is
	linked first for optimal CSS experience. This
	file helps set defaults for all browsers.

*****************************************************/

html {
	background:#FFF;
	color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

a { text-decoration:none; }

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { border:0; }

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li { list-style-type:none; }

caption,th { text-align:left; }

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after { content:''; }

abbr,acronym {
	border:0;
	font-variant:normal;
}

/* To preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* Because legend doesn't inherit in IE */
legend { color:#000; }

/*****************************************************

	Make all your basic typography changes here.
	
	NOTE: This is still very rough. This stylesheet
	still needs some work for optimal typography
	across the board.

*****************************************************/

/* You can change the font-sizes, line-heights, and margins safely by using em's not pixels! */

/* Paragraph */
p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 1em;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family:Arial,Verdana,sans-serif;
	line-height:1.1em;
	margin:0 0 .6em;
}

h1 { font-size:2.2em; }
h2 { font-size:2em; }
h3 { font-size:1.8em; }
h4 { font-size:1.6em; }
h5 { font-size:1.4em; }
h6 { font-weight:bold; }

/* Blockquotes */
blockquote {
	font-size:inherit;
	margin:0 0 0 1em;
}

/* Monospace Types */
code,samp,pre,tt {
	font-family:monospace;
	font-size:inherit;
	white-space:pre;
}

/* Lists */
ol,ul { margin:0 0 1em; }
ol li { list-style-type:decimal; }
ul li { list-style-type:square; }

li {
	font-size:inherit;
	line-height:1.5em;
}

.list li {
        list-style-type:none;
}

/* Definition Lists */
dl { margin:0 0 1em; }
dl dt { font-weight:bold; }
dd { margin:0 0 0 1em; }

/* Abbreviation, Acronym, and Address */
abbr, acronym { border-bottom: 1px dotted #666; }
address { font-style: italic; }

/* Simple Text Tags */
big { font-size:1.1em; }
del { text-decoration:line-through; }
dfn,cite,em,i,var { font-style:italic; }
ins { text-decoration:underline; }
small { font-size:.8em; }
strong,b { font-weight:bold; }
sub,sup { font-size:.9em; }

/*****************************************************

	Create all your main styles in this
	stylesheet. Don't forget to keep everything
	in a cascading order to minimize inhrit
	issues.

*****************************************************/

html { background:transparent; }

body {
	background:#FFF;
	/*background:url(grid.png);*/
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%;
	*text-align:center;
}

a { color:#999; }
a:hover { color:#000; }

/***** Site Wide Classes *****/

.clear { clear:both; }
.distext { display:none; }
.floatleft { list-style:none; float:left; }
.floatright { list-style:none; float:right; }
.last { margin:0 0 0; }

/***** ID Level Container(s) *****/

#container {
	margin:20px auto 0;
	*text-align:left;
	width:800px;
}

#header {
	border-bottom:1px dotted #000;
	overflow:hidden;
	padding:0 0 30px;
	width:100%;
}

#sitename {
	border-bottom:1px dotted #000;
	padding:30px 0;
}

#contentcontainer {
	overflow:hidden;
	width:100%;
}

#footer {
	border-top:1px dotted #000;
	padding:30px 0 0;
}

/***** Main Content Styles *****/

/* Header */
div.studentname {
	background:#000;
	color:#FFF;
	float:left;
	margin:0 40px 0 0;
	padding:10px;
}

div.studentname h1 { margin:0 0 0; }

ul.sitenav { margin:12px 0 0; }

ul.sitenav li {
	display:inline;
	font-size:1.2em;
	list-style:none;
}

/* Site Name */
#sitename h1 { margin:0 0 0; }

/* Content */
div.content {
	border-right:1px dotted #666;
	float:left;
	padding:30px 15px 30px 15px;
	width:600px;
	*width:600px;
}

div.mediaitem {
        padding:20px 0 0 0;
	text-align:center;
	}

.img_title {
        font-size:11pt;
        font-weight:bold;
        line-height:1.5em;
}

.img_caption {
        padding-top:5px;
        font-size:7pt;
}

div.content ul li { font-size:1.2em; }

div.portfolionav {
	float:left;
	padding:30px 0 0 10px;
	width:145px;
}

.portfolionav li {
	list-style:none;
	font-size:1.2em;
}

div.portfolionav ul li h2, ul.list li h2 { font-size:1em; }

/* Contact */
legend { display:none; }

div.input, div.textarea {
	margin:0 0 10px;
	overflow:hidden;
	width:100%;
}

label {
	float:left;
	font-size:1.2em;
	width:80px;
}

div.input input, div.textarea textarea {
	background:#FAFAFA;
	border:1px solid #999;
	font-family:Arial,Verdana,sans-serif;
	font-size:1.2em;
	padding:4px;
	width:240px;
}

div.textarea textarea { height:100px; }

div.submit { padding:0 0 0 80px; }

div.submit input {
	font-family:Arial,Verdana,sans-serif;
	font-size:1.2em;
	padding:2px;
}

.contact_info h2{
        width:350px;
}

#contactformt {
        width:350px;
        float:left;
}

.contact_list {
        color:#666666;
        width:240px;
        font-size:6pt;
        float:right;
}

.contact_list li {
        list-style-type:none;
        margin-bottom:5px;
}

.contact_list li a{
        color:#999999;
        border-bottom:1px dotted #999999;
}

/* Footer */
ul.footernav li {
	display:inline;
	font-size:1.2em;
}


/*Work Page*/
.list li {
        width:290px;
        float:left;
        height:160px;
        margin-bottom:20px;
        margin-right:10px;
}

.list li img {
       float:left;
       margin-right:10px;
}



