@charset "utf-8";
/* CSS Document */

body {
	background-color: #131112;
	background-image: url(images/design/Yushape_Collage_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	height: 100%;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #a2b200;
}
a:active {
	text-decoration: none;
	color: #900;
}
.containerall {
	width: 1020px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
}
.centerfull {
	position:absolute;
	width: 1020px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

/* intro */
.introcontainer {
	width: 860px;
	background-color:#FFF;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	height: 470px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

/* BLOG STUFF DONT TOUCH */
.categoriesleft {
	width: 242px;
	height: 277px;
	float: left;
	background-image:url(images/categorybg.jpg);
}
ul
{
list-style-type: none;
padding: 0;
margin: 0;

}
ul li {
	list-style-type:none;
}
.cattext {
	width: 180px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#900;
	line-height: 1.6em;
	list-style-type:none;
}
.cattext2 {
	width: 197px;
	margin: 0 0 0 23px;
	padding: 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#900;
	line-height: 1.6em;
	list-style-type:none;
	border-right: 3px solid #Be2E1A;
	background: url(http://yushape.com/blog/images/design/yushape_background_transparency.jpg) top right no-repeat;
}
.blogcontain {
	width: 748px;
	margin-left: 12px;
}
.blogtop {
	width: 748px;
	height: 84px;
	/*background-image:url(images/blogtop.jpg);*/
}
.blogcontent {
	width: 748px;
	/*background-image:url(images/blogbg.jpg);*/
}
.blogtext {
	width: 714px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	line-height: 1.7em;
}
.blogtitle {
	width: 644px;
	margin-top: 32px;
	margin-left: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	font-size: 30px;
	color:#900;
}
.blogdate {
	width: 44px;
	margin-top: 28px;
	margin-left: 14px;
	padding: 5px 5px 7px 5px;
	float: left;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height: .9em;
	color: #FFF;
	background: #A2B200;
}
.blogcommentslink {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-right: 20px;
	font-size: 16px;
	color:#000;
}

/* Footer */
.newsletter {
	width:630px;
	padding:0 0 0 390px;
	margin:20px 0 0 0;
	float:left;
}
.footer {
	width: 980px;
	height: 35px;
	/*background-image:url(images/footer.jpg);*/
	padding:10px 20px 0 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000;
	float: left;
}
.footer-left {
	width: 40%;
	float:left;
}
.footer-middle, .footer-right {
	width: 30%;
	float: left;
}
.footerright {
	width: 500px;
	float: right;
	text-align: right;
	margin-right: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

/* contact page */
.contactusleft {
	width: 260px;
	text-align: right;
	margin-top: 20px;
	padding-right: 30px;
	background-image:url(images/blogbg.jpg);
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333;
	line-height: 1.6em;
}
.contactusright {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333;
}
/* content to edit */
.contentfullcontain {
	width: 96%;
	margin: 0 4% 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333;
}
h2 {
	width: 400px;
	margin-bottom: 7px;
	border-bottom: 1px solid #666;
}
.dp50 {
	width: 50%;
	float: left;
}

/* header */
.search {
	position: absolute;
	top: 0;
	height: 35px;
	margin: 10px 0 0 580px;
}
.top-header {
 	background: url(images/design/YUSHAPE_Page_Curl.jpg) top right no-repeat;
}
.top-header a img, .sharemenu a img {
	border: none;
}
.headmenu {
	width: 82%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-wieght: bold;
	line-height: 24px;
	height:48px;
color: #6C6C6C;
	margin: 0 0 0 2%;
	float: left;
	vertical-align: bottom;
}
.headmenu a {
	margin: 0 15px 0 0;
}
.headmenu a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	height:48px;
	color:#6C6C6C;
	text-decoration:none;
}
.headmenu a:hover {
	color:#a2b200;
	text-decoration:underline;
}
.headmenu a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	height:48px;
	color:#6C6C6C;
	text-decoration:none;
}
.headmenu a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	height:48px;

	color:#6C6C6C;
	text-decoration:none;
}
.headmenu ul li.linkcat h2 {
	display:none;
}
.headmenu ul li.linkcat ul li {
	display:inline;
}
.sharemenu {
	width: 14%;
	text-align: right;
	margin: 0 2% 0 0;
	float: left;
	vertical-align: top;
}

/**** swap.php ****/
#tst {
  position:relative;width:959px;height:233px;
}
#tst IMG {
  position:absolute;left:0px;top:0px;width:959px;height:233px;
}

/*]]>*/
#controls {
	position:absolute;
	width:80px;
	height:35px;
	z-index:1;
}
#controls2 {
	position:absolute;
	width:806px;
	height:35px;
	z-index:1;
	top: 395px;
}

/* calendar */
.calnk a:hover {
		 background-position:0 0;
		 text-decoration:none;  
		 color:#000000;
		 border-bottom:1px dotted #000000;
		 }
.calnk a:visited {
		 text-decoration:none;
		 color:#000000;
		 border-bottom:1px dotted #000000;
		}
.calnk a {
		text-decoration:none; 
		color:#000000; 
		border-bottom:1px dotted #000000;
		}
.calnk a span { 
		display:none; 
		}
.calnk a:hover span {
		color:#333333; 
		background:#F6F79B; 
		display:block;
		position:absolute; 
		margin-top:1px; 
		padding:5px; 
		width:150px; 
		z-index:100;
		}
 .calendar-table {
		border:none;
		width:80%;
		margin:0 10%;
 }
 .calendar-heading {
		height:25px;
		text-align:center;
		border:1px solid #D6DED5;
		background-color:#E4EBE3;
 }
 .calendar-next {
		width:25%;
		text-align:center;
 }
 .calendar-prev {
		width:25%;
		text-align:center;
 }
 .calendar-month {
		width:50%;
		text-align:center;
		font-weight:bold;
 }
 .normal-day-heading {
		text-align:center;
		width:25px;
		height:25px;
		font-size:0.8em;
		border:1px solid #DFE6DE;
		background-color:#EBF2EA;
 }
 .weekend-heading {
		text-align:center;
		width:25px;
		height:25px;
		font-size:0.8em;
		border:1px solid #DFE6DE;
		background-color:#EBF2EA;
		color:#FF0000;
 }
 .day-with-date {
		vertical-align:text-top;
		text-align:left;
		width:60px;
		height:60px;
		border:1px solid #DFE6DE;
 }
 .no-events {

 }
 .day-without-date {
		width:60px;
		height:60px;
		border:1px solid #E9F0E8;
 }
 span.weekend {
		color:#FF0000;
 }
 .current-day {
		vertical-align:text-top;
		text-align:left;
		width:60px;
		height:60px;
		border:1px solid #BFBFBF;
		background-color:#E4EBE3;
 }
 span.event {
		font-size:0.75em;
 }
 .kjo-link {
		font-size:0.75em;
		text-align:center;
 }
 .event-title {
		text-align:center;
		font-weight:bold;
		font-size:1.2em;
 }
 .event-title-break {
		width:96%;
		margin-left:2%;
		margin-right:2%;
		margin-top:5px;
		margin-bottom:5px;
		text-align:center;
		height:1px;
		background-color:#000000;
 }
 .event-content-break {
		width:96%;
		margin-left:2%;
		margin-right:2%;
		margin-top:5px;
		margin-bottom:5px;
		text-align:center;
		height:1px;
		background-color:#000000;
 }
 .calendar-date-switcher {
		height:25px;
		text-align:center;
		border:1px solid #D6DED5;
		background-color:#E4EBE3;
 }
 .calendar-date-switcher form {
		margin:0;
		padding:0;
 }
 .calendar-date-switcher input {
		border:1px #D6DED5 solid;
 }
 .calendar-date-switcher select {
		border:1px #D6DED5 solid;
 }
 .cat-key {
		width:100%;
		margin-top:10px;
		padding:5px;
		border:1px solid #D6DED5;
 }
 
 span.wpcf7-list-item {
 	margin-right: 20px;
 }
