* {
	color: #1D2225;
	font: 13px/19px "Segoe Print", "Trebuchet MS",verdana,arial,times,serif;
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(img/body-bg.gif);
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}

td,
th {
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}

th {
	font-weight: bold;
	padding-right: 20px;
}

a img {
	border: none;
}

.clearfix
{
	min-height: 1%;
}

* html .clearfix
{
	height: 1%;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

/* grid */

div#stage {
	background: #0f1113;
	border: 1px solid #18191a;
	margin: 20px 35px;
	padding: 20px;
}

div#navigation {
	background: url(img/logo.gif) no-repeat 20px 20px;
	float: left;
	width: 250px;
}

div#content {
	background: #c6cdd1;
	margin-left: 260px;
	max-width: 980px; /* ignoring IE6 */
	min-height: 250px;
	min-width: 500px; /* ignoring IE6 */
	padding: 40px 20px 60px;
}

* html div#content {
	height: 250px;
}

div#sidebar {
	float: right;
	padding-left: 30px;
	width: 230px;
}

div#sidebar ul * {
	font-size: 11px;
	line-height: 14px;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

div#sidebar p {
	padding-left: 19px;
}

div#footer {
	background: #1d2225;
	margin-left: 260px;
	max-width: 980px; /* ignoring IE6 */
	min-width: 500px; /* ignoring IE6 */
	padding: 10px 20px;
}

/* navi */

div#navigation ul {
	padding: 200px 10px 10px;
}

div#navigation ul li {
	height: 30px;
}

div#navigation ul a,
div#navigation ul span {
	background: url(img/menu-item.gif) no-repeat;
	color: #c6cdd1;
	display: block;
	height: 19px;
	padding: 11px 2px 0;
	text-align: right;
	text-decoration: none;
}

div#navigation ul a:hover {
	color: #ef8107;
}

div#navigation ul span,
div#navigation ul a.active {
	color: #ef8107;
	background-position: 0 -30px;
}

/* content */

a {
	color: #ef8107;
	padding: 0 1px;
}

a:hover {
	background: #ef8107;
	color: #1d2225;
	text-decoration: none;
}

h1 {
	color: #ef8107;
	font-size: 19px;
}

h1 span {
	color: #1d2225;
}

h2 {
	font-size: 17px;
	padding: 15px 0 20px;
}

h2 * {
	font-size: 17px;
}

h3 {
	background: url(img/h3-bg.gif) repeat-x left bottom;
	color: #71787b;
	font-size: 14px;
	margin: 12px 0;
}

h3 * {
	color: #71787b;
	font-size: 14px;
}

h2+h3 {
	margin-top: 0; /* sorry, IE6 */
}

h2+.plain {
	margin-top: -20px;
}

.plain h3,
.twitter h3 {
	background: none;
	color: #1d2225;
	padding-top: 10px;
}

.plain h3 *,
.twitter h3 * {
	color: #1d2225;
}

img.right {
	border: 2px solid #fff;
	float: right;
	margin-left: 30px;
}

ul.disc li {
	background: url(img/dot.gif) no-repeat 0 1px;
	padding: 0 0 8px 19px;
}

div.hr {
	height: 20px;
	overflow: hidden;
}

div.hr hr {
	display: none;
}

/* header image */

div.image-wrapper {
	margin: -40px -20px 16px;
}

div.image-wrapper img {
	width: 10%;
	-ms-interpolation-mode: bicubic;
}

/* content > flickr */

div#flickr_badge_source {
	min-height: 115px;
}

div#flickr_badge_source.v2 {
	min-height: 90px;
	padding: 20px 0 0;
}

div#flickr_badge_source a:hover {
	background: none;
}

div#flickr_badge_source a img {
	border: 2px solid #fff;
	margin: 0 2px 6px;
}

div#flickr_badge_source a:hover img {
	background: none;
	border-color: #ef8107;
}

/* content > myog > index */

div#myog-index {
	margin-right: -11px;
}

div#myog-index li {
	float: left;
	height: 255px;
	margin: 0 11px 12px 0;
	width: 255px;
}

div#myog-index a {
	background: none;
	border: 2px solid #dde1e3;
	display: block;
	height: 251px;
	padding: 0;
	position: relative;
	text-decoration: none;
	width: 251px;
}

div#myog-index a:hover {
	background: #dde1e3;
	border-color: #ef8107;
}

div#myog-index img {
	border: 1px solid #bbb;
	display: block;
	margin: 120px auto 0;
	position: relative;
}

div#myog-index span {
	color: #1d2225;
	left: 10px;
	position: absolute;
	text-align: center;
	bottom: 10px;
	width: 233px;
}

/* content > myog > details */

ul.gallery {
	height: auto;
	overflow: hidden;
	padding: 30px 0 0;
}

ul.gallery li {
	float: left;
	margin: 0 10px 10px 0;
}

ul.gallery a {
	display: block;
}

a.lightbox {
	display: inline-block;
}

ul.gallery a,
a.lightbox {
	border: 1px solid #bbb;
}

ul.gallery a:hover,
a.lightbox:hover {
	background: #fff;
	border-color: #ef8107;
}

ul.gallery img,
a.lightbox img {
	background: #fff;
	padding: 2px;
	display: block;
}

div#myog-details {
	background: url(img/h3-bg.gif) repeat-x left bottom;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

div#myog-details table {
	width: 100%;
}

div#myog-details tr th,
div#myog-details tr td {
	border-top: 1px dotted #eef0f1;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#myog-details tr:first-child th,
div#myog-details tr:first-child td {
	border-top: none;
}

form#order table {
	margin: 10px 0;
	width: auto;
}

form#order table th,
form#order table td {
	padding-bottom: 10px;
	padding-top: 10px;
}


form#order input[type=text],
form#order textarea {
	width: 292px;
	padding: 2px 4px;
	margin: 0;
	border: 1px solid #bbb;
}

form#order textarea {
	height: 100px;
}

form#order select {
	width: 300px;
}


p.browse {
	float: right;
}

p.upper-browse {
	padding-top: 9px;
}

/* footer */

div#footer p {
	color: #c6cdd1;
}

/* ceebox */

a#cee_prev:hover {
	background-color: none !important;
}

}

