/*
Copyright 2008 - MultiLayerDesign
http://multilayerdesign.com/

-extend as needed

Main divs are seo friendly and work in firefox, safari, chrome, opera ie7
NO SUPPORT FOR IE6!!!

STRUCTURE
bodywrapper     - positioned relative - margin-top matches header height
headerwrapper   - positioned absolute top
footerwrapper   - positioned relative and follows on from bodywrapper

History:
    Author      Date        Changed
    KJ          16/01/2009  created stylesheet for handmade-crafts.co.uk


*/

/*set base to work from */
@import "reset.css";

body, html
{
    background: #f8e8d1 url(../images/handmade-crafts_tiledbg.jpg) repeat;
    color: #000;
    font-family: Verdana, Tahoma, Arial, Georgia, Sans-Serif;
    width: 100%;
    height: 100%;
    z-index: 0;

}

body
{
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background: url(../images/canvasstain3.png) no-repeat -30px 950px;
}

/* standard tags start */
p
{
	font-size: 0.83em;
	padding: 10px 20px 10px 20px;
	line-height: 1.4em;
}

table
{
	font-size: 0.83em;
	padding: 10px 20px 10px 20px;
	line-height: 1.4em;
}

a
{
    color: #ad5e1b;
    border: none;
    outline: none;
    text-decoration: none;
}

a:link
{
    color: #ad5e1b;
    border: none;
    outline: none;
    text-decoration: none;
}

a:visited
{
    color: #ad5e1b;
}
a:hover
{
    text-decoration: underline;
    color: #793f0d;
}

a:active
{
    color: #ccc;
}

h1
{
	font-size: 15px;
	line-height: 30px;
	font-family: Verdana, Arial;
	font-weight: bold;
	padding: 0;
	margin: 0;
	/*border: solid 1px red;*/
}

h2
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 20px;
	padding: 0;
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Console", Georgia;

}

.clrorange
{
    color: #9d561a;
}

h3
{
    font-size: 1.0em;
    font-weight: bold;
    color: #72552b;
    font-family: Georgia, "Lucida Sans Unicode", "Lucida Console";
}

h4
{
    text-align: center;
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
    font-family: Verdana, Arial;
    margin: 10px 0 0 0;    
}

h5
{
    font-size: 0.8em;
    color: #000;
}

h6
{
    font-size: 0.7em;
    color: #000;
    font-weight: normal;
}

strong
{
    font-weight: bold;    
}

.fl
{
    float: left;
}

.fr
{
    float: right;   
}

.cl
{
    clear: left;
}

.cb
{
    clear: both;
}

.nobullets
{
    list-style: none;
}

.nopadding
{
    padding: 0;
}



img
{
    border: none;
    margin: 0;
    padding: 0;
}

.smallfonts
{
    font-size: 0.6em;
    color: #666;
    line-height: 1.2em;
}

.it
{
    font-style: italic;
    text-indent: 10px;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: none;    
    
}

/* standard tags end */

#bodywrapper
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    margin: 400px 0 0 0; /*sync with headerwrapper height!!!*/
    padding: 0;

background: url(../images/canvasstain2.png) no-repeat -30px 400px;
}

#bodywrapperinner
{
    position: relative;    
    width: 970px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    background: url(../images/handmade-crafts_middle_tiled.jpg) repeat-y 0 316px;

}

#bodycontent
{
    position: relative;    
    width: 970px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    background: url(../images/handmade-crafts_middle_top.jpg) no-repeat top;

}

#bodycontentinner
{
    position: relative;
    width: 970px;
    height: 100%;    
    margin: 0 auto 0 auto;
    padding: 0;
    background: url(../images/handmade-crafts_middle_bottom.jpg) no-repeat bottom;
/*    border: dotted 2px red;*/
}

#top
{
    position: absolute;
    top: 0;
    left: 0;    
}
#headerwrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    padding: 0;
    background: url(../images/canvasstain1.png) no-repeat -70px 100px;
}

#footerwrapper
{
    position: relative;    
    width: 970px;
    height: 350px;
    padding: 0;
    margin: 0 auto 0 auto;
    /*border: solid 1px green;*/
    background: url(../images/handmade-crafts_footer.jpg) no-repeat;
}

#footercontent
{
    position: relative;    
    width: 100%;
    height: 100%;
    /*border: solid 1px orange;*/
    
    
}

/* HEADER */

#header
{
    position: relative;    
    width: 970px;
    height: 400px;
    padding: 0;
    margin: 0 auto 0 auto;
    /*border: solid 1px red; debug*/
    background: url(../images/handmade-crafts_header.jpg) no-repeat top;
    
}




/*#bottomheadersection
{
    position: relative;    
    width: 970px;
    height: 316px;
    margin: 0 auto 0 auto;
    padding: 0;
    background: url(../images/handmade-crafts_middle_top.jpg) no-repeat;
    
}*/

/*

#middlecontentwrapper
{
    position: relative;    
    width: 970px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    
}
*/
#middlecontent
{
    position: relative;    
    width: 970px;
    height: auto;
    min-height: 400px;
    margin: 0 auto 0 auto;
    padding: 0;
    /*border: solid 2px blue;*/
    
    
}

#endofpagelinks
{
    position: relative;
    width: auto;
    height: auto;    
}

#endofpagelinks ul
{
    display: inline;
    list-style: none;
}
/*


#footerextlinks
{
    position: relative;
    width: 100%;
    height: auto;
}

#footerextlinks ul
{
    position: relative;
    width: auto;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footerextlinks ul li
{
    position: relative;
    width: auto;
    height: auto;    
    display: inline;
    margin: 0;
    padding: 0;
}
*/
#page
{
    position: relative;    
    width: 600px;
    height: auto;
    min-height: 1050px;
    margin: -40px 0 0 15px;
    padding: 0;
   /*border: solid 1px red;*/
    /*background: url(../images/pagemain.png) no-repeat 3px 90px;*/
    /*border: solid 1px red;*/
    z-index: 2;
}
#pagetop
{
    position: relative;
    width: 620px;
    height: 88px;
    margin: 10px 0 0 0;    
    padding: 0;
    background: url(../images/pagetop.png) no-repeat -3px 0;    
}

#mainpagetitle
{
    position: absolute;
    top: 35px;
    left: 50px;
    width: 580px;
    height: 30px;
}

#breadcrumb
{
    position: absolute;
    top: 40px;
    left: 0;
    width: 500px;
    height: 20px;
    
    z-index: 3;
}

#page p, #page h3, #page h4, #page h5
{
    position: relative;
    width: 530px;
    height: auto;
    margin: 0;
    padding: 10px 30px 10px 50px;
    /*border: solid 1px red;*/
    z-index: 2;
}



#pagemiddletile
{
    position: relative;
    width: 620px;
    height: auto;
    margin: 0;
    padding: 0;
   /*border: solid 1px red;*/
    background: url(../images/pagemiddletile2.png) repeat-y;
}

#pagemiddlebottom
{
    position: relative;
    width: 620px;
    height: auto;
    margin: 0;
    padding: 0;
   /*border: solid 1px red;*/
    /*background: url(../images/pagemiddlebottom.png) no-repeat bottom;*/
}
#pagebottom
{
    position: relative;
    width: 550px;
    height: 123px;
    background: url(../images/pagebottom.png) no-repeat 1px 0;
    margin: 0 0 0 0;
    padding: 0 30px 0 30px;
    z-index: 1;
}



/* SIDEBAR STUFF */

#sidebarwelcome
{
    position: absolute;
    top: 279px;
    left: 610px;
    width: 350px;
    height: 121px;    
    z-index: 2;
    background: url(../images/sidebartopwelcome.png) no-repeat;    
}

#sidebar
{
    position: absolute;
    top: 0;
    left: 610px;
    width: 350px;
    height: auto;
    padding: 0;    
    /*border: solid 1px red;*/
    z-index: 2;    
}

#sidebartop
{
    position: relative;    
    width: 350px;
    height: 540px;
    margin: 0;
    z-index: 2;
    background: url(../images/sidebartop.png) no-repeat;
    /*border: solid 1px yellow;*/
}

#sidebartopinner
{
    position: relative;    
    width: 350px;
    height: 540px;
    padding: 0;
    border: solid 1px transparent;
}

#sidebartile
{
    position: relative;
    width: 350px;
    height: auto;
    min-height: 135px;
    margin: -50px 0 0 0;
    z-index: 2;
    background: url(../images/sidebartile.png) repeat-y;    
}

#sidebarbottom
{
    position: relative;
    width: 350px;
    height: 274px;
    z-index: 2;
    background: url(../images/sidebarbottom.png) no-repeat;    
}

#premiumads
{
    position: relative;    
    width: 279px;
    height: 151px;
    padding: 0;
    margin: 0 0 0 36px;
    background: url(../images/adsshadow.png) no-repeat;    
}

#premiumads ul
{
    position: relative;
    float: left;
    width: 265px;
    height: 127px;    
    margin: 10px 0 0 5px;
    padding: 0;
    display: inline;    
}

#premiumads ul li
{
    position: relative;
    float: left;
    width: 125px;
    height: 125px;
    margin: 0 0 0 5px;
    padding: 0;
    display: inline;
    border: solid 1px #000;
}

#premiumads ul li:hover
{
    border: solid 1px #fff;
}

#newsletter
{
    position: relative;
    width: 257px;
    height: 194px;
    margin: 0 0 0 46px;
    padding: 0;
    background: url(../images/newsletter.png) no-repeat;
}

#newsletter ul
{
    position: relative;
    float: left;
    width: 247px;
    height: 184px;    
    margin: 10px 0 0 10px;
    padding: 0;
    display: inline;
    
}

#newsletter ul li
{
    position: relative;
    float: left;
    width: 95px;
    height: 86px;
    margin: 69px 0 0 14px;
    padding: 0;
    display: inline;
    
}

#searchbox
{
    position: relative;
    width: 272px;
    height: 137px;
    margin: 10px 0 0 35px;
    padding: 0;
    background: url(../images/searchbox.png) no-repeat;
    
}

#searchbox form
{
    position: relative;
    width: 232px;
    height: 50px;
    float: left;
    margin: 50px 0 0 38px;
    
}

#searchterm
{
    position: relative;
    float: left;
    width: 150px;
    height: 20px;
    margin-top: 15px;
    border: none;
    padding-left: 5px;
    background: transparent;
    
}

#searchterm:focus
{
    width: 150px;
    height: 20px;
    border: none;
    background: #d8c99e;    
}

#submitsearch
{
    position: relative;
    float: left;
    width: 60px;
    height: 40px;
    margin: 2px 0 0 8px;
    border: none;
    background: transparent;
}

#submitsearch:focus
{
    border: none;
    outline: none;
}


.normalads
{
    position: relative;    
    width: 279px;
    height: 151px;
    padding: 0;
    margin: 0 0 0 36px;
    background: url(../images/adsshadow.png) no-repeat;
    
}

.normalads ul
{
    position: relative;
    float: left;
    width: 265px;
    height: 127px;    
    margin: 10px 0 0 5px;
    padding: 0;
    display: inline;    
}

.normalads ul li
{
    position: relative;
    float: left;
    width: 125px;
    height: 125px;
    margin: 0 0 0 5px;
    padding: 0;
    display: inline;
    border: solid 1px #000;
}

.normalads ul li:hover
{
    border: solid 1px #ccc;
}

#sidebarnotepad
{
    position: relative;
    float: left;
    width: 259px;
    height: 276px;
    margin: 25px 0 0 40px;
    z-index: 4;
    background: url(../images/sidebarnotepad.png) no-repeat;
}

#sidebarnotepad ul
{
    position: relative;
    width: 190px;
    height: 130px;
    margin: 85px 0 0 45px;
    padding: 0;
    /*border: dotted 1px red;    */
}

#sidebarnotepad ul li
{
    position: relative;        
}

#sidebarnotepad ul li a
{
    color: #67430f;
    display: block;
    line-height: 25px;
}

#sidebarnotepad ul li a:hover
{
    background: url(../images/linkringhover.png) no-repeat;    
}

.keepright
{
    float: right;
    padding-right: 30px;
}

/* FOOTER */

#footer
{
    position: relative;
    width: 100%;
    height: 100%;
    
    /* temp */
	margin-top:-20px;
}

#recentmakers
{
    position: relative;
    float: left;
    margin: 115px 0 0 10px; /*margin: 115px 0 0 155px;*/
    width: 180px;
    height: 120px;
    /*border: dotted 1px red;*/
}
#recentmakers a, #recentinterviewsfans a
{
    font-size: 0.7em;
    display: block;
    line-height: 24px;
}

#recentmakers a:hover, #recentinterviewsfans a:hover
{
    background: url(../images/linkringhover.png) no-repeat;
}
#recentinterviewsfans
{
    float: left;
    margin: 95px 0 0 70px;
    width: 180px;
    height: 140px;
    /*border: dotted 1px red;*/
}

#recentinterviews
{
    position: relative;
    /*border: dotted 1px red;*/    
}

#recentfans
{
    position: relative;
    /*border: dotted 1px red;*/
    margin: 40px 0 0 0;
    text-align: center;
    margin-left: -5px;
}

#footerinternallinks
{
    position: relative;
    float: left;
    margin: 50px 0 0 60px;
    width: 285px;
    height: 225px;    
    background: url(../images/footerinternallinks.png) no-repeat;
}
#footerinternallinks ul
{
    position: relative;
    float: left;
    margin: 35px 0 0 35px;
}

#footerinternallinks a
{
    color: #bfa581;
    font-size: 0.8em;
    line-height: 24px;
    display: block;
}

#footerinternallinks ul li
{
    list-style: none;
    background: url(../images/flowerbulletsmall.png) no-repeat 0 0;
    padding-left: 28px;
}

#gototop
{
    position: relative;
    float: right;
    margin: -260px 15px 0 0;
    z-index: 2;
}

#footerextlinks
{
    clear: both;
    position: relative;
    float: left;
    margin: -26px 0 0 130px;
    width: 820px;
    height: 66px;
    color: #bfa581;
    font-size: 0.75em;
    
 
}

#footerextlinks a
{
    color: #bfa581;
    
}

#copyright
{
    position: relative;
    float: left;
    display: inline;    
    margin: 8px 0 0 0;
    width: 400px;
    height: 20px;
}

#hclink
{
    position: relative;
    float: left;
    margin: 4px 0 0 0;    
    font-family: "Lucida Sans Unicode", "Lucida Console", Georgia;
    font-size: 1.3em;
}


#extlinks
{
    position: relative;
    float: right;
    display: inline;    
    margin: 6px 10px 0 0;
    width: 200px;
    height: 65px;
}

#extlinks ul, #extlinks ul li
{
    position: relative;
    float: right;
    display: inline;
    margin: 0 10px 0 0;
}

#mitlink
{
    position: relative;
    float: right;
    margin: 35px 0 0 0;
    width: 500px;
    height: 18px;
}

#maintitle
{
    position: relative;
    float: left;
    width: 430px;
    height: 20px;
    margin: 35px 0 0 360px;
    padding: 5px 0 0 15px;
    text-align: left;
    
}

#logo
{
    position: relative;
    float: left;
    width: 300px;
    height: 250px;
    margin: -55px 0 0 25px;
    
}

#logo a
{
    position: relative;    
    width: 300px;
    height: 250px;
    display: block;
    /*border: dotted 1px red;*/
}

#unionjackbadge
{
    position: relative;
    float: right;
    width: 96px;
    height: 96px;
    margin: -50px 20px 0 0;
}

#subscriberss
{
    position: relative;
    float: right;
    width: 326px;
    height: 124px;
    margin: -100px 20px 0 0;
}

#displaydate
{
    position: relative;
    float: left;
    width: 147px;
    height: 76px;
    margin: 42px 0 0 -45px;
    background: url(../images/displaydate.png) no-repeat;
    font-size: 0.8em;
    font-family: Georgia, "Lucida Sans Unicode", "Lucida Console";
    
}

#displaydate ul
{
    position: relative;
    float: left;
    margin: 23px 0 0 25px;    
}

#topbanner
{
    position: relative;
    float: left;
    width: 490px;
    height: 84px;
    margin: 35px 0 0 0;
    background: url(../images/bannershadow.png) no-repeat;
    
}

#topbanner a img
{
    position: relative;
    margin: 10px 0 0 11px;
    border: solid 1px #000!important;
}

#topbanner a img:hover
{
    border: solid 1px #fff!important;
}

#standardbanner
{
    position: relative;
    
    width: 490px;
    height: 84px;
    margin: 0 0 20px 62px;
    background: url(../images/bannershadow.png) no-repeat;
}

#standardbanner a img
{
    position: relative;
    margin: 10px 0 0 11px;
    border: solid 1px #000!important;
}
#standardbanner a img:hover
{
    border: solid 1px #fff!important;
}


.paging
{
    position: relative;    
    width: 550px;
    height: 50px;
    margin: 0 0 25px 45px;
    /*border: dotted 1px red;*/
}

/*
#paging ul li a
{
    background: url(../images/pagingbigbutton.png) no-repeat;
    display: block;
}
*/
.pagingbutton
{
	
	font: normal 16px "Lucida Sans Unicode", "Lucida Console", "Segoe UI", "Verdana", "Trebuchet MS", "Arial";
/*	margin: 0;*/
	padding: 0;
}

.pagingbutton ul
{
	float: left;
	line-height: 50px;
	list-style: none;
	margin: 0;
	width: 540px; /*change this to bosh in one button, example shows 3, so adjust to suit an average button*/
}

.pagingbutton li
{
	display: inline;
	padding: 0;
}

.pagingbutton a
{
	color: #483a26;
	float: left;
	padding: 0 3px 0 23px; /* left 3 px because of left image */ 
	text-decoration: none;
}

.pagingbutton a span
{
	display: block;
	float: none;
	padding: 0 20px 5px 1px;
}

.pagingbutton a
{
	background: url(../images/pagingbuttonleft.png) no-repeat left center;
}

.pagingbutton a span
{
	background: url(../images/pagingbuttonright.png) no-repeat right center;
}

.pagingbutton a:hover
{
	background: url(../images/pagingbuttonlefthover.png) no-repeat left center;	
}

.pagingbutton a:hover span
{
	background: url(../images/pagingbuttonrighthover.png) no-repeat right center;
	text-decoration: underline;
	color: #876028;
}

.pagingbutton a:active
{
	background: url(../images/pagingbuttonleftdown.png) no-repeat left center;
}

.pagingbutton a:active span
{
	background: url(../images/pagingbuttonrightdown.png) no-repeat right center;
}

.pagingbutton a.right
{
	float: right; /* for right align - just add class="right" i.e.  <a class="right"... */
}


#taglinks
{
    position: relative;
    float: left;
    width: 195px;
    height: 343px;
    margin: -40px 0 0 -40px;
    background: url(../images/taglinks.png) no-repeat;
    z-index: 2;    
}

#taglinks ul
{
    position: relative;
    float: left;
    margin: 105px 0 0 35px;
}

#taglinks ul li
{
    position: relative;
    width: 122px;
    height: 41px;
    margin-top: 30px;
}
.taglinkcutback
{
    margin-left: -20px;    
}

/* TAB BUTTONS */
#tabs
{
    position: relative;    
    width: 545px;
    height: 89px;
    margin: -18px 0 0 55px;
    z-index: 1;
}

.tabbutton
{
	float: left;
	font: normal 16px "Lucida Sans Unicode", "Lucida Console", "Segoe UI", "Verdana", "Trebuchet MS", "Arial";
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.tabbutton ul
{
	float: left;
	line-height: 89px;
	list-style: none;
	margin: 0;
	width: 545px; /*change this to bosh in one button, example shows 3, so adjust to suit an average button*/
}

.tabbutton li
{
	display: inline;
	padding: 0;	
}

.tabbutton a
{
	color: #ddca94;
	float: left;
	padding: 0 5px 0 20px;
	text-decoration: none;
	display: block;
}

.tabbutton a span
{
	display: block;
	float: none;	
	padding: 0 15px 34px 0;
}

.activetab a span
{
	display: block;
	float: none;	
	padding: 0 15px 50px 0;
    color: #e1c368;
    text-decoration: underline;
}

.tabbutton a
{
	background: url(../images/tabbtn_ln.png) no-repeat left center;
}

.tabbutton a span
{
	background: url(../images/tabbtn_rn.png) no-repeat right center;
}

.tabbutton a:hover
{
	background: url(../images/tabbtn_lh.png) no-repeat left center;
	margin-top: 5px;
}

.tabbutton a:hover span
{
	background: url(../images/tabbtn_rh.png) no-repeat right center;
	color: #fff;
}

.tabbutton a:active
{
	background: url(../images/tabbtn_ld.png) no-repeat left center;
}

.tabbutton a:active span
{
	background: url(../images/tabbtn_rd.png) no-repeat right center;
	color: #471717;
}

.tabbutton a.right
{
	float: right; /* for right align - just add class="right" i.e.  <a class="right"... */
}


#stainrighttop
{
    position: relative;
    float: right;
    width: 176px;
    height: 232px;
    background: url(../images/canvasstain3.png) no-repeat;
    z-index: 1;    
}
/*

<div id="stainrightbottom"></div>
#stainrightbottom
{
    position: relative;
    float: right;
    width: 176px;
    height: 232px;
    background: url(../images/canvasstain2.png) no-repeat bottom;
    z-index: 1;
    border: dotted 1px red;
}
*/
/*margin: 650px -170px 0 0; breaks ie7, stupid browser*/

.contentlist
{
	font-size: 0.83em;
	padding: 10px 20px 10px 50px;line-height: 1.4em;
	width: 80%;
}

/* temp bits */
#contactusform
{
	font-size: 0.8em;
	margin-top: 50px;
    width: 500px;
    height: 360px;
    margin: 0 auto 0 auto;
}

.enterinfo
{
    width: 500px;
    height: 270px;
}

.enterinfo ul
{
	list-style-type: none;
}

.enterinfo ul li
{
	float:left;
	margin-bottom: 10px;	
}

.enterinfo label
{
	width: 100px;
	display: block;
	float: left;
	text-align: left;
}

.enterinfo input
{	
	float: left;
	width: 300px;
	border: dashed 1px #666;
}

.enterinfo textarea
{
	float: left;
	width: 300px;
	height: 150px;
	border: dashed 1px #666;
}

.enterinfo p
{
	float: left;
	margin-left: 140px;
}

.enterinfo a
{
	margin-right: 20px;
	font-size: 1.0em;
}

ul.supporterslist
{
	width: 460px;
	margin-left: 50px;
	padding: 20px 20px 20px 20px;

	font-size: 0.8em;
	border: dashed 2px #793F0D;
}

ul.supporterslist li
{
	width: 455px;
	padding-bottom: 5px;
}

ul.supporterslist li label, ul.supporterslist li div label
{
	width: 210px;
	display: block;
	float: left;
}

ul.supporterslist li input, ul.supporterslist li select, ul.supporterslist li div input
{
	width: 200px;
}

ul.supporterslist li input[type=button], ul.supporterslist li input[type=submit]
{
	width: 100px;
}

ul.supporterslist li textarea
{
	width: 200px;
	height: 70px;
}

ul.supporterslist li a
{
	display: block;
	width: 100%;

	text-align: right;	
	
	padding-top: 10px;

	font-weight: bold;
	font-size: 1.1em;
}

span.zerowidth, span.zerowidth input
{
	width: 0px!important;
}

ul.signatures
{
	width: 500px;
	margin-left: 50px;
	padding: 0px 0px 0px 0px;

	font-size: 0.8em;
/*	border: dashed 2px #793F0D;*/
}

ul.signatures li
{
/*	border: outset 2px #793F0D;*/
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	outline: solid 1px #aaa;
	border: solid 1px #ad5e1b;
}

.signaturename
{
	float: left;
	width: 370px;
	font-size: 0.9em;
	line-height: 1.2em;
	padding-bottom: 5px;
}

.signaturedate
{
	float: right;
	font-size: 0.8em;
	color: #999;
	width: 100px;
	text-align: right;
}

ul.places
{
	height: 40px;
}

ul.places li
{
	width: 100px;
	text-align: center;
	border: dotted 1px black;
	margin: 3px;
	padding: 3px;
}

ul.places li a
{
	display: block;
}

.topmargin10
{
	margin-top: 10px;
}

/* blog and comments */
#newstitledate
{
	margin-top: -30px;
}

div.CommentForm ul
{
	width: 490px;
	margin-left: 40px;
	padding: 0;
	
	font-size: 0.8em;
	list-style-type: none;
    line-height: 1.2em;

    height: 300px;
    
/*    border: solid 1px black;*/
}

div.CommentForm ul li
{
/*	margin-top: 5px;
	padding-top: 5px;*/
	min-height: 30px;
	clear: both;
}

div.CommentForm ul li label
{
	width: 150px;
	display: block;
	float: left;
	clear: left;
	font-size: 0.9em;
	font-weight: bold;
}

div.CommentForm ul li input[type=text], div.CommentForm ul li textarea
{
	width: 320px;
	display: block;
	float: left;
	text-align: left;
	border: solid 1px #72552b;
}

div.CommentForm ul li textarea
{
	margin-bottom: 5px;
}

div.CommentForm ul li input[type=checkbox]
{
	text-align:left;
	width: 18px;
	margin-left: 0px;
}

div.CommentForm ul li input[type=submit]
{
	width: 100px;
	text-align: center;
	margin-top: 10px;
	float: left;
}

div.CommentForm ul li textarea
{
	height: 120px;
}

div.CommentForm ul li a
{
	display: block;
	float: left;
}

div.CommentForm ul li span
{
	float: right;
}

div.comment
{
	padding: 10px; /*3px;*/
	margin: 0;
	margin-left: 40px;
	margin-top: 10px;

	width: 500px;
	min-height: 64px;
	height: auto;
	
	border: dashed 1px gray;
	border: solid 1px #72552b;
	outline: #ccc solid 1px;
}

div.comment img
{
	float: left;
	border: solid 1px #ccc;
	padding: 2px;
}

div.comment p
{
	padding: 0!important;
	margin: 0!important;
	padding-left: 90px!important;
	width: 410px!important;
}

p#newssubtitle
{
	text-decoration:underline;
}

.newslist
{
	font-size: 0.8em;
	margin-left: 60px;
}

ul.loginform
{
	width: 460px;
	margin-left: 50px;
	padding: 20px 20px 20px 20px;

	font-size: 0.8em;
	border: dashed 1px #793F0D;
}

ul.loginform li
{
	width: 455px;
	padding-bottom: 5px;
}

ul.loginform li label, ul.loginform li div label
{
	width: 210px;
	display: block;
	float: left;
	font-weight: bold;
}

ul.loginform li input, ul.loginform li select, ul.loginform li div input
{
	width: 200px;
}

ul.loginform li input[type=button], ul.loginform li input[type=submit]
{
	width: auto;
}

ul.loginform li textarea
{
	width: 200px;
	height: 70px;
}

ul.loginform li a
{
	display: block;
	width: 100%;

	text-align: right;	
	
	padding-top: 10px;

	font-weight: bold;
	font-size: 1.1em;
}

#blogpanel
{
	position: relative;
	float: left;
	width: 318px;
	height: auto;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
#blogpanelheader
{
	position: relative;
	float: left;
	width: 318px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(../images/blogpanel-header.png) no-repeat;
}
#blogpanelcontent
{
	position: relative;
	float: left;
	width: 318px;
	min-height: 334px;
	height: auto;
	margin: 0;
	padding: 0;
	background: url(../images/blogpanel-content.png) repeat-y;
}
#blogpostlist
{
	position: relative;
	float: left;
	min-width: 270px;
	width: 270px;
	max-width: 270px;
	min-height: 332px;
	height: auto;
	margin: 0 0 0 23px;
	padding: 0;
}
#blogpanelfooter
{
	position: relative;
	float: left;
	width: 318px;
	height: 145px;
	margin: 0;
	padding: 0;
	background: url(../images/blogpanel-footer.png) no-repeat;
}

#blogpanelfooter ul
{
	position: relative;
	float: left;
	width: 160px;
	height: 45px;
	margin: 60px 0 0 48px;
	padding: 0;
	list-style: none;
}
#blogpanelfooter ul li
{
	position: relative;
	float: left;
	width: 42px;
	height: 42px;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	display: inline;
}
a.hmcsocial-facebook
{
	position: relative;
	float: left;
	width: 42px;
	height: 42px;
	background: url(../images/hmcsocialicons-facebook.png) no-repeat;
}
a.hmcsocial-facebook:hover
{
	position: relative;
	float: left;
	width: 42px;
	height: 42px;
	background: url(../images/hmcsocialicons-facebook-hover.png) no-repeat;
}

a.hmcsocial-twitter
{
	position: relative;
	float: left;
	width: 42px;
	height: 42px;
	background: url(../images/hmcsocialicons-twitter.png) no-repeat;
}
a.hmcsocial-twitter:hover
{
	position: relative;
	float: left;
	width: 42px;
	height: 42px;
	background: url(../images/hmcsocialicons-twitter-hover.png) no-repeat;
}

a.hmcsocial-rss
{
	position: relative;
	float: left;
	width: 42px;
	height: 42px;
	background: url(../images/hmcsocialicons-rss.png) no-repeat;
}
a.hmcsocial-rss:hover
{
	position: relative;
	float: left;
	width: 42px;
	height: 42px;
	background: url(../images/hmcsocialicons-rss-hover.png) no-repeat;
}
/* blog fix/hacks for aspnet table*/
#blogpostlist table
{
	padding: 0;
}