/*
Theme Name: TIMECUT
Theme URI: http://www.timecut-label.com
Description: 
Version: 1.0
Author: TIMECUT LABEL
Tags:

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

/* DEFAULT---------------------------------------------------------------------------- */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
p{
	margin: 0px 0px 1em;
}

/* LINK---------------------------------------------------------------------------- */

a:link{
	text-decoration: underline;
	color: #000000;
}
a:visited{
	color: #000000;
	text-decoration: underline;
}
a:active{
	color:#FF9900;
	text-decoration: underline;
}
a:hover {
	color:#FF9900;
	text-decoration: underline;
}

/* .entryTitle LINK---------------------------------------------------------------------------- */

.entryTitle a:link{
	text-decoration: none;
	color: #000000;
}
.entryTitle a:visited{
	color: #000000;
	text-decoration: none;
}
.entryTitle a:active{
	color: #000000;
	text-decoration: none;
}
.entryTitle a:hover {
	color: #000000;
	text-decoration: none;
}

/* BODY---------------------------------------------------------------------------- */

body {
	text-align: center;
	font: 12px/20px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Vernada, sans-serif;
	color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/bg.gif);
}

#wrapper {
	width: 870px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* HEADER---------------------------------------------------------------------------- */

#header {
	width: 870px;
	margin-top: 30px;
	padding: 0px;
}
#header h1 {
	float: left;
	padding-left: 5px;
}
#header #globalMenu {
	float: right;
}
#header #globalMenu li {
	float: left;
	width: 100px;
}

/* CONTENTS---------------------------------------------------------------------------- */

#contents {
	width: 870px;
	clear: both;
	padding: 30px 0px;
}

#contents #main {
	width: 630px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ENTRY---------------------------------------------------------------------------- */

#contents #main .entryTitle {
	line-height: 22px;
	margin: 0px 0px 10px;
	padding: 0px 10px;
	height: 22px;
	background: #F3F3F3 url(images/entry_title.jpg);
	clear: both;
}
#contents #main h2 {
	float: left;
	font-weight: bold;
}
#contents #main .entryTime {
	float: right;
}
#contents #main h3 {
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents #main .entry {
	margin: 0px;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#contents #main .postMetaData {
	margin: 0px 0px 30px;
	float: right;
	clear: both;
	padding: 0px;
}
#contents #main .navLink {
	margin: 0px 0px 10px;
	clear: both;
	padding: 0px;
}

/* SIDE MENU---------------------------------------------------------------------------- */

#contents #side {
	float: right;
	width: 200px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#contents #side h4 {
	padding: 0px;
	height: 22px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;

}
#contents #side h4.margin0 {
	margin-top: 0px;
}
#contents #side .standard {
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}
#contents #side ul li {
	line-height: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#contents #side ul.photo li {
	height: 60px;
	margin: 0px 0px 10px;
	padding: 0px 5px;
	float: left;
	width: 90px;
}
#contents #side ul.banner li {
	margin-top: 10px;
}
#contents #side ul.newentry li {
}


/* FOOTER---------------------------------------------------------------------------- */

#footer {
	line-height: 24px;
	height: 24px;
	clear: both;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #191919;
	background-image: url(images/footer_bg.jpg);
}
