body {
  font-family: 'Source Sans Pro','Arial','Helvetica','Sans Serif';
  font-weight: 400;
  font-size: 14px;
  /*background: url('/images/background.jpg') repeat;*/
  background-color:#e0e0e0;
  margin:0px;
  padding:0px;
  color: #3f3f3f;
}
img {
  border:0px;
}
a {
  color: #05bbd3;
}
a:focus { 
  outline: none; 
}
strong {
  font-weight: 700;
}
#spacer20 {
  height: 20px;
}
form {
  padding:0px;
  margin:0px;
}

#staggered_title {
  margin-left:30px;
  float:left;
  margin-bottom:20px;
}
#staggered_title h1 {
  margin:0px;
}
#staggered_title .lead {
  font-size: 45px;
  line-height: 45px;
  color:#939393;
}
#staggered_title .dropped {
  font-size: 55px;
  position:relative;
  top:12px;
}
#staggered_title .orange {
  color: #f56b22;
}
#staggered_title .blue {
  color:#05bbd3;
}
#staggered_title .green {
  color:#bfd42f;
}
#staggered_title .gray {
  color:#939393;
}

#green_header {
  background-color: #afd241;
  height: 56px;
  float:left;
  width:650px;
}
#green_header h1 {
  font-weight: 400;
  color: #ffffff;
  font-size: 28px;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:10px;
  margin-left:30px;
}
#orange_header {
  background-color: #f56b22;
  width: 600px;
  height:16px;
  background: url('../images/orange_separator.jpg');
}
#blue_header {
  background-color: #a5dae0;
  width: 600px;
  height:16px;
  background: url('../images/blue_bar.gif');
}
#blue_header h2 {
  color: #666666;
  font-weight:400;
  font-size:15px;
  margin-left:40px;
}
h2 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3 {
  font-weight: 700;
}
.lined_header {
  margin-top:40px;
  margin-bottom:15px;
  background: url('../images/whiteline23.gif') repeat-x;
}
.lined_header .header {
  /* background: #ed207b; */
  background-color: #6a6b6f;
  font-size: 18px;
  font-weight: 400;
  padding-right:7px;
}
p {
  margin-top: 5px;
  margin-bottom: 10px;
}
p.tiny {
  font-size: 12px;
}
p.disclaimer {
  font-size: 12px;
  font-style: italic;
  margin:0px;
  padding:0px;
}


#wrapper {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  background: url('../images/white_sides.png') repeat-y;
}
#content {
  width: 990px;
  margin: 0px;
  padding: 20px 0px 0px 0px;
}
#page_content {
  /* background: url('/images/content_background.gif') repeat-y; */
  /*overflow:auto;*/
}
#content_left_column {
  float: left;
  margin-right: 60px;
  width: 260px;
  margin-bottom:20px;
}
#content_right_column {
  float: left;
  margin-right: 0px;
  width: 260px;
  margin-bottom:20px;
}
#content_left_column p, #content_right_column p {
  margin-bottom:15px;
}
#main {
  width: 610px;
  float: left;
  margin-left: 30px; 
  padding-bottom:15px;
}
#main #full_width_content {
  width: 920px;
  margin-left:-310px;
  font-size: 18px;
}
#main #full_width_content #giant_header {
  float: left;
  margin-right:10px;
}
#main #full_width_content #giant_header h1 {
  font-size: 40px;
  margin: 0px;
  padding: 0px;
  line-height: 55px;
}
#main #full_width_content #giant_header h1 .black {
  position:relative;
  z-index: 2;
}
#main #full_width_content #giant_header h1 .blue {
  font-size: 70px;
  width: 85px;
  height: 84px;
  padding-left:25px;
  padding-right: 10px;
  margin-left: -17px;
  position:relative;
  z-index: 1;
  color: #ffffff;
  background: url('../images/blue_smear.jpg') no-repeat;
}
#main #full_width_content #giant_header h1 .orange {
  font-size: 60px;
  color: #f56b22;
}
#main #full_width_content #video_chunk {
  width: 920px;
}
#main #full_width_content #video_chunk #title h1 {
  line-height: 26px;
  margin-bottom: 10px;
}
#main #full_width_content #video_chunk #title h1 .black {
  color:#000000;
  font-size: 30px;
}
#main #full_width_content #video_chunk #title h1 .gray {
  color:#939393;
  font-size: 55px;
}
#main #full_width_content #video_chunk #title h1 .orange {
  color: #f56b22;
  font-size: 45px;
}
#main #full_width_content #video_chunk #video {
  float: left;
  
  margin-right: 20px;
}
#main #full_width_content #video_chunk #text {
  float: left;
  width: 430px;
  font-size: 14px;
}
#main #full_width_content #video_chunk #text h2 {
  font-size: 16px;
  font-weight: 700;
}

#main a {
  color: #05bbd3;
  text-decoration:none;
  font-weight: 700;
}
#main a.column_more_link {
  color: #ffffff;
  font-weight: 700;
  padding: 5px;
  font-size: 14px;
  float: right;
  position: relative;
  background-color: #afd241;
  text-decoration: none;
}
#main a.column_more_link:hover {
  background-color: #a5dae0;
}
#main h2 {
  font-weight:700;
  font-size:16px;
}

#slides {
  margin-bottom:10px;
  height: 410px;
  width: 610px;
  overflow:hidden;
}
#slider #dots {
  text-align:center;
  margin-bottom:10px;
}
#slider #dots img {
  margin-right:4px;
  margin-left:4px;
}
#sidebar {
  clear: both;
  /* background-color: #ed207b; */
  /*background-color: #6a6b6f; */
  float: left;
  width: 320px;
  margin-left: 10px;
  min-height: 450px;
}
#sidebar_content {
  padding: 0px 0px 20px 0px;
  color: #ffffff;
}
#sidebar_content a {
  color: #ffffff;
}
#sidebar_content ul.sidebar_nav {
  margin-bottom:50px;
}
#sidebar_content ul.sidebar_nav li {
  margin-bottom:5px;
  font-size:10px;
  margin-left:-25px;
}
#sidebar_content ul.sidebar_nav li a {
  font-size:16px;
  text-decoration:none;
}
.sidebar_blue {
  background-color: #d5e9f2;
  color: #3f3f3f;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 20px 10px 20px;
  margin-top: 30px;
  font-size:14px;
}
.sidebar_blue h2 {
  font-weight:700;
  font-size: 22px;
  margin-top:0px;
}
.sidebar_blue ul {
  margin-top:0px;
}
.sidebar_blue ul li {
  margin-left:-10px;
}
.sidebar_blue a {
  color: #3f3f3f !important;
  color: #018fa3 !important;
  text-decoration:none;
  font-weight: 700;
}
.sidebar_blue .separator {
  height:1px;
  width: 240px;
  border-bottom:2px solid #6f6f6f;
  margin: 5px auto 10px auto;
}

#side_quote {
  width: 240px;
  float: right;
  color: #f56b22;
  font-size: 13px;
  line-height: 15px;
  margin-left:20px;
  margin-bottom:5px;
}
#side_quote p.sig {
  font-weight:700;
}

.swoosh_nav {
  margin-bottom:10px;
  text-align:center;
  z-index: 3;
  position: relative;
}
.swoosh_nav h1 {
  top: -60px;
  margin-bottom:-75px;
  margin-right: 10px;
  font-size: 20px;
  position:relative;
}
.swoosh_nav h1 a {
  font-weight: 700;
  text-decoration:none;
}

.swoosh_subnav {
  width: 230px;
  margin-left:40px;
  text-align:center;
  margin-bottom:-25px;
  padding-top:20px;
  padding-bottom:5px;
  top: -30px;
  position: relative;
  z-index: 1;
}
.swoosh_subnav a {
  color:#3f3f3f !important;
  font-weight: 700;
  font-size: 16px;
  text-decoration:none;
}
.swoosh_subnav_blue {
  background-color:#d5e9f2;
}
.swoosh_subnav .separator {
  height:1px;
  width: 160px;
  border-bottom:1px solid #00bad3;
  margin: 2px auto 2px auto;
}
.swoosh_subnav .separator_blue {
  border-bottom:2px solid #00bad3;
}

#masthead {
  overflow: auto;
  margin-bottom:10px;
  margin-left:30px;
}
#nav {
  clear: both;
  text-align: center;
  width: 960px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
#nav a {
  margin-left: 12px;
  margin-right: 12px;
  padding: 0px;
  color: #ed207b;
  text-decoration: none;
  font-size: 22px;
}
#nav a.current {
  color: #4bbbbb;
}
#nav a:hover {
  color: #4bbbbb;
}


#green_flag {
  background-color: #afd241;
  height: 56px;
  width: 300px;
}
#blue_box {
  clear: both;
  background-color: #a5dae0;
}
#blue_box_content {
  padding: 0px 30px 20px 30px;
  color: #6a6e71;
}
#blue_box_content h1 {
  font-size:32px;
  margin-top:5px;
  margin-left:10px;
}
#blue_box_content h2 {
  margin-top: 0px;
  font-size: 18px;
}
#blue_box_column {
  float: left;
  width: 284px;
  margin-right:20px;
  margin-bottom:10px;
  margin-top:14px;
}
a.blue_box_more_link {
  color: #ed207b;
  font-size: 12px;
  float: right;
  margin-right: 25px;
  top: 4px;
  position: relative;
}
a.blue_box_share_link {
  color: #ed207b;
  font-size: 14px;
}

#top_corners_960 {
  height: 13px;
  width: 960px;
  background: url('../images/top_corners_960.png') no-repeat;
}
#bottom_corners_960 {
  height: 13px;
  width: 960px;
  background: url('../images/bottom_corners_960.png') no-repeat;
}
#logo {
  float: left;
}
#tagline {
  float:left;
  margin-left: -245px;
  margin-top: 125px;
}
#social {
  float: left;
  margin-left: 50px;
  margin-top: 50px;
}
#social a {
  margin-right:14px;
}

#corner_partyplanner {
  overflow:hidden;
  width: 300px;
  height: 160px;
  float: right;
  color: #00b2d9;
}
#corner_partyplanner p {
  margin-top:-155px;
  margin-left: 150px;
  font-size: 12px;
}
#corner_ad {
  overflow:hidden;
  background: url('../images/pink_box.gif') no-repeat;
  width: 300px;
  height: 160px;
  float: right;
  color: #ffffff;
  text-align:center;
}
#corner_ad h2 {
  margin:10px 20px 10px 20px;
  padding:0px;
  font-size: 15px;
}
#corner_ad p {
  margin:0px 20px 10px 20px;
  font-size:12px;
}
#corner_ad a {
  color: #ffffff;
}

#login {
  float:right; 
  margin-top: 20px;
  margin-right: 20px;
  width: 250px; 
  /* height: 145px;  */
  font-size: 14px;
  color: #f36b21;
  /* background-color: #eeeeaa; */
}
#login_link h2 {
  font-size: 20px;
  font-weight: 700;
}
#login_link a {
  font-weight: 700;
  text-decoration:none;
}
input.login_field {
  font-family: 'Source Sans Pro','Arial','Helvetica','Sans Serif';
  /* 
  background-color: #cccccc;
  border:0px;
  padding: 8px;
  width: 180px;
  margin-top: 5px;
  */
  font-size: 14px;
  border: 1px solid #999999;
  padding: 4px;
  color: #7b7f82;
  margin-bottom: 5px;
  width: 160px;
  margin-top:0px;
}
.login_message {
  color: #3f3f3f;
  float: left;
  width: 140px;
  /* margin-top: 10px; */
  font-size:12px;
}
.login_message a {
  font-weight: 700;
  color: #05bbd3;
  text-decoration:none;
}
.login_submit {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: -7px;
  float: left;
}

#custom_header_links {
  /*margin-top:8px;*/
  /*width: 180px;*/
  /*background-color:#d5e9f2;*/
  /*padding: 3px 0px 8px 5px; */
}
#custom_header_links a {
  font-size:13px;
  color: #05bbd3;
  font-weight:700;
  text-decoration:none;
}

#footer {
  color: #ffffff;
  clear: both;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 182px;
  padding-top: 30px;
  background: url('../images/white_sides.png') repeat-y;
  margin-bottom:50px;
}
#footer img#background {
  margin-left:10px;
  position:relative;
  top:-30px;
  z-index:1;
  margin-bottom:-198px;
}
#footer_content {
  /* border:1px solid #00ff00; */
  width: 740px;
  margin-left: 250px;
  margin-top: -35px; 
  height: 163px;
  padding-top: 35px;
  position:relative;
  z-index:2;
}
#footer_content h3 {
  font-weight: 400;
  margin-top: 0px;
  padding-top: 30px;
  font-size: 14px;
  margin-bottom: 5px;
}
#footer #links {
  clear:both; 
  text-align:center; 
  font-size:16px;
}
#footer a {
  text-decoration: none;
  color:#ffffff;
  font-weight: 700;
}
#footer #google_translate_element a {
  color:#666666;
  font-family: 'Source Sans Pro','Arial','Helvetica','Sans Serif';
  font-weight:400;
}

#thumb {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding:0px;
  width: 80px;
}
#thumb img {
  margin:0px;
  border:0px;
  display: block;
}
#thumb p {
  font-size: 11px;
  margin-right:0px;
  margin-bottom:0px;
}
#excerpt {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  width: 290px;
}
#excerpt img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
#excerpt h3 {
  margin:0px;
}
#excerpt p {
  font-size: 12px;
}
 
#green_action_bar, #pink_action_bar {
  border: 0px;
  padding: 5px 15px 4px 7px;
  display:inline-block;
  margin-top:3px;
}
#green_action_bar {
  background-color: #afd241;
}
#pink_action_bar {
  background-color: #ed207b;
}
#green_action_bar a, #pink_action_bar a {
  text-decoration:none;
  color: #ffffff;
  font-size: 20px;
  line-height:20px;
  cursor:pointer;
}
#green_action_bar img, #pink_action_bar img {
  float:left;
  margin-right:10px;
}

input[type=submit] {
  border: 0px;
  background-color: #afd241;
  padding: 3px 5px 3px 5px;
  color: #ffffff;
  font-size: 16px;
  cursor:pointer;
  font-weight: 700;
  font-family: 'Source Sans Pro','Arial','Helvetica','Sans Serif';
}
input.form_field, select.form_field, textarea.form_field {
  font-family: 'Source Sans Pro','Arial','Helvetica','Sans Serif';
  font-size: 14px;
  border: 1px solid #999999;
  padding: 4px;
  color: #7b7f82;
  margin-bottom: 10px;
}
input.error, textarea.error, select.error, select.error option {
  background-color: #fcdac1;
}
.error {
  color: #f56b22;
}
.input_error {
  margin-top: 10px;
  display: block;
  float: left;
  padding-top: 5px;
  margin-left: 10px;
}
#register_form label, #account_form label, #consultant_profile_form label, #class_search_form label, #consultant_search_form label, #retailer_class_form label, #comment_form label {
  width: 110px;
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-left: 30px;
  font-weight: 700;
}
#register_form .field {
  clear: both;
}
.form_value {
  font-weight: 400;
  font-size:14px;
  padding: 6px 0px 5px 0px;
  color: #7b7f82;
  margin-bottom: 8px;
  float: left;
}
.form_value_compact {
  font-weight: 400;
  font-size:14px;
  padding: 5px 0px 0px 0px;
  color: #7b7f82;
  margin-bottom: 1px;
  float: left;
}
.field label {
  clear: both;
  display: block;
  float: left;
  margin-top:5px;
}
#consultant_profile_form label.clean {
  width: auto;
  display: inline;
  float: none;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 400;
}
#consultant_profile_form label.cleanbold {
  width: auto;
  display: inline;
  float: none;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 700;
}
.field_tip {
  font-size: 12px;
  font-style: italic;
  display: block;
  float: left;
  margin-left:10px;
  margin-bottom:8px;
  padding:8px 0px 5px 5px;
}

/* NOT USED 
#callout {
  border:1px solid #7b7f82;
  float: right;
  margin-left:20px;
  margin-bottom:20px;
  width: 210px;
  padding: 15px;
  font-size: 14px;
}
#callout h3 {
  font-size: 16px;
  font-weight: normal;
  font-family: 'CabinBold','Arial','Helvetica','Sans Serif';
  color: #4bbbbb;
  margin-top:0px;
  margin-bottom:5px;
}
*/

#class_list_item {
  clear: both;
  /*background-color: #e4e4e4; */
  background-color: #f3f3f3;
  background: url('../images/class_background.gif') repeat-y;
  overflow:auto;
  margin-bottom:30px;
}
#class_list_item_left {
  background-color: #e4e4e4;
  float: left;
  width: 140px;
  padding:12px 10px 3px 10px;
  font-size:12px;
}
#class_list_item_right {
  float: right;
  padding:6px 10px 30px 10px;
  width:430px;
  background-color:#f3f3f3;
  height:auto;
}
#class_list_item_photo {
  text-align:center;
}
#class_list_item_left img {
  max-width:140px;
  /* max-height:140px; */
}
#class_list_item h3 {
  margin-top:0px;
  margin-bottom:0px;
}
#class_list_summary_item {
  clear: both;
  background-color: #e4e4e4;
  margin-bottom:5px;
  overflow:auto;
  padding:5px;
}
#class_list_summary_item img {
  margin-left:5px;
  padding:0px;
  margin-bottom:-3px;
}

#consultant_list_item {
  margin-bottom:30px;
  float:left; 
  margin-right:10px;
  width: 290px;
}
#consultant_list_photo {
  float:left;
  margin-right:10px;
  width: 100px;
  height: 100px;
}
#consultant_list_details {
  float:left;
  width: 175px;
}
#consultant_list_item h3 {
  margin:0px;
  padding:0px;
  font-weight: 700;
  font-size:16px;
}
#consultant_list_item h4 {
  margin:0px;
  padding:0px;
  font-weight: 700;
}
#consultant_list_item img {
  width:100px;
  height:100px;
  border:1px solid #cccccc;
}

#consultant_profile_photo, #consultant_calendar {
  float:right;
  margin-left:20px;
  margin-bottom:10px;
}
#consultant_profile_photo img {
  width:200px;
  height:200px;
  border:1px solid #cccccc;
}
#consultant_profile_bio {
  margin-top:10px;
}

/* NOT USED
.theme {
  margin-bottom:20px;
}
.theme .theme_label {
  width: 110px;
  display: block;
  float: left;
  clear: both;
}
.theme .theme_value {
  margin-left: 110px;
  margin-bottom:5px;
}
.theme h4 {
  font-family: 'CabinBold','Arial','Helvetica','Sans Serif';
  font-weight: normal;
  margin:0px 0px 5px 0px;
}
*/

.design {
  width: 260px;
  height: 320px;
  text-align:center;
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}
.design_l img {
  margin-top: 60px;
  margin-bottom: -60px;
}
.design_s {
  height: 280px;
}
.adult_square img {
  margin-top: 60px;
}
.adult_square {
  height: 320px;
}
.design_p .design_title,
.design_s .design_title {
  margin-left: 30px;
  width: 200px;
}
.design_title {
  overflow: auto;
}
.design_title .size_icon {
  float: left;
  margin-right: 10px;
}
.design_title .size_icon img {
  margin-top: 0px;
  margin-bottom: 0px;
}
.design_title .title_text {
  float: left;
  text-align: left;
}
.design_p .title_text, 
.design_s .title_text {
  width: 130px;
}
.design_l .title_text {
  width: 190px;
}
#sidebar .design {
  margin-right:0px;
  margin-bottom: 15px;
}
#sidebar .design_l {
  height: 260px;
}
#sidebar .design_s {
  height: 260px;
}
#sidebar .adult_square img {
  margin-top: 0px;
  margin-bottom: 0px;
}
#sidebar .design_l img {
  margin-top:0px;
  margin-bottom:0px;
}
.design h4 {
  font-weight: 700;
  margin:0px;
  padding:0px;
  float: left;
}
.design a {
  font-size:12px;
  float: left;
}
.ribbon_l {
  top: -166px;
  left: -73px;
  position: relative;
  width: 114px;
  height: 94px;
}
.ribbon_p {
  top: -166px;
  left: -43px;
  position: relative;
  width: 114px;
  height: 94px;
}
.ribbon_s {
  top: -106px;
  left: -43px;
  position: relative;
  width: 114px;
  height: 94px;
}
.ribbon_sa {
  margin-bottom: -60px;
  margin-top: 60px;
  top: -166px;
  left: -43px;
  position: relative;
  width: 114px;
  height: 94px;
}
#sidebar .ribbon_l {
  top: -106px;
}
#sidebar .adult_square .ribbon_sa {
  top: -106px;
}

.popup_background {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}
.popup {
  background: #ffffff;
  color: #7b7f82;
  z-index:1001;
  overflow: auto;
  border:1px solid #333333;
  padding: 16px;
  z-index:1002;
}
.video_popup {
  position:fixed;
  text-align: left;
  width:800px;
  left:50%;
  top:50%;
  margin-left:-400px;
  margin-top:-300px;
  height:500px;
}
#video_popup_content iframe {
  height: 450px;
  width: 800px;
}
.share_popup {
  position:fixed;
  text-align: left;
  width:420px;
  left:50%;
  top:50%;
  margin-left:-210px;
  margin-top:-210px;
  height:190px;
}
.fancy_button {
  text-decoration: none;
  cursor:pointer;
  background: #afd241;
  margin: 7px 0px 5px 0px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  border:0px;
  padding: 3px 6px 3px 6px;
}
.popup_closer {
  float: right;
  text-decoration: none;
  cursor:pointer;
  background: #afd241;
  margin: 7px 0px 5px 0px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  border:0px;
  padding: 3px 6px 3px 6px;
}
.popup_button {
  float:left;
  text-decoration: none;
  cursor:pointer;
  margin: 10px 10px 4px 0px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  background: #f56b22;
  border:0px;
  padding: 3px 6px 3px 6px;
}
.popup h2 {
  margin-top:10px;
  margin-bottom:20px;
}
.popup h3 {
  margin-top:0px;
  margin-bottom:0px;
  font-weight: 700;
}

.change_url_popup, .customize_popup, .view_class_popup, .manage_class_popup, .goto_popup {
  position: fixed;
  top: 50px;
  left: 50%;
  width: 610px;
  margin-left:-305px;
}
.profile_photo_upload_popup {
  position: fixed;
  top: 50px;
  left: 50%;
  width: 950px;
  margin-left:-475px;
}
.selector_popup {
  position: fixed;
  top: 50px;
  left: 50%;
  width: 830px;
  margin-left:-415px;
}
.big_photo_popup {
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left:-300px;
}
.supply_popup {
  position: fixed;
  top: 50px;
  left: 50%;
  width: 560px;
  height: 330px;
  margin-left: -280px;
}
.supply_popup ul {
  margin-top:5px 0px 5px 0px;
  margin-bottom:5px;
}
.supply_popup ul li {
  margin-left:-25px;
}
.supply_popup #supply_list {
  margin-left:auto;
  margin-right:auto;
  width: auto;
  overflow: auto;
}
.supply_popup #supply_list img {
  float: left;
  margin-right: 20px;
}
.supply_popup .brushes {
  float: left;
  margin-right: 30px;
}
.supply_popup .colors {
  float: left;
}
.designs_offered_popup {
  position: fixed;
  top: 50px;
  left: 50%;
  width: 750px;
  height: 400px;
  margin-left: -375px;
}
.design_offered {
  text-align:center;
  float:left;
  margin-right:20px;
  height:150px;
  width:100px;
  font-size:12px;
}
.design_offered img {
  max-width:100px;
  max-height:100px;
}
.designs_offered_list {
  margin-left:auto;
  margin-right:auto;
  width: auto;
  overflow: auto;
}

.submit_theme_popup {
  position: fixed;
  top: 50px;
  left: 50%;
  width: 600px;
  height: 500px;
  margin-left: -300px;
}

.news_date {
  background-color: #afd241;
  float: right;
  margin-right:20px;
}

.party_theme {
  clear: both;
  margin-top:20px;
  border:1px solid #cccccc;
  padding:10px;
  min-height:275px;
}
.party_theme img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.party_theme h3 {
  font-weight: 700;
  color: #f56b22;
  margin-bottom:0px;
  margin-top:0px;
}

.data_row {
  clear: left;
  padding-bottom: 9px;
}
.data_row label{
  float: left;
  overflow: auto;
}
.error_message {
  color: #f56b22;
}

#blog_post {
  clear: both;
  margin-bottom: 20px;
}
#blog_post h3 {
  font-weight: 700;
  color: #f56b22;
  margin-bottom:0px;
  margin-top:10px;
  font-size: 18px;
}
#blog_post .post_date {
  height: auto;
  font-weight: 700;
  clear: both;
  background: url('../images/green_bubble.gif') no-repeat;
  margin-bottom: 30px;
  float: left;
  margin-right: 20px;
  width: 77px;
  height: 94px;
  text-align:center;
  color: #ffffff;
}
#blog_post .post_month {
  font-size: 20px;
  margin-top: 12px;
  line-height: 18px;
  margin-right: 5px;
}
#blog_post .post_day_year {
  font-size: 18px;
  line-height: 16px;
  margin-right: 5px;
}

#pagination_top {
  text-align:center;
  margin-right: 20px;
  margin-bottom: 20px;
}

#pagination_bottom {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  font-size:20px;
}

#blog_date {
  color: #00B2D9;
  font-size:11px;
  text-decoration:italic;
}

#blog_wrapper {
  margin-top:15px;
}

#blog {
  margin-top:10px;
}

#blog h2{
  margin: -2px 2px 0px 0px;
}
#blog_content {
  clear:both;
  margin-top:15px;
}
#blog_content img {
  max-width: 610px;
}

#breadcrumbs, #breadcrumbs a {
  olor:#7B7F82;
  font-size:20px;
  margin-bottom:20px;
  margin-top:5px;
  font-weight:700;
}

#logo_downloads {
  margin-top:10px;
}
#logo_downloads img {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  width:100px;
}
#logo_downloads p {
  float:left;
}

img.icon {
  margin-left:2px;
  top:2px;
  position:relative;
}

table.color_chart {
  font-size:12px;
  border-spacing:0px;
  border-collapse:collapse;
}
table.color_chart th {
  font-weight:normal;
  font-size:12px;
  line-height:12px;
}
table.color_chart td {
  border:1px solid #cccccc;
  text-align:center;
  padding:2px 0px 2px 0px;
  width: 15px;
}
table.color_chart tr.grey td{
  background-color:#eeeeee;
}

#welcome_user a {
  font-size:13px;
  text-decoration:none;
  font-weight: 700;
}
#tutorial_video {
  margin-left:-370px;
  float:left;
  text-align:left;
  width:330px;
  margin-top: -30px;
  border: 1px solid #cccccc;
  padding:5px;
  font-weight: normal;
  font-size:13px;
}
#tutorial_video a {
  text-decoration:none;
  font-weight: 700;
}

#comment {
  background-color: #e5e5e5;
  border-radius: 8px;
  color: #666666;
  margin-bottom: 20px;
  padding: 10px 20px;
}
#comment p.comment_author {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: right;
}
#comment p.comment_date {
  margin-bottom: 5px;
  margin-top: 0;
  text-align: right;
}
