/* Global Properties */

body {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(http://chiyan-ro.com/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;
	margin:0px;
	background-attachment: fixed;
      font-family:"Myriad Pro", "Segoe UI", "Trebuchet MS", Tahoma, Arial;
}

a img {border: 0px none #000;}

a {text-decoration: none; }

a:hover {text-decoration: underline;}

/* ------------------------------------------- */

/* Header */

#header {
	background-image: url(http://i34.tinypic.com/2yzmvdw.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 967px;
	margin-top: 50px;
}

/* Logo */

#header #logo {
	float: left;
	position: relative;
	left: 150px;
	top: 40px;
}

#navbar {
	background-image: url(http://chiyan-ro.com/images/hd_navbar.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 967px;

}


/* ------------------------------------------- */

#navbar-container {
	width: 745px;
      margin-left:auto;
      margin-right:auto;
}

#navbar-container a {
	font-size: 16px;
	color: #999;
	background-image: url(http://chiyan-ro.com/images/static.jpg);
	float: left;
	height: 32px;
	width: 105px;
	margin-left: 1px;
      line-height:1.9;
}

#navbar-container a:hover { background-image: url(http://chiyan-ro.com/images/active.jpg); color:#FFF; text-decoration:none; }



/* ------------------------------------------- */

#agfx-temps {
	background-color: transparent;
	background-repeat: no-repeat;
	height: 111px;
	width: 111px;
	position: relative;
	float: right;
	left: 18px;
	bottom: 18px;
}

/* ------------------------------------------- */

/* Frame */
#frame {width: 967px;}

/* Content */
#frame #content {
	float: left;
	width: 680px;
}

#frame #content-top {
	background-image: url(http://chiyan-ro.com/images/con-top.png);
	height: 14px;
	background-color: transparent;
	background-repeat: no-repeat;
	margin-top: 15px;
}

#frame #content-bg {
	background-color: transparent;
	background-image: url(http://chiyan-ro.com/images/con-bg.png);
	background-repeat: repeat-y;
	min-height: 750px;
}

#frame #content-bottom {
	background-color: transparent;
	background-image: url(http://chiyan-ro.com/images/con-bottom.png);
	background-repeat: no-repeat;
	height: 15px;
	margin-bottom: 15px;
}

/* ------------------------------------------- */

/* Post */

.post-container {
	width: 638px;
	position: relative;
	top: 5px;
}

.post-top {
	background-image: url(http://chiyan-ro.com/images/post-top.png);
	background-repeat: no-repeat;
	height: 37px;
	text-align: left;
	margin:0px;
}

.post-content {
	background-image: url(http://chiyan-ro.com/images/post-bg.png);
	background-repeat: repeat-y;
	min-height: 120px;
	text-align: left;
}
.post-content span{
	font-family: "Segoe UI", Tahoma, Arial;
	font-size: 12px;
	width: 610px;
	position: relative;
	top: 15px;
	left:15px;
	height:inherit;
}

.quote {
	font-size: 12px;
	color: #ACC2DD;
	background-color: #333333;
	width: 530px;
	padding:10px;
	border: 1px solid #464646;
	font-style: oblique;
	margin-left:30px
}

.post-content span a { 
	color: #568bff;
}

span.gray {color:#cecece;
}
span.gray a {color:#FFF !important}

/* Read More Bar */
.read-more {
	background-image: url(http://chiyan-ro.com/images/read-more-bar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
	width: 446px;
	margin-left:1px;
	font-family: "Segoe UI", Tahoma, Arial;
}

.read-more a{
	color:#a8c6ee;
	position: relative;
	left: 20px;
	top:3px;
	font-size: 14px;
}

.read-more a:hover div.read-more, .read-more:hover {
	background-image: url(http://chiyan-ro.com/images/read-more-bar-over.jpg);
}

/* post footer */

.post-footer {
	background-image: url(http://chiyan-ro.com/images/post-footer.png);
	background-repeat: no-repeat;
	height: 29px;
}

.spacer {height:20px;}


/* Post Title --------------------*/
/* title */

.post-top span a{
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #568bff;
	top: 7px;
	left: 15px;
	position: relative;
}

/* icon */ .post-top img {
	position: relative;
	left: 10px;
	top: 7px;
}


/* author and date text */

.post-top .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #667a94;
	float: right;
	padding-right: 15px;
	bottom:12px;
	position:relative;
}

.post-top .date a { color:#a8c6ee; }

/* ------------------------------------------- */

/* Sidebar Menu */

#frame #SidebarContainer {
	float: right;
	width: 268px;
}

#frame #SidebarContainer #Sidebar-top {
	margin-top: 15px;
	background-color: transparent;
	background-image: url(http://chiyan-ro.com/images/sidebar-top.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 266px;
}
#frame #SidebarContainer #Sidebar {
	background-color: transparent;
	background-image: url(http://chiyan-ro.com/images/sidebar-bg.png);
	background-repeat: repeat-y;
	min-height: 750px;
	width: 266px;
}
#frame #SidebarContainer #Sidebar-footer{
	background-color: transparent;
	background-image: url(http://chiyan-ro.com/images/sidebar-bottom.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 266px;
}


/* ------------------------------------------- */

#Sidebar .Menu{
	font-size: 13px;
	font-family: "Segoe UI", Tahoma, Arial;
	color: #568bff;
	text-align: left;	
}
#Sidebar .Menu .title{
	font-size: 14px;
	background-image: url(http://chiyan-ro.com/images/menu-title.jpg);
	background-repeat: no-repeat;
	height: 33px;
	margin-left:4px;
	text-align: center;
}
#Sidebar .Menu .title b {
	position: relative;
	top: 8px;
}

#Sidebar .Menu dl {
	margin: 0px;
	width: 112%;
}

#Sidebar .Menu dl dd {
	background-image: url(http://chiyan-ro.com/images/menu-sep.png);
	list-style-type: none;
	position: relative;
	right:36px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 12px;
}

#Sidebar .Menu dl dd:hover {
	background-color: #0F0F0F;
}

#Sidebar .Menu dl dd a {
	position: relative;
	left: 10px;
	top: 5px;
	color:#CCCCCC;

}
#Sidebar .Menu dl dd a:hover, #Sidebar .Menu dl dd:hover a {color:#FFF;}


/* partners / ads / affiliates / sponsors | menu */

.Menu dl dd a img {
	position: relative;
	left: 8px;
	top:3px;
}

#Sidebar .Menu a img{
	border: 1px solid #666666;
}
#Sidebar .Menu a img:hover{
	border: 1px solid #1B8FB1;
}

/* ------------------------------------------- */

 /* Spacers, Clear */  .clearboth {clear: both;}

/* ------------------------------------------- */

/* Footer */

#FooterContainer {
	width: 967px;
	height: 65px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

/*#FooterContainer img{ padding-left:5px; }*/


#FooterContainer span {
	position: relative;
	top: 22px;
}

#FooterContainer a{color:#709dff;}

#FooterContainer #main {
	background-image: url(http://chiyan-ro.com/images/footer-bg.png);
	background-repeat: repeat-x;
	height: 64px;
	width: 911px;
	float:left;
}

.align-left {
	float: left;
}
.align-right {
	float: right;
}

#FooterContainer #left {
	background-image: url(http://chiyan-ro.com/images/footer-left.png);
	height: 64px;
	width: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	float:left;
}
#FooterContainer #right {
	background-color: transparent;
	background-image: url(http://chiyan-ro.com/images/footer-right.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 31px;
	float:right;
}
