/*
Theme Name: Wealth Advocacy Partners
Theme URI: http://www.paradoxlabs.com/
Description: Custom Theme for Wealth Advocacy Partners
Version: 1.0
Author: Paradox Labs
Author URI: http://www.paradoxlabs.com/
*/

/*************************************/
/******* reset and base styles *******/
/*************************************/
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	vertical-align: baseline;
	background: transparent;
  font-family: Verdana, Arial, sans-serif;
}
body {
	line-height: 1;
}
.clear {
  clear: both;
}
#wrap {
  width: 1000px;
  margin: 0 auto;
}
a, a:visited {
  color: #040475;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Header & Navigation */

#header {
  height: 150px;
  width: 1000px
}
#navbar {
  height: 35px;
  width: 1000px;
  background: url('img/navbar.png') no-repeat;
}
#navbar ul {
  float: left;
  list-style: none;
}
#navbar li {
  float: left;
  position: relative;
}
#navbar ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
  font-weight: bold;
  padding: 0 50px;
}

#navbar ul li ul {
  display: none;
  position: absolute;
  z-index: 10;
  background: #00a;
  width: 200px;
  text-align: center;
}

#navbar ul li:hover ul {
  display: block;
}

#navbar ul li ul li {
  float: none;
}

#navbar ul li ul li a {
  padding: 5px;
  font-size: 13px;
}

/* General styles */

#contentwrap {
  padding: 0 50px;
  background: url('img/bgfade.png') repeat-x #f0eeef;
}
#page {
  background: #f0eeef;
}
#content {
  background: #fff;
  float: left;
  width: 600px;
  padding: 5px;
  margin: 10px;
}
.entry {
  line-height: 20px;
  margin-bottom: 10px;
  border-bottom: solid thin #ccc;
}
#content h1 {
  text-align: center;
  font-size: 18px;
}
#content h2, #content small {
  padding: 10px 0;
}
#content small {
  font-size: 12px;
  font-weight: bold;
}
#content p {
  margin: 10px 0;
}
#sidebar {
  float: left;
  width: 270px;
}
#sidebar li {
  list-style: none;
  display: block;
  margin: 0 5px 10px 5px;
}
#sidebar li span.widget_title {
  display: block;
  color: #040475;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  text-align: center;
}

#sidebar h4 {
  color: #040475;
  margin-top: 5px;
}

/*Meet Our Team and Our Friends*/
.textwidget {
  text-align: center;
}
.textwidget img {
  padding: 5px;
  border: 0;
}

/* Contact Box */
#contact-box {
  background: #d4d2d6;
  text-align: center;
}
#contact-box p {
  font-size: 14px;
  color: #040475;
  padding: 5px;
}
#contact-box p span {
  font-size: 15px;
  font-weight: bold;
}
#contact-box label {
  float: left;
  clear: left;
  width: 50px;
  padding: 5px 5px 5px 10px;
  margin: 3px;
}
#contact-box input {
  float: left;
  border: 0;
  margin: 3px;
  padding: 5px;
  width: 160px;
}
#contact-box .wap_frm_check {
  width: 15px;
  height: 10px;
  background: #fff;
  float: none;
  margin: 3px;
}
#chex {
  text-align: left;
  padding-left: 20px;
}
#chex small {
  font-size: 10px;
}
#contact-box #contact_submit {
  float: none;
  border: none;
  margin: 5px;
  padding: 0;
  width: 102px;
  height: 24px;
  background: url('img/submit.png');
}

/* Recent entries widget */

#my-recent-posts {
  text-align: left;
}
#my-recent-posts a {
  display: block;
  padding: 2px 0;
}

/*Calendar widget*/
 
#wp-calendar caption {
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:white;
font-weight:bold;
margin:10px 0 0;
text-align:center;
width:auto;
border:thin solid darkgray;
border-bottom: none;
}
#wp-calendar table {
border:thin solid darkgray;
}
#wp-calendar table.nav {
border: none !important;
}
#wp-calendar {
border-collapse:collapse;
margin:0 1px 0 2px;
width:90%;
}
* + html #wp-calendar #today {
border:1px solid blue !important;
}
#wp-calendar #today {
-moz-border-radius-bottomleft:50%;
-moz-border-radius-bottomright:50%;
-moz-border-radius-topleft:50%;
-moz-border-radius-topright:50%;
background-color:#A8C3D6;
display:block;
z-index:1;
}
#wp-calendar th {
background-color:#173B6D;
color:white;
width:11%;
}
#wp-calendar td {
background-color:white;
border:thin solid darkgray;
text-align:center;
}
.ec3_eventday a {
  font-weight: bold;
}
/* Footer */
#footer {
  font-size: 10px;
  color: #666;
  text-align: center;
  margin: 0 10px;
  padding-bottom: 20px;
}
#footer p {
  font-size: 10px;
  margin: 10px 0;
}
#footer p a {
  font-size: 10px;
}
#footnav {
  font-size: 12px;
  margin: 10px 0;
}
#footnav ul {
  list-style: none;
  display: inline;
  border-left: solid 1px #ccc;
}
#footnav li {
  display: inline;
  border-right: solid 1px #ccc;
}
#footnav li a {
  font-size: 12px;
  color: #666;
  padding: 0 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
