@charset "utf-8";

/* --------------------------------- */
/* Daymz.com Site Layout CSS         */
/* --------------------------------- */
/* Copyright (c) 2005-2008 by Daymz  */
/* Ramé. All Rights Reserved.        */
/* --------------------------------- */


/* ----------- */
/* Site Layout */
/* ----------- */

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border:0;                    /* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#fff2cb;
  background-color: #fff2cb;
  min-width:900px;             /* Minimum width of layout - remove line if not required */
                               /* The min-width property does not work in old versions of Internet Explorer */
}


/* ------ */
/* Header */
/* ------ */

#layout_header {
  z-index: 1; 
  clear: both;
  float: left;
  width: 100%;
  background: #313131;
}
#layout_header_left {
  z-index: 5; 
  height: 119px; 
  float: left;
}
#layout_header_fill {
  z-index: 2; 
  height: 119px; 
  background-image: url(images.layout/header_fill.gif); 
  background-repeat: repeat-x;
}
#layout_header_right {
  z-index: 6; 
  height: 119px; 
  float: right;
}
#layout_header_text {
  z-index: 20;
  height: 0px;
  width: 100%;
  position: relative;
  top: -110px;
  text-align: center;
}
#layout_header_separator_left {
  z-index: 12; 
  height: 17px; 
  float: left;
}
#layout_header_separator_fill {
  z-index: 11; 
  height: 17px; 
  background-image: url(images.layout/header_separator_fill.gif); 
  background-repeat: repeat-x;
}
#layout_header_separator_right {
  z-index: 12; 
  height: 17px; 
  float: right;
}



/* --------- */
/* Menu Tabs */
/* --------- */

#layout_header_menu_tabs {
  z-index: 30; 
  float: left; 
  height: 0px; 
  width: 485px;
  position: relative; 
  top: -43px; 
  left: 13em;
}

#layout_header_menu_text {
  clear: both;
  z-index: 31; 
  float: left;
  height: 0px; 
  width: 485px;
  position:relative; 
  top: -38px;
  #top: -37px;
  left: 13em;
}
#layout_header_menu1_text {
  float: left;
  height: 29px;
  width: 60px;
  position:relative; 
  left: 14px;
  text-align: center;
}
#layout_header_menu2_text {
  float: left;
  height: 29px;
  width: 95px;
  position:relative; 
  left: 28px;
  text-align: center;
}
#layout_header_menu3_text {
  float: left;
  height: 29px;
  width: 84px;
  position:relative; 
  left: 40px;
  text-align: center;
}
#layout_header_menu4_text {
  float: left;
  height: 29px;
  width: 78px;
  position:relative; 
  left: 54px;
  text-align: center;
}
#layout_header_menu5_text {
  float: left;
  height: 29px;
  width: 86px;
  position:relative; 
  left: 68px;
  text-align: center;
}


/* ------- */
/* Footer  */
/* ------- */

#layout_footer {
  clear: both;
  float: left;
  width: 100%;
  background: #ffffff;
}
#layout_footer_left {
  z-index: 2; 
  height: 31px; 
  float: left;
}
#layout_footer_fill {
  z-index: 11; 
  height: 31px; 
  background-image: url(images.layout/footer_fill.gif); 
  background-repeat: repeat-x;
}
#layout_footer_right {
  z-index: 2; 
  height: 31px; 
  float: right;
}

/* Footer Text */

#layout_footer_copyright_text {
  z-index: 100; 
  position: relative; 
  height: 0px; 
  top: -22px; 
  left: 10px;
}




/* -------------------------------- */
/* General Layout : 3-column Liquid */
/* -------------------------------- */

/* Column container */
.layout_colmask {
  position: relative;     /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear: both;
  float: left;
  width: 100%;            /* Width of whole page */
  overflow: hidden;       /* This chops off any overhanging divs */
}

/* 3-column Holygrail */
.layout_3col_holygrail {
  background: #fff2cb;      /* Right column background colour */
  background-image: url(images.layout/sidebar_right_background.gif); 
  background-position: right top;
  background-repeat: repeat-x;  
}
.layout_3col_holygrail .layout_colmid {
  float: left;
  width: 200%;
  margin-left: -12em;       /* Width of right column */
  position: relative;
  right: 100%;
  background: #fff2cb;      /* Centre column background colour */
}
.layout_3col_holygrail .layout_colleft {
  float: left;
  width: 100%;
  margin-left: -50%;
  position: relative;
  left: 24em;               /* Left column width + right column width */
  background: #fff2cb;      /* Left column background colour */
  background-image: url(images.layout/sidebar_left_background.gif); 
  background-position: 275px top;
  #background-position: 225px top;
  background-repeat: repeat-x;
}
.layout_3col_holygrail .layout_col1wrap {
  float: left;
  width: 50%;
  position: relative;
  right: 12em;              /* Width of left column */
  padding-bottom: 0em;      /* Centre column bottom padding. Leave it out if it's zero */
}
.layout_3col_holygrail .layout_col1 {
  margin: 0 12em;           /* Centre column side padding:
                               Left padding = left column width + centre column left padding width
                               Right padding = right column width + centre column right padding width */
  position: relative;
  left: 200%;
  overflow: hidden;
}
.layout_3col_holygrail .layout_col2 {
  float: left;
  float: right;             /* This overrides the float:left above */
  /* width: 10em; */              /* Width of left column content (left column width minus left and right padding) */
  position: relative;
  right: 1em;               /* Width of the left-had side padding on the left column */
}
.layout_3col_holygrail .layout_col3 {
  float: left;
  float: right;             /* This overrides the float:left above */
  /* width: 10em; */              /* Width of right column content (right column width minus left and right padding) */
  #width: 10em;
  margin-right: 2em;        /* Width of right column right-hand padding + left column left and right padding */
  position: relative;
  left: 50%;
}



/* --------- */
/* Main Area */
/* --------- */

/* Main box */

div.layout_main_main-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff2cb;
  background-image: url(images.layout/main_middle_left.gif); 
  background-repeat: repeat-y;
}
div.layout_main_top-box {
  background: #fff2cb;
}
div.layout_main_top-box_left {
  float: left;
  width: 16px;
  height: 23px;
}
div.layout_main_top-box_middle {
  height: 23px;
  background: #fff2cb;
  background-image: url(images.layout/main_top_center.gif); 
  background-repeat: repeat-x;
}
div.layout_main_top-box_right {
  float: right;
  width: 22px;
  height: 23px;
}
div.layout_main_bottom-box {
  background: #fff2cb;
}
div.layout_main_bottom-box_left {
  float: left;
  width: 16px;
  height: 30px;
}
div.layout_main_bottom-box_middle {
  height: 30px;
  background: #fff2cb;
  background-image: url(images.layout/main_bottom_center.gif); 
  background-repeat: repeat-x;
}
div.layout_main_bottom-box_right {
  float: right;
  width: 22px;
  height: 30px;
}
div.layout_main_center-box {
  position: relative;
  width: 100%;
  left: 16px;
  background: #ffffff;        /* Center color */
}
div.layout_main_reset-box {
  position: relative;
  width: 100%;
  left: 100%;
  margin-left: -16px;
}
div.layout_main_right-box {
  position: relative;
  width: 100%;
  margin-left: -22px;
  background: #fff2cb;
  background-image: url(images.layout/main_middle_right.gif); 
  background-repeat: repeat-y;
}
div.layout_main_content-box {
  position: relative;
  width: 100%;
  margin-left: -100%;
  left: 22px;
}
div.layout_main_left {
  float: left;
  width: 16px;
}
div.layout_main_right {
  float: right;
  width: 22px;
}
div.layout_main_center {
  margin-left: 16px;
  margin-right: 22px;
  padding-left: 1px;
  padding-right: 1px;
}
* html div.layout_main_center {
  height: 1%;
  margin: 0;
}
* html div.layout_main_left {
  margin-right: -3px;
}
* html div.layout_main_right {
  margin-left: -3px;
}
.layout_main_clearfix:after {
  content: "."; 
  display: block;
  height: 0px;
  clear: both; 
  visibility: hidden;
}   
.layout_main_heightfix:before {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}


/* ------------ */
/* General/Misc */
/* ------------ */

/* Clearing */

.layout_clearing {
  height: 0;
  clear: both;
}

/* Post comments and categories */

.layout_post_categories {
}

.layout_post_comments {
  float: right;
  width: auto;
}

/* Header with Date card */

.layout_blog_header {
  z-index: 51;
  margin-bottom: 20px;
}

.layout_blog_header_datecard {
  float: left;
  width: 46px;
  height: 49px;
}
  
.layout_blog_header_datecard_text {
  z-index: 52;
  width: 46px;
  height: 49px;
  position: relative;
  top: -48px;
  left: -2px;
  text-align: center;
}

.layout_blog_header_textarea {
  margin-left: 66px;
}


/* Page */

.layout_page_header_textarea {
  margin-left: 0px;
}


/* Article Content */

.layout_blog_content {
  clear: both;
}

/* Article Links */

.layout_blog_next_previous_links {
  margin-right: 10px;
}


/* Article Footer */

.layout_blog_footer {
  clear: both;
  margin-bottom: 6em;
}

.layout_blog_footer_post_category {
  float: left;
  width: 22em;
}

.layout_blog_footer_post_comments {
  float: right;
  margin-left: 2em;
}

/* Article separator */

.layout_blog_sep {
  height: 17px;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  clear: both;
}

.layout_blog_sep_novisual {
  width: 100%;
  text-align: center;
  clear: both;
}


/* Comment list */

.layout_blog_comments {
}

.layout_blog_add_comment {
}

.layout_blog_comment_content {
}

.layout_blog_comment_content_avatar {
  float: left;
}

.layout_blog_comment_content_bar {
  margin-left: 80px;
}

.layout_blog_comment_content_text {
  margin-top: 50px;
  clear: both;
}


/* ---------------- */
/* Side bar Widgets */
/* ---------------- */

.layout_blog_widget_searchbox_form {
  margin-bottom: 4px;
  #margin-bottom: -30px;
}
.layout_blog_widget_searchbox_form input[type="text"] {
  #margin-top: -35px;
  width: 140px;
}

.layout_blog_widget_login_profile {
  margin-top: -10px;
  #margin-top: -25px;
}

.layout_blog_widget_login_profile_connectedas {
  #margin-top: 10px;
}

.layout_blog_widget_login_profile_cp {
  padding-top: 10px;
  #padding-top: 1px;
}

.layout_blog_widget_login_profile input[type="text"] {
  margin-top: 3px;
  margin-bottom: 3px;
  width: 140px;
}
.layout_blog_widget_login_profile input[type="password"] {
  margin-top: 3px;
  width: 140px;
}
.layout_blog_widget_login_profile input[type="submit"] {
  margin-top: 5px;
}

.layout_blog_widget_login_profile_links {
  #top: -15px;
  #height: 1em;
}


