<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: yuen-theme
Theme URI: http://www.studio-cs.com/
Description: Theme for studio-cs.com
Version: 1.0
Author: studio-cs.com
Tags: 

studio-Cs || http://www.studio-cs.com/
*/

/***********************************************************************************************
 * Override Parent
 **********************************************************************************************/
body {
	background-color: #F2F2E8;	/*#F8F9FD;*/ 
}
* html body {
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	color: #696969;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
a.font-ms:link, a.font-ms:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-weight: normal;
	text-decoration: none;
}
a.font-ms:hover {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
a img {
	border: none;
}



/***********************************************************************************************
 * body
 **********************************************************************************************/
#body {
	margin: 0px;
	padding: 0px;
}


/***********************************************************************************************
 * header
 **********************************************************************************************/
#header { 
	background-color: #000000;
	position: relative;
}
	#header-top {
		padding: 10px 0px;
		position: relative;
		width: 920px;
	}
	#header-logo {
		float: left;
		left: 0px;
		margin: 10px 0px;
		position: relative;
		top: 0px;
	}
	#menu {
		bottom: 10px;
		color: #ffffff;
		padding: 5px 10px;
		position: absolute;
		right: 0px;
	}
		#menu a:link, #menu a:visited {
			border: 1px solid #000000;
			color: #ffffff;
			font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-serif;
			font-weight: normal;
			padding: 5px 10px;
			text-decoration: none;
		}
		#menu a:hover {
			background-color: #E4F2FD;
			border: 1px solid #C6D9E9;
			color: #ff0000;
			font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-serif;
			font-weight: normal;
			text-decoration: none;
		}
	#header-bottom {
		background-color: #E4F2FD;
		border-top: #C6D9E9 solid 1px;
		border-bottom: #C6D9E9 solid 1px;
	}
	#header-tips {
		width: 920px;
		text-align: center;
	}
		#header-tips #content-single-title-div {
			padding: 20px 10px;
			text-align: left;
		}



/***********************************************************************************************
 * middle
 **********************************************************************************************/
#middle {
	background-color: #FFFFFF;
}



/***********************************************************************************************
 * footer
 **********************************************************************************************/
#footer {
	background-color: #F2F2E8; 
	border-top: solid 1px #DDDDD5;
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
}



/***********************************************************************************************
 * centerbox
 **********************************************************************************************/
#centerbox {
	text-align: justify;
}
	#centerbox h1,
	#centerbox h2 {
		padding: 5px 0px 3px 0px;
	}




/***********************************************************************************************
 * WP styles
 **********************************************************************************************/
.entry {
	line-height:140%;
	text-align: justify;
}
	.entry img {
		/*border: 1px solid #DDDDD5;
		padding: 3px;*/
	}
.post  {
	padding: 5px;
	margin-bottom: 40px;
}
.postmetadata {
	background-color: #E4F2FD;
	border: solid 1px #C6D9E9;
	margin: 0px;
	margin-top: 5px;
	padding: 5px;
}
li.comment {
	margin: 10px 0px;
	padding: 10px 0px;
}

#footer-middle  {
	padding: 5px 0px 0px 5px;
	text-align: left;
	width: 920px;
}
	#footer-middle li.widget {
		float: left;
		padding: 3px 10px 8px 10px;
		width: 250px;
	} 
		#footer-middle li.widget ul {
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		} 
	#footer-middle li.widget_archive {
		border-left: 1px solid #DDDDD5; 
	}
</pre></body></html>