/* Start of CMSMS style sheet 'Linkrealms: Main' */
* {
  margin:0;
  padding:0;

}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

div {
   font-size: 11px;
}

img {
   border: 0;
}

a,
a:link,
a:visited,
a:active {
   cursor:pointer;
   text-decoration: none;
   background-color: inherit; 
  /* color: #cc6714;  */
   color: #ff6600;
}

a:hover {
   cursor:pointer;
   text-decoration: none;
   background-color: inherit;
   color: #FFD987;
}

body {
   background-color: black;
   color: black;
   margin: auto;
}

/* center wrapper, min max width */
div#pagewrapper {
   width:1148px;
   margin: 0 auto;
   background-color: black;
}

div#header {
   /* border-bottom: 4px solid #948979; */
   font-size: 24px;
   height:303px;
   width:1148px;
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_header_01.jpg');
position:relative;
}

div#header h1 {
   font-size: 32px;
   color: #ff6600;
   line-height:1em;
   margin:0;
   text-align:left;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#slogan {
   padding-left: 30px;
   font-size: 11px;
   color: #cccccc;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#search {
   width: 20px;  
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em 1.5em 1em;
   color: #666666;
}

div#search input {
   margin: 4px 0 0 0;
   color: #666666;
}

div#content {
   color: #black
   min-height:650px;
_height:650px;
   width:634px;
   float:left;
display: inline;  
   
}

div#leftsidebar {
   float: left;
   display: inline;  
   /* FIX IE double margin bug */
   /* margin-left: 0; */
  background:url('http://images.linkrealms.com/site/linkrealms_template/page_left_01.jpg') no-repeat;
  background-position: top left;
  height:647px;
  width:271px;
position:relative;

}

div#logos {
   margin-top: 40px;
   border-top: 1px dotted #cccccc;
   border-bottom: 1px dotted #cccccc;
   width: 100%;  
   text-align: center;
}

div#logos img {
   padding-top: 20px;
   padding-bottom: 20px;
}


div#rightsidebar {
   display: inline;  
   float: left;
   width: 243px;
   height:647px;
   position:relative;
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_right_01.gif') no-repeat;

}

div#footer {
   clear: both;
   /* background-color: #575352; */
   background-color: #3a3429;
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_footer_01.jpg') no-repeat;
width:1148px;
height:138px;
   color: #89817f;
}

div#footer p {
   font-size: 0.8em;
   padding: 1em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #89817f;
   /* border-bottom:1px dotted #89817F; */
   border-bottom:1px dotted #564931;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   /* background-color: #575352; */
   background-color: #3a3429;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #c0c0c0;
   margin-top: 15px;
margin-bottom: 15px;
}

h1 {
   color: #666666; 
   font-size: 15px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2 {
   color: #666666; 
   font-size: 14px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
vertical-align:bottom;
   color: #666666; 
   font-size: 13px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #666666; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #666666; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;

}

.store_menu {
width:100px;
text-align:center;
float:left;
}
div#content_flags {
min-height:700px;
_height:700px;
}
div#footer_text {
   margin:auto;
   padding-left:435px; 
   padding-right:400px;
   padding-top:100px;
   text-align:center;
} 
div#content_header_bottom {
height:18px;
width:1148px;
}

div#content_footer_bottom {
height:26px;
width:1148px;
}
div#footerblock {
clear:both;
width:1148px;
height:329px;}

.formbuilderform {
padding:50px;
text-align:left;
width:500px;
}

.link_white {
color:white !important;
font-variant:small-caps;
}

#account_manager {
font-variant:small-caps;
 top:245px;
left:265px;
position:absolute;
color:#fee }
#store_login {
color:black;}
#store_login_bar {
font-variant:small-caps;
 top:245px;
right:255px;
position:absolute;
color:white }

.center  {text-align:center;}
.left       {text-align:left;}
.right     {text-align:right;}
#store a {
color:#9E8E6A;
}

#CreateAccountForm {
font-weight:bold;
font-size:large;

} .label { width:220px;  text-align:right; display:block; float:left;} .formw { width:320px;  text-align:left;}


/* END LISTS */
/* End of 'Linkrealms: Main' */

