/** Layout 04 **/
body {
	margin-top: 0px;
	font-family: 'Lucida Grande', Tahoma,'Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0px;
}

/** Divs **/

#header {
	height: 300px;
	width: 1013px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./images/header.jpg);
	background-repeat: no-repeat;
}

#social {
	margin-top: 4px;
	margin-left: 934px;
	position: absolute;
}

#tweets {
	color: #FFFFFF;
	height: 98px;
	width: 185px;
	margin-top: 5px;
	margin-right: 155px;
	margin-left: 10px;
	border: 2px solid #FF6600;
	position: absolute;
}

.tweets {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.tweets a:link {
	color: #FFFFFF;
}

.tweets a:hover {
	color: #FF6600;
}

#konata {
	margin-top: 125px;
	margin-left: -20px;
	height: 182px;
	width: 160px;
	position: absolute;
	z-index: 100;
	background-image: url(./images/konata.png);
	background-repeat: no-repeat;
}

#yuno {
	margin-top: 170px;
	margin-left: 920px;
	height: 276px;
	width: 175px;
	position: absolute;
	z-index: 100;
	background-image: url(./images/yuno.png);
	background-repeat: no-repeat;
}

#navi {
	height: 28px;
	width: 800px;
	margin-top: 270px;
	position: absolute;
}

ul#navigation {
    margin: 0;
    padding: 8px;
	padding-right: 200px;
    text-align: center;
}

ul#navigation li {
    list-style: none;
    display: inline;
    margin: -2px;
    padding: 0;
}

ul#navigation a, ul#navigation span {
    padding: 8px 1em;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF6600;
}

ul#navigation a:hover, ul#navigation span {
    color: #FF6600;
    background-color: #FFFFFF;
}

#content {
	width: 1013px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./images/content_bkgrnd.jpg);
	background-repeat: x-repeat;
}

#mininews {
	height: 240px;
	width: 972px;
	margin-left: 10px;
}

#bump {
	height: 235px;
	width: 360px;
	border: 0px;
	padding-bottom: 5px;
	float: left;
}

#watchlist {
	height: 235px;
	width: 250px;
	margin-right: 20px;
	float: right;
}

#twitpic {
	height: 235px;
	width: 250px;
	margin-right: 30px;
	float: right;
}

.twitpic {
	margin-left: -7px;
}

.td_twitpic {
	width: 150px;
	padding-top: 5px;
	color: #000000;
}

#article {
	height: 330px;
	width: 900px;
	margin-left: 60px;
}

#article_img {
	float: left;
}

#re-posted {
	padding-top: 50px;
	float: right;
}

.post {
	width: 980px;
	margin-left: 20px;
}

.post-info, .re-post-info, .art-post-info {
	font-weight: bold;
}

.archive-item, .search-item {
	margin-bottom: 20px;
}

/** Footer **/

#footer {
	height: 370px;
	width: 1013px;
	margin-top: 0px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./images/bottom.png);
	background-repeat: repeat-x;
}

.foot_txt {
	padding-top: 10px;
	text-align: center;
	color: #000000;
}

#footer a:hover {
	color: #FFFFFF;
}

#outside_rss {
	height: 335px;
	width: 390px;
	float: left;
	margin-left: 60px;
	margin-right:  10px;
}

.rss_cont {
	text-align: left;
	text-decoration: none;
	font-size: 12px;
}

#blogroll {
	padding-top: 10px;
	height: 335px;
	width: 160px;
	float: left;
	margin-right: -10px;
}

.blogroll_cont {
	text-align: left;
	text-decoration: none;
	font-size: 12px;
}

.blogroll_list {
	padding-left: 25px;
}

.linkcat {
	list-style-image: url(./images/star.gif);
}

#recommended {
	width: 140px;
	padding-top: 10px;
	float: left;
}

#links {
	padding-top: 10px;
	height: 335px;
	width: 150px;
	float: right;
	margin-right: 70px;
}

.links_cont {
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
}

.linkline_150 {
	width: 150px;
	height: 3px;
	padding-bottom: 5px;
	background-image: url(./images/linkline_150.png);
	background-repeat: no-repeat;
}

.linkline_200 {
	width: 400px;
	height: 3px;
	padding-bottom: 5px;
	background-image: url(./images/linkline_200.png);
	background-repeat: no-repeat;
}

/** Links **/

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/** Txt **/

.foot_txt {
	padding-top: 7px;
	text-align: center;
}

/** Forms **/

.search {
	float: right;
	margin-top: -35px;
	padding-right: 30px;
	padding-top: 10px;
	display: inline;
}

.search_field {
	background: white url(./images/search.jpg) top right no-repeat;
	border: #CCCCCC 1px solid;
	font-size: 12px;
	color: #666666;
	width: 150px;
	height: 15px;
	position: absolute;
}

/** Comments **/

#commentform, .comment-box {
	margin-left: 20px;
}

.comment-content {
	width: 500px;
	padding-left: 30px;
	padding-bottom: 15px;
}

.post-on, .author-info, .post-follow {
	margin-left: 20px;
}

.author-info, .post-on, .comment-author, .comment-date {
	font-weight: bold;
}

.comment-author {
	background-image: url(./images/paddedx_line_400.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

#author, #email, #url {
	width: 150px;
	color: #FFFFFF;
	border: 2px solid #FF6600;
	background-color: #000066;
	padding-left: 3px;
}

#comment {
	width: 400px;
	color: #FFFFFF;
	font-family: 'Lucida Grande', Tahoma,'Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 12px;
	border: 2px solid #FF6600;
	background-color: #000066;
	padding-left: 3px;
}

.thdrpy {
	padding-left: 10px;
	font-weight: bold;
}

.comment-childs {
	padding-top: 5px;
	margin-left: 40px;
	background-image: url(./images/padded_line_400.jpg);
	background-repeat: no-repeat;
}

.commentmetadata {
	font-size: 13px;
}

#submit {
	color: #FFFFFF;
	border: 2px solid #FF6600;
	background-color: #000066;
}

#cancel {
	width: 119px;
	text-align: center;
	color: #FFFFFF;
	border: 2px solid #FF6600;
	background-color: #000066;
}

#respond {
	margin-bottom: -12px;
}

/** Image Border & Shadow **/

.tweet-image {
	padding: 1px 4px 4px 1px;
	background-color: transparent;
	background-image: url(./images/thumb.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	width: 88px;
	height: 88px;
}

.news-image, .search-image, .archive-image {
	margin-left: 15px;
	padding-top: 6px;
	padding-left: 6px;
	float: left;
	background-color: transparent;
	background-image: url(./images/thumb.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	width: 92px;
	height: 92px;
}

.image_border_top {
	width: 465px;
	background-image: url("images/ptop.png");
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 1px;
}

.image_border_bottom {
	width: 465px;
	background-image: url("images/pbot.png");
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 8px;
	height: 23px;
}

.image_border_top_400 {
	width: 465px;
	background-image: url("images/ptop_400.png");
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 1px;
}

.image_border_bottom_400 {
	width: 465px;
	background-image: url("images/pbot_400.png");
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 8px;
	height: 26px;
}