/*
Theme Name: Portfolio
Theme URI: http://wordpress.org/
Description: Portfolio Website
Version: 1.6
Author: Robert Burch
Author URI: http://www.robertburchillustration.com
Tags: blue, custom header, fixed width, two columns, widgets

*/
/* Begin Typography & Colors */
body {
	font-size: 10px;
	font-family: helvetica, Verdana, Arial, Sans-Serif;
	color: #676767;
	line-height:16px;
	}

/*	Begin Headers */
h1, h2, h3, h4, h5, h6 {
	font-size:13px;
	color:#5d9792;
	font-weight:normal;
}

#sidebar h2 {
	line-height: 20px;
	margin: 0;
	padding:0;
	}
	
h2 a:hover, h3 a:hover {
	text-decoration: none;
	}
	
/* End Headers */

/*	Links */
a {
	color: #676767;
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	color:#5d9792;
	}

.widget {
line-height: 15px;
padding: 8px 0 35px 0;
border-top: 1px solid #e1e0e0;
}

.textwidget .pages a {
	line-height: 19px;
	font-size:12px;
	color:#5d9792;
}
/*	Links */
/* End Typography & Colors */
/* Begin Images */
img {
	display:block;
	}
	
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 {
	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 */
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	
	}

#sidebar ul ul li{
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Various Tags & Classes */

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	

/* End Various Tags & Classes*/
