/*  
Theme Name: WA Wordpress Salesletter
Theme URI: http://wealthalliancegroup.com
Description: WA WordPress Salesletter theme.
Version: 1.0
Author: Wealth Alliance Group
Author URI: http://wealthalliancegroup.com

	This theme was designed and built by Wealth Alliance Group,
	whose blog you will find at http://wealthalliancegroup.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body {
	font-size: 81%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E2E2E2;
	text-align: center;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
       	text-align: center;
	}

.narrowcolumn .entry p {
	font-size: 1.05em;
       	text-align: center;
	}

.narrowcolumn .entry, .widecolumn .entry {
      
       	width: 720px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	word-spacing: -1px;
	height: 40px;
	width: 400px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	background-color: #EFEFEF;
	padding: 4px;
	border: 1px solid #487BA0;
	width: 80%;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-decoration:none
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-decoration:none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	text-decoration:none;

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #b85b5a;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0; 
	}

#page {
	margin: 0px auto;

	padding: 0;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 710px;
	}

.widecolumn {
	padding: 10px 0 10px 0;
	margin: 5px 0 0 50px;
	width: 710px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
h1 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: center;
	word-spacing: -1px;
	padding-top: 0px;
	margin: 0;
       line-height: 1.9em;
	}

h2 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: center;
	word-spacing: -1px;
	margin: 30px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}


.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.frm {
	background-color: #efefef;
	padding: 6px;
	border: 6px solid #487BA0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* End Various Tags & Classes*/

/* Phill's extra css style stuff */

.mybutton {
    padding: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    cursor: pointer;
    background-image: url("/images/button_bg.gif");
    background-repeat: repeat-x;
    background-position: center;
}
.mybutton a {
    text-decoration: none;
    color: #000000;
}
#buttonPad {
    padding: 8px;
    background-color: #CC3333;
    cursor: pointer;
}


