/* Start of CMSMS style sheet 'LESKES STYLESHEET' */
/*****************
Stylesheet for Leskes Jewellers
www.leskesjewellers.com.au
Port Fairy, Victoria Australia
******************/
body {
	margin:0;
	padding:0;
	text-align: center; 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {

/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
      text-decoration: none;
   background-color: inherit; 
   color: #3B5AA5;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #3B5AA5;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;

   color: #d7c687;
}

/*****************
basic layout 
*****************/
#outershell{
   text-align:center;
	width:950px;
	margin: 0 auto;
	padding:0px;

 }
#innershell{
	position:relative;
	margin-top: 10px;
	width: 950px;
	margin-bottom: 75px;

}





#topsection{
	position:relative;
	height: 325px;

}

#newsletter {
text-align:right;
color:#2d4487;
font-size: 11px;
text-transform: lowercase;
}
#graphicmenu {				
	margin-top:1px;
	text-align:right;}

#topmenu {
margin-top: 20px;
text-align:center; }



#contentwrapper{
	width:950px;
             margin-top:10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #2d4487;
            border-bottom: 1px solid #2d4487;
}


#homepagewrapper{
             clear:left;
	width:950px;
                margin-top:2px;

}



#leftcolumn {
    padding-top:20px;
	margin-top:0px;
	text-align:left;
	float:left;
	width:200px;

}
	


	
	#rightcolumn {
width:730px;
	text-align:left;
	float:right;
	margin-left:10px;
	 }
	
    #main {margin-left:20px;
			}


	
#search {
padding-right: 20px;
text-align:right;}


	
#footer {  
font-size:9px;
color:#666666;
	padding-top:2px;
	padding-bottom:2px;
	padding-right: 10px;

      }
	  
	  .footer a:link{  font-size:8px;
      }
	   .footer a:hover{  font-size:8px;
      }

input
{
color: #3B5AA5;
font-size:10px;
border: 1px solid #3B5AA5;
background-color: #ffffff;
}

.submit input
{
color: #3B5AA5;
font-size:10px;
border: 2px outset #3B5AA5;
background-color: #ffffff;
} 

img { border-style:none;
border: 0px solid #000000}

a img { border-style:none;
border:0px solid #000000}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
h1 {
    color: #2D4487; 
   font-size: 1.7em;  /* font size for h1 */
   line-height: 2em;
   margin: 0;
}
 h2 {
   color: #2D4487; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;

   line-height: 2em;

}
 h3 {
   color: #2D4487; 
   font-size: 1.2em;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
 h4 {
   color: #2D4487; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

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%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */



/* FOR THE SHOP */


.summarylist { 

  display: -moz-inline-block;
   display: inline-block;
  float: left;  
  list-style-type: none;
  width: 101px; 
  height: 101px; 

}

#summarywrapper {float:left}

#summary {

}

div.ProductDirectoryItem{

font-size: 1.0em;
font-weight:bold;}

#shopping {clear:left}



div.CategoryList {display: inline;
list-style-type: none;
padding-right: 20px;}


#detailwrapper {text-align:left}
#detailtext {float:left; width:300px;}
#detailpic {margin-left:350px; text-align:right;}


/* FOR CLEARING FLOATS */



.clear-block:after {

  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}



.clear-block {

  display: inline-block;

}



/* Hides from IE-mac \*/

* html .clear-block {

  height: 1%;

}

.clear-block {

  display: block;

}

/* End hide from IE-mac */


/* End of 'LESKES STYLESHEET' */

