/*  
Theme Name: ListMessenger.net
Theme URI: http://listmessenger.net
Description: Design for the ListMessenger.net website
Version: 1.0
Author: ListMessenger.net
Author URI: http://listmessenger.net/
*/

/* Start style basis */
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF url(images/sitebackground.jpg) repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}
h1, h2 {
 	font-weight: normal;
}
h1 {
  color: #E36F1E;
  font-size: 24px;
  letter-spacing: -1px;
}
h2 {
  font-size: 16px;
  color: #455560;
  margin-bottom: -16px;
  font-weight: bold;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
p, ul, ol {
}
p {
}
blockquote {
	 font-style: italic;
}
ul {
}
ol {
}
a {
  color: #7CD300;
}
a:hover {
 	text-decoration: none;
}
small {
}
hr {
	display: none;
}
img {
	 border: none;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
}
img.right {
	float: left;
	margin: 0 0 0 15px;
}
/* End style basis */

/* Header */
#header {
  width: 920px;
  height: 130px;
  margin: 0 auto;
}
/* Logo */
#logo {
  float: left;
  width: 350px;
  height: 120px;
}
#logo a {
  text-decoration: none;
}
#logo .logo_1, #logo .logo_2 {
  margin: 0;
  letter-spacing: -1px;
}
#logo .logo_1 {
  font-size: 48px;
  padding-top: 10px;
  color: #455560;
  text-shadow: #6374AB 2px 2px 1px;
}
#logo .logo_1 a {
  color: #455560;
}
#logo .logo_2 {
  font-size: 24px;
  margin-top: -5px;
  padding-left: 0px;
  color: #008C00;
}
#logo .logo_2 a {
  color: #008C00;
}
/* End Logo */
/* Start pricing */
#pricing {
  float: left;
  margin-left: 150px;
}
#pricing .pricing_1, #pricing .pricing_2 {
  margin: 0;
  letter-spacing: -1px;
}
#pricing .pricing_1, #pricing .pricing_1 a {
  font-size: 48px;
  padding-top: 10px;
  font-weight: bold;
  color: #E36F1E;
  text-decoration: none;
  text-shadow: #6374AB 2px 2px 2px;
}
#pricing .pricing_2, #pricing .pricing_2 a  {
  font-size: 14px;
  margin-top: -5px;
  padding-left: 0px;
  font-weight: bold;
  color: #E36F1E;
  text-decoration: none;
}
/* End pricing */
/* Start topmenu */
#topmenu {
  float: right;
  width: 200px;
  height: 75px;
  padding-top: 25px;
  text-align: right;
}
#topmenu a {
  text-decoration: none;
}
#topmenu a:hover {
  text-decoration: underline;
  color: #E36F1E;
}
/* End topmenu */
/* Start breadcrumbs */
#breadcrumbs {
  float: left;
  width: 920px;
  height: 25px;
  font-size: 12px;
  color: #008C00;
  background: url(images/actionblockhorizontaldivider.gif) repeat-x left bottom;
}
#breadcrumbs a {
  text-decoration: underline;
  color: #008C00;
}
#breadcrumbs a:hover {
  text-decoration: underline;
  color: #E36F1E;
}
/* End breadcrumbs */
/* End Header */

/* Start Page */
#pagewrapper {
  width: 920px;
  margin: 0 auto;
  padding-top: 25px;
}
/* End Page */

/* Start content */
#contentwrapper {
  float: right;
  width: 720px;
  background: url(images/actionblockverticaldivider.gif) repeat-y;
  padding: 0px 0 0 20px;
}
#content-block {
  float: left;
  width: 720px;
}

/* Start Content */
.content {
  margin: 0px 0px 0px 0px;
}
.content .title {
  margin: 0px;
}
.content .entry {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.content .entry a {
  color: #000000;
  text-decoration: underline;
}
.content .entry a:hover {
  color: #E36F1E;
  text-decoration: underline;
}
.navigation {
}

/* Start Posts */
.post {
}
.post .title {
	margin: 0;
}
.post .title a {
	 text-decoration: none;
  color: #E36F1E;
  font-size: 24px;
  letter-spacing: -1px;
}
.post .title a:hover {
	text-decoration: underline;
}
.post .meta {
	margin: 0;
	padding-bottom: 0px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #455560;
}
.post .meta a {
	color: #455560;
	text-decoration: underline;
}
.post .entry {
}
.post .entry a {
 text-decoration: underline
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* End Content */

/* Start action column */
#action-block {
  float: left;
  width: 180px;
  padding: 0px 0px 0px 0px;
}
#action-block .entry {
  padding-bottom: 20px;
  background: url(images/actionblockhorizontaldivider.gif) repeat-x left bottom;
}
.action-item {
}
.action-item .title {
 	margin: 0px;
 	font-weight: bold;
  font-size: 16px;
 	color: #E36F1E;
}
.action-item .title a {
  text-decoration: none;
 	color: #E36F1E;
}
.action-item .title a:hover {
  text-decoration: underline;
 	color: #008C00;
}
.action-item .entry {
 	padding-bottom: 0px; /* space between text and divider */
	 margin-bottom: 10px;  /* space between divider and next item */
	 color: #E36F1E;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.action-item .entry a {
	 color: #E36F1E;
	 text-decoration: underline;
}
.action-item .entry .button {
  margin-bottom: 0px;
}

.support-item {
}
.support-item .title {
 	margin: 0px;
	 margin-bottom: -10px;
	 margin-top: 20px;
 	font-weight: bold;
  font-size: 14px;
 	color: #000000;
}
.support-item .entry {
 	padding-bottom: 0px; /* space between text and divider */
 	margin-bottom: 0px;  /* space between divider and next item */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
.support-item .entry li {
  margin-left: -20px;
}
.support-item .entry a {
  text-decoration: none;
}
.support-item .entry a:hover {
  text-decoration: underline;
  color: #E36F1E;
}

/* Serviceblock */
#Serviceblock {
  clear: both;
  width: 920px;
  background: #CDEB8B url(images/serviceblockbackground.gif) no-repeat;
  border-top: 20px solid #FFFFFF;
  color: #008C00;
}
#Serviceblock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#Serviceblock li {
  display: block;
  float: left;
  width: 275px;
  padding: 15px;
}
#Serviceblock li ul {
  line-height: 1.8em;
  line-height: 150%;
}
#Serviceblock li li {
  display: list-item;
  float: none;
  width: auto;
  padding: 0;
}
#Serviceblock h2, #Serviceblock h2 a {
  margin: 0 0 15px 0;
  color: #008C00;
  font-size: 18px;
  font-weight: bold;
}
#Serviceblock a {
  text-decoration: none;
  font-size: 14px;
  color: #008C00;
  /* color: #000000; */
}
#Serviceblock a:hover {
	text-decoration: underline;
}
/* End Serviceblock */

/* Footer */
#footer {
  width: 920px;
  height: 50px;
  margin: 0 auto;
  background: url(images/footerbackground.gif) no-repeat;
  font-size: 12px;
}
#footer p {
  margin: 0;
  padding: 15px;
}
#left {
  float: left;
}
#right {
  float: right;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#legal {
	float: left;
}
#links {
	float: right;
}
/* Footer */

/* Start Form */
form {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, textarea, select {
  font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* End Form */
