/*  
Theme Name: Pierre Estienne
Theme URI: http://www.urbanrenewal.co.za/
Description: Theme for Pierre-Estienne Bruwer
Version: 1.0
Author: Justin Slack
Author URI: http://www.urbanrenewal.co.za/

*/

/*Start General Things*/


body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% Helvetica, Arial, sans-serif;
	color:#706A5E;
	text-align: center;
	background: #000 url(../pierreestienne/images/bodybackground.jpg) repeat;
}

p {
	margin: 0;
	padding: 10px 0 5px;
	padding-bottom: 15px;
	font-size:  1.2em; 
}

a:link, a:visited {
	color: #ccc0a7;
	text-decoration:none;
	}

a:hover, a:active {
	color:#ccc0a7;
	text-decoration:underline;
	}

		
/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
div.clear { clear: both; }

		
img {
	border: 0;
	max-width:800px;
	max-height:600px;
	height:auto;
}

h2 {
	font-size:2.2em;
	color:#fff;
	}
	
.aligncenter{display:block;margin:0 auto 10px auto}
.alignleft{float:left}
.alignright{float:right}
img.alignleft{padding:4px 4px 4px 0;margin:0 7px 2px 0;display:inline}
img.alignright{padding:4px;margin:0 0 2px 7px;display:inline}

.wp-caption {
	border: 1px solid #ededed;
	text-align: center;
	background: #fbeed4;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
	
a.button {
	background: url(images/buttontransparent.png) repeat;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #201f1f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;
	cursor:pointer;
	-webkit-border-radius:5px;-moz-border-radius:5px;
}

a.button:hover {
	background:#201f1f;
	border:1px solid #3d3d3d;
	-webkit-border-radius:5px;-moz-border-radius:5px;
}
		
/*Layout*/

#container {
	width:960px;
	margin: auto;
	text-align: left;
	clear:both;
}

#homecontent {
	width:960px;
	text-align: left;
	margin-top:10px;
}
#wrapper {
	width:960px;
}

#content {
	padding:10px 0 0 0;
	float:left;
	width:720px;
	text-align: left;
}

#header {
	width: 960px;
	height: 126px;
	background: url(images/headerbackground.gif) bottom repeat-x;
}

#logoholder {
	background: url(../pierreestienne/images/logo.jpg) no-repeat;
	margin-top:5px;
	display: block;
	float:left;
	width:304px;
	height:114px;
	text-indent: -9999px;
	position:relative;
	}

#logo h1 {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
	
#logo a {
	background: url(../pierreestienne/images/logo.jpg) no-repeat;
	width: 304px;
	height: 114px;
	position: 0px 0px;
	display: block;
}

#logo a:hover {
	background-position:0px -114px;
	display:block;
	}
	


#menuholder {
	float: right;
	margin-top:50px;
}
		
#map {
	margin-top:10px;
	width:960px;
	height:748px;
	background:url(images/building2.jpg) no-repeat;
}

/* Menu Body */
	ul#rings {
	height:211px;
	width:116px;
	list-style:none;
	margin:0;

	}
	
	/* Float LI Elements - horizontal display */
	
	/* Link - common attributes */
	ul#rings li a {
	display:block;
	position:relative;
	text-indent:-9999px;
	
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#rings li a.ring {
		background:url(images/window2.png) no-repeat;
		left:563px;
		top:268px;
		height:211px;
		width:116px;
		
		}
	
	/* Span (on hover) - common attributes */
	ul#rings li a span {
		background:url(images/window2.png) no-repeat scroll left bottom;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
	}
	
	/* Span (on hover) - display pointer */
	ul#rings li a span:hover {
		cursor:pointer;
		cursor:hand;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#rings li a.ring span {
		background-position:0px -211px;
	}
	
/* Menu Body */
	ul#pins{
	height:211px;
	width:116px;
	list-style:none;
	margin:0;
	padding:0;
	}
	
	/* Float LI Elements - horizontal display */
	
	/* Link - common attributes */
	ul#pins li a {
	display:block;
	position:relative;
	text-indent:-9999px;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#pins li a.pin {
		background:url(images/window3.png) no-repeat scroll left top;
		left:332px;
		top:311px;
		height:211px;
		width:116px;
	}
	
	/* Span (on hover) - common attributes */
	ul#pins li a span {
		background:url(images/window3.png) no-repeat scroll left top;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
	}
	
	/* Span (on hover) - display pointer */
	ul#pins li a span:hover {
		cursor:pointer;
		cursor:hand;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#pins li a.pin span {
		background-position:0px -211px;
	}
	
/* Menu Body */
	ul#pendants {
	height:211px;
	width:116px;
	list-style:none;
	margin:0;
	padding:0;
	}
	
	/* Float LI Elements - horizontal display */
	
	/* Link - common attributes */
	ul#pendants li a {
	display:block;
	position:relative;
	text-indent:-9999px;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#pendants li a.pendant {
		background:url(images/window5.png) no-repeat;
		left:330px;
		top:-160px;
		height:211px;
		width:116px;
	}
	
	/* Span (on hover) - common attributes */
	ul#pendants li a span {
		background:url(images/window5.png) no-repeat scroll left bottom;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
	}
	
	/* Span (on hover) - display pointer */
	ul#pendants li a span:hover {
		cursor:pointer;
		cursor:hand;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#pendants li a.pendant span {
		background-position:0px -211px;
	}

/* Menu Body */
	ul#engraving{
	height:105px;
	width:120px;
	list-style:none;
	margin:0;
	padding:0;
	}
	
	/* Float LI Elements - horizontal display */
	
	/* Link - common attributes */
	ul#engraving li a {
	display:block;
	position:relative;
	text-indent:-9999px;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#engraving li a.engrave {
		background:url(images/window4.png) no-repeat scroll left top;
		left:564px;
		top:26px;
		height:211px;
		width:116px;
	}
	
	/* Span (on hover) - common attributes */
	ul#engraving li a span {
		background:url(images/window4.png) no-repeat scroll left top;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
	}
	
	/* Span (on hover) - display pointer */
	ul#engraving li a span:hover {
		cursor:pointer;
		cursor:hand;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#engraving li a.engrave span {
		background-position:0px -211px;
	}
/*Menu*/

#dropmenu, #dropmenu ul {
	margin:0px; 
	padding:0px;
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:1.4em; 
	z-index:300; 
	width:100%; 
	font-weight:bold;
	font-size:1.2em;
}

#dropmenu a {
	display:block; 
	padding:0.25em 1em; 
	font-size:1.2em;
	color:#fbeed4; 
	text-decoration:none; 
	border:1px solid transparent;
	-webkit-border-radius:8px;-moz-border-radius:8px;
}

#dropmenu a:hover {
	color:#ccc0a7;
	background: url(images/hover.png) repeat;
	border-left:1px solid #0a0a0a;
	border-top:1px solid #0a0a0a;
	-webkit-border-radius:8px;-moz-border-radius:8px;
}

#dropmenu li {
	margin-left:5px;
	float:left; 
	position:relative;
}

#dropmenu ul {
	position:absolute; 
	display:none; 
	width:10em; 
	top:2.2em; 
	left:-1px;
}

#dropmenu ul a {
	margin:1px;
	border:none;
	-webkit-border-radius:3px;-moz-border-radius:3px;
}

#dropmenu li ul { 
	width:10em;
}

#dropmenu li ul a {
	margin:1px;
	border:none;
	width:10em; 
	height:22px; 
	float:left;
	font-size:1em;
	-webkit-border-radius:3px;-moz-border-radius:3px;
}

#dropmenu ul ul {
	top:auto;
}

#dropmenu li ul ul {
	left:12em; 
	margin:0px 0 0 10px; 
	-webkit-border-radius:3px;-moz-border-radius:3px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block; -webkit-border-radius:3px;-moz-border-radius:3px;}

#dropmenu .current_page_item a {
	color:#ccc0a7;
	background: url(images/hover.png) repeat;
	border-left:1px solid #0a0a0a;
	border-top:1px solid #0a0a0a;
	-webkit-border-radius:8px;-moz-border-radius:8px;
	}
	
#dropmenu .current-cat a {
	color:#ccc0a7;
	background: url(images/hover.png) repeat;
	border-left:1px solid #0a0a0a;
	border-top:1px solid #0a0a0a;
	-webkit-border-radius:8px;-moz-border-radius:8px;
	}
	
#dropmenu .current a {
	color:#ccc0a7;
	background: url(images/hover.png) repeat;
	border-left:1px solid #0a0a0a;
	border-top:1px solid #0a0a0a;
	-webkit-border-radius:8px;-moz-border-radius:8px;
	}


/*Start Slider CSS*/
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			padding-top: 59px;
			position: relative;
			text-align:left;
			width: 100%;
			height:650px;
			background:#fff url(../pierreestienne/images/sliderbackground.jpg);
		}
		
		.slider-wrap p {
			padding:0px;
		}
		
		.slider-wrap h2 {
			margin-left:80px;
			margin-bottom:10px;
			font-size:2em;
			color:#222;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 600px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			 /* this is the border. should have the same value for the links */
			margin: auto;
			width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 620px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 800px; /* Also specified in  .stripViewer  above */
			}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding-top: 6px;
			}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			display:none;
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width: 500px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #808080;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li a:hover {
			background: #9f9f9f;
		}
		
		.stripNav li a.current {
			background: #fff;
			color: #363636;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 300px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 40px;
		}
		
		.stripNavR {
			right: 40px;
		}
		
		.stripNavL {
			background: url(../pierreestienne/images/arrow-left.png) no-repeat center;
		}
		
		.stripNavR {
			background: url(../pierreestienne/images/arrow-right.png) no-repeat center;
		}
		
		.stripNavL a:hover {
			background: url(../pierreestienne/images/arrow-left-hover.png) no-repeat center;
		}
		
		.stripNavR a:hover {
			background: url(../pierreestienne/images/arrow-right-hover.png) no-repeat center;
		}
		
.title-insert {
	display:hidden;
	float:left;
	background: #222;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 4px 0px 10px 0px;
	margin-bottom:3px;
	filter: alpha(opacity=90);
	-moz-opacity: .8;
	opacity:.8;
}

.title-insert h2, h3 {
	margin: 10px 12px 6px;
	line-height: 14px;
	color:#fff;
	font-size:1.8em;
	text-align:left;
}

.title-insert h2 a, .title-insert h3 a {
	display: block;
	color: #ddd;
	text-decoration: none;
	border: 0;
}

.title-insert h2 a:hover, .title-insert h3 a:hover {
	color: #fff;
}
		
/*End Slider CSS*/



/*Blog Posts*/

.post{
	padding:10px 22px;
	margin-bottom:10px;
	background:url(images/headerbackground.gif) bottom repeat-x;
}

.post h2{
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 1.6em;
	color:#ccc0a7;
}

.entry-date {
 	padding: 0px;	
	color: #666;
	font-size: 1.1em;
}

.entry-content {
	line-height: 18px;
}

.entry-content ul li{
	font-size:1.2em;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
 	padding: 10px 0 5px;
}

.entry-meta {
	margin: 10px 0 0 0;
	font-size: 1.2em;
}

.navigation{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	line-height: 24px;
	font-size: 1.2em;
}

/*End Blog Posts*/

/*Sidebar*/

#sidebar_wrapper{
	float: right;
	text-align: left;
	display: inline;padding:10px 5px 0px 0px;
}

#sidebar {
	padding:10px 0 0 0;
	width:180px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(images/sidebackground.jpg) repeat-y;
}

#sidebar ul {
    margin:2px 0px 10px 5px;
	_margin:0px 0px 0px 0px;
    padding:0px 10px 0px 0px;
    _padding:0px 0px 0px 0px;
	list-style:none;
}

#sidebar ul h2 {
    width:218px;
    font-size:1.4em;
	color:#ccc0a7;
    padding-left:10px;
    overflow:hidden;
    margin:0px;
    }

#sidebar ul li {
    color:#685050;
    list-style-type:none;
    margin-left:5px;
    padding:0px;
	font-size:1.1em;
	list-style:none;
    }

#sidebar ul ul {
   	padding:5px 2px 10px 10px;
    margin:0px 0px 10px 0px;
}

#sidebar ul ul li {
    padding-left:0px;
    margin-bottom:3px;
    list-style-type:none;
}

#sidebar ul ul ul {
    width:180px;
    padding-bottom:0px;
    padding-left:10px;
    background:none;
    border:none;
}

#sidebar ul ul ul li {
    list-style-type:circle;
    list-style-image: url(/images/arrow2.jpg);
    padding-left:0px;
    margin-bottom:0px;
    /*border-bottom:1px dashed #CCCCCC;*/
}


#sidebar a {
    color: #685050;
    text-decoration:none;
    }
   
#sidebar a:hover {
    color: #685050;
    text-decoration:underline;
    }


/*Footer*/

#footer {
	clear: both;
	width: 100%;
	*margin-top: 10px;
	color: #fff;
	font-size: 1.2em;
	text-align:left;
	line-height: 26px;
	margin-top: 20px;
}

#footer_container {
	background: url(../pierreestienne/images/buttontransparent.png) repeat;
	width: 960px;
	height:50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	*margin-top: 10px;
}

.footer_column {
	float: left;
	padding-left:20px;
	padding-top: 20px;
	height: 50px;
	}

#footer p {
	color: #2d4918;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#footer h2 {
	font-size:1.8em;
}

#footer a {
	color: #ccc0a7;	
}

#footer .links {
	width: 600px;
	list-style:none;
}

#footer .associates {
	width: 280px;
	list-style:none;

}

#footer .credits {
	text-align:right;
	margin-right:30px;
	width: 200px;
	float:right;
	list-style:none;
}

#footer ul li {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	color: #40403d;
	font-size: 1em;
	line-height: 16px;
}

#footer ul li a:hover {
	color: #ccc0a7;
	text-decoration: underline;
}


/*End Footer*/

#comments {
	margin: 10px;
	padding: 10px;
}

#comments h2, #comments h3{
	margin-left:10px;
	padding:0px;
	font-family: Arial, serif;
	font-size: 1.2em;
}

#commentform {
	padding: 10px;
	}
	
#comments textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

ol.commentlist { list-style:none; margin:0; padding:0;text-indent:0; }
ol.commentlist li { border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; padding:5px 7px 15px 100px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {background:#c30}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:5px solid #d5d5d5; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#ececec; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:url(images/buttontransparent.png) repeat; border:1px solid #303030; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;&nbsp; text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#201f1f; border:1px solid #303030; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {background:#303030 url(images/headerbackground.gif) bottom repeat-x;;}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:url(images/headerbackground.gif) bottom repeat-x; }
ol.commentlist li.odd { background:#3d3d3d url(images/headerbackground.gif) bottom repeat-x; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { background:#303030;}
ol.commentlist li.thread-even {background:#303030;}
ol.commentlist li.thread-odd {background:#3d3d3d url(images/headerbackground.gif) bottom repeat-x;}
.cancel-comment-reply {padding-left:10px;}


#respond {
	padding: 0px;
	}
	
input,select,textarea{
  background:#191919;
   -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}
input[type="text"],
input[type="password"],
textarea,
select{
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #303030;
	color:#706A5E;
  padding: 2px;
}

input[type="submit"],
input[type="button"],
button{
  color:#6d6c6c;
  font-weight: normal;
  position: relative;
  height: 22px;
  overflow: hidden;
  padding: 3px 18px;
  font-size: 10px;
  line-height: 0.75em;
  font-family: Verdana, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  border:1px solid #303030;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px
}

.bookmark {
	height:35px;
	margin:10px;
	padding:10px;
	border:1px solid #e7e7e7;
	background:#F6F6F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px
	}

ul.bookmark li {
	list-style: none; /* Remove the default bullet points*/
}

ul.bookmark li a {
	display: block; /* Increase the clickable area of the link */
	height: 24px; /* Convert the link to the size of the icon (minus the padding) */
	float: left; /* Float each anchor to display side by side */
	margin: 0 15px 0 0; /* Add some right margin to space the links*/
	padding: 8px 0 0 40px; /* Add some left padding to accomodate the icons */
	text-decoration: none; /* Remove the default underline on the link */
	background-image: url(images/various/icons.png); /* Add the background sprite image */
	background-repeat: no-repeat; /* Don't repeat the image */
}

ul.bookmark li a.reddit { background-position: 0 0; }
ul.bookmark li a.stumbleupon { background-position: 0 -32px; }
ul.bookmark li a.delicious { background-position: 0 -64px; }
ul.bookmark li a.technorati { background-position: 0 -96px; }
ul.bookmark li a.digg { background-position: 0 -128px; }

ul.bookmark li a:hover {
	color: #1a89ab; 
}

#aboutpage {
	margin:0px;
	}
	
#info {
	float:left;
	width: 550px;
	margin: 30px 10px 10px 10px;
	padding:4px 15px 15px 15px;
	}
	
#contact {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	*padding-top:20px;
	margin-top:35px;
	margin-right:10px;
	width:320px;
	}




