/*
Theme Name: Hoxton Financial
Description: The Hoxton Financial Wordpress CMS Template
Version: 1.0
Author: Anna Taylor
Author URI: http://www.annataylordesign.com

	Hoxton Financial 1.0

	This theme was customized by Anna Taylor.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 24px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0;
	width: 450px;
	}

.post {
	margin: 0 0 40px 0;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 10px 0;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	}

.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: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 5px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;

	}
/* 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) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.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: 20px;
	padding: 15px;
	}

html>body .entry li {
	margin: 10px 0;
	line-height: 18px;
	}

#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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 35px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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: 2px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	/* 

/* 

HOXTON FINANCIAL
MAIN STYLE SHEET
by Anna Taylor

	CONTENTS ----------
	
	   1.RESET (deleted)
	   2.BODY
	   3.DEFAULT STYLING
	   4.HEADINGS
	   5.LINKS
	   6.LAYOUT
	   7.BRANDING/MASTHEAD/NAVIGATION
       8.GLOBAL ELEMENTS
	   9.SITEINFO/FOOTER
       10.HOME
	   11.PHOTO HEADERS
	   12.FORM MAILER/CONTACT
	   13.OUR TEAM
	   14.EVENTS
 */


 
 /* 2.BODY
---------------------------------------------------------------------- */
html, body { margin: 0; padding: 0; height: 100%; min-height: 100%; }
body { background: url(images/bg-body.jpg) repeat-y center #fffae7; font: normal 12px/18px Arial, Helvetica, sans-serif; color: #000000; text-align: center; }
 
 
 
 /* 3.DEFAULT STYLING
---------------------------------------------------------------------- */
ul { margin: 0 0 0 20px; padding: 0 0 0 5px; }
li { margin: 15px 0; padding: 0; line-height: 12px; }
p { margin: 20px 0; }
 
 
 /* 4.HEADINGS
---------------------------------------------------------------------- */
h1, h2, h3, h4, h5 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; }
h1 { font-size: 30px; color: #860404; text-align: left; line-height: normal; }
h2 { font-size: 26px; color: #000000; text-align: left; line-height: normal; }
h3 { font-size: 18px; color: #860404; text-align: left; line-height: normal; } 
h4 { font-size: 16px; color: #860404; text-align: left; line-height: normal; } 
h5 { font-size: 16px; color: #000000; text-align: left; padding-bottom: 0; margin-bottom: 0; }
h1 a:link, h1 a:active, h1 a:visited, h2 a:link, h2 a:active, h2 a:visited, h3 a:link, h3 a:active, h3 a:visited { color: #860404; text-decoration: none; line-height: normal; }
h1 a:hover, h2 a:hover, h3 a:hover {color: #666666; text-decoration: none; line-height: normal; }


#sidebar h2, #wp-calendar caption, cite { text-decoration: none; }
#headerimg .description { font-size: 1.2em; text-align: center; }
h2.pagetitle { font-size: 1.6em; }
#headerimg .description { text-decoration: none; color: white; }

.sidebar { padding: 50px 40px 10px 0; float: left; width: 190px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
.widget { padding: 15px 0; margin: 0; }
.widget ul { width: 170px; margin: 0 20px 0 0; padding: 0; }
.widget li { display: block; text-align: left; float: left; clear: left; padding: 15px; margin: 0; list-style: none; background: url(images/bg-nav.gif) no-repeat 0 0; }
.widget a:link, a:active, a:visited { color: #860404; text-decoration: none; }
.widget a:hover { color: #999999; text-decoration: none; }


 
 
 /* 5.LINKS
---------------------------------------------------------------------- */
a:link, a:active, a:visited { color: #860404; text-decoration: underline; }
a:hover { color: #860404; text-decoration: none; }

 
 
 /* 6.LAYOUT
---------------------------------------------------------------------- */
#container { margin-left: auto; margin-right: auto; width: 900px; text-align: left; }
#billboard { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; float:left; }
#content { padding: 35px 0 25px 0; width: 900px; float: left; }
#content-page { padding: 15px 0 25px 0; width: 670px; float: left; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }
#two-column-layout-sidebar { padding: 50px 40px 10px 0; float: left; width: 190px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
#two-column-layout-sidebar ul { width: 170px; margin: 0 20px 0 0; padding: 0; border-bottom: 1px solid #d2d2d2; }
#two-column-layout-sidebar li { display: block; border-top: 1px solid #d2d2d2; padding: 15px; margin: 0; list-style: none; background: url(images/bg-nav.gif) no-repeat 0 0; }
#two-column-layout-sidebar a:link, a:active, a:visited { color: #860404; text-decoration: none; }
#two-column-layout-sidebar a:hover { color: #999999; text-decoration: none;  }


/* Begin Sidebar */
#sidebar
{
	padding: 20px 40px 10px 0;
	float: left;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	}

/* End Sidebar */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}
 
 
 
 /* 7.BRANDING/MASTHEAD/NAVIGATION
---------------------------------------------------------------------- */
#branding { width: 900px; height: 160px; text-align: right;  }
#logo { width: 289px; height: 160px; float: left; }
#client-access { width: 611px; height: 38px; float: right; }

	.top-level-nav div.menu { width: auto; float: right; color: #000000; }

		/* Menu list. */
		.top-level-nav ul { margin: 0; padding: 0; display: block; float: right; padding-top: 50px; }
			.top-level-nav li { display: block; width: auto; float: left; margin: 0; padding: 0 8px; list-style: none; list-style-position: outside; border-right: 1px solid #000; font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; }
			.top-level-nav li:last-child { border: none; float: left; }
				.top-level-nav li a:link,.top-level-nav li a:active,.top-level-nav li a:visited { color: #000; text-decoration: none; }
				.top-level-nav li a:hover { color: #999; text-decoration: none; }

 
 
 /* 8.GLOBAL ELEMENTS
---------------------------------------------------------------------- */
.floatleft { float: left; }
.floatright { float: right; }
.clearer { display: block; clear: both; height: 0; overflow: hidden; }
.post-wrapper { padding-bottom: 25px; }
.left-column-std { width: 50%; float: left; }
.right-column-std { width: 50%; float: right; }
.red-text { color: #F00; text-align: left; font-weight: bold; }


 
 /* 9.SITEINFO/FOOTER
---------------------------------------------------------------------- */
#footer { width: 900px; text-align: center; padding: 20px 0; font-size: 12px; }
#footer a:link, #footer a:active, #footer a:visited { color: #000000; text-decoration: underline; }
#footer a:hover { color: #999999; text-decoration: none; }


 
 /* 10.HOME
---------------------------------------------------------------------- */
#home-left-column { width: 560px; padding: 0 40px 0 0; text-align: left; float: left; }
#home-right-column { width: 260px; padding: 0 0 0 40px; float: left; font-size: 11px; line-height: normal; text-align: left; }
#home-right-column form { width: 260px; margin: 0; padding: 0; border: 0; outline: 0; }
#home-right-column label { display: block; width: 80px; height: 18px; padding: 4px 6px 0 0; margin: 0 0 4px 0; font-weight: bold; font-size: 14px; text-align: right; color: #860404; float: left; }
#home-right-column .text-input { width: 170px; height: 20px; padding: 2px; border: 0; background-color: #dfdfdf; margin: 0 0 8px 0; float: left; }
#home-left-column h1 { margin: 0; padding: 0; font-size: 26px; }
.home-date-wrapper { width: 34px; padding: 20px 26px 5px 0; float: left; }
.home-date-box { padding: 3px; background-color: #999999; color: #FFFFFF; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; text-align: center; }
.home-date-month { font-size: 10px; margin: 0; padding: 0; }
.home-date-day { font-size: 20px; margin: 0; padding-bottom: 5px; }
.home-post-wrapper { float: left; width: 500px; border-bottom: 1px solid #CCCCCC; padding: 20px 0 10px 0; margin: 0 0 10px 0; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; }
.home-post-wrapper h2 { padding: 0; margin: 0; font-size: 18px; font-family: Arial, Helvetica, sans-serif; }
.home-post-wrapper h2 a:link, .home-post-wrapper h2 a:active, .home-post-wrapper h2 a:visited { font-weight: bold; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; color: #000000; text-decoration: none; }
.home-post-wrapper h2 a:hover { font-weight: bold; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; color: #860404; text-decoration: underline; }
.home-post-wrapper p { font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; margin: 5px 0; }
.home-post-wrapper a { font-size: inherit; }



 /* 11.PHOTO HEADERS
---------------------------------------------------------------------- */
#hdr-account-access { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-account.jpg); background-repeat: no-repeat; }
#hdr-my-personal-website { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-account.jpg); background-repeat: no-repeat; }
#hdr-hoxton-commentary-archives { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-color: #CCCCCC; }
#hdr-portfolio-checkup { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-doctor.jpg); background-repeat: no-repeat; }
#hdr-who-we-are { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0;background-image: url(images/hdr-about.jpg); background-repeat: no-repeat;  }
#hdr-our-mission { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-mission.jpg); background-repeat: no-repeat; }
#hdr-our-advisors { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-team.jpg); background-repeat: no-repeat; }
#hdr-our-clientele { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-our-clientele.jpg); background-repeat: no-repeat; }
#hdr-career-opportunities { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-career.jpg); background-repeat: no-repeat; }
#hdr-what-we-do { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-services.jpg); background-repeat: no-repeat; }
#hdr-institutional-services { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-institutional.jpg); background-repeat: no-repeat; }
#hdr-investment-management { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-investment-management.jpg); background-repeat: no-repeat; }
#hdr-private-wealth-planning { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-retirement.jpg); background-repeat: no-repeat;  }
#hdr-products-lectures { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-lecture.jpg); background-repeat: no-repeat; }
#hdr-retirement-plans { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-corporate.jpg); background-repeat: no-repeat;  }
#hdr-charitable-giving { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-charitable-giving.jpg); background-repeat: no-repeat; }
#hdr-ebooks { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-ebooks.jpg); background-repeat: no-repeat; }
#hdr-education-planning { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-education.jpg); background-repeat: no-repeat; }
#hdr-economics { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-economics.jpg); background-repeat: no-repeat; }
#hdr-resources { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-resources.jpg); background-repeat: no-repeat;  }
#hdr-planners-for-doctors { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-doctor.jpg); background-repeat: no-repeat; }
#hdr-contact-us { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-contact.jpg); background-repeat: no-repeat; }
#hdr-blog { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-charitable-giving.jpg); background-repeat: no-repeat; }
#hdr-hoxton-financial-newsletter-archives { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-newsletter.jpg); background-repeat: no-repeat; }
#hdr-events { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/events.jpg); background-repeat: no-repeat; }
#hdr-event-rsvp { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/events.jpg); background-repeat: no-repeat; }
#hdr-office-hours { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-contact.jpg); background-repeat: no-repeat; }
#hdr-in-the-news { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-contact.jpg); background-repeat: no-repeat; }
#hdr-solution-360 { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-services.jpg); background-repeat: no-repeat; }
#hdr-the-experience { width: 900px; height: 200px; border-bottom: 3px solid #000000; border-top: 3px solid #000000; padding: 6px 0; background-image: url(images/hdr-retirement.jpg); background-repeat: no-repeat;  }



 /* 12.FORM MAILER/CONTACT
---------------------------------------------------------------------- */
#contact-form-wrapper { width: 480px; border-right: 1px solid #CCCCCC; float: left; }
#contact-form-wrapper input, #contact-form-wrapper textarea { border: 1px solid #999999; background-color: #DDDDDD; }
#contact-info-wrapper { width: 320px; padding-left: 40px; float: left; }
#portfolio-checkup { text-align: left; }
#shares-wrapper { padding: 10px; border: 1px solid #d3d3d3; float: left; }
#portfolio-checkup input, #portfolio-checkup textarea { border: 1px solid #999999; background-color: #DDDDDD; }
.shares-left-col { width: 164px; padding: 5px; border-left: 1px solid #d3d3d3; border-top: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; float: left;}
.shares-right-col { width: 164px; padding: 5px; border: 1px solid #d3d3d3; float: left; }
.portfolio-hdr-wrapper { background-color: #000000; width: 146px; float: left; padding-left: 18px; }
.portfolio-header { color: #FFFFFF; font-weight: bold; width: 69px; text-align: center; padding: 2px; font-size: 12px; float: left; }
.inner-row { width: 146px; text-align: center; float: left; padding: 5px 0; }
.number-holder { width: 18px; height: 20px; font-size: 10px; text-align: left; float: left; }
.number-holder p { margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 50%; padding: 0 2px; vertical-align: middle; *vertical-align: text-bottom; }
.input-text-border {}
.submit-btn { background-image: url(images/submit-btn.gif); border: 0; padding: 3px; margin: 0; color: #FFFFFF; font-weight: bold; font-size: 16px; } 

/* Login Forum */
#login-form { display: block; width: 100%; text-align: left; }
#login-form label { display: block; margin-top: 18px; padding-right: 5px; font-weight: bold; float: left; }
#login-form input { float: left; margin-right: 15px; margin-top: 15px; }
#login-form br { display: none; }

 /* 13.OUR TEAM
---------------------------------------------------------------------- */

.member-wrapper { width: 100%; padding: 30px 0 10px 0; float: left; }
.member-photo { width: 180px; float: left; padding: 0 10px 0 0; }
.member-info { width: 460px; padding: 0 0 0 19px; float: left; border-left: 1px solid #CCCCCC; }
.member-caption { font-size: 10px; line-height: normal; }



 /* 14.EVENTS
---------------------------------------------------------------------- */
.event-row-wrapper { width: 100%; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; margin-top: 5px; float: left; }
.event-date-container-t { width: 100px; text-align: center; border-right: 1px solid #CCCCCC; padding: 5px; font-weight: bold; float: left; }
.event-time-container-t { width: 100px; text-align: center; border-right: 1px solid #CCCCCC; padding: 5px; font-weight: bold; float: left; }
.event-event-container-t { width: 300px; text-align: left; border-right: 1px solid #CCCCCC; padding: 5px; font-weight: bold; float: left; }
.event-location-container-t { width: 300px; text-align: left; border-right: 1px solid #CCCCCC; padding: 5px; font-weight: bold; float: left; }
.event-rsvp-container-t { width: 45px; text-align: center; border-right: 1px solid #CCCCCC; padding: 5px; font-weight: bold; float: left; }
.event-date-container { width: 100px; text-align: center; border-right: 1px solid #CCCCCC; padding: 5px; float: left; }
.event-time-container { width: 100px; text-align: center; border-right: 1px solid #CCCCCC; padding: 5px; float: left; }
.event-event-container { width: 300px; text-align: left; border-right: 1px solid #CCCCCC; padding: 5px; float: left; }
.event-location-container { width: 300px; text-align: left; border-right: 1px solid #CCCCCC; padding: 5px; float: left; }
.event-rsvp-container { width: 45px; text-align: center; border-right: 1px solid #CCCCCC; padding: 5px; float: left; }
#rsvp-form-wrapper { width: 900px; }
#rsvp-form-wrapper input, #contact-form-wrapper textarea { border: 1px solid #999999; background-color: #DDDDDD; }
.rsvp-drop-down { width: 300px; }


/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
#slider { width: 900px; height: 200px; background:url(images/loading.gif) no-repeat 50% 50%;  }
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	display: none;
}
.nivo-caption p {
	display: none;
}
.nivo-caption a {
	display: none;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display: none;
}
.nivo-prevNav {
	display: none;
}
.nivo-nextNav {
	display: none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	display: none;
}
.nivo-controlNav a.active {
	display: none;
}
