/* @override http://inspired/stylesheets/design.css */

body {
	background: #868e82 url(/images/Wallpaper_v1r2.png);
}

#lang_choice li {
	list-style-type: none;
	vertical-align: text-top;
	border-style: none;
	text-align: left;
}

#lang_choice:hover li a {
	border-bottom-style: none;
}

#page {
	margin: 40px auto 0;
	width: 1005px;
}

/* @group menu */

ul#menu {
	list-style: none;
	width: 1000px;
	padding: 0;
	margin: 0 4px 0 1px;
	border-top: 1px solid #fff;
}

ul#menu li {
	list-style: none;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 0.8em;
}

ul#menu li ul {
	position: absolute;
	width: 70px;
	left: -1199em;
	margin: 0;
	padding: 0;
}

ul#menu li.hover ul {
	left: auto;
}

ul#menu li ul li a {
	background-color: #ccc;
	margin-top: 3px;
	width: 70px;
}

ul#menu li a {
	display: block;
	padding: 6px 10px 6px 15px;
	color: #fff;
	text-transform: uppercase;
	font: 1.25em "Droid Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: .1em;
}

ul#menu li.submenu a {
	width: 70px;
	padding: 6px 10px;
}

ul#menu li a:hover,
ul#menu li.hover a,
ul#menu li.hover ul a:hover {
	background-color: #4e0e5f;
	text-decoration: none;
}

ul#menu li.hover ul li {
	background: transparent url(../images/menu_bg.png) repeat;
}

* html ul#menu li.hover ul li {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu_bg.png', sizingMethod='scale');
}

ul#menu li.hover ul a {
	position: relative;
	background: transparent url(../images/submenu_bg.png) repeat;
	cursor: pointer;
}

* html ul#menu li.hover ul a {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/submenu_bg.png', sizingMethod='scale');
}

ul#menu li.selected a {
	background-color: #4e0e5f;
}

body#home ul#menu li.selected a {
	background-color: #333;
}

#lang_menu a {
	display: block;
	padding: 6px 10px 0 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: "Droid Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-align: right;
	margin-bottom: -22px;
}

/* @end */

/* @group content */

#content {
	padding: 0;
	background: #fff url(/images/content_bkgnd.png) repeat-y;
	clear: both;
	margin-top: 36px;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 0;
	border: 2px solid white;
}

* html #content {
	margin-top: 8px;
}

* + html #content {
	margin-top: 8px;
}

#content img.main_photo {
	padding: 0;
	display: block;
}

#imgslide {
	width: 1003px;
	border: 1px solid white;
}

/* @end */

/* @group Footer */

#footer {
	display: block;
	width: 1000px;
	margin: 4px 0 0 1px;
}

#footer p.copyright {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	float: left;
	color: #575757;
}

#footer div#logo {
	width: 132px;
	height: 80px;
	display: block;
	float: right;
	background-image: url(../images/logo.png);
}

#footer div#logo span {
	margin-left: -1200em;
}

/* @end */

/* @group Article */

#content #article .text {
	display: block;
	width: 700px;
	float: left;
	background: #fff;
	margin-top: 36px;
	padding-bottom: 1002em;
	margin-bottom: -1000em;
}

#sidebar {
	float: right;
	background: url(../images/logo_small.gif) no-repeat 80% 95%;
	position: relative;
	width: 282px;
	right: 2px;
	top: 2px;
	padding-bottom: 10%;
}

#article #sidebar h2 {
	color: #fff;
	margin: 20px 40px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

#article #sidebar p {
	color: #fff;
	margin: 0 40px 14px;
	font:  1.1em/1.6em "Droid Sans", Georgia, "Times New Roman";
}

#sidebar #small_logo {
	background: url(../images/logo_small.gif) no-repeat 160px 600px;
	position: relative;
	display: block;
	visibility: visible;
	width: 200px;
}

#sidebar img {
	top: 20px;
	left: 40px;
	border: 1px solid #bcbcbc;
	margin-top: 30px;
	margin-left: 30px;
}

/* @group Typography */

#article {
	color: #555;
	line-height: 1.8em;
}

#article h2,
#article h3,
#article h4,
#article p,
#article ul,
#article li {
	margin: 0 16px 0 32px;
}

#article h2 {
	color: #5c0a72;
	font: bold 1.6em "Droid Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: .1em;
	margin-bottom: .67em;
}

#article h3 {
	color: #5c0a72;
	font-size: 1.2em;
	line-height: 140%;
	margin-bottom: 0.3em;
}

#article h4 {
	color: #434343;
	margin-bottom: 1em;
	font: 1.2em/140% "Droid Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#article p {
	margin-bottom: 1em;
	font: 1.4em/1.4em "Tinos";
	margin-top: 1em;
}

#article .quote p {
	padding-right: 40px;
	padding-left: 40px;
	font: 2em/1.4em "Reenie Beanie";
	/*font: 2em/1.4em "Just Me Again Down Here";*/
	color: #65255b;
}

#article a {
	color: #60386d;
	font-weight: bold;
}

#article a:hover {
	border-bottom: 1px dotted #60386d;
}

#article div.text p strong {
	font: 1em Tinos;
}

/* @end */

/* @end */

/* @group text */

#gallery_text .text {
	height: 350px;
}

#gallery_text .navigation {
	text-align: center;
}

#gallery_text .navigation a {
	color: #fff;
	text-decoration: none;
}

#gallery_text h2 {
	margin: 20px;
	font-size: 150%;
	text-transform: uppercase;
}

#gallery_text p {
	margin: 12px 20px;
}

/* @end */

/* @group photos_list */

#photos_list ul {
	list-style: none;
	margin: 8px;
	padding: 0;
}

#photos_list ul li {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #333;
}

#photos_list ul li.selected {
	border: 1px solid #fff;
}

#photos_list ul li img {
	display: block;
}

#photos_list .navigation {
	display: block;
	width: 251px;
	float: left;
	position: relative;
	margin: 8px 10px 10px 15px;
}

* html #photos_list .navigation {
	margin-left: 4px;
}

#photos_list .navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#photos_list .navigation ul li {
	padding: 0;
	margin: 0;
	padding: 2px 6px;
	background-color: #4e0e5f;
	color: #fff;
	font-weight: bold;
	margin-left: 4px;
}

#photos_list .navigation a {
	color: #fff;
	text-decoration: none;
}

#photos_list .navigation ul li a:hover {
	background-color: #fff;
	color: #4e0e5f;
}

/* @end */

/* @group Form
 */

fieldset#signup {
	margin: 0 0 10px 160px;
	border-style: none;
}

fieldset div label {
	line-height: 1.1;
	margin: 5px 20px 0 -160px;
	width: 140px;
	float: left;
	text-align: right;
}

fieldset div input, fieldset div textarea, fieldset div select {
	display: block;
	line-height: 1;
	margin-bottom: 7px;
	width: 250px;
}

/* @end */

/* @group Gallery */

.gallery {
	padding-left: 32px;
	margin-bottom: 30px;
}

#gallery_text, #photo, #photos_list {
	background-color: #333;
	height: 400px;
	float: left;
	color: #fff;
	overflow: hidden;
}

#gallery_text {
	width: 176px;
	margin-right: 1px;
}

* html #gallery_text {
	margin-right: 0;
}

#photo {
	width: 338px;
	margin-right: 1px;
}

#photos_list {
	width: 280px;
}

div.gallery a img {
	margin-left: 0;
	margin: 4px;
	border: 1px solid #7f7f7f;
}

#article div.gallery a:hover {
	border-bottom-style: none;
}



/* @end */

#article div.sidebar img {
	margin-left: 18px;
	margin-top: 50px;
	border: 1px solid #838383;
}
