@charset "UTF-8";
/*
Theme Name: GossipGirls Theme
Theme URI: http://gossipgirls.jp/
Description: GossipGirls
Version: 1.0
Author: GossipGirls
Author URI: http://gossipgirls.jp/
Tags: pink, fixed width, three columns,
*/

/* Common */
/* ====================================================================== */

* {
	margin: 0;
	padding: 0;
}
	
body {
	text-align: center;
	font-family: 'verdana', 'trebuchet ms', sans-serif;
	color: #444;
	font-size: 1em;
	line-height: 1.6em;
	background: url(images/bg.jpg);
}

#layout {
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	width: 960px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #FFF;
}

a {
	color: #FF0198;
	text-decoration: underline;
}
	
a:hover {
	color: #FFF;
	background: #f561ae;
}

a img {
	border: none;
}

#header {
	position: relative;
	margin: 0 0 15px 0;
	height: 90px;
}

#header h1 {
	width: 300px;
	height: 75px;
	text-indent: -3000px;
	background: url(images/logo.gif) no-repeat;
}

#header h1 a {
	display: block;
	width: 300px;
	height: 75px;
	background: url(images/logo.gif) no-repeat;
}

#menu {
	position: absolute;
	top: 25px;
	left: 330px;
	border: 1px solid #D4D4D4;
	height: 35px;
	width: 630px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	text-indent: -3000px;
	height: 34px;
}

#menu li a {
	display: block;
	height: 34px;
}

#menu li#gossip {
	width: 86px;
	background: url(images/gossip.gif) no-repeat;
}

#menu li#gossip a {
	width: 86px;
	background: url(images/gossip.gif) no-repeat;
}

#menu li#celebrity {
	width: 72px;
	background: url(images/celebrity.gif) no-repeat;
}

#menu li#celebrity a {
	width: 72px;
	background: url(images/celebrity.gif) no-repeat;
}

#menu li#fashion {
	width: 104px;
	background: url(images/fashion.gif) no-repeat;
}

#menu li#fashion a {
	width: 104px;
	background: url(images/fashion.gif) no-repeat;
}

#menu li#movie {
	width: 66px;
	background: url(images/movie.gif) no-repeat;
}

#menu li#movie a {
	width: 66px;
	background: url(images/movie.gif) no-repeat;
}

#menu li#film {
	width: 70px;
	background: url(images/film.gif) no-repeat;
}

#menu li#film a {
	width: 70px;
	background: url(images/film.gif) no-repeat;
}

#menu #s {
	position: absolute;
	top: 8px;
	left: 405px;
	width: 160px;
}

#menu #searchsubmit {
	position: absolute;
	top: 7px;
	left: 574px;
}

/* Main Column */
/* ====================================================================== */

#main {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	width: 530px;
}

.post {
	margin: 0 0 15px 0;
	padding: 10px 0; 
	border-bottom: 1px solid #666;
}

.post h3 {
	padding: 50px 0 10px 0;
}

.post_date {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	width: 60px;
	font-size: 0.6em;
	line-height: 1.4em;
	color: #999999;
}

.post_content_block {
	float: left;
	display: inline;
	width: 465px;
}

.post_content_block h2 {
	font-size: 1.2em;
	margin: 0 0 0.3em 0;
	padding: 0 0.2em 0.3em 0.2em;
	border-bottom: 1px solid #999;
}

.post_content_block h2 a {
	text-decoration: none;
}

.post_time {
	float: left;
	display: inline;
	padding: 3px 5px 0 5px;
	width: 55px;
	font-size: 0.55em;
	line-height: 1.4em;
}

.post_image img {
	width: 396px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.post_image a:hover {
	background: none;
}

.post_content {
	float: right;
	display: inline;
	width: 400px;
}

.post_text {
	padding: 0 0 0.3em 0;
	font-size: 1em;
}

.continue {
	float: right;
	margin: 5px;
}

.continue a {
	color: #	0033CC;
	text-decoration: underline;
}

.continue a:hover {
	text-decoration: none;
}

.continue a:visited {
	color: #	860080;
}

/* Middle Column */
/* ====================================================================== */

#middle {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	width: 160px;
}

#middle h3 {
	width: 160px;
	height: 40px;
	text-indent: -3000px;
	background: center url(images/celebrities_list.gif) no-repeat;
	border-bottom: 1px solid #999;
}

#middle ul {
	list-style: none;
	font-size: 0.7em;
	margin: 0 0 10px 0;
}

#middle ul li {
	border-bottom: 1px solid #CCC;
}

#middle ul li a {
	display: block;
	width: 150px;
	height: 20px;
	padding: 1px 5px;
	text-decoration: none;
	color: #444;
}

#middle ul li a:hover {
	color: #FFF;
}

/* Single Page */
/* ====================================================================== */

#single_main {
	position: relative;
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	width: 710px;
}

#single_main .post_time {
	float: left;
	display: inline;
	padding: 0.8em 5px 0 5px;
	width: 55px;
	font-size: 0.55em;
	line-height: 1.4em;
}

#single_main .post_content_block {
	float: left;
	display: inline;
	width: 645px;
}

#single_main .post_content {
	float: right;
	display: inline;
	width: 580px;
}

* html #single_main .post_content {
	width: 570px;
}


#single_main .post_content p {
	float: left;
	display: inline;
	width: 580px;
	padding: 0.8em 0.3em;
}

* html #single_main .post_content p {
	width: 570px;
}


#single_main .post_content blockquote p {
	padding: 15px;
	width: 540px;
	background: #F7F6F1;
}

#side h3#celebrities_list {
	width: 220px;
	height: 40px;
	text-indent: -3000px;
	background: center url(images/celebrities_list.gif) no-repeat;
	border-bottom: 1px solid #999;
}

#side ul {
	list-style: none;
	font-size: 0.7em;
	margin: 0 0 10px 0;
}

#side ul li {
	border-bottom: 1px solid #CCC;
}

#side ul li a {
	display: block;
	width: 220px;
	height: 20px;
	padding: 1px 5px;
	text-decoration: none;
	color: #444;
}

#side ul li a:hover {
	color: #FFF;
}

.side_banner {
	margin: 0 0 10px 0;
}

#sidebar_left {
	position: absolute;
	top: 150px;
	left: 0;
}

#respond,
#trackback {
	clear: both;
	font-size: 1.2em;
	margin: 0 0 0.3em 0;
	padding: 1em 0.2em 0.3em 0.2em;
	border-bottom: 1px solid #999;
}

#respond_block,
#trackback_block {
	margin: 0 0 0 125px;
	width: 575px;
	padding: 5px;
	background: url(images/recent_bg.gif) repeat;
}

#respond_block textarea {
	width: 530px;
	height: 200px;
}

#trackback_block input {
	width: 450px;
}

#comment_block {
	width: 553px;
	border: 1px solid #d9d9d9;
	padding: 5px;
	background: #FFF;
}

#form_btn {
	text-align: center;
	padding: 5px 0;
}

/* Related styles
-------------------------------------------------------------- */

#related_title {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	width: 120px;
	font-size: 0.6em;
	font-weight: bolder;
	line-height: 1.4em;
	color: #999999;
}

#related {
	float: left;
	display: inline;
	width: 575px;
	padding: 5px 0 0 5px;
	background: url(images/recent_bg.gif) repeat;
}

.related {
	float: left; 
	margin: 0 5px 5px 0;
	padding: 5px; 
	overflow: hidden; 
	width: 270px; 
	height: 140px;
	border: 1px solid #d9d9d9;
	background: #FFF;
}

.related h4 {
	margin: 3px 5px;
	font-size: 0.9em;
	line-height: 1.4em;
}

.related h4 a { 
	color: #1A8CFF;
}

.related h4 a:hover {
	color: #FFF;	
	background: #1A8CFF;
}

.related_img {
	position: relative;
	float: left;
	width: 75px;
	height: 75px;
	overflow: hidden;
	border: 2px solid #CCC;
	margin: 5px 10px;
}

.related_img img {
	position: absolute;
	top: 0;
	left: -20px;
}

.related p {
	margin: 10px 0 0 0;
	font-size: 0.7em;
	line-height: 1.4em;
}

#comments {
	clear: both;
}

.navigation {
	position: relative;
	margin: 20px 0 0 0;
	height: 40px;
}

.navigation a {
	padding: 3px 5px;
	background: #FF3399;
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
}

.back_post {
	position: absolute;
	top: 0;
	left: 220px;
}

.alignleft {
	position: absolute;
	top: 0;
	left: 0;
}

.alignright {
	position: absolute;
	top: 0;
	right: 0;
}

#gallery a {
	float: left;
	margin: 15px;
	padding: 1px;
	width: 150px;
	height: 150px;
	border: 1px solid #CCCCCC;
}


/* Right Column */
/* ====================================================================== */

#side {
	float: left;
	display: inline;
	width: 230px;
}

#side h3 {
	width: 230px;
	height: 40px;
	text-indent: -3000px;
	background: center url(images/recent_posts.gif) no-repeat;
}

#recent_block {
	margin: 0 0 10px 0;
	width: 220px;
	padding: 5px;
	background: url(images/recent_bg.gif) repeat;
}

.recent {
	width: 208px;
	height: 68px;
	margin: 0 0 5px 0;
	padding: 5px;
	border: 1px solid #d9d9d9;
	background: #FFF;
	overflow: hidden;
}

.recent	span {
	position: relative;
	float: left;
	width: 68px;
	height: 68px;
	margin: 0 5px 0 0;
	border: 1px solide #f561ae;
	overflow: hidden;
}

.recent	span img {
	position: absolute;
	top: 0;
	left: -40px;
	height: 68px;
}

.recent	h4 {
	font-size: 0.7em;
	line-height: 1.6em;
}

/* Footer */
/* ====================================================================== */

#popular {
	clear: both;
	padding: 20px 0;
}

#popular h3 {
	height: 25px;
	background: 0 3px url(images/popular.gif) no-repeat #f561ae;
	text-indent: -3000px;
}

#popular_block {
	height: 150px;
	padding: 10px 0 10px 10px;
	background: #d4d4d4;
}

.popular {
	float: left;
	margin: 0 8px 0 0;
	width: 150px;
	height: 150px;
	overflow: hidden;
	background: #FFF;
}

.popular img {
	height: 100px;
}

.popular h4 {
	padding: 8px;
	font-size: 0.7em;
	line-height: 1.7em;
}

.celeb_table {
	font-size: 78%;
	border: 1px solid #CCC;
}

.celeb_table th {
	background: #FFC8E5;
}

.celeb_name {
	width: 320px;
}

.celeb_table td {
	padding: 0 3px;
}

.celeb_table tr.even td {
	background: #FFEFF8;
}

#footer {
	padding: 0.5em 0;
	text-align: center;
	font-size: 0.7em;
}