﻿body 
{	
	background-color: #F4F2E4;
}

a 
{
	text-decoration: none;
	color: blue;
}

a:hover 
{
	background-color: #F4F2E4;
	color: inherit;
}

a:visited 
{
	color: inherit;
}

.titleLink:hover
{
		border: none;
}

.actionLink
{
	text-decoration: none;	
}

.actionLink:link
{
	color: inherit;
}

.actionLink:hover
{
	background-color: inherit;
	text-decoration: underline;
	border: none;	
}

.actionLink:visited
{
	color: inherit;
}

.topMenuLink
{
   font-family: arial, helvetica, sans-serif;
   font-size: large;
    
   padding-left: 7px;
   padding-right: 7px;
   padding-top: 10px;
   padding-bottom: 10px;
}

.topMenuLink-selected
{
   border-bottom: #e34e55 3px dotted;
}
.topMenuLink:hover
{
   border-bottom: #e34e55 3px dotted;
}

.topMenuLink:link
{
   color: #e34e55;   
}

.topMenuLink:visited
{
   color: #e34e55; 
}

.subMenuLink
{
   font-family: arial, helvetica, sans-serif;
   font-size: small;
    
   padding-left: 7px;
   padding-right: 7px;
   padding-top: 3px;
   padding-bottom: 3px;
}

.subMenuLink-selected
{
   border-bottom: #e34e55 3px dotted;
}
.subMenuLink:hover
{
   border-bottom: #e34e55 3px dotted;
}

.subMenuLink:link
{
   color: #e34e55;   
}

.subMenuLink:visited
{
   color: #e34e55; 
}

#topMenuCointainer
{
	margin-top: 10px; 
	margin-bottom: 10px; 
	
	padding-left: 10px; 
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; 
	
	background-color: white;
}

#subMenuCointainer
{
	margin-bottom: 10px;
	
	padding-left: 10px; 
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px;	
			
}


#mainColumnBox
{
	background-color: white;
}

#rightColumnBox
{
	background-color: white;
}

#bottombox
{
   background-color: #FCBA63;
   padding: 1.5em;   
}

/**********************************
**
** blog
**
***********************************/

.blog-entry
{
	margin-top: 25px;
	margin-bottom: 75px;		
	
	font-family: Georgia, "Times New Roman", Times, Serif;
}

.blog-entry-title
{
	margin-bottom: 5px;	
	color: #444444;			
	font-family: inherit;
	font-weight: bold;	
	font-size: 2.5em;
}

.blog-entry-title a
{
	color: #444444;		
}

.blog-entry-title-info
{
	color: #555555;			
	text-align: right;
}


.blog-entry-body
{
	margin-top: 1.5em;
}

.blog-entry-body img
{
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-right: 10px;
}


.blog-entry-tags
{
	margin-top: 1.0em;
	padding: 0.9em;
	background-color: #D7FFD8;
}

.blog-entry-comments
{
	margin-top: 1.0em;
	padding: 0.9em;
	background-color: #D7FFD8;	
}

.blog-entry-comment
{
	margin-top: 2.0em;
	padding: 0.9em;
	background-color: #c7eFc8;	
}

.blog-entry-comment-addedby
{
	font-style: italic;	
	background-color: #D7FFD8;	
	text-align: right;
}


/**********************************
**
** tag
**
***********************************/

.tag-cload
{

}

.tag-cload-level-1, 
.tag-cload-level-2,
.tag-cload-level-3,
.tag-cload-level-4,
.tag-cload-level-5
{
	margin: 0px;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	border: 1px solid white;

	color: #444444;
}

.tag-cload-level-1:hover, 
.tag-cload-level-2:hover,
.tag-cload-level-3:hover,
.tag-cload-level-4:hover,
.tag-cload-level-5:hover
{
	border: 1px solid #aaaaaa;
}

.tag-cload-level-1
{
	font-size: 1em;
}

.tag-cload-level-2
{
	font-size: 1.5em;
}

.tag-cload-level-3
{
	font-size: 2em;
}

.tag-cload-level-4
{
	font-size: 2.5em;
}

.tag-cload-level-5
{
	font-size: 3em;
}



/**********************************
**
** product-wear
**
***********************************/

.wear-teaser
{
    float: left;
    margin-right: 10px;
    text-align: center;
}

.wear-teaser-title
{
   
}

.wear-teaser-title-link
{
   font-size: large;
}


.wear-teaser-image
{
   display: block;
}

.wear-container
{
   margin-top: 40px;
   margin-bottom: 50px;
   
   
}

.wear-title
{
        
}

.wear-title-link
{
    font-size: large;  
}

.wear-imagecontainer
{
   width: 200px;
   float: left;   
   margin-left: 40px;
   margin-right: 40px;
   
   
}
.wear-infocontainer
{
   width: 250px;
   float: left;   
   margin-right: 40px;
   
   
}

.wear-description
{
    margin-top: 1em;
}

.wear-shopcontainer
{
   width: 250px;
   float: left;
   
   
}

.wear-shopcontainer-line
{
    margin-bottom: 10px;    
}



.wear-colours a:link
{
   color: black;
}

.wear-colourexample
{
   padding-left: 0.3em;
   padding-right: 0.3em;
   padding-top: 0.2em;
   padding-bottom: 0.2em;
   margin-right: 5px;
   
   border-style: groove;
   border-color: gray;
   border-width: 1px;
}



/**********************************
**
** shop
**
***********************************/

#order-form
{
    text-align: right; 
}
 
#order-form label
{
    margin-right: 1em;
    text-align: right;
}

#order-form p
{
    margin-bottom: 0px
}


