* {
	margin: 0;
	padding: 0;
}
		
body {
  background-color: #222;
	font: 300 0.9em/1.8 "museo-sans-1","museo-sans-2",sans-serif;
	color: #444;
	box-decoration-break: slice;
	text-overflow: none;
}
		
a {
	text-decoration: none;
	color: #2E7FA5;
}
		
a:hover {
	text-decoration: underline;
	color:#ff0000;
}
		
h2, h3, h4 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 0.3em;
	clear: both;
	border-bottom: 1px dotted #DDD;
}

h4 
{
	font-size: 1.2em;
}
	
#container {
	width: 100%;
	z-index: 2;
	overflow: auto;
}		

#inner-header ul {
	list-style:none outside none;
}
		
#inner-header ul li {
	display: inline
}
		
#inner-header ul li img {
	width: 16px;
	height: 16px;
}
		
#search form {
	margin-left: 10px;
	height: 33px;
}
		
#search form label {
	display : none;
}
		
#search form input {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #AAA;
	padding: 2px;
	color: #777;
	width: 200px;
}
		
#search form input.submit {
	width: 70px;
}
				
#inner-footer, 
#inner-header,		
#content {
	width: 950px;
	margin: 15px auto;
	background-color: #FEFEFE;
	padding:  15px 30px 15px 30px;
	
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  	-moz-background-clip: padding; /* for Mozilla browsers*/
	-webkit-background-clip: padding;   /* Webkit */
	background-clip: padding-box; /*  browsers with full support */
	
	box-shadow: 5px 5px 5px #111;
  
  	/*border: 10px solid rgb(100, 100, 100);  default color */
	/*border: 10px solid rgba(0, 0, 0, 0.3);  rgba for transparency */

} 

#inner-header 
{
  margin-top: 20px;
}

		
#content #left-column p {
	padding-top: 5px;
	margin-bottom: 13px;
}

#content #left-column div.post div.gallery {
	height: 450px;
	width: 600px;
	background-color: black;
	margin-bottom: 13px;
    padding-top: 5px;
}

#content #left-column p.profile-image img { 
	float: none;
	margin: 0;
}
		
#content #left-column {
	float: left;
	width: 610px;
}
		
#content #right-column {
    float: right;
    width: 300px;
    opacity: 0.8;
}

#content #right-column h3
{
  margin-top: 1em;
}
		
#content #right-column ul {
	list-style: disc inside none;
	padding-left: 1em;
}

#content #right-column ul li {
	margin-bottom: 0.3em;
}

#content #right-column ul li.current a
{
	color: #ff0000;
}

#content #right-column h3:first-of-type {
	margin-top: 5px;
}

#content #right-column div.post h4
{
	font-size: 1em;
}
	
div.copyright {
	text-align: center
}	
		
.pictures
{
	overflow: auto;
	display: block;
	margin: 0 auto;
	width: 230px;
}

.pictures div#main-picture 
{	
	width: 100%;
	padding: 5px;	
	margin: 0 auto;
	overflow: auto;
}

.pictures div#main-picture img
{
	max-width: 100%;
	margin : 0 auto;
}

.pictures div.image
{
	display: inline;
	float: left;
	margin: 10px 5px;
}

.pictures div.image a.picture-link
{
	height: 75px;
	width: 100px;
	display : block;
	border:1px solid rgba(0, 0, 0, 0.4);
	overflow:hidden;
}

.pictures div.image a.picture-link.current
{
	border:1px solid rgba(0, 0, 0, 0.5);
}

.pictures div.image a.picture-link:hover
{
	background-color:  rgba(0, 0, 0, 0.1);
}

.pictures div.image a.picture-link img
{
	margin: 0 auto;
	vertical-align: middle;
	max-width: 100px;
	
}

.pictures div img 
{
	display : block;
	border: 0;
}

.pictures div.image div.image-title a
{
	font-size: 1em;
	padding-left: 5px;
	display: block;
}

.pictures div.image:hover div.image-title
{
	display: block;
}
		
.pagination { 
	clear: both;
	margin-top: 2em;	
	overflow: auto;
	padding-top: 10px;
}

.top-border-radius {
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius-topleft: 10px; 
	border-radius-topright: 10px;
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px; 
}
		
.bottom-border-radius {
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px; 
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px; 
}
		
.border-radius {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
		
.left {
	float: left;
}
		
.right {
	float: right;
}

.hide 
{
	display: none;
}

#content fieldset 
{
	border: 0;
}

#content fieldset div.form-block 
{
	clear: both;
	margin-top: 10px;
	
}

#content fieldset span.label 
{
	padding-right: 5px;
	width: 25%
}

#content fieldset span.field 
{
	display: block;
	overflow: hidden;
	padding: 0px 5px 0px 0px;
}

#content fieldset input 
{
	height: 2em;	
	
}

#content fieldset input, 
#content fieldset textarea
{
	width: 100%;
	max-width: 100%;
	border: 1px solid #AAA;
	padding-left: 2px;
	padding-top: 1px;
	background-color: #fff;
}

#content fieldset input[type=checkbox] 
{
	width: auto;
	height: 1em;
	margin-top: 5px;
}

#content fieldset input:focus, 
#content fieldset textarea:focus
{
	border: 1px solid #2E7FA5;
}

#content div.buttons input
{
	margin-top: 10px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #777777;
    padding: 2px;
	width: 70px;
	margin-right: 2px;
}


#content div.errors 
{
	font-size: 1em;
	color: #cc0000;
	background-color:rgba(200, 0, 0, 0.1);
	margin: 5px 0px 10px 0px;
	padding-left:5px;
}

#content div.errors ul
{
	list-style: none outside none;
}

input[type=submit]{
	cursor: pointer;
}

#content div.errors h3 
{
	font-size: 1.1em;
	font-weight: bold;
}

.editable 
{
	border: 1px dotted #ee0000;
}

#inner-header ul.icons {
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
}

#inner-header ul li img
{
	border:0;
}

#inner-header ul li img.current
{
	opacity: 0.5;
}

#inner-header div.drop-down-container 
{
	opacity: 0.95;
	position: absolute;
	width: 250px;
	right: 0;
	background-color: #fff;
	color: #000;
	z-index: 10;
	margin-top: 0;
	padding: 5px;
	border: 2px solid #444444;
	-moz-box-shadow: inset 0 0 30px #bbb;
	-webkit-box-shadow: inset 0 0 30px #bbb;
	box-shadow: inset 0 0 30px #bbb;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 0.8em;
	display:none;
}

#inner-header div.drop-down-container img
{
	width: 66px;
	height: 66px;
	margin: 0 auto;
	display: block;
	padding: 20px;
}

#inner-header ul.drop-down-stats 
{
	padding: 0;
	margin: 0;
}

#inner-header ul.drop-down-stats a:hover 
{
	text-decoration: none;
}

#inner-header ul.drop-down-stats li 
{
	display: block;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid rgba(200, 200, 200, 0.8);
}

#inner-header ul.drop-down-stats li.last
{
	border-bottom: none;
}

#inner-header ul.drop-down-stats li:hover 
{
	background-color: rgba(200, 200, 200, 0.6);
}

#inner-header ul.drop-down-stats li:hover a
{
	color: #000;
}

div.profile-link 
{
	margin-top: 15px;
}

div.profile-link img 
{
	border: 0;
	width: 160px;
	display: block;
	margin-bottom: 5px;
}

#content ul 
{
	padding-left: 40px;
	list-style:disc outside none;
}

#content #left-column div.comments 
{
	margin-top: 1em;	
}

#content #left-column div.comments h3
{
	margin: 0;
	margin-bottom: 1em;
}

#content #left-column div.comments div.comment 
{
	clear: both;
	overflow: auto;
	margin-bottom: 5px;
	padding-left: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(200, 200, 200, 0.3);	
}

#content #left-column div.comments div.comment.alt 
{
	background-color: rgba(200, 200, 200, 0.1);	
}

#content #left-column div.comments div.comment p
{
	padding: 0;
}

#content #left-column div.comments div.comment.last 
{
	border-bottom: 0;
}

#content #left-column div.comments div.comment div.comment-name
{
	font-weight: bold;
	margin-right: 5px;
}

#right-column h3,
#content div.post h2,
#content div.post-head h3 
{
	display: block;	
	margin-bottom: 1em;
	margin-top: 5px;
	padding-bottom: 0.5em
}

#left-column h4 
{
  margin-top: 1.2em;
}

#content span.date {
	font-size: 90%;
	color: #aaa;
	font-style: italic;
	clear: both;
}

#content div.post 
{
	clear: both;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

#right-column div.post 
{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#right-column div.post span:first-of-type a:first-of-type {
	margin-top: 0.5em;
	display: block;
}

#content div.post span.date
{
	margin-bottom: 5px;
	display: inline-block;
	position: absolute;
  top: 5px;
  right: 0;
}
#content div.post-head 
{
  position: relative;
}

#disqus_thread {
	clear: both;
	padding-top: 0.5em;
}

#social 
{
	float: right;
	padding-top: 5px;
	margin-right: 130px;
}

#social a img
{
	border: 0;
	padding-left: 5px;
}

#outer-image-container 
{
	top: 0; 
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 49444444;
}

#inner-image-container
{
	width: 200px;
	height: 210px;
	padding: 10px;
	background-color: White;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius:10px;
	margin: 25px auto auto;
	max-width: 90%;
	max-height: 90%;
	position: relative;
	box-shadow: 5px 5px 5px #666;
}

#inner-image-container div {
	clear: both;
}

#inner-image-container div.wrapper
{
	display: table-cell;
	width: 200px;
	height: 200px;
	vertical-align: middle;	
}

#inner-image-container a
{
	float: right;
}

#inner-image-container div img
{
	text-align: center;
	display: block;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    margin : auto auto;
    vertical-align: middle;
}

#inner-image-container:hover a#prev-pic,
#inner-image-container:hover a#next-pic
{
	opacity: 1;
	display: block;
}

#inner-image-container a#prev-pic.hidden,
#inner-image-container a#next-pic.hidden
{
	display: none;
}

#inner-image-container:hover a#prev-pic.hidden,
#inner-image-container:hover a#next-pic.hidden
{
	display: none;
}

#inner-image-container a#prev-pic,
#inner-image-container a#next-pic 
{
	height: 40px;
	display: none;
	position: absolute;
	top: 50px;
	background-color: white;
	width: 60px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.3em;
	line-height: 40px;
}

#inner-image-container a#prev-pic {
	left: 0;
	margin-left: 10px;
}

#inner-image-container a#next-pic {
	right: 0;
	margin-right: 10px;
}

#title {
	width: 950px;
	margin: 0 auto;
}

#title h1 {
	float: left;
	color: #F4F4F4;
	padding-top: 10px;
}

h1 span {
	display: none;
}

#banner-image {
	border: 1px solid black;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 5px 5px 5px #AAA; 
}

#banner-image img {
	display: block;
	padding: 0;
	margin: 0;
}

.overflow {
	overflow: auto;
}

.contact {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.contact span {
	float: right;
}

.contact img {
	top: 3px;
	position: relative;
}

#content #left-column.full-page 
{
  width: 100%; 
}

#content #left-column #portfolio 
{
  position: relative;
  height: 800px;
}

#content #left-column #portfolio .entry-wrapper
{
  position: relative;
 
}

#content #left-column #portfolio .portfolio-entry 
{
  top: 0;
  position: absolute;
}

#content #left-column #portfolio .portfolio-image-container 
{
  border: 1px solid rgba(200, 200, 200, 0.5);
  width: 945px;
  height: 600px;
  overflow: hidden;
  position: relative;
}

#content #left-column #portfolio .portfolio-image-container img
{
  max-width: 100%;
  opacity: 0.9;
  border: 0;
  text-align: center;
}

#content #left-column #portfolio .portfolio-text-container 
{
  margin-top: 1em;
  background-color: white;
  width: 100%;

  overflow: hidden;
  font-size: 90%;

  position: absolute;
  color: #F4F4F4;
  background-color: #444;
  
    -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 
}

#content #left-column #portfolio .portfolio-text-container  h3 
{
  margin: 10px 0 0 10px;
  line-height: 1em;
  padding: 0;
  font-size: 120%;
}

#content #left-column #portfolio .portfolio-text-container p 
{
  margin:0;
  padding: 5px 10px 5px 10px;
  font-size: 90%;
}

#content #left-column #portfolio .portfolio-text-container br
{
  padding: 2px;
}

#download-link 
{
  position: absolute;
  right: 5px;
  z-index: 100;
}

#download-link img
{
  height: 25px;
  top: 6px;
  position: relative;
  padding-right: 2px;
  border: 0;
}

.hidden 
{
  display: none;
}

#next-portfolio,
#prev-portfolio 
{
  position: absolute;
  top: 613px;
  z-index: 50;
  
  color: #F4F4F4;
  background-color: #444;
  padding: 5px 15px 5px 15px;
  
  opacity: 0.2;
  
  -webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;	
	transition: opacity 0.5s ease-in-out;
	
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#prev-portfolio 
{
  left: 6px;
}

#next-portfolio 
{
  right: 9px;
}

#portfolio:hover #prev-portfolio,
#portfolio:hover #next-portfolio
{
  opacity: 1;
}

.modal-backdrop {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal {
  position: relative; 
  top: auto; 
  left: auto;
  margin: 0 auto; 
  z-index: 1;
  width: 560px;

  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .close {
  margin-top: 7px;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}
.modal-body {
  padding: 15px;
}
.modal-footer {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
}

.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  border-left-color: #c43c35;
  border-right-color: #c43c35;
  border-top-color: #c43c35;
  border-bottom-color: #882a25;
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(top, #62c462, #57a957);
  border-left-color: #57a957;
  border-right-color: #57a957;
  border-top-color: #57a957;
  border-bottom-color: #3d773d;
}
.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  border-left-color: #339bb9;
  border-right-color: #339bb9;
  border-top-color: #339bb9;
  border-bottom-color: #22697d;
}
.btn {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  border-left-color: #0064cd;
  border-right-color: #0064cd;
  border-top-color: #0064cd;
  border-bottom-color: #003f81;
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.modal input[type=password] 
{
  display: inline-block;
  width: 300px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: gray;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
}

#content .modal .errors ul 
{
  padding: 0;
}

.about p 
{
  padding:  5px 7px 5px 7px;
  font-style: italic;
  font-size: 90%;
}

#content #right-column ul#social-stream
{
  list-style-type: none;
  padding-left: 0.5em;
}

#content #right-column ul#social-stream li 
{
  padding-left: 25px;
   margin-bottom: 20px;
}

#content #right-column ul#social-stream li.twitter {
  background: url(/graphics/16px/twitter-2.png) no-repeat left 4px;
}


#content #right-column ul#social-stream li.raptr {
  background: url(/graphics/16px/raptr.png) no-repeat left 4px;
}

#content #right-column ul#social-stream li.facebook {
 
  background: url(/graphics/16px/facebook.png) no-repeat left 4px;
  
}

#content #right-column ul#social-stream li.flickr {
  background: url(/graphics/16px/flickr.png) no-repeat left 4px;
}

#content #right-column ul#social-stream li.diigo {
  background: url(/graphics/16px/diigo.png) no-repeat left 4px;
}

#content #right-column ul#social-stream li span 
{
    color: #676767;
  line-height: 11px;
  font-size: 11px;
  color: #AAA;
  display: block;
  margin-top: 5px;
}

#content #right-column ul#social-stream li span a {
  color: #AAA;
}

span.huge 
{
  font-size: 200px;
  text-align: center;
  display: block;
}

p.error-page 
{
  text-align: center;
}

.profilePic-wrapper 
{
  position: relative;
  
}

.profilePic 
{
  position: absolute;
  background-color: white;
  border: 4px solid white;
  -webkit-border-radius: 2px;
  height: 125px;
  width: 125px;
  overflow: hidden;
  top: -25px;
  right: -10px;
  border-image: initial;
  box-shadow: 2px 2px 2px #aaa;
}

.profilePic img 
{
  left: -16.67%;
  height: 100%;
  min-height: 100%;
  position: relative;
}
