@import url("css/intl_css.css");
@import url("css/header_interior.css");


/* Blog-specific CSS */

img {
	border: none;
}

#searchform {
	padding-left: 5px;
}
.topicHeader {
	font-weight: bold;
}

.sidebar_Table {
	margin-top: 10px;
}

.clear {
	clear: both;
}


.profile {
	float: left;
	width: 430px;
	margin-top: 5px;
	background-color: #E3ECEB;
	padding: 10px 10px 10px 10px;
}
.profile .portrait {
	float: left;
	width: 80px;
	height: 80px;
	position:relative;
	z-index: 0;
}
.profile .profile_summary {
	float: left;
	width: 340px; /* profile.width - portrait.width - this.padding */
	height: 80px; /* portrait.height */
	padding-left: 10px;
}

#profile_blogtitle {
	font-size: 20px;
	font-weight: bold;
}
#profile_blogtitle a {
	color: #2675A8 !important;
}
#profile_description {
	font-size: 12px;
	color: #EC7308;
	font-weight: bold;
}
#profile_name {
	font-size: 11px;
	color: #2675A8;
	font-weight: bold;
	margin-top: 15px;
}
#profile_biolink {
	text-align: right;
	padding-right: 10px;
}
#profile_biolink a {
	color: #2675A8;
}

#contentCol2 a {
	color: #2675A8;
}
#sidepanel a {
	color: #2675A8;
}


.post {
	padding-bottom: 0;
}


/* customized WordPress CSS stuff */

/* pagenav and page_item combine to force the function 'wp_list_pages' to display like other elements in the sidebar */
.sidebar_Table ul {
	padding: 0; /* overrides the left padding defined for all ul tags */
	margin-bottom: 5px;
}
.pagenav {
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
}
li.page_item  {
	list-style-type: none;
	font-weight: normal;
	padding-left: 0;
	margin-left: 0;
}

li.cat-item {
	margin-bottom: 5px;
}

ul#topic li {
	margin-bottom: 5px;
}


.feedback {
	margin-bottom: 20px;
}

#subscribe_rss {
	background-image: url('images/rss.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-top: 2px;
	margin-left: 0;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #2675A8;
}

#subscribe_email {
	background-image: url('images/envelope.gif');
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-top: 2px;
	margin-left: 0;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #2675A8;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}

/* Addition of the social media icons to the pages */
#socialMedia {
  margin:0px;
  width:124px;
  height:100%;
}

.smTwit{
  float:left;
  margin:4px 4px 0px 3px;
  width:24px;
  height:23px;
  background-image:url(images/tw_icon.jpg);
  background-position:0 0;
  background-repeat:no-repeat;
  cursor:pointer;
}

.ui-state-hover .smTwit{
  background-position: 0 -24px !important;
}

.smFacebook{
  float:left;
  width:24px;
  height:23px;
  background-image:url(images/fb_icon.jpg);
  background-position:0 0;
  background-repeat:no-repeat;
  cursor:pointer;
  margin-top:4px;
 }

.ui-state-hover .smFacebook{
  background-position: 0 -24px !important;
}

.followTag{
 color:#CCCCCC;
 float:left;
 margin-top:8px;
}

.twButton{
  float:left;
}

.fbButton{
  float:left;
}


/*End of social media css */

