/* 
Document: CSS main style sheet 
Author: Jacque Prior
Authors site: www.jacqueprior.com
Project: Portfolio site v2
*/

/*CSS Reset 
from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*STRUCTURE*/
#everything{
width:1128px;
height:auto;
margin:0 auto;
background:#ffffff;
}

/*#main{
width:1200px;
height:auto;
margin:0 auto;
background-color:#ffffff;
}

#top{
width:980px;
height:130px;
background-color:#ffffff;
margin:0 120px 0 120px;
position:fixed;
}*/

#content{
width:960px;
height:auto;
/*margin:20px 0 0 188px;*/
padding:35px 0 0 0;
display:block;
float:right;
background:#ffffff;
}

#nav{
position:fixed;
margin:35px 0 0 0;
padding:0 20px 0 0;
display:block;
float:right;
font-size:12px;
line-height:0px;
background:#ffffff;
border-right:1px solid #eeeeee;
}

#current_nav{
color:009a4d;
text-decoration:none;
}

.caption{
float:left;
margin:10px 0 0 0;
}

.column_single{
width:314px;
margin:0 9px 0 0;
float:left;
display:inline;
}

.column_single p{
padding:0 15px 0 0;
}

.column_single_right{
width:314px;
margin:0;
float:left;
display:inline;
}

.column_double_left{
width:637px;
margin:0 9px 0 0;
float:left;
display:inline;
}

.column_double_right{
width:637px;
margin:0;
float:left;
display:inline;
}

.column_TWUwebsite_left{
width:577px;
margin:0 9px 0 0;
float:left;
display:inline;
}

.column_TWUwebsite_right{
width:374px;
margin:0;
float:left;
display:inline;
}

.gap{
width:960px;
height:60px;
clear:both;
}

.mini_gap{
width:960px;
height:9px;
clear:both;
}


/*STYLING*/
body{
font-family:Verdana, Helvetica, Arial, sans serif;
font-size: 10px; /* Resets 1em to 10px */
line-height:1.25em;
color:#333333;
background-color:#ffffff;
}

h1{
font-size:10px;
color:#333333;
padding:0 0 0 0;
/*font-weight:bold;*/
}

/*#content h1{
font-weight:normal;
}*/

/*Makes Travelitude heading (also a link to Travelitude app on Facebook) bold 
/*#content h1 a:link{
font-weight:bold;
}*/

h2{
color:#666666;
}

p{
font-size:10px;
color:#666666;
line-height:12.5px;
}

ul{
margin:30px 0 0 0;
}

li{
font-size:10px;
list-style:none;
text-align:left;
margin:9px 0 0 0; 
}

a:link{
color:#009a4d;
text-decoration:none;
}

a:hover{
color:#009a4d;
text-decoration:underline;
}

a:visited{
color:#999999;
text-decoration:none;
}

#nav a:link{
color:#999999;
}

#nav a:hover{
color:#009a4d;
text-decoration:none;
}

#nav a:visited{
color:#999999;
}

h1 a:link{
color:#009a4d;
}

h1 a:hover{
color:#009a4d;
text-decoration:underline;
}

h1 a:visited{
color:#009a4d;
}

h2 a:link{
color:#009a4d;
}

h2 a:hover{
color:#009a4d;
}

h2 a:visited{
color:#009a4d;
}

img{
margin:0 0 0 0;
}