/*
----------------------------------------------

	terrafirma1.0 by nodethirtythree design

----------------------------------------------
*/
	/*-- base --*/
body {
	line-height: 150%;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, Arial, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
	font-size: 80%;
	background: #faf9f8 url(images/a1.gif) repeat-x;
}

a {
	color: #006699;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0099cc;
	text-decoration: underline;
}

p {
	margin-bottom: 14px;
}

strong {
	font-weight: normal;
}

small {
	line-height: 1.3em;
}

blockquote {
	margin: 10px 20px;
	padding-left: 10px;
	border-left: #ddd9d7 2px solid;
}

img.left {
	float: left;
	margin: 0 14px 3px 0;
}

img.right {
	float: right;
	margin: 0 14px 3px 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, Arial, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic";
}

#outer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	border-top: #555 7px solid;
	border-right: #ddd9d7 1px solid;
	border-left: #ddd9d7 1px solid;
	background: #fff;
}

#inner {
	padding: 1px;
}
	/*-- header --*/
#header {
	/* position: absolute; */
	height: 50px;
	width: 100%;
	background: #faf9f8;
	border-bottom: #ddd9d7 1px solid;
}

/*
#header span {
	font-weight: normal;
}
*/


#header h1, #header h2 {
	text-indent: -9999px;
	float: left;
}

#header h1 a {
	display: block;
	width: 165px;
	height: 50px;
	padding: 0;
	margin-left: 15px;
	background: #faf9f8 url(images/levisionnet_logo.gif) no-repeat;
}

#header_menu {
	position: absolute;   
	top: 12px;   
	left: 190px; 
	margin: 0;
	padding: 0;
}

#header_menu li {
	display: table-cell;
    vertical-align: middle;
	margin: 0;
	padding-right: 15px;
}

* html #header_menu li { /* IE 6 */
	display: inline;
	zoom: 1;
}

*:first-child+html #header_menu li { /* IE 7 */
	display: inline;
	zoom: 1;
}

#menu {
	position: relative;
	clear: both;
	height: 30px;
	margin-bottom: 35px;
	padding: 0 30px 0 5px;
	background: #faf9f8;
	border-top: #fff 1px solid;
	border-bottom: #ddd9d7 1px solid;
}

#awesome-menu {
	width: 478px;
	margin-top: 1px;
	padding: 0;
}

#awesome-menu li {
	display: inline;
}
	
#awesome-menu li a {
	display: block;
	float: left;
	height: 28px;
	background-image: url(images/categories.gif);
	text-indent: -9999px;
}

	#awesome-menu li a.home {
		width: 48px;
		background-position: 0 0;
	}
	
	#awesome-menu li a.web {
		width: 43px;
		background-position: -51px 0;	
	}
	
	#awesome-menu li a.design {
		width: 54px;
		background-position: -94px 0;
	}
	
	#awesome-menu li a.music {
		width: 49px;
		background-position: -150px 0;	
	}
	
	#awesome-menu li a.guitar {
		width: 49px;
		background-position: -201px 0;	
	}

	#awesome-menu li a.tool {
		width: 41px;
		background-position: -253px 0;
	}
	
	#awesome-menu li a.shop {
		width: 46px;
		background-position: -296px 0;	
	}
	
	#awesome-menu li a.book {
		width: 46px;
		background-position: -343px 0;
	}
	
	#awesome-menu li a.joke {
		width: 44px;
		background-position: -390px 0;	
	}
	
	#awesome-menu li a.zakki {
		width: 41px;
		background-position: -437px 0;	
	}
	
	#awesome-menu li a.home:hover {
		background-position: 0 -28px;
	}
	
	#awesome-menu li a.web:hover {
		background-position: -51px -28px;	
	}
	
	#awesome-menu li a.design:hover {
		background-position: -94px -28px;	
	}
	
	#awesome-menu li a.music:hover {
		background-position: -150px -28px;	
	}
	
	#awesome-menu li a.guitar:hover {
		background-position: -201px -28px;	
	}

	#awesome-menu li a.tool:hover {
		background-position: -253px -28px;
	}
	
	#awesome-menu li a.shop:hover {
		background-position: -296px -28px;	
	}
	
	#awesome-menu li a.book:hover {
		background-position: -343px -28px;	
	}
	
	#awesome-menu li a.joke:hover {
		background-position: -390px -28px;	
	}
	
	#awesome-menu li a.zakki:hover {
		background-position: -437px -28px;	
	}

#search {
	float: right;
	margin: 15px 70px 0 0;
	text-transform: none;
	display: inline; /* IE 6 */

}

#search_input {
	vertical-align: top;
	width: 180px;
	color: #6c6c63;
	background: #fff;
	border: #ddd9d7 1px solid;
}

.search_submit {
	padding: 1px 0;
}

	/*-- content --*/

#content {
	position: relative;
	float: left;
	width: 57%;
	margin-left: 20px;
	display: inline; /* IE 6 */

}

#content .post .header {
	position: relative;
	height: 100%;
	margin-bottom: 20px;
	padding: 0 0 10px 10px;
	background: url(images/a22.gif) bottom repeat-x;
}

#content h3,#content h2 {
	position: relative;
	top: 4px;
	color: #333;
	font-size: 110%;
	font-weight: 700;
	line-height: 180%;
}

#content h2.pagetitle {
	text-align: center;
	margin: 0 0 2em 0;
	padding: 5px 0;
	border-bottom: #ddd9d7 1px solid;
	color: #6c6c63;
	font-size: 120%;
	font-weight: normal;
	background: #faf9f8;
}

#content h3 a:link, #content h3 a:visited {
	color: #333;
}

#content h3 a:hover, #content h3 a:active {
	color: #0099cc;
	text-decoration: none;
}

#content ul {
	margin: 1em;
	padding: 0 1em;
	list-style-type: square;    
}

#content ol {
	list-style-type: decimal;
	margin: 1em;
	padding: 0 1em;
}

#content .entry {
	margin-bottom: 20px;
	padding: 0 15px;
}

#content .post {
	margin-bottom: 30px;
}

#content .post .date {
	float: right;
	overflow: hidden;
	line-height: 140%;
	margin: -1px 0;
	padding: 0 15px 0 15px;
	font-size: 90%;
}

#content .post .date em {
	font-style: normal;
}

#content .post .date em.user {
	background: url(images/user.gif) no-repeat left center;
	padding-left: 17px;
}

#content .post .date em.postdate {
	background: url(images/date.gif) no-repeat left center;
	padding-left: 17px;
}

#content .post .entry {
	margin-bottom: 0;
}

#content ul.asides {
	background: url(images/a32.gif) repeat-x top;
	/*list-style: none;*/
	margin: 2em 0;
	padding: 0;
}

#content ul.asides li {
	/*list-style: none;*/
	padding: 0.5em 0;	
}

#content .post .footer ul {
	/*list-style: none;*/
	text-align: right;
	padding: 40px 0;	
}

#content .post .footer ul li {
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding: 3px 10px 3px 16px;
}

#content .post .footer ul li.comments {
	background-image: url(images/a36.gif);
}

#content .post .footer ul li.readmore {
	background-image: url(images/a38.gif);
}

#content .post h4 {
	font-size: 1em;
	font-weight: normal;
}

#content .post h4 em {
	float: right;
	font-style: normal;
	font-weight: normal;
}

	/*-- sidebar --*/

#sidebar {
	position: relative;
	width: 35%;
	float: right;
	margin-right: 20px;
	display: inline; /* IE 6 */
}

#sidebar h2 {
	position: relative; /* IE 6 */
	margin-bottom: 15px;
	padding: 10px 15px;
	text-align: right;
	border-bottom: #ddd9d7 1px solid;
}

#sidebar li ul li {
	_height: 1%;
	line-height: 180%;
	padding: 0px;
	font-size: 12px;
	background: url(images/a22.gif) bottom repeat-x;
}

/*
#sidebar li ul li h2 {
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	background: url(images/a22.gif) bottom repeat-x;
}
*/

#sidebar ul {
	margin: 0 0 20px 0;
	padding: 0 10px;
	color: #555;
}

#sidebar ul li {
	margin: 0;
	padding-bottom: 30px;
}

.bar1 { /* IE 6 */
	_height: 1%;
}

#sidebar ul ul {
	margin: 0;
	padding: 0 10px 0 20px;
}

#sidebar a:link, #sidebar a:visited {
	display: block;
	zoom: 1;
	padding: 8px 10px;
	color: #555;
}

#sidebar a:hover, #sidebar a:active {
	color: #0099cc;
	text-decoration: none;
}

#sidebar ul.feeds li {
	margin: 0;
	padding: 0;
	background: url(images/a22.gif) bottom repeat-x;
}

#archiveform {	
	width: 180px;
	margin-top: 10px;
	padding: 0;
	border: #ccc 1px solid;
}

	/*-- comments and their styles --*/

#comments, #respond {
	margin: 2em 0 0 5px;
}

#commentform {
	margin: 10px;
	padding: 10px;
}

#outer .commentlist {
	margin: 0;
	padding: 0;
}

.commentlist li {
	/*list-style: none;*/
	margin: 1em 0;
	padding: 0.5em;	
}

.commentlist li p {
	margin: 0 1em;
}

.commentlist li .cmtinfo {
	position: relative;
	margin-bottom: 10px;
	padding: 5px;
	border: #eee 1px solid;
	font-size: 1em;	
	background: url(images/a32.gif) repeat-x top;
}

.commentlist li .cmtinfo em {
	margin: 0;
	padding: 0 1em;
	color: #999;
	text-align: right;
	font-style: normal;
}

.commentlist li.alt .cmtinfo {
	position: relative;
	margin-bottom: 10px;
	padding: 5px;
	border: #ddd 1px solid;
	font-size: 1em;	
	background: url(images/a34.gif) repeat-x top;
}

#outer .trackback {
	padding: 2px 20px;
	background: url(images/links.gif) no-repeat left;
}

#outer .commentsrss {
	padding: 2px 17px;
	background: url(images/feed.gif) no-repeat left;
}

.commentlist li cite {
	font-style: normal;
	font-weight: bold;
}

input.text, textarea, select {
	padding: 2px;
	border: #ddd9d7 1px solid;
	color: #555;
	font: 1em verdana, arial, serif;
	background: #faf9f8;
}

textarea {
	width: 90%;
	height: 20em;	
}

#outer input.text:focus, textarea:focus {
	border: #6c6c63 1px solid;
	background: #fff;
}

#submit {
	padding: 5px 10px;
	border: #ddd9d7 1px solid;
	color: #faf9f8;
	background: #6c6c63;
}

	/*-- footer --*/

#footer {
	position: relative;
	clear: both;
	height: 30px;
	margin: 0;
	padding: 20px;
	border-top: #ddd9d7 1px solid;
	color: #555;
	text-align: center;
	background: #faf9f8;
}

#footer a:link, #footer a:visited {
	color: #555;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #fff;
	background-color: #6c6c63;
	text-decoration: none;
}

#header, #content, #sidebar, #footer, .widget {
	overflow: hidden;
}
