.roundcont {
	width: 130px;
	background-color: #ffffff;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background: url('images/rt.gif') no-repeat top right;
}

.roundbottom {
	background: url('images/br.gif') no-repeat top right;
}



body {
  background:#ffffff;
  margin:0;
  padding:20px 10px;
  text-align:center;
  font-size:0.9em;
  font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
  color:#335577;
  }

.tablesub
{
width:100%;
border:1px solid #B7CEEC;
border-collapse:collapse;
padding:2px;
}

.tablesub  tr td{
border:1px solid #B7CEEC;
border-collapse:collapse;
}


.tablerowheader {
font-family:Arial;
font-size:0.8em;
font-weight:bold;
text-align:left;
color:color=#335577;
}

.tablerow {
font-family:Arial;
font-size:0.8em;
text-align:left;
vertical-align:text-top;
color:color=#335577;
}


/* Page Structure
----------------------------------------------- */
/* The images which help create rounded corners depend on the
   following widths and measurements. If you want to change
   these measurements, the images will also need to change.
   */
@media all {
  #content {
    width:740px;
    margin:0 auto;
    text-align:left;
    }
  #main {
    width:543px;
    float:left;
    background:#ffffff url("images/corners_main_bot.gif") no-repeat left bottom;
    margin:15px 5 0;
    padding:0 0 10px;
    color:#357;

    font-size:97%;
    line-height:1.5em;
    }
  #main2 {
    float:left;
    width:100%;
    background:url("images/corners_main_top.gif") no-repeat left top;
    padding:10px 0 0;
    }
 #main3 {
 float:left;
    width:100%;
    background:url("images/rails_main.gif")
margin:0px 0 0;
    padding:0 10 0px;

    }
  #sidebar {
    width:198px;
    float:left;
    margin:15px 0 0;
    font-size:100%;
    line-height:1.5em;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    background:#eec;
    }
  #main2 {
    float:none;
    width:100%;
    background:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }


/* Links
----------------------------------------------- */
a:link {
  color:#FFF;
  }
a:visited {
  color:#FFF;
  }
a:hover {
  color:#c63;
  }
a img {
  border-width:0;
  }
#main a:link {
  color:#347;
  }
#main a:visited {
  color:#9bd;
  }
#main a:hover {
  color:#68a
  }


/* Blog Header
----------------------------------------------- */
@media all {
  #header {
    background:#ffffff  no-repeat left bottom;
   /* background:#ffffff url("images/corners_cap_bot1.gif") no-repeat left bottom;*/

    margin:0 0 0;
    padding:0 0 1px;
    color:#fff;
    }
  #header div {
    background: no-repeat left top;
    /* background:url("images/corners_cap_top1.gif") no-repeat left top;*/

    padding:0px 1px 0;
    }
  }
@media handheld {
  #header {
    background:#357;
    }
  #header div {
    background:none;
    }
  }
#blog-title {
  margin:0;
  padding:10px 30px 5px;
  font-size:200%;
  line-height:1.2em;
  }
#blog-title a {
  text-decoration:none;
  color:#fff;
  }
#description {
  margin:0;
  padding:5px 30px 10px;
  font-size:94%;
  line-height:1.5em;
  color:#d0cfd5;
  }


/* Posts
----------------------------------------------- */
.date-header {
  margin:0 28px 0 43px;
  font-size:85%;
  line-height:2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#586;
  }
.post {
  border-left:0px dotted #bb9; border-right:0px dotted #bb9; border-top:1px dotted #bb9; border-bottom:1px dotted #bb9; margin-left:0; margin-right:0; margin-top:.3em; margin-bottom:25px; padding-left:13px; padding-right:13px; padding-top:0; padding-bottom:0
  }
.post-title {
  border-left:1px dotted #bb9; border-right:1px dotted #bb9; border-top:0px dotted #bb9; border-bottom:1px dotted #bb9; margin:0; font-size:135%;
  line-height:1.5em;
  background:url('images/icon_arrow.gif') no-repeat 10px .5em;
  display:block;
  color:#333; padding-left:29px; padding-right:14px; padding-top:2px; padding-bottom:2px
  }
#main a.title-link, .post-title strong {
  text-decoration:none;
  display:block;
  }
#main a.title-link:hover {
  background-color:#fff;
  color:#000;
  }
.post-body {

  border-left:1px dotted #bb9; border-right:1px dotted #bb9; border-top:0px dotted #bb9; border-bottom:1px dotted #eec; padding-left:29px; padding-right:14px; padding-top:10px; padding-bottom:1px
  }
html>body .post-body {
  border-bottom-width:0;
  }
.post p {
  margin:0 0 .75em;
  }
p.post-footer {
  background:#fff;
  margin:0;
  padding:2px 14px 2px 29px;
  border:1px dotted #bb9;
  border-bottom:1px solid #eee;
  font-size:100%;
  line-height:1.5em;
  color:#666;
  text-align:right;
  }
html>body p.post-footer {
  border-bottom-color:transparent;
  }
p.post-footer em {
  display:block;
  float:left;
  text-align:left;
  font-style:normal;
  }

.post img {
  margin:0 0 5px 0;
  padding:4px;
  border:1px solid #586;
  }
blockquote {
  border-left:0px dotted #596; border-right:0px dotted #596; border-top:1px dotted #596; border-bottom:1px dotted #596; margin:.75em 0; padding-left:15px; padding-right:15px; padding-top:5px; padding-bottom:5px
  }
.post blockquote p {
  margin:.5em 0;
  }


/* Comments
----------------------------------------------- */
#comments {
  border-left:1px dotted #6a7; border-right:1px dotted #6a7; border-top:0px dotted #6a7; border-bottom:1px dotted #6a7; margin-left:13px; margin-right:13px; margin-top:-25px; margin-bottom:0; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:15px
  }
#comments h4 {
  margin:0 0 10px;
  padding:0 14px 2px 29px;
  border-bottom:1px dotted #6a7;
  font-size:120%;
  line-height:1.4em;
  color:#333;
  }
#comments-block {
  margin:0 15px 0 9px;
  }

.comment-poster {
  font-weight:bold;
  }
.comment-body {
  margin:0 0 1.25em;
  padding:0 0 0 20px;
  }
.comment-body p {
  margin:0 0 .5em;
  }
.comment-timestamp {
  margin:0 0 .5em;
  padding:0 0 .75em 20px;
  color:#fff;
  }
.comment-timestamp a:link {
  color:#fff;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Profile
----------------------------------------------- */
@media all {
  #profile-container {
    background:#586 url("images/corners_prof_bot.gif") no-repeat left bottom;
    margin:0 0 15px;
    padding:0 0 10px;
    color:#fff;
    }
  #profile-container h2 {
    background:url("images/corners_prof_top.gif") no-repeat left top;
    padding:10px 15px .2em;
    margin:0;
    border-width:0;
    font-size:115%;
    line-height:1.5em;
    color:#fff;
    }
  }
@media handheld {
  #profile-container {
    background:#586;
    }
  #profile-container h2 {
    background:none;
    }
  }

.profile-datablock {
  margin:0 15px .5em;
  border-top:1px dotted #7a8;
  padding-top:8px;
  }
.profile-img {display:inline;}
.profile-img img {
  float:left;
  margin:0 10px 5px 0;
  border:4px solid #bec;
  }
.profile-data strong {
  display:block;
  }
#profile-container p {
  margin:0 15px .5em;
  }
#profile-container .profile-textblock {
  clear:left;
  }
#profile-container a {
  color:#fff;
  }

ul.profile-datablock {
  list-style-type:none;
  }


/* Sidebar Boxes
----------------------------------------------- */
@media all {
  .box {
    background:#f79429 url("images/corners_side_top2.gif") no-repeat left top;
    /* background:#767691 url("images/corners_side_top.gif") no-repeat left top; */

    margin:0 0 15px;
    padding:10px 0 0;
    color:#666;
    }
  .box2 {
    background:url("images/corners_side_bot2.gif") no-repeat left bottom;
    padding:0 13px 8px;
    }
  }
@media handheld {
  .box {
    background:#234;
    }
  .box2 {
    background:none;
    }
  }
.sidebar-title {
  margin:0;
  padding:0 0 .2em;
  border-bottom:1px dotted #456;
  font-size:115%;
  line-height:1.5em;
  color:#0078c1;
  /* color:#abc; */
  }
.box ul {
  margin:.5em 0 1.25em;
  padding:0 0px;
  list-style:none;
  }
.box ul li {
  background:url('images/icon_arrow_sm.gif') no-repeat 2px .25em;
  margin-bottom:3px;
  border-bottom:1px dotted #345;
  line-height:1.4em; margin-left:0; margin-right:0; margin-top:0; padding-left:16px; padding-right:0; padding-top:0; padding-bottom:3px
  }
.box p {
  margin:0 0 .6em;
  }


/* Footer
----------------------------------------------- */
#footer {
  clear:both;
  margin:0;
  padding:15px 0 0;
  }
@media all {
  #footer div {
    background:#f79429 url("images/corners_cap_top2.gif")  no-repeat left top;
   /* background:#767691 url("images/corners_cap_top1.gif") no-repeat left top; */

    padding:8px 0 0;
    color:#767691;
    }
  #footer div div {
    background: url("images/corners_cap_bot2.gif") no-repeat left bottom;
    /* background:url("images/corners_cap_bot1.gif") no-repeat left bottom; */

    padding:0 15px 8px;
    }
  }
@media handheld {
    background:#357;
    }
  #footer div div {
    background:none;
    }
  }
#footer hr {display:none;}
#footer p {margin:0;}
#footer a {color:#fff;}

	   .menu {
	   	color: <%=menucolor%>;
	   	font-size: 0.9em;
	   }
	   .menutitle {
	   	color: <%=menutitlecolor%>;
	   	font-size: small;
	   	font-weight: bold;
	   }
	   .headline
	   {
	   	color: black;
	   	font-size: large;
	   	font-weight: normal;
	   	letter-spacing: 2px;
	   }
	   	.cssBorder {
	   	BORDER-BOTTOM: black 1px solid;
	   	BORDER-LEFT: black 1px solid;
	   	BORDER-RIGHT: black 1px solid;
	   	BORDER-TOP: black 1px solid;
	   	PADDING-LEFT: 2px;
	   	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	   }
