/*   
Theme Name: Aruba WordPress
Theme URI: http://www.aruba.com/
Description: Aruba's WordPress theme
Author: Simon Klempert
Author URI: mailto:simon.klempert@aruba.com
Version: 3.0
*/

/* Wordpress specific */

/* Header */
div#header div#rss {
	position: absolute;
	left: 135px;
	bottom: 15px;
	font-size: 11px;
}
div#header div#rss a {
	color: white;
}

/* Sidebar image */
div.sidebar_img {
	background: url(http://cms-js.aruba.com/Portals/_default/Skins/AP/images/Left-side-explore-to-aruba-icon.png);
}

/* If only image is posted, make sure metadata is below image */
p.postmetadata {
	clear: both;
}

.alignright {
	float: right;
}
.alignleft {
	float: left
}
div.post {
	clear: both;
}

div#content h3 {
	margin: 2pt 0 0 0;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
div#content h4 {
	margin: 0 0 9px 0;
	padding: 0 0 5px 20px;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	background:transparent url(images/hr.gif) no-repeat scroll 0pt 100%;
}

div.entry {
	margin: 9px 0 25px 0;
}
div.entry p {
	margin: 9px 0 0 0;
}

/* Search */
.searchform {
	margin: 0;
	border:0;
	padding:0
}
.searchform .searchinput { 
	width: 120px;
	border: 1px solid #000;
	margin: 7px;
	padding: 3px;
	background-color: #eee;
}
.searchform .searchsubmit {
	margin: 0 0 3px 6px;
}

/* Content */
.entry img {
	margin: 3px;
}

.entry img.alignleft {
  	margin-right: 15px;
  	margin-bottom: 15px;
}
.entry img.alignright {
  	margin-left: 15px;
  	margin-bottom: 15px;
}
.entry div.more-link {
	font-size: 14px;
}
.entry .addthis_container {
	margin-top: 10px;
	clear: both;
}

