/* CSS File for carolyndigbyconahan.com */
/* Draft 0.1 :: 26 October 2006 */

/*	1. 	Zero Out Browser Defaults */				
/* Derived from Tantek ‚elik's undohtml.css */
/* http:/tantek.com/ */ 
/* Thanks pinch.nu/ */

body {
	font-size: 80%;
	background-color: #999;
	}

:link,:visited {
	text-decoration: none;
	}

ul,ol {	
	list-style: none;
	}
	
h1,h2,h3,h4,h5,h6 {	
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form {
	margin: 0; 
	padding: 0;
	}
	
img {
	padding: 0;
	border: 0;}
	
em,cite,strong {
	font-style: normal;
	font-weight: bold;
	}	

/* 2. Layout */

#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: url(../images/papertexture-wide.jpg);
}
	
#header { 
	padding: 0;
	margin: 0;
	height: 100px;
	width: 760px;
	background-color: #999;
	background: url(../images/personalheader-edged.jpg) #999;
}

#content {
float: left;
width: 485px;
margin:  0 auto;
padding: 20px 20px 10px 30px;
border-right: 1px dotted #999;
}

#sidebar {
float: left;
width: 200px;
margin: 0;
padding: 12px 12px 0 12px;
text-align: left;
}

#footer { 
clear: both;
padding: 20px;
background: #ffc;
}

/* 3. Globals */

body
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333;
	}
h1 
{	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #300;
	display: none;
	}

h2 
{	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #300;
	}


h3 {
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 12px;
	}
	
h4 {
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 12px;
	}


h5,h6 {	
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	}

ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
li {
	margin-top: 12px;
}

a:link, a:visited { 
	color: #999; }

a:hover { 
	color: #966;
	padding-bottom: 2px;
	text-decoration: none;
}

a:active { 
	color: #933; 
	}

em
{ 
	font-style: italic;
	font-weight: normal;
	 }	

strong
{ 	font-style: normal;
	font-weight: bold;
	}	



/* 4. Content */
#caption {
font-size: .8em;
}

#mousetype { font-size: 0.6em;
color: #333;
}

/* 5. Images */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */


