/* Portfolio.KevinMcShane.org Style Sheet */
/* common.css */
/* Defines site-wide styles */
/* portions of this stylesheet were taken from Eric Meyer's CSS Reset */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */


/* BEGIN RESET 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, 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;
}

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: "" "";
}

/* END RESET STYLES */


/* START COMMON STYLES */

body {
	line-height: 1.3em;
	font-size: 62.5%;
	color: black;
	background: white;
  	font-family: Lucida Grande,Trebuchet MS,Helvetica,Arial,sans-serif;
  	min-width: 925px;  /* for good browsers*/
  	min-height: 560px;  /* for good browsers*/
}

a {
	text-decoration: none;
	color: #00A8EC;
}

a:hover {
	text-decoration: underline;
}

em {
   font-style: italic;
}

strong {
   font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.clearboth {
	clear: both;
}


/* END COMMON STYLES */



/* BEGIN LAYOUT STYLES */

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

#outer{
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

#container {
    display: table-cell;
    vertical-align: middle;
}

#inner {
	width: 925px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content {
	float: right;
}


#footer {
   border-top: 1px solid #E2E2E2;
   margin-top: 1em;
   padding-top: .5em;
   text-align: right;
}

/* END LAYOUT STYLES */



/* BEGIN NAV STYLES */


#subnav {
	margin: 25px 0 20px 0;
	text-align: left;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #E2E2E2;
}

#subnav .left {
	width: 74%;
}

#subnav .right {
	width: 25%;
	text-align: right;
}

#subnav .right li {
	display: inline;
	border-right: 1px solid #999;
	margin-left: 6px;
	padding-right: 6px;
}

#subnav_right li.last {
	border-right: none;
}

#left_nav {
	width: 215px;
	height: 565px;
	float: left;
	text-align: left;
	padding-right: 10px;
	border-right: 1px solid #E2E2E2;
	overflow: auto;
}

#left_nav h2 {
	text-transform: uppercase;
    font-size: 1.2em;
    border-bottom: 1px solid #E2E2E2;
    margin: 0 0 .5em .5em;
}

#left_nav h3 {
    text-transform: uppercase;
    font-size: .8em;
}

#left_nav h2 a,
#left_nav h3 a {
	color: black;
}

#left_nav ul {
   margin: 0 0 15px 10px;
}

#left_nav ul ul {
   margin: 0;
}

#left_nav li {
  display: inline;
}


#left_nav li img {
   border: 1px solid #999;
   margin: 0 2px 2px 0;
}

#left_nav li img:hover {
   border: 1px solid black;
}

#pagenav {
  margin: .5em 4.5em;
}

#pagenav .left {
  color: #AAA;
  width: 15%;
  text-align: left;
}

#pagenav .center {
  width: 69%;
  text-align: center;
  float: left;
}

#pagenav .right {
  color: #AAA;
  width: 15%;
  text-align: right;
}


/* END NAV STYLES */




/* end common.css */