/*
Theme Name: Definium
Theme URI: http://www.definium.ca/
Description: Theme for Definium Design Gourp Blog
Version: 1.0
Author: Naoko Sekine
Author URI: http://www.definium.ca/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 10px/18px Verdana, Geneva, sans-serif;
	color: #6f6e67;
	background: #000000 url('images/definium_bg.jpg') no-repeat;
}

img {
	border: none;
	behavior: url(/definium/work/css/iepngfix.htc);
}

a {
	color: #5f5e56;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 18px;
}

h1, h1 a {
	margin: 0 0 18px 0;
	color: #2d5770;
	font: 18px/18px Verdana, Geneva, sans-serif;
}

h2 {
	padding-top: 17px;
	color: #ffffff;
	font: bold 10px/18px Verdana, Geneva, sans-serif;
}

h3 {
	color: #ffffff;
	font: bold 14px/18px Verdana, Geneva, sans-serif;
}

ul {
	list-style-type: none;
}

input, textarea {
	border: none;
}

#container {
	width: 920px;
	padding-left: 66px;
	float: left;
}

#header {
	width: 686px;
	height: 192px;
	padding-left: 30px;
	background: url('images/content_bg3.gif') no-repeat bottom right;
}

/* navigation */
#navi1 {
	width: 118px;
	margin-top: 27px;
	float: right;
}

#navi2 {
	width: 113px;
	margin-top: 107px;
	float: right;
}

#navi1 li {
	padding-bottom: 7px;
}

#navi1 a {
	height: 17px;
	display: block;
}

#navi2 a {
	height: 34px;
	display: block;
}

#navi1 a:hover, #navi1 a.active {
	background-position: 0px -17px;
}

#navi2 a:hover, #navi2 a.active {
	background-position: 0px -34px;
}


#subnavi {
	width: 184px;
	margin-top: -64px;
	padding: 0 0 17px 0;
	float: right;
	border-top: 3px solid #181818;
	border-bottom: 3px solid #181818;
	font: 10px/18px Verdana, Geneva, sans-serif;
}

#subnavi a {
	width: 100%;
	display: block;
	color: #6f6e67;
}

#subnavi a:hover, #subnavi a.active {
	color: #6f6e67;
	background-color: #181818;
	text-decoration: none;
}

.archive {
	margin: 0;
	padding-left: 18px;
}

/* content area */
#content {
	width: 716px;
}

.post {
	width: 483px;
	padding: 37px 0 0 25px;
	border-bottom: 1px solid #181818;
	margin-bottom: 10px;
	float: right;
	font-size: 11px;
}

.post a {
	color: #2d5770;
}

.comment_num {
	font-weight: bold;
	color: #ffffff;
}

.postmeta {
	width: 178px;
	margin: 37px 30px 0 0;
	padding-top: 18px;
	float: left;
	border-top: 3px solid #20201e;
}

.navigation {
	margin-left: 232px;
}


/* comment page */
.comment {
	padding-top: 16px;
	border-top: 1px solid #181818;
}

.avatar, .says {
	display: none;
}

.fn, .fn a {
	color: #ffffff;
	font-style: normal;
}

.comment-meta a {
	color: #393939;
}

#respond {
	padding-top: 40px;
}

#submit {
	width: 62px;
	height: 19px;
	border: none;
	background-image: url('images/submit.jpg');
}


#content_footer {
	height: 25px;
	padding: 55px 0 0 532px;
	background: url('images/content_bg.gif') no-repeat 208px 100%;
}

#footer {
	width: 508px;
	padding: 12px 0 80px 210px;
}


/******/
.red {
	color: #9c1f20;
}

.white {
	color: #ffffff;
}

.blue {
	color: #2d5770;
}

.mb0 {
	margin-bottom: 0;
}

.pt50 {
	padding-top: 50px;
}

.image1 {
	margin-left: 208px;
}

.image2 {
	padding: 10px 0 0 74px;
}

.line {
	border-top: 1px solid #181818;
}

/** logo **/
.definium_logo {
	width: 190px;
	height: 80px;
	margin-top: 88px;
	display: block;
	float: left;
}

/** main navigation **/
a.studio {
	background: url('images/navi/studio.jpg') no-repeat top left;
}

a.boundaries {
	background: url('images/navi/boundaries.jpg') no-repeat top left;
}

a.portfolio {
	background: url('images/navi/portfolio.jpg') no-repeat top left;
}

a.clients {
	background: url('images/navi/clients.jpg') no-repeat top left;
}

a.culture {
	background: url('images/navi/culture.jpg') no-repeat top left;
}

a.contact {
	background: url('images/navi/contact.jpg') no-repeat top left;
}

a.rfp {
	background: url('images/navi/rfp.jpg') no-repeat top left;
}

/* footer */
.share {
	border: 1px solid #c0beb6;
}

.sharelink {
	width: 70px;
	height: 20px;
	margin: 0 6px 20px 0;
	display: block;
	float: left;
	background-repeat: no-repeat;
}

/*
.sharelink:hover {
	background-position: 0 -20px;
}
*/
.facebook {
	background-image: url('images/footer/facebook.jpg');
}

.twitter {
	background-image: url('images/footer/twitter.jpg');
}

.footer_navi {
	width: 90px;
	float: left;
}

.copy {
	margin: 20px 0 0 0;
}

.copy img {
	vertical-align: middle;
}

.top {
	width: 16px;
	height: 10px;
	margin-top: -18px;
	display: block;
	float: right;
	background-image: url('images/footer/top.gif');
}

.top:hover {
	background-position: 0px -10px;
}

