@charset "UTF-8";

/* ==============================
  css-base
=================================
wrap
---------------------------------
hdr
---------------------------------
content
---------------------------------
main
---------------------------------
topics
---------------------------------
nav
---------------------------------
side
---------------------------------
ftrContact
---------------------------------
ftr
============================== */

body {
	margin-bottom: 40px;
}

/* ------------------------------
  wrap
------------------------------ */
#wrap1 {
	width: 100%;
	background: url(../img/bg_wrap1.gif) no-repeat top center;
}
#wrap2 {
	width: 992px;
	margin: 0 auto;
	padding-bottom: 8px;
	background: url(../img/bg_wrap2.png) no-repeat center bottom;
}
* html #wrap2 {
  behavior: expression(IEPNGFIX.fix(this));
}
#wrap3 {
	width: 992px;
	background: url(../img/bg_wrap3.png) repeat-y;
}
* html #wrap3 {
  behavior: expression(IEPNGFIX.fix(this));
}
#wrap4 {
	width: 992px;
	background: url(../img/bg_wrap4.jpg) no-repeat top left;
}
#wrap5 {
	width: 974px;
	margin: 0 auto;
}
#wrap6 {
	width: 974px;
	background: url(../img/bg_wrap6.jpg) no-repeat;
}

/* ------------------------------
  hdr
------------------------------ */
#hdr {
	position: relative;
	width: 974px;
	height: 399px;
	overflow: hidden;
	font-size: 10px;
	text-indent: -9999px;
}

p#btnTwitter {
	position: absolute;
	top: 27px;
	right: 27px;
	width: 30px;
}
p#btnTwitter a {
	width: 30px;
	height: 31px;
	display: block;
	overflow: hidden;
	background: url(../img/btn_twitter.gif) no-repeat;
	text-decoration: none;
}
p#btnTwitter a:hover {
	background-position: bottom;
}

/* ------------------------------
  content
------------------------------ */
#content {
	width: 974px;
	padding-bottom: 100px;
	background: url(../img/bg_main.gif) no-repeat bottom left;
}
#profile #content {
	padding-bottom: 50px;
}
/* clearfix */
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#content { display: inline-block; min-height: 1%; /* for IE7 */ }
/* Hides from IE-mac \*/
* html #content { height: 1%; }
#content { display: block; }
/* End hide from IE-mac */

/* ------------------------------
  main
------------------------------ */
#main {
	float: left;
	width: 599px;
	padding-top: 39px;
	padding-left: 41px;
}

/* ------------------------------
  topics
------------------------------ */
#topics {
	width: 599px;
	margin-bottom: 55px;
}
#topics h2 {
	width: 127px;
	height: 15px;
	margin-bottom: 10px;
	background: url(../img/title_topics.gif) no-repeat;
	font-size: 10px;
	text-indent: -9999px;
}

#allShow {
	width: 599px;
	height: 22px;
	margin-bottom: 10px;
	background: url(../img/info_all_show.gif) no-repeat;
}
p#showinfo {
	width: 74px;
	padding-left: 525px;
	font-size: 12px;
}
p#showinfo a {
	display: block;
	width: 74px;
	height: 22px;
	color: #666;
	cursor: pointer;
}
p#showinfo a span {
	display: block;
	padding-top: 1px;
}
p#showinfo a:visited {
	color: #666;
}
p#showinfo a:hover {
	color: #e0899b;
}

.infoTop {
	width: 599px;
	height: 7px;
	background: url(../img/bg_info_top.gif) no-repeat;
	font-size: 5px;
}
.infoBtm {
	width: 599px;
	height: 7px;
	margin-bottom: 2px;
	background: url(../img/bg_info_btm.gif) no-repeat;
	font-size: 5px;
}
.infoCtr {
	width: 573px;
	padding: 0 13px;
	background-color: #f4f4e7;
}
/* clearfix */
.infoCtr:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.infoCtr { display: inline-block; min-height: 1%; /* for IE7 */ }
/* Hides from IE-mac \*/
* html .infoCtr { height: 1%; }
.infoCtr { display: block; }
/* End hide from IE-mac */

.infoCtr .date {
	float: left;
	width: 70px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8c701b;
}
.infoCtr .txt {
	float: right;
	width: 493px;
	font-size: 12px;
	font-weight: bold;
	color: #a44242;
}

/* ------------------------------
  nav
------------------------------ */
ul#nav {
	width: 589px;
	margin-bottom: 32px;
	padding-left: 8px;
}
#backgrounds ul#nav {
	margin-bottom: 10px;
}
/* clearfix */
ul#nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul#nav { display: inline-block; min-height: 1%; /* for IE7 */ }
/* Hides from IE-mac \*/
* html ul#nav { height: 1%; }
ul#nav { display: block; }
/* End hide from IE-mac */

ul#nav li {
	float: left;
	font-size: 10px;
	text-indent: -9999px;
}
ul#nav li#navProfile {
	width: 137px;
	padding-right: 24px;
}
ul#nav li#navBackgrounds {
	width: 133px;
	padding-right: 28px;
}
ul#nav li#navAuthorlist {
	width: 112px;
	padding-right: 28px;
}
ul#nav li#navBlog {
	width: 127px;
}

ul#nav li a {
	height: 97px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	text-decoration: none;
}
ul#nav li#navProfile a {
	width: 137px;
	background-image: url(../img/nav_profile.gif);
}
ul#nav li#navBackgrounds a {
	width: 133px;
	background-image: url(../img/nav_backgrounds.gif);
}
ul#nav li#navAuthorlist a {
	width: 112px;
	background-image: url(../img/nav_authorlist.gif);
}
ul#nav li#navBlog a {
	width: 127px;
	background-image: url(../img/nav_blog.gif);
}
#profile ul#nav li#navProfile a,
#backgrounds ul#nav li#navBackgrounds a,
#authorlist ul#nav li#navAuthorlist a {
	background-position: bottom;
}

ul#nav li a:hover {
	background-position: bottom;
}

/* ------------------------------
  side
------------------------------ */
#side {
	float: right;
	width: 245px;
	padding-right: 25px;
	color: #ae7373;
}

#titleMobile {
	width: 242px;
	margin-bottom: 15px;
}
/* clearfix */
#titleMobile:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#titleMobile { display: inline-block; min-height: 1%; /* for IE7 */ }
/* Hides from IE-mac \*/
* html #titleMobile { height: 1%; }
#titleMobile { display: block; }
/* End hide from IE-mac */

#titleMobile h2 {
	float: left;
	width: 130px;
	height: 87px;
	background: url(../img/title_mobile.gif) no-repeat;
	font-size: 10px;
	text-indent: -9999px;
}
#titleMobile p {
	float: right;
	padding-right: 3px;
}

p#mobileShow {
	width: 242px;
	margin-bottom: 21px;
	font-size: 10px;
	text-indent: -9999px;
}
p#mobileShow a {
	width: 242px;
	height: 41px;
	display: block;
	overflow: hidden;
	background: url(../img/mobile_show.jpg) no-repeat;
	text-decoration: none;
}
p#mobileShow a:hover {
	background-position: bottom;
}

#mobileYahoo {
	width: 245px;
	margin-bottom: 25px;
	font-size: 10px;
}
#mobileYahoo h4 {
	width: 242px;
	height: 96px;
	margin-bottom: 10px;
	background: url(../img/mobile_yahoo.gif) no-repeat;
	font-size: 10px;
	text-indent: -9999px;
}

#mobileEz {
	width: 245px;
	font-size: 10px;
}
#mobileEz h4 {
	width: 242px;
	height: 94px;
	background: url(../img/mobile_ez.gif) no-repeat;
	font-size: 10px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

/* ------------------------------
  ftrContact
------------------------------ */
#ftrContact {
	width: 651px;
	height: 27px;
	padding-top: 5px;
	padding-left: 22px;
	background: url(../img/bg_ftr_contact.gif) no-repeat;
	overflow: hidden;
}
#ftrContact p {
	padding-left: 18px;
	background: url(../img/arrow_contact.gif) no-repeat left center;
	font-size: 12px;
}

/* ------------------------------
  ftr
------------------------------ */
#ftr {
	width: 974px;
	height: 56px;
	background: #000 url(../img/bg_ftr.gif) no-repeat top left;
	overflow: hidden;
}
/* clearfix */
#ftr:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#ftr { display: inline-block; min-height: 1%; /* for IE7 */ }
/* Hides from IE-mac \*/
* html #ftr { height: 1%; }
#ftr { display: block; }
/* End hide from IE-mac */

#ftr p#copyright {
	float: left;
	padding-top: 19px;
	padding-left: 39px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a44242;
	font-size: 10px;
}

#ftr ul#pagetop {
	float: right;
	width: 200px;
	height: 49px;
	padding-top: 7px;
	padding-right: 13px;
}

#ftr ul#pagetop li a {
	float: right;
	padding: 10px 40px 10px 0;
	background: url(../img/arrow_pagetop.gif) no-repeat right center;
	color: #a44242;
	font-size: 10px;
}
#ftr ul#pagetop li a:visited {
	color: #a44242;
}
#ftr ul#pagetop li a:hover {
	color: #cd9191;
}
