/* CSS Document */
html{
	height:100%;
	overflow:auto;
	
}
body{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: no-repeat url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjAuOTciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: no-repeat -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(232,232,232,0.97) 3%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(3%,rgba(232,232,232,0.97)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: no-repeat -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,0.97) 3%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,0.97) 3%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,0.97) 3%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,0.97) 3%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */

}
div.contain{
	width:100%;
	margin-top:-8px;
	height:100%;
	margin-bottom:-8px;
}
div.page{
	width:1150px;
	min-height:100%;
	padding-bottom:30px;
	height:auto;
	margin-bottom:-45px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 10px rgba(55, 55, 55, 0.9);
	-moz-box-shadow:    0px 0px 10px rgba(55, 55, 55, 0.9);
	box-shadow:         0px 0px 10px rgba(55, 55, 55, 0.9);
}

div.header {
	border:0px #000 solid;
	width:1150px;
	margin-top:0px;
	background-color:#FFF;
    overflow: hidden;
    position: relative;
}

div.banner{
	float:left;
	height:100px;
}

div.search{
	border:1px #CCC solid;
	margin-right:5%;
	position:relative;
	float:right;
    bottom: -30px;
	min-width:380px;
	background-color:#F5F5F5;
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px; 
}
form.searchForm input.searchInput{
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px;
	font-weight:normal;
	background: white url(/images/icons/toolbar_find.png) left no-repeat;
	padding:9px 10px 9px 28px;
	width:250px;
	color:#E8E8E8;
	height:auto;
	margin:5px 5px 5px 7px;
	border:1px #FFF solid;
	-moz-box-shadow:inset 0px 0px 1px #000000;
	-webkit-box-shadow:inset 0px 0px 1px #000000;
	box-shadow:inset 0px 0px 1px #000000;
	font-size:16px;
}
form.searchForm input.searchInput:focus{
	font-weight:bold;
}
div.banner h1.title{
	position:relative;
	width:393px;
	height:70px;
	overflow:hidden;
}
h1.title span{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(/images/banner.jpg);
	background-repeat:no-repeat;
}
div.nav{
	height:auto;
	float:right;
	width:1000px; 
}
div.nav ul.navul{
	border-radius: 5px 0px 0px 5px; 
	-moz-border-radius: 5px 0px 0px 5px; 
	-webkit-border-radius: 5px 0px 0px 5px; 
	border: 1px solid #999;
	list-style-type:none;
	margin:0px auto;
	padding:0px;
	width:1000px;
	float:left;
	left:50%;
	background:#E8E8E8;

}
div.nav ul.navul li.navli{
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
div.nav ul.navul li.navli a{
	display:block;
	float:left;
	width:180px;
	color:#333;
	text-decoration:none;
	line-height:2;
	text-align:center;
}
div.nav ul.navul li#lastnav a{
	border-right:none;
}
div.nav ul.navul li.navli a[name]:hover{
	background:#788BA5;
	border-radius: 5px 0px 0px 5px; 
	-moz-border-radius: 5px 0px 0px 5px; 
	-webkit-border-radius: 5px 0px 0px 5px; 
}
div.nav ul.navul li.navli a:hover{
	background:#788BA5; 
}
div.content{
	background-color:#FFF;
	height:auto;
	width:900px;
	margin-top:15px;
	position:relative;
	float:left;
	clear:both;
}
div.container{
	background-color:#FFF;
	width:1150px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	/*border:1px #000000 solid;*/
}
input.username{
	margin-top:10px;
}
input.password{
	margin-top:10px;
}
input.loginbutton{
	margin-left: 190px;
	margin-top:10px;
}
.error{
	color:#F00;
}
.err{
	color:#F00;
	margin-left:30px;
	font-size:18px;
	font-weight:bold;
}
div.page p.logout a{
	font-size: 16px;
	position:absolute;
	top: 10px;
	right: 10px;
	text-decoration: none;
	color: #333;
}
div.page p.logout a:hover{
	text-decoration:underline;
}
p.authDescription{
	text-align:left;
	margin-left:5px;
	
	color:#2D2D2D;
	position:absolute;
}
span.authDescription{
	text-align:left;
	margin-left:5px;
	color:#2D2D2D;
	display:block;
	float:left;
	line-height:24px;
	margin-right:15px;
}
p.tagged_as{
	margin-left:30px;
}
p.authLinks{
	text-align:center;
	color:#2D2D2D;
	clear:both;
}
div.authDesc{
	border-width:1px;
	border-color:#D3D3D3;
	border-style:solid;
	min-height:125px;
	clear:both;
	width:600px;
	margin-left:30px;
	background-color:#F2F2F2;
	position:relative;
}
div.authDesc h4.authName{
	color:#2D2D2D;
}
span.tags a.tags{
	color:blue;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
}
span.tags a.tags:hover, span.tags a.tags:focus{
	text-decoration:underline;
}
/*Article Formats*/
.boldPost{
	font-weight:bold;
}
.italicPost{
	font-style:italic;
}
.underlinePost{
	text-decoration:underline;
}
.delPost{
	text-decoration:line-through;
}
/*end of article formats*/
div.footer{
	height: auto;
	padding-top:-5px;
	left:0px;
	position: absolute;
	width:100%;
	background-color: rgba(61, 61, 61, 1);
	min-width:1150px;
	clear:both;
	padding-bottom:3px;
	overflow:hidden;
}
.sticky.taped2:after {  
  border: 2px solid #fff;
  background: rgba(254, 254, 254, .6);
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  box-shadow: 0px 0 3px rgba(0,0,0,0.1);  
}
p.copy{
	color:#FFF;
}
div.sidebar{
	float:right;
	width:230px;
	height:auto;
	background-color:#FFF;
	margin-top:15px;
}
div.s1{
	margin-top:5px;
	margin-bottom:5px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	min-height:100px;
	border:1px solid #000;
}
div.s2{
	margin-top:5px;
	margin-bottom:5px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	min-height:100px;
	border:1px solid #000;
}
div.s3{
	margin-top:5px;
	margin-bottom:5px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	min-height:100px;
	border:1px solid #000;
}
div.Svendors{
	margin-top:5px;
	margin-bottom:5px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	min-height:100px;
	border:1px solid #000;
}
div.outer{
	margin-top:-10px;
	overflow:hidden;
}
/*<search button>*/
.searchButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #b3afb3;
	display:inline-block;
	color:#575757;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:5px;
}.searchButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.searchButton:active {
	position:relative;
	top:1px;
}
/* </search button> */
/*<submit comment button>*/
.commentButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #b3afb3;
	display:inline-block;
	color:#575757;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:5px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:5px;
}.commentButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.commentButton:active {
	position:relative;
	top:1px;
}
/* </submit comment button> */
div.tagColumn{
	width:900px;
	height:auto;
	min-height:450px;
	margin-left:25px;
	clear:both;
}
div.tagColumn div.col1{
	width:200px;
	height:auto;
	float:left;
}
div.tagColumn div.col2{
	width:200px;
	height:auto;
	float:left;
}
div.tagColumn div.col3{
	width:200px;
	height:auto;
	float:left;
}
img.imgHome{
	float:left;
}
div.footerContent p.copy{
	margin-left:30px;
}
.clearfooter {
height: 32px;
clear: both;
}
.clearboth{
	clear:both;
}
div.vendorCol{
	width:200px;
	min-height:400px;
	height:auto;
	float:right;
	border-left:#000 1px solid;
	margin-left:5px;
	padding-left:100px;
}
span.vendorHead{
	float:right;
	margin-right:200px;
}
div.footerLinks{
	width:100%;
	clear:both;
	padding-top:10px;
	padding-bottom:20px;
}
div.hrfoot{
	margin-left:auto;
	margin-right:auto;
	width:1100px;
}
div.hrfoot hr.footHR{
	border:0;
	height:0;
    border-bottom: 2px dotted #ccc;
}
hr.commentsSep{
	width:800px;
	margin-left:15px;
	border:0;
	height:0;
    border-bottom: 2px dotted #ccc;
}
div.footerLinks div.footCol1{
	width:350px;
	float:left;
	height:auto;
}
div.footerLinks div.footCol2{
	width:350px;
	float:left;
	height:auto;
	margin-left:25px;
}
div.footerLinks div.footCol3{
	width:350px;
	float:left;
	height:auto;
	margin-left:25px;
}
div.footCol1 h3.footHead{
	margin-left:10px;
	font-size:18px;
	color:#333;
}
div.footCol2 h3.footHead{
	margin-left:0px;
	font-size:18px;
	color:#333;
}
div.footCol3 h3.footHead{
	margin-left:10px;
	font-size:18px;
	color:#333;
}
ul.footlinkslist li.footlink{
	list-style-type:square;
	list-style-position:outside;
	margin-left:20px;
	font-size:14px;
	margin-top:-10px;
}
ul.footlinkslist li.footlink p.footLinks a:link, visited{
	font-size:12px;
	text-decoration:none;
	color:blue;
}
ul.footlinkslist p.footLinks a:link, ul.footlinkslist p.footLinks a:visited{
	font-size:14px;
	text-decoration:none;
}
ul.footlinkslist li.footlink p.footLinks a:hover{
	text-decoration:underline;
}
ul.footlinkslist p.footLinks a:hover{
	text-decoration:underline;
}
p.articleLink a:link, p.articleLink a:visited{
	font-size:16px;
	text-decoration:none;
	color:blue;
	margin-left:20px;
}
p.articleLink a:hover{
	text-decoration:underline;
}
p.vendorLink a:link, p.vendorLink a:visited{
	font-size:16px;
	text-decoration:none;
	color:blue;
	margin-left:-60px;
}
p.vendorLink a:hover{
	text-decoration:underline;
}
p.tagLink a:link, p.tagLink a:visited{
	font-size:16px;
	text-decoration:none;
	color:blue;
}
p.tagLink a:hover{
	text-decoration:underline;
}
ul.connect li{
	list-style:none;
	display: block;
	width:300px;
}
ul.connect li a:link, ul.connect li a:visited{
	text-decoration:none
}
ul.connect li a:hover{
	text-decoration:none
}
ul.connect li a span.connectText:hover{
	color:#000;
}
ul.connect li a span.connectText{
	text-align:left;
	display:block;
	padding-top:10px;
	padding-bottom:6px;
	padding-left:60px;
	font-size:14px;
	
}
ul.connect li.facebook{
	background:url(/images/icons/facebook.png) no-repeat center left;
	height:40px;
	border-top:1px #e3e3e3 solid;
	border-left:1px #e3e3e3 solid;
	border-right:1px #e3e3e3 solid;
	background-color:#f8f8f8;
}
ul.connect li.facebook:hover{
	background-color:#FFF;
}
ul.connect li.twitter{
	background:url(/images/icons/twitter-old.png) no-repeat center left;
	height:40px;
	border-top:1px #e3e3e3 solid;
	border-left:1px #e3e3e3 solid;
	border-right:1px #e3e3e3 solid;
	background-color:#f8f8f8;
}
ul.connect li.twitter:hover{
	background-color:#FFF;
}
ul.connect li.google{
	background:url(/images/icons/googleplus.png) no-repeat center left;
	height:40px;
	border-top:1px #e3e3e3 solid;
	border-left:1px #e3e3e3 solid;
	border-right:1px #e3e3e3 solid;
	background-color:#f8f8f8;
}
ul.connect li.google:hover{
	background-color:#FFF;
}
ul.connect li.mail{
	background:url(/images/icons/mail.png) no-repeat center left;
	height:40px;
	border-top:1px #e3e3e3 solid;
	border-left:1px #e3e3e3 solid;
	border-right:1px #e3e3e3 solid;
	background-color:#f8f8f8;
}
ul.connect li.mail:hover{
	background-color:#FFF;
}
ul.connect li.rss{
	background:url(/images/icons/rss.png) no-repeat center left;
	height:40px;
	border-top:1px #e3e3e3 solid;
	border-bottom:1px #e3e3e3 solid;
	border-left:1px #e3e3e3 solid;
	border-right:1px #e3e3e3 solid;
	background-color:#f8f8f8;
}
ul.connect li.rss:hover{
	background-color:#FFF;
}
hr.articleSep{
	width:700px;
	margin-left:20px;
	border:0;
	height:0;
    border-bottom: 2px dotted #ccc;
}
div.commentForm form.commentsform{
	text-align:left;
	margin-left:25px;
}
div.commentForm form.commentsform input.commentsformfield{
	margin: 5px 0 15px;
	width: 55%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:35px;
	font-size:25px;
	border:1px solid #ccc;
	color:#333;
	background-color:#E5E5E5;
}
div.commentForm form.commentsform textarea.commentsformfield{
	width: 70%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	color:#333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	height:190px;
	background-color:#E5E5E5;
}
div.commentForm form.commentsform input.commentsformfield:hover{
	border-color:#919191;
}
div.commentForm form.commentsform textarea.commentsformfield:hover{
	border-color:#919191;
}
div.commentForm form.commentsform input.commentsformfield:focus{
	border-color:#ccc;
	-webkit-box-shadow: inset 0 0 1px #595959;
    -moz-box-shadow: inset 0 0 1px #595959;
    box-shadow: inset 0 0 1px #595959;
	outline:0;
	background-color:#FFF;
}
div.commentForm form.commentsform textarea.commentsformfield:focus{
	border-color:#ccc;
	-webkit-box-shadow: inset 0 0 1px #595959;
    -moz-box-shadow: inset 0 0 1px #595959;
    box-shadow: inset 0 0 1px #595959;
	outline:0;
	background-color:#FFF;
}
div.commentForm form.commentsform label{
	color: #888;
	font-size: 16px;
}
p.warning{
	font-style:italic;
	float:right;
	font-size:14px;
	color:#666;
	margin-right:20px;
}
h2.commentsHead{
	color:#666666;
	font-size:20px;
	margin-left:20px;
}
h2.commentsHead a:link, h2.commentsHead a:visited{
	font-size:16px;
	font-weight:lighter;
	text-decoration:none;
	color:blue;
}
h2.commentsHead a:hover{
	text-decoration:underline;
}
h4.replyText{
	color:#666666;
	margin-left:20px;
}
div.comments{
	margin-left:25px;
}
div.thecomment{
	margin-left:30px;
	width:600px;
	border-left:#BFBFBF solid 1px;
	padding-left:15px;
}
div.theArticle{
	margin-left:30px;
	width:600px;
	border-left:#BFBFBF solid 1px;
	padding-left:15px;
}
div.tagPost{
	margin-left:30px;
	width:600px;
	border-left:#BFBFBF solid 1px;
	padding-left:15px;
}
div.thecomment p.commentname{
	font-size:16px;
	font-weight:bolder;
}
div.thecomment p.commentTime{
	color:#666;
	font-size:14px;
	margin-left:15px;
	margin-top:-10px;
	font-style:italic;
}
span.said{
	font-style:italic;
	font-size:14px;
	color:#CCC;
	
}
p.commentText{
	line-height: 1.467em;
	margin-bottom:10px;
	margin-top:5px;
	font-weight:lighter;
}
div.articleHeading{
	margin-left:20px;
}
h1.articleName{
	color:#4F4F4F;
}
p.author{
	font-size:14px;
	margin-left:5px;
}
div.entry{
	margin-left:25px;
	width:850px;
	line-height:1.7em;
	margin-top:10px;
	margin-bottom:25px;
	
}
div.entry p{
	font-weight:lighter;
}
p.author a:link, p.author a:visited{
	color:blue;
	text-decoration:none;
}
p.author a:hover{
	text-decoration:underline;
}
hr.titleSep{
	border:0;
	height:0;
    border-bottom: 2px dotted #ccc;
}
h2.articleName a:link, h2.articleName a:visited{
	color:#505050;
	text-decoration:none;
}
h2.articleName a:hover{
	color:#5D8EB4;
}
p.postExcerpt{
	line-height:1.5em;
	color:#030303;
	font-size:17px;
}
span.authName a:link, span.authName a:visited{
	color:blue;
	text-decoration:none;
}
span.authName a:hover{
	text-decoration:underline;
}
span.authName{
	font-size:14px;
}
span.authName span.tagged_as{
	font-size:14px;
}
h4.vendorNameTitle{
	margin-left:10px;
}
p.vendorArt{
	text-align:left;
	margin-left:35px;
}
div.ltAuth{
	float:left;
}
div.rtAuth{
	float:right;
	width:475px;
	text-align:left;
}
div.AuthLinksHolder{
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}
img.authImg {
	border:#C5C5C5 3px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	max-height:110px;
	max-width:100px; 
	padding: 0px 0px 0px 3px;
	margin-left:5px;
}

a[href]:link, a[href]:visited{
	color:blue;
	text-decoration:none;
}
a[href]:hover{
	text-decoration:underline;
}
div.authDescripterClass{
	border-width:1px;
	border-color:#D3D3D3;
	border-style:solid;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F2F2F2;
	clear:both;
	position:relative;
	min-height:125px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
div.authDescripterClass h4.authName{
	color:#2D2D2D;
	margin-left:10px;
}
div.authDescripterClass p.authorDesc{
	margin-left:15px;
	text-align:left;
	color:#2D2D2D;
	width:620px;
	height:auto;
}
div.authDescripterClass img.authImgPage{
	float:right;
	margin-left:10px;
	margin-right:5px;
	right:5px;
	position:absolute;
	top:5px;
	border:#C5C5C5 3px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	max-height:110px;
	max-width:100px;
	clear:both;
}
a.visitSite:link, a.visitSite:visited{
	color:#404040;
	font-size:16px;
	margin-left:15px;
	text-decoration:none;
	font-style:italic;
}
a.visitSite:hover{
	color:#ACACAC;
	text-decoration:none;
}
span.authSite{
	color:#ABABAB;
	font-weight:lighter;
	margin-left:5px;
	font-size:16px;
	font-style:italic;
}
h1.authorName{
	margin-left:25px;
}
h4.writtenBy{
	margin-left:25px;
}
div.about p.aboutText{
	text-indent:25px;
}
div.about p.conText{
	text-indent:25px;
	font-size:18px;
	line-height:22px;
}
div.content h1{
	margin-left:5px;
}
div.about{
	margin-left:15px;
}
div.about form.contact{
	text-align:left;
	margin-left:25px;
}
div.about form.contact input.commentsformfield{
	margin: 5px 0 15px;
	width: 55%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:35px;
	font-size:25px;
	border:1px solid #ccc;
	color:#333;
	background-color:#E5E5E5;
}
div.about form.contact textarea.commentsformfield{
	width: 70%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	color:#333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	height:190px;
	background-color:#E5E5E5;
}
div.about form.contact input.commentsformfield:focus{
	background-color:#FFF;
}
div.about form.contact textarea.commentsformfield:focus{
	background-color:#FFF;
}
div.about form.contact label{
	color: #888;
	font-size: 16px;
}
.inputButtonDisabled { 
  cursor:default;
}
div.about form.contact label.error { 
	float: none; 
	color: red; 
	padding-left: .5em;
}
p.succesTitleCon{
	font-size:38px;
	font-family:Tahoma, Geneva, sans-serif;
}
p.contactSuccess{

	color:#030303;
	font-size:18px;
	width:450px;
	padding-bottom:40px;
	margin-bottom:10px;
}
div#msgDiv{
	width:500px;
	margin-left:35px;
}
span.contactSuccessThank{
	font-size:13px;
}
/*next button and previous button*/
.nextButton {
	-moz-box-shadow:inset 1px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 1px 0px 0px 0px #ffffff;
	box-shadow:inset 1px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666 !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 36px;
	text-decoration:none !important;
	text-shadow:0px 0px 0px #ffffff;
}.nextButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
	color:#5D8EB4 !important;
	text-decoration:none !important;
}.nextButton:active {
	position:relative;
	top:1px;
}
.prevButton {
	-moz-box-shadow:inset 1px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 1px 0px 0px 0px #ffffff;
	box-shadow:inset 1px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666 !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 36px;
	text-decoration:none !important;
	text-shadow:0px 0px 0px #ffffff;
}.prevButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	color:#5D8EB4 !important;
	text-decoration:none !important;
	background-color:#e9e9e9;
}.prevButton:active {
	position:relative;
	top:1px;
}
/*end of buttons*/
div.prevDiv{
	float:left;
	margin-left:25px;
}
div.nextDiv{
	float:right;
	margin-right:25px;
}
.bold{
	font-weight:bolder;
}
.buttonChange{
	color:#505050;
}
.buttonChange:hover{
	color:#5D8EB4;
}
div.content form.write{
	text-align:left;
	margin-left:25px;
}
div.content form.write input.commentsformfield{
	margin: 5px 0 15px;
	width: 55%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:35px;
	font-size:25px;
	border:1px solid #ccc;
	color:#333;
	background-color:#E5E5E5;
}
div.content form.write textarea.commentsformfield{
	width: 70%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	color:#333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	height:190px;
	background-color:#E5E5E5;
}
div.content form.write input.commentsformfield:hover{
	border-color:#919191;
}
div.content form.write textarea.commentsformfield:hover{
	border-color:#919191;
}
div.content form.write input.commentsformfield:focus{
	background-color:#FFF;
	border-color:#ccc;
	-webkit-box-shadow: inset 0 0 1px #595959;
    -moz-box-shadow: inset 0 0 1px #595959;
    box-shadow: inset 0 0 1px #595959;
	outline:0;
}
div.content form.write textarea.commentsformfield:focus{
	background-color:#FFF;
	border-color:#ccc;
	-webkit-box-shadow: inset 0 0 1px #595959;
    -moz-box-shadow: inset 0 0 1px #595959;
    box-shadow: inset 0 0 1px #595959;
	outline:0;
}
div.content form.write label{
	color: #888;
	font-size: 16px;
}
fieldset{
	padding: 1em;
}
legend {
  padding: 0.2em 0.5em;
  border:1px;
  font-size:90%;
  text-align:right;
}
a.writeButton, a.writeButton:link, a.writeButton:visited{
	-moz-box-shadow:inset 0px -20px 0px -23px #ffffff;
	-webkit-box-shadow:inset 0px -20px 0px -23px #ffffff;
	box-shadow:inset 0px -20px 0px -23px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:22px;
	font-weight:bold;
	padding:9px 35px;
	text-decoration:none;
}
a.writeButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#5D8EB4;
}
a.writeButton:active {
	position:relative;
	top:1px;
	color:#5D8EB4;
}
a.writeButtonS, a.writeButtonS:link, a.writeButtonS:visited{
	-moz-box-shadow:inset 0px -20px 0px -23px #ffffff;
	-webkit-box-shadow:inset 0px -20px 0px -23px #ffffff;
	box-shadow:inset 0px -20px 0px -23px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
}
a.writeButtonS:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#5D8EB4;
}
a.writeButtonS:active {
	position:relative;
	top:1px;
	color:#5D8EB4;
}
div.writebar{
	float:right;
	width:230px;
	height:auto;
	background-color:#FFF;
	margin-top:15px;
}
div.writeHld{
	margin-top:5px;
	width:210px;
	margin-left:auto;
	margin-right:auto;
	min-height:auto;
	border:1px solid #000;
	background:url(/images/color-pencils.jpg) no-repeat #000;
}
h4.writeh4{
	color:#3C6482;
}
div.conatined{
	padding-bottom:5px;
	min-height:100%;  
    width:100%;
	overflow:hidden; 
    /* styling bellow */  
    background-color:black; 
    color:white;
	text-align:center;
    opacity:0.8; /* transparency */  
    filter:alpha(opacity=80); /* IE transparency */  
}  
p.bottomButton{
	float:right;
	margin-right:25px;
	margin-top:-3px;
}
.bold{
	font-weight:bold;
}
p.back a{
	font-size:16px;
	text-decoration:none;
}