/*  
Theme Name: salusmedia
Copyright: 2009
Version: 1.0
Author: <a href="http://www.socialmood.com">Socialmood</a> 
Tags: 
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin:  0 0 0;
	font: normal 80%/160% Verdana, sans-serif;
	background: #fff;
}

.blogroll img {
  width: 16px;
  height: 16px;
  vertical-align: middle
}

li {
	list-style: none;
}

/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.3em;
}
/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #273E8F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #273E8F;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper {
	position: relative;
	width: 960px;
	padding: 10px;
	margin: 0 auto;
	background: #fff;
}

#header {
	position: relative;
	margin-bottom: 10px;
}

.right {
	float: right;
}
.left {
	float: left
}


#content {
	width: 600px;
	margin-top: 15px;
	float: left;
	padding: 10px
}
#sidebar {
	margin-top: 15px;
	width: 300px;
	float: right;
	padding: 10px;
}

#sidebar ul li ul li {
	line-height: 22px;
	padding: 2px 0;
	border-bottom: 1px solid #eee
}
/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#topleft {
	width: 400px;
	float: left;
}
#headinfo {
	float: left;
}
#topright {
	float: right;
}
#topright li {
	float: left;
	margin-right: 20px
}
#topright a {
	color: #666;
}
.headpanel {
	width: 290px;
	height: 200px;
	float: left;
	color: #666;
	line-height: 22px;
	margin-right: 15px;
	background: #eee;
	position: relative;
	padding: 10px;
	-moz-border-radius: 6px
}
.headpanel h3 {
	color: #273E8F;
	font-weight: bold;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 10px
	
}
.last {
	margin-right: 0 !important
}
p.button {
	-moz-border-radius: 6px;
	width: 280px;
	position: absolute;
	bottom: 5px;
	text-align: center;
	background: #E9BD59;
	float: left;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
}
p.button a {
	font-size: 16px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
}
p.button:hover {
	background: #E9C97F
}
/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee
}
.archive .post {
	height: 450px;
}
.post h2 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #273E8F;
}
.post-info {
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #666
}


.post-entry p {
	margin: 0 0 1em 0;
	font-size: 12px
}

.post-entry h3 {
	font-size: 1.25em;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry ol li {
	list-style: square;
	border-bottom: 1px solid #fafafa;
	padding: .2em 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.post-entry img {
	float: left;
	margin: 0 10px 10px 0;
}
.addthis_container img{
	border: 0px;
}

.post-meta {
	font-size: 95%;
	color: #999;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #f7951e;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
}

img {
	border: 0;
	
}

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

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}
/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebar h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
}

.widget {
	margin: 0 0 15px 0;
}

.more-link {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	background: #eee;
	padding: 2px 10px;	
}
.widgettitle a {
	color: #D39E25
}
.widgettitle {
	color: #D39E25;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: bold
}
/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
	position: relative;
	clear: both;
	background: #E9BD59;
	padding: 15px;
	width: 950px;
	margin: 0 auto;
}
#footer {
	clear: both;
	font-size: 11px;
	width: 960px;
	margin: 0 auto;
}

#footer li {
	float: left; 
	margin-right: 15px
}

