/* Begin Typography & Colors */
html {
    height:100%;
    overflow-y:scroll;
}

body {
    font-size: 20px;
    font-family: "Hoefler Text","Garamond","Palatino Linotype",serif;
    background: #fff;
    color: #222;
    line-height: 30px;
    }

p {
    margin: 0 0 30px;
    padding: 0;
}
ul, ol {
    margin: 0 0 30px;
    padding: 0;
}
ul.ticks li {
    list-style-image: url(/images/tick.png?v=4);
}

#page {
    background-color: #fff;
    text-align: left;
    }

#content {
}

.widecolumn .entry p {
    font-size: 1.05em;
    }

.narrowcolumn .postmetadata {
    font-size: 0.9em;
    }

.alt {
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    }

small {
    font-size: 0.9em;
    line-height: 1.5em;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue",HelveticaNeue,arial,helvetica,sans-serif;
}

h1  {
    font-size: 36px;
    font-weight: normal;
    color: #19a3ff;
    line-height: 40px;
    margin: 30px 0 40px;
    }

h2 {
    font-size: 28px;
    font-weight: normal;
    color: #19a3ff;
    line-height: 30px;
    margin: 60px 0 30px;
    }

h2.pagetitle {
    font-size: 1.6em;
    }

#sidebar h2 {
    font-size: 1.2em;
    }

h3 {
    font-size: 21px;
    color: #686868;
    line-height: 30px;
    margin: 0 0 30px;
    padding: 0;
}

h5 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding: 0;
    margin: 0 0 10px;
    line-height: 20px;
}

h1 a, h1 a:hover, h1 a:visited {
  text-decoration: none;
  color: #19a3ff;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
    color: #blue;
    }

h2 a, h2 a:visited, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
    color: #blue;
    }

#sidebar h2 {
    color: #666;
    }

h2 a:hover, h3 a:hover {
    text-decoration: none;
    color: #666;
    }

.entry p a:visited {
    color: #blue;
    }

#sidebar {
    font: 14px/30px "Helvetica Neue",HelveticaNeue,Arial,Helvetica,Sans-Serif;
    letter-spacing:0.02em;
    color: #686868;
    }

#sidebar .quote {
    padding: 27px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#sidebar q {
    font-style: italic;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #333;
    }

code {
    font: 1.1em 'Courier New', Courier, Fixed;
    }

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
    }

a {
    color: blue;
    }

a:hover {
    color: blue;
    }
    
#blog_sidebar a {
        color: #666;
        text-decoration: none;
        }

#blog_sidebar a:hover {
        color: #000;
        text-decoration: underline;
        }

#sidebar #blog_sidebar ul {
    margin-bottom: 27px;
}

#sidebar #blog_sidebar li {
    list-style-image: none;
    list-style: none;
    color: #FF9900;
    margin-bottom: 0px;
}

#blog_sidebar h3 {
    font-size: 1em;
    letter-spacing: 0.1em;
    color: #666;
    margin: 36px 0 9px 0;
    border-bottom: 1px solid #999;
}

#tagcloud {
    margin-bottom: 27px;
    }

#mc-embedded-subscribe {
    background-color: #77aa33;
    color: #fff;
    margin-top: 9px;
}

h2 a, h3 a {
    color: #FF9900 !important;
}
h2 a:hover, h3 a:hover {
    color: #CC6600 !important;
    text-decoration: underline;
}

/* End Typography & Colors */



/* Begin Structure */
body {
    margin: 0;
    padding: 0;
}

#page {
    background-color: #fff;
    margin: 50px auto;
    width: 980px;
    }

#container {
    padding: 0 18px;
}

.widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 450px;
    }

.post {
    margin-bottom: 81px;
    text-align: left;
}

.post .date {
    color: #666666;
}

.post hr {
    display: block;
    }

.widecolumn .post {
    margin: 0;
    }

.narrowcolumn .postmetadata {
    padding-top: 5px;
    }

.widecolumn .postmetadata {
    margin: 30px 0;
    }

.widecolumn .smallattachment {
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    margin: 5px 0px;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}

#footer {
    margin-top: 72px;
    border-top: 1px solid #eee;
    background: #f6f6f6;
    text-align: center;
    padding: 18px 0;
}

/* End Structure */



/*    Begin Headers */

h2.pagetitle {
    margin-top: 30px;
}

#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
    }

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
    }
/* End Headers */


/* Begin Images */
p img {
    padding: 0;
    }

/*    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. */

.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: circle;
    list-style-image: none;
    margin-bottom: 15px;
    }

#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;
    }

ul ul li {
    margin-left: 0px;
    padding-left: 10px;
    text-indent: -10px;
    }

/* End Entry Lists */



/* Begin Sidebar */
#sidebar
{
    float: left;
    width: 250px;
    margin-left: 108px;
}

#sidebar form {
    margin: 0;
    }
/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #eee;
    }

blockquote {
    font-weight:bold;
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #eee;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

.center {
    }

.hidden {
    display: none;
    }

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    margin-top: 10px;
    margin-bottom: 60px;
    }
    
/* End Various Tags & Classes*/

#header {
  position: relative;
  top: -120px;
  left: -8px;
}
#content {
  float: left;
  width: 580px;
}

.quote {
  background: transparent url(/wp-content/themes/minimalism/images/quotes-orange-open.png) no-repeat;
  display: block;
  padding-left: 60px;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  color: #686868;
}
.quote-close {
  background: transparent url(/wp-content/themes/minimalism/images/quotes-orange-closing.png) no-repeat;
  width: 43px;
  height: 33px;
  display: none;
}
.quote-close-pos {
  position: absolute;
  top: 70px;
  left: 790px;
  display: none;
}
#content.home .quote-close {
  position: absolute;
  top: 214px;
  left: 865px;
  display: none;
}
a#tag-line {
  font-size: 2em;
  line-height: 1.5em;
  color: #484848;
  position: absolute;
  top: 100px;
  left: 740px;
  text-decoration: none;
}
a#tag-line:hover {
  color: #e74924;
}

.entry p img {
  z-index: 10;
}
/*
#header h1 {
  color:rgba(14, 32, 59, 0.75);
  font-size:210px;
  font-weight:bold;
  height:170px;
  line-height:250px;
  overflow:hidden;
  position:relative;
  text-transform:uppercase;
  width:890px;
  z-index:25;
}

#header h1 a {
  color:rgba(179, 45, 71, 0.75);
  color: #Ff8200;
  display:block;
  letter-spacing:-15px;
  margin-top:-45px;
  position:relative;
  text-decoration:none;
  white-space:nowrap;
}

#header h1 a em {
  color:rgba(14, 32, 59, 0.5);
  font-size:36px;
  font-style:normal;
  left:0;
  letter-spacing:0;
  line-height:75px;
  position:absolute;
  text-align:right;
  text-transform:lowercase;
  top:55px;
  width:880px;
}
*/
#navigation {
  /*background-color:rgba(50, 29, 0, 0.5); */
  height:55px;
  margin:-155px 0 0;
  overflow:hidden;
  padding:20px 0;
  position:absolute;
  top:210px;
  left:0;
  right:0;
  z-index:50;
}

ul#navigation {
  margin-bottom:18px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

ul#navigation li {
  margin-bottom:9px;
  float:left;
  opacity: 0.9;
  filter: alpha(opacity = 80);
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

ul#navigation li a {
  background-color: #a4a6ab;
  background:rgba(170, 178, 192, 0.75) none repeat scroll 0 0;
  color: #fff;
  float:left;
  font-size:18px;
  font-weight:normal;
  line-height:33px;
  margin-right:10px;
  padding:1px 10px;
  text-decoration:none;
  text-transform:uppercase;
}
ul#navigation li#nav-home a, ul#navigation li#nav-home a:active {
  padding-left:50px;
}
ul#navigation li a:active {
  padding:2px 10px 0;
}
ul#navigation li a:hover {
  color: #fff;
  background-color:#aab2c0;
}

.hide {
  display: none;
}

#header_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url(/wp-content/themes/minimalism/images/header_bg.png) repeat-x;
  height: 150px;
  width: 100%;
  z-index: 1;
}
#header_img {
  position: relative;
  top: 0;
  margin: 0 auto;
  background: #fff url(/wp-content/themes/minimalism/images/header.png) no-repeat 0 0;
  height: 150px;
  width: 879px;
  z-index: 2;
}

#header2_img {
  background: #fff url(/wp-content/themes/minimalism/images/CPM_Website_Header_July2011_pages.png) no-repeat 0 0;
  margin: 0 auto;
  height: 160px;
  width: 980px;
  z-index: 2;
}

body.home #header2_img {
  background: #fff url(/wp-content/themes/minimalism/images/CPM_Website_Header_July2011_hello.png) no-repeat 0 0;
  margin: 40px auto 0;
  height: 240px;
}

.container {
  margin: 0 auto;
  width: 980px;
}

#tabs {
  background:#F6F6F6 url(/wp-content/themes/minimalism/images/tabs.gif) no-repeat scroll 0 100%;
  min-height:50px;
  clear:both;
  color:#76797C;
  margin: 0 auto;
  padding:0;
  width: 980px;
  line-height:25px;
}

#tabs p {
    background:transparent url(/wp-content/themes/minimalism/images/tabs_top.gif) no-repeat scroll 0 0;
    float:left;
    line-height:25px;
    margin:0;
    padding:1px 0 0 0;
    width:100%;
}

#tabs a {
    border-right:1px solid #ccc;
    border-left:1px solid #fff;
    font-family: "Helvetica Neue",HelveticaNeue,arial,helvetica,sans-serif;
    font-size: 14px;
    color:#666;
    display:block;
    float:left;
    text-align:center;
    padding:12px 57px;
    white-space:nowrap;
    text-decoration:none;
}

#tabs a.first {
    border-left:none;
}

#tabs a.last {
    border-right:0;
    padding-right:0;
    border-right:none;
}

#tabs a.active {
    color:#ff9600;
    font-weight: bold;
}

#box {
    background-color: #f6f6f6;
    border:1px solid #eed;
    padding: 5px;
}

.space36 {
    margin-top: 36px;
}

#signup_button_business {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background:transparent url(/images/button_signup_business.png) repeat scroll left top;
    width:235px;
    height:37px;
}

#signup_button_business:hover {
   background:transparent url(/images/button_signup_business.png) repeat scroll left bottom;
}

#signup_button_personal {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background:transparent url(/images/button_signup_personal.png) repeat scroll left top;
    width:235px;
    height:37px;
}

#signup_button_personal:hover {
   background:transparent url(/images/button_signup_personal.png) repeat scroll left bottom;
}

#box_business {
    float:left;
    width: 315px;
    height: 250px;
    border-right: 1px solid #eee;
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
}

#box_personal {
    float:left;
    width: 315px;
    height: 250px;
    text-align: left;
    position: relative;
    top: 0;
    left: 20px;
}

#ws_speaker {
    float: right;
    
}

#content.home {
    clear: both;
    width: 580px;
}

.sociable ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sociable ul li {
    float: left;
    list-style-image: none;
    padding-right: 9px;
}

p.tags {
    clear:both;
    padding-top: 18px;
}

#comment {
    width: 600px;
    height: 80px;
}

ol.actions li {
    padding: 0 0 30px;
}
.highlight {
    background-color: #ffc;
    padding: 0 4px;
}
