/*************	blog styling ********/
h2.blogsubheading {
padding-top: 0.5em;
font-size: 24px;
font-weight: 100;
}

.adobe_box h2 {
  color: #8391ab; 
	background-color: #F0F5FF; 
	margin-left: -7px;
	margin-top: -3px;
	width: 188px;
	padding: 6px; 
	padding-right: 0;
}

#side1 {
line-height: 1.3;
}	

h1 {
  color: #888;
	font-size: 32px;
	font-weight: 100;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}



/*	blog subtitle */
h1.small {
	color: #999999;
	font-size: 1.8em;
	font-weight: 100;
	margin-bottom: -0.3em;
	padding-bottom: 0em;
}

#box ul {
padding-bottom: 7px;
}
#box ul li {
padding-bottom: 10px;
}

/*  centre bulleted list content */
ul.bulleted {
	color: #999; 
	font-size: 12px;
	line-height: 1.3;
	list-style-type: disc;
	padding: 5px 0 5px 14px;
	padding: 5px 0 5px 0;
}

ul.bulleted li {
	padding-bottom: 10px;
}
/*  centre bulleted list content */

/*  8th Nov 2011 removes left side bullet points */
div.adobe_box ul.bulleted {
	list-style-type: none;
}
/*  8th Nov 2011 removes left side bullet points */

/*  dark bulleted */
ul.darkbullet {
	color: #666; 
	list-style-type: disc;
	line-height: 1.4;
	padding: 5px 0 5px 14px;
}

ul.darkbullet li {
	color: #666;
	padding-bottom: 10px;
}
/*  dark bulleted */

/*  numbered lists */
ol {
	line-height: 1.5;
	margin-left: 5px;
}

ol li{
	margin-bottom: 15px;
}

/* Social Icons */
div#addthis {
float: right;
margin-right: -80px;
margin-right: -198px;
margin-right: -208px;
margin-top: -3px;
}

div#addthis_bottom {
float: right;
margin-right: -80px;
margin-top: -37px;
font-size: 13px;
}

/*  removes underline on hover */
.addthis_toolbox a:link, .addthis_toolbox a:visited { border:none !important; }
.addthis_toolbox a:hover {border:none !important; }

/*  moves twitter icon to right */
.addthis_button_tweet {
margin-right: -6px;
}

/*  moves facebook icon to right */
.addthis_counter.addthis_pill_style {
margin-right: 10px;
}
/**/
#plusone {
/*margin-right: -230px;*/
padding-right:10px;
float: left;

/*
float: right;
  position: relative;
   top: 0;
	 right: 220px;*/
}


/* Social Icons */



/* large social media icons - twitter + facebook */
.largeSocialMediaIcon {
   float: left; 
	 padding: 0 10px 10px 0;
}

.largeIconRightHandText {
     color:#666;  
		 border-bottom: none;
		 padding-top:8px;
		 display:block;
}
/* large social media icons - twitter + facebook */


/* large social media icons - twitter + facebook */
.largeSocialMediaIcon {
   float: left; 
	 padding: 0 10px 10px 0;
}

#socialIconsWrapper .adobe_box {
	background-color: #fff;
	padding: 6px 10px 15px;
	margin: 10px 0 0 -10px;
	width: 180px;
	height: auto;
	line-height: 18px;
	border: 1px solid #E0EBFF;
}

#socialIconsWrapper .adobe_box:hover {
border: 1px solid #E0EBFF;
-moz-box-shadow: 0px 0px 5px 3px #E0EBFF;
-webkit-box-shadow: 0px 0px 5px 3px #E0EBFF;
box-shadow: 0px 0px 5px 3px #E0EBFF;
border: 1px solid #91b7d1;
	
}

span.twitterlinktext {
  color: #0066ff;
  border-bottom: dotted 1px #0066ff;
}

a:hover span.twitterlinktext  {
  color: #0066ff; 
	text-decoration: none; 
	border-bottom: solid 1px #0066ff;
}

#socialIconsWrapper {
margin-top: 10px;

}

.copyrightWrapper {
  clear: both;
}

/*Styling of comment submit area*/
input#author {
border: 1px solid #ccc;
height: 20px;
width: 200px;
}

textarea#comment {
border: 1px solid #ccc;
}

input#submit {
padding: 4px;
}

input#submit:hover {
cursor: pointer;
		background-color: #ccc;
}

/*Styling of comment submit area*/















