/*  
Theme Name: myprivilegebook theme
Theme URI: http://henstudio.com
Version: 1
Author: Henry Chong
Author URI: http://henstudio.com
	
*/
#preloadImage1 {display:none;
	background-image: url(images/rightarrow-hover.png);
}
#preloadImage2 {background-image: url(images/leftarrow-hover.png);display:none;}



body {
	margin: 0px;
	padding: 0px;
	color: #3f4145;
	font: 90%/120% Arial, Helvetica, Geneva, sans-serif;
	background: #4c1772 url(images/background.jpg) repeat-x fixed;
}
h1, h2, h3, h4, h5, h6, form { padding: 0; margin: 0; }	
small { font-size: 9px; }
.clear { clear: both; height: 0; }
.spacebar {
	clear: both; overflow: hidden; height: 10px;	
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	line-height: 100%;
}	

a, a:visited {
	color: #7d51a2;
	text-decoration: none;
	}

a:hover {
	color: #8bbfe6;
	text-decoration: underline;
	}
	
img {
	border: none;
}

hr {
	height: 0;
	clear: both;
	visibility: hidden;
}

h1 {
	font-size: 220%;
	color: #3f1f3f;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
}
h1 a, h1 a:visited{
	color: #6b356a;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: none;
	border: none;
	background: none;
	color: #8bbfe6;
}
h2 {
	margin: 0px 0px 2px;
	padding-bottom: 3px;
	font-size: 200%;
	color: #6b356a;
	font-weight: normal;
	font-style: normal;
}
h2 a, h2 a:visited {
	color: #6b356a;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: none;
	color: #8bbfe6;
}
h3 {
	color: #a753a6;
	margin: 10px 0px 5px;
	font-size: 140%;
	font-weight: normal;
	font-style: normal;
}
h4 {
	color: #af5cc4;
	margin: 10px 0px 5px;
	font-size: 120%;
	text-decoration: none;
}
h5 {
	color: #c870c5;
	font-size: 110%;
	padding: 0;
	margin: 5px 0;
	font-weight: normal;
	font-style: normal;
}
form {
	margin:0px;
	padding:0px;
}

/* header area */
#header {
	clear: both;
	display: block;
	height: 220px;
	width: 888px;
	margin: 0 auto;
	padding: 0;
}


#navarea {
	position: relative;
	clear: both;
	z-index: 10;
	width: 888px;
}

#logo {
	width: 269px;
	height: 90px;
	position: relative;
	float: left;
}

#miscbar {
	width: 400px;
	position: relative;
	color: #fff;
	font-size: 80%;
	height: 130px;
	float: right;
	margin-bottom: 5px;
}

#miscbar ul {
	margin: 0;
	padding: 0;
	clear: both;
}

#miscbar ul li {
	list-style-type: disc;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 20px;
	float: right;
}

#miscbar a, #miscbar a:active, #miscbar li:link, #miscbar li:active {
	color: #fff;
}

#miscbar a:hover, #miscbar li:hover {
	color: #e6d8ff;
}

#miscbar ul li.selected a, #miscbar ul li.selected a:active {
	color: #e6d8ff;
	text-decoration: underline;
}


#userpanel {
	width: 330px;
	padding: 10px;
	color: #fff;
	background-color: #502861;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;
	height: 80px;
	font-size: 80%;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

#userpanel h2 {
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #d89bff;
	padding-bottom: 5px;
}

#userpanel ul {
	margin: 0;
	padding: 0;
}

#userpanel p{
	clear: both;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#userpanel ul li {
	list-style-type: disc;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 20px;
	float: left;
}

#userpanel span {
	float: left;
	margin-right: 10px;
}

#userpanel a, #userpanel a:active, #userpanel li:link, #userpanel li:active {
	color: #fff;
}

#userpanel a:hover, #userpanel li:hover {
	color: #e6d8ff;
}

#userpanel .btnSubmit { background: #884eae; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; padding:5px 10px;  text-align:center; width: 70px;
	font-weight: bold;
	line-height: 1;
	font-size: 10px;
	text-transform:uppercase; 	
}

#userpanel .txtinput {
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;	
	background: #f1eaf8;
	color: #555;
	font-weight: normal;
	padding: 5px;
	font-size: 10px;
	margin: 2px 5px 2px 0;		
	height: 15px;
	border-style: none;
	border-width: 0;
}



#page {
	margin: 0 auto;
	padding: 0;
	width: 888px;
}

#content {
	float: right;
	width: 638px;
}

#content-wide {
	width: 868px;
	clear: both;
	background-color: #fff;	
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;
	padding: 10px;
}

.contenttop {
	background: url(images/content-top.png) no-repeat;
	width: 638px;
	height: 13px;
}

.content-container {
	background-color: #fff;		
	width: 638px;	
}

.contentbottom {
	background: url(images/content-bottom.png) no-repeat 0 0;
	width: 638px;
	height: 13px;
	margin: 0;
	padding: 0;
}

#content ul {
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
	padding-left: 25px;
}

#content ul li {
	padding-bottom: 10px;
	
}



#content h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 100%;
}


.post {
	clear:both;
	line-height: 130%;
	text-align: justify;
	padding: 5px 20px;
	font-size: 100%;
	height: auto;
	margin: 0;
}




.post h3, .post h4, .post h5 {
	margin-bottom: 15px;
	margin-top: 15px;
}


.metarecord{	
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	color: #8a8a8a;
	clear: both;
}

.post-cat {
	float: left;
	font: 10px ;
	padding-bottom: 5px;	
}


.post-entry{
	clear: both;
	overflow: hidden;
}

blockquote {
color: #6f7790;
display: block;
padding: 10px;
width: 450px;
	text-align: left;
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 5px;
}

blockquote:before, blockquote:after {
color: #9772b0;
display: block;
font-size: 480%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.45em;
margin-bottom: -20px;
}

blockquote:after {
content: close-quote;
height: 0px;
margin-top: 10px;
margin-left: 450px;
}

.navigation {
	clear: both;
	padding: 10px;
	font-size: 90%;
}
.navigation a, .navigation a:visited {
	color: #8193c1;
	text-decoration: none;
}

.navigation a:hover {
	color: #9a5fc1;
	text-decoration: underline;
}



.navigation .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.navigation .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}


/*sidebar */
#sidebar {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}

.sidebox {
	width: 220px;
	padding-right: 5px;
	padding-left: 5px;		
}

.sidetop {
	background: url(images/side-top.png) no-repeat;
	width: 235px;
	height: 13px;
}

.side-middle {
	width: 235px;
	background-color: #fff;
	margin: 0;
}

.sidebottom {
	background: url(images/side-bottom.png) no-repeat;
	width: 235px;
	height: 13px;	
}



#sidebar h2, #sidebar h2 a, #sidebar h2 a:visited, #bottombox h2, #bottombox h2 a, #bottombox h2 a:visited {
	color: #9656df;
	padding-bottom: 3px;
	font-size: 130%;
	padding-top: 3px;
	margin-bottom: 10px;
	line-height: 100%;
}


/*sidebar text styles */
#sidebar a, #sidebar li .page_item a, #sidebar a:visited, li .page_item a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #8e52af;
}
#sidebar li a:hover, #sidebar li .page_item a:hover{
	color: #8cc0ee;
	text-decoration: none;
}

#sidebar li .current_page_item a, #sidebar li .current_page_item a:visited {
	color: #8e52af;
	font-weight: bold;
}

/* 2nd, 3rd level */
#sidebar li ul li .page_item a, 
#sidebar li ul li .page_item a:visited,
#sidebar li ul li ul li .page_item a, 
#sidebar li ul li ul li .page_item a:visited {
	color: #8e52af;
	font-weight: normal;
	font-style: normal;
}

#sidebar li ul li .page_item a:hover,  
#sidebar li ul li ul li .page_item a:hover {
	color: #8cc0ee;
	font-weight: normal;
	font-style: normal;
}

#sidebar li ul li .current_page_item a, 
#sidebar li ul li .current_page_item a:visited,
#sidebar li ul li ul li .current_page_item a, 
#sidebar li ul li ul li .current_page_item a:visited {	
	color: #555761;
	font-weight: bold;
}



/*sidebar list level1 */
#sidebar ul {
	display: block;
	clear: both;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0;
}

#sidebar ul li {
	list-style: none;
	clear: both;
	line-height: 100%;
	padding: 0;
	margin: 0 0 10px;
}


/*sidebar list level2 */
#sidebar ul li ul {
	margin: 0;
}
#sidebar ul li ul li{
	clear: both;
	background: url(images/bullet.gif) no-repeat 0 3px;
	padding-bottom: 5px;
	padding-top: 0;
	margin: 0;
	display: block;
	padding-left: 20px;
	font: 90% Arial, Helvetica, Geneva, sans-serif;
}
/*sidebar list level3 */
#sidebar ul li ul li ul {
	margin: 5px 0 0;	
}
#sidebar ul li ul li ul li{
	padding: 0 0 5px 20px;
	border: none;
	margin: 0;
}

/* ul list style */

ul.bulletarrow li {
	background: url(images/list_arrow.gif) no-repeat 0 5px;
	padding-left: 25px !important;
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

ul.bulletcheck li {
	background: url(images/list_check.png) no-repeat;
	padding-left: 30px !important;
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
}


.txtinput {
	background: #f1eaf8;
	color: #555;
	font-weight: normal;
	padding: 5px;
	font-size: 10px;
	margin: 2px 5px 2px 0;		
	height: 18px;
	border-style: none;
	border-width: 0;
}

/*search form */
#search {
	position: absolute;
	right: 12px;
	z-index: 12;
	width: 230px;  
	height: 26px;
	padding: 7px 0px 0px 26px;
	top: 9px;
}

#search #cat {
	width: 100px;
	float: left;
	margin-right: 5px;
	font-size: 10px;
}

#searchform .searchformcover {
	background: url(menu/search_bg.png) no-repeat;
	height: 18px;
	position: relative;
	float: right;
	width: 120px;
	margin-right: 5px;
}

#searchform #s{
	font-size: 9px;
	color: #66527b;
	width: 80px;
	border-style: none;
	float: left;
	height: 12px;
	margin: 1px 0 0 2px;
	background-color: #fff;
	padding-right: 0;
	padding-bottom: 1px;
	padding-top: 1px;
}

#searchform #s:hover, #searchform #s:focus{
	color: #7a3189;	
	background-color: #fff;
	border-style: none;
}

#searchform #searchsubmit {
	float: right;
	padding-right: 2px;
	margin: 0;
	padding-top: 0;
	padding-left: 2px;
}

/* Misc */

div.sticky {
	margin-bottom: 5px;
}


div.sticky div.box1 {
	padding: 15px 15px 0px 15px;
	overflow: hidden;	
	border-top: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	background: #FFFFAA;
	font: italic 80% "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
}	


div.sticky div.box-container-b {
	padding: 0px 90px 0px 60px;
	position: relative;
}

div.sticky div.boxtext {
	width: 230px;
}

div.sticky div.box-b {
	height: 40px;
	background: url(images/module_postit_b.png) 0 0 repeat-x; /* ie6png:scale */
}

div.sticky div.box-bl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 40px;
	background: url(images/module_postit_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.sticky div.box-br {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 90px;
	height: 40px;
	background: url(images/module_postit_br.png) 0 0 no-repeat; /* ie6png:scale */
}

div.sticky h3 {
	margin-top: 0;
}

div.sticky h3.header {
	height: 30px;
	margin: -15px -15px 5px -15px;
	background: #FFFFDA;
	font-size: 150%;
	line-height: 30px;
	text-indent: 15px;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #757575;
}


/* end sticky */

/* comments area */
ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0;

}
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; position:relative;
	padding: 10px 10px 10px 80px;
}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard {
	font-weight: bold;
	line-height: 1.4;
	font-size: 14px;
}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color: #8c47cc; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color: #64a8d9; }
ol.commentlist li div.vcard .avatar { border: 2px solid #d5d5d5; left: 10px; position: absolute; top: 10px; 
}
ol.commentlist li div.vcard .avatar-32 {}
ol.commentlist li div.vcard .photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { position:absolute; right:10px; text-align:right; top: 10px;
	line-height: 1.4;
	font-size: 9px;
	color: #cbcbcb;
	font-style: italic;
}
ol.commentlist li div.comment-meta a { color: #c0c0c0; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background: #702482;; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; padding:5px 10px;  text-align:center; width:36px;
	font-weight: bold;
	line-height: 1;
	font-size: 9px;
}
ol.commentlist li div.reply:hover { background: #51166d; border: 1px solid #a17fcc; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children {  list-style:none; margin:1em 0 0; text-indent:0;

}
ol.commentlist li ul.children li { 	background-image: none !important;

}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #555; margin: 2px 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }

ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd {  background-color: #eeeef5;}
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* hide reply button after 3rd level */
ol.commentlist li ul.children li.depth-3 div.reply {
	display: none;
}


#respond {
	margin-top: 5px;
}

#commentform, #frmFormMail {
	margin-top: 5px;
	font: 120%;
}
#commentform p, #frmFormMail p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label, #frmFormMail label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	border: 1px solid #b27cd7;
	padding: 5px;
	margin-top: 3px;
}
#commentform textarea{
	width: 95%;
	height: 140px;
	border: 1px solid #c88fd7;
	padding: 2px;
	margin-top: 3px;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
}

#commentform .btnSubmit { background:#702482; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; padding:5px 10px;  text-align:center; width: 100px;
	font-weight: bold;
	line-height: 1;
	font-size: 10px;
	text-transform:uppercase; 	
}


#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}

.socialplace {
	font-size: 80%;
	float: left;
}


.commentplace {
	font-size: 80%;
	float: right;
}

.commenthighlight {
	padding: 10px;
	background-color: #fff;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #dadada; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; 	
}

/* end comment */

/* buttn */

.btnLong {
	min-width: 150px;
	color: #fff;	
	font-size: 80%;
	width: 150px;
	height: 22px;
	border-style: none;
	border-width: 0;
	margin: 5px;
	text-align: center;
	background: #92529a;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;
	vertical-align: middle;
	line-height: 120%;
	display: block;
	padding-top: 5px;
	padding-bottom: 0;	
}

.btnShort {
	min-width: 80px;
	color: #fff;	
	font-size: 80%;
	width: 80px;
	height: 22px;
	border-style: none;
	border-width: 0;
	margin: 5px;
	text-align: center;
	background: #92529a;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;
	vertical-align: middle;
	line-height: 120%;
	display: block;
	padding-top: 5px;
	padding-bottom: 0;
}

.btnLong a:link, .btnLong a:visited, .btnShort a:link, .btnShort a:visited {
	color: #fff !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	display: block;
}

.btnLong:hover, .btnShort:hover {
	background-color: #51254b;
}

.btnLong a:hover, .btnShort a:hover {
	color: #f3e8ff !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;	
}


/* footer area */

#bottomextra {
	margin-bottom: 5px;
	margin-top: 10px;
	background-color: #ffffff !important;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;	
min-height: 200px;
}

#bottombox {
	width: 256px;
	float: left;
	margin-right: 10px;
	padding: 15px;
}

#bottombox a, #bottombox a:link, #bottombox a:hover {
	text-decoration: none;
	border-style: none;
}

#bottombox ul {
	margin: 0;
	padding: 0;
}

#footer {
	height: 50px;
	color: #757575;
	margin: 0;
	padding: 0;
	font-size: 80%;
	width: 100%;
}

#footerholder {
	width: 888px;
	font-size: 80%;
	margin: 0 auto;
	padding: 10px;
}

#footerholder  a, #footerholder  a:visited {
	color: #757575;
}
#footerholder  a:hover {
	color: #464646;
	text-decoration: underline;
}


.rss {
	background: url(images/icon-rss.png) no-repeat right;
	padding-right:20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 15px 10px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 10px 20px;
}


/* misc boxes */

.homenews {
	width: 100px;
	float: left;
	position: relative;
	margin: 0;
}

.homenews-box {
	font-size: 80%;
	margin-bottom: 2px;
	clear: both;
	background-color: #f3e4fc;
	height: 55px;
	padding: 2px 2px 2px 5px;
	display: block;
	cursor: pointer;
	cursor: hand;
	
}

.homenews-box2 {
	font-size: 80%;
	margin-bottom: 2px;
	clear: both;
	background-color: #67307e;
	height: 55px;
	padding: 2px 2px 2px 5px;
	display: block;
	cursor: pointer;
	cursor: hand;
	
}

.homenews-box2 h5, .homenews-box2 a, .homenews-box2 a:hover {
	color: #fff;
}  

.proimg {
	float: right;
	margin-left: 10px;
	padding: 2px;
	border-width: 0;
	background-color: #f2e5ff;
}


.proimg:hover   {
	background-color: #b39ec8;
}

.homenews-box h5, .homenews-box2 h5{
	font-size: 100%;
	line-height: 100%;
}

.list-box, .list-box2 {
	width: 580px;
	font-size: 100%;
	margin-bottom: 5px;
	clear: both;
	height: auto;
	min-height: 110;
	display: block;
	padding: 5px 10px;	
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;	
}

.list-box {
	background-color: #fff;
}

.list-box h2, .list-box2 h2 {
	font-size: 160%;
	line-height: 100%;
}

.listbox h2 a:hover, list-box2 h2 a:hover{
	color: #8bbfe6;
	text-decoration: none;
}

.list-box2 {
	background-color: #f5ebff;
}

#enewsbox{
	background-color: #543b88;
	padding: 10px;
	color: #fff;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;		
}

#enewsbox h2 {
	color: #fff;
	line-height: 100%;
	font-size: 130%;
}

#enewsbox p{
	font-size: 85%;
}

#merchantbox {
	margin: 0 auto;
	padding: 0px;
	clear: both;
	width: 550px;
}

.pdficon {
	background: #f7eaff url(images/pdf.gif) no-repeat 3px 3px;
	padding: 10px 10px 10px 40px;
	margin: 5px;
	border-style: double;
	border-color: #b0c5ec;
	font-size: 100%;
	color: #54005e;
}

/******* contact form *******/
#contactForm{
	padding: 15px;
	margin-top: 5px;
	margin-left: 5px;
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	clear: both;
	border: 1px dotted #d1d1d1;
	
	background-color: #f5f5f5;
	margin-right: 10px;
}
#contactForm label{
	width: 80px; float: left; text-align: left;
	clear: left;
	font-weight: 700;
	font-size: 12px;
	margin: 5px;
}
#contactForm input, #contactForm select, #contactForm checkbox, #contactForm textarea {
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#contactForm input[Type="text"]{
	width: 200px;
	margin: 5px;
	padding: 5px; 
	float: left;
	border: 1px solid #a3a3a3;
	color: #333333; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;	
	
}
#contactForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#contactForm textarea{
	width: 390px;
	height: 120px;
	margin: 5px;
	padding: 5px; 
	float: left;
	border: 1px solid #a3a3a3;
	color: #333333; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
}
#contactForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#contactForm div{
	margin-bottom: 15px;
}
#contactForm span{
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
	clear: both;
	line-height: 100%;
	display: block;
	margin-left: 110px;
}
#contactForm span.error{
	color: #e46c6e;
}
#contactForm .inputholder {
	clear: both;
	display: block;
}
#contactForm select {
	margin: 5px;
	padding: 5px; 
	float: left;
	border: 1px solid #6d6d6d;
	color: #333333; 
	width: 220px;
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;	

}
.notification_ok {
	border: 1px dotted #b7ffc3;
	background-color: #e1ffe1;
	padding: 15px;
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	margin: 5px;
}
.notification_error {
	background: #f8dbdb;
	border-color: #e77776;
	padding: 15px;
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	margin: 5px;
}




.textbox
{
margin: 5px;
padding: 5px; 
float: left;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
color: #333333; 
font: 11px Verdana, Helvetica, Arial, sans-serif;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;
}

.inputholder {
	float: left;
}

.dropbox
{
margin: 5px;
padding: 5px; 
float: left;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
color: #333333; 
font: 11px Verdana, Helvetica, Arial, sans-serif;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;
	width: 220px;
}

.button, input[type="submit"]
{
	background: #92529a;
color: #fff;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;
	margin: 5px;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	cursor: hand;
	display: block;
	padding: 5px 10px;
}

.button:hover, input[type="submit"]:hover {
	background-color: #47244c;
	cursor: pointer;
	cursor: hand;
	display: block;
}

.phplist .Error {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ff000d;
}

/* end of mail form */

/* form elements */
label  { 
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	padding-right: 10px;
}


input[type="text"], input[type="password"] {
padding: 5px; 
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;
	margin-top: 2px;
	margin-bottom: 2px;
}




ul.nav li{
	background: url(images/bullet.gif) no-repeat 0 3px;
	padding-left: 20px;
	list-style-type: none;
} 

/*Login form */


/* page navi */
.wp-pagenavi {
	margin: 5px;
}

.wp-pagenavi a, .wp-pagenavi a:link { 
	margin: 2px;
	text-decoration: none;
	color: #fffafd;
	background-color: #af8dcc;
	border-style: none;
	padding: 4px;	
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;	
}
.wp-pagenavi a:visited, .wp-pagenavi a:active { 
	margin: 2px;
	text-decoration: none;
	color: #fffafd;
	background-color: #af8dcc;
	border-style: none;
	padding: 4px;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;	
}
.wp-pagenavi a:hover {	
	color: #fffafd;
	background-color: #976fb3;
	border-style: none;
	padding: 4px;		
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;	
}
.wp-pagenavi span.pages { 
	margin: 2px 2px 2px 2px;
	color: #fffafd;
	background-color: #976fb3;
	border-style: none;
	padding: 4px;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;	
}
.wp-pagenavi span.current {
	padding: 4px;
	margin: 2px;
	color: #fffafd;
	background-color: #635489;
	border-style: none;	
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;	
}
.wp-pagenavi span.extend {
	padding: 4px;
	margin: 2px;	
	color: #fffafd;
	background-color: #976fb3;
	border-style: none;	
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;	
}

/* Moving box */
.promobox {
	width: 615px;
	margin-right: auto;
	background-color: #fff;
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	z-index: 0;
}
/* various class */
.locate {
	color: #fff;
	padding: 0 20px;
	font: 75% Arial, Helvetica, Geneva, sans-serif;
	margin-top: 2px;
}

.locate a:link, .locate a:visited {
	color: #fff;
} 

.locate a:hover {
	color: #acf1ff;
	text-decoration: underline;
} 

.postthumbnail {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.postthumbnail img {
	padding: 5px;
	background-color: #f2e5ff;
}

.postthumbnail img:hover {
	padding: 5px;
	background-color: #b39ec8;
}

.postimage {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.divline {
	border-bottom: 1px dotted #cfaaff;
	width: 95%;
	margin: 5px auto;
}

/* table */
.table1 {
	background-color: #fff;
	border: 1px solid #bfa5e3;
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.table1 td {
	font-size: 12px;
}

.tablelabel {
	background-color: #e4c4ff;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

.tablecontent {
	background-color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}

/* enewsletter */
.enewsheader{
	margin: 0 0 5px;
}

.enewsfooter {
	color: #a9a8a6;
	font-size: 85%;
	line-height: 13pt;
	text-align: center;
	border-top: 1px dotted #bcbcbc;
}

#enewscontainer {
margin: 10px auto;
padding: 5px;
background: #FFF;
border: 1px solid #999999;
	width: 670px;
	align: center;
}

#enewscontent {
	padding: 10px;
}