/*==================================================================================================

  joecarey.com Style Sheet
  (c) Copyright 2010 Joe Carey. All Rights Reserved.
  
==================================================================================================*/

html, body {background:#000;font-family:'Arial', 'Helvetica', 'sans-serif';font-size:0.85em;color:#fff;margin:0; padding:0px;}

p, li {line-height:1.75em;margin:0 0 1.0em 0;}

a, a:link { 
	color: #ccc; 
	text-decoration: none;
	}
	
a:visited { 
	color: #666; 
	text-decoration: none;
	}
	
a:hover, a:active  { 
	color: #fff; 
	text-decoration: none;
	} 
	
.photolink a, a:link, a:visited, a:hover, a:active {border: none;}
	
div#galleria {width:850px;margin:20px auto;height:800px; }
div#wrapper {width:800px;margin:20px auto;background-color:#000;padding:0px; }
div#footz {font-size:1em;text-align:left;color: #999;height:40px;}

b, strong {font-weight:bold;}

blockquote {border-left:1px solid #ccc;margin:1em 3em;padding-left:1em;font-size:0.9em;}
blockquote p {line-height:1.45em;}
blockquote p, table p, dd p, li p, #header p {margin-bottom:0.5em;}

em {font-style:italic;}

h2, h3, h4, h5, h6 {font-weight:normal;margin:1.5em 0 0.5em 0;}
h1 {font-weight:normal;margin:0;font-size:2.25em;color:#666;}
h2 {font-size:1.3em;color:#333;}
h3 {font-size:1.15em;margin:0;}
h4 {font-size:1.0em;}
h5 {font-size:1.0em;}
h6 {font-size:0.8em;margin:1.5em 0 0 0;}

ul, ol {margin:1em 0; padding-left: 1.6em;}
li {margin:0.25em 0;}
ul li {list-style-type:disc;}
ol li {list-style-type:decimal;}
