html {
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/theme/background.png);
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}


p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: #000000 1px solid ;
	padding: 2px ;
	overflow: hidden;
	background: #fff ;
}
#container_border {
	border: #0000FF 2px solid ;
	padding: 2px ;
	width: 794px ;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 8px ;
	background: #fff ;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,strength=3,direction=135);
}
#mastheader {
	display: block ;
}

#header #navbar {
	width: 100% ;
	background: url(../images/theme/headnav-bg.png) repeat-x;
}
#header #navbar ul {
	height: 23px ;
	width: 760px ;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#header #navbar ul li {
	float: left ;
	width: 95px ;
	text-align: center ;
}
#header #navbar a:hover, #header #navbar a:active, #header #navbar a:visited, #header #navbar a {
	font-size: 14px ;
	font-weight: bold ;
	color: #fdef1a;
	text-decoration: none ;
	width: 100% ;
	height: 23px ;
	display: block ;
	padding-top: 3px ;
}
#header #navbar a:hover, #header #navbar a.selected {
	background: url(../images/theme/headnav-rose.png) ;
	background-position: 0 -23px ;
}
#header #montage, #montage_footer {
	width: 788px ;
	height: 130px ;
	padding: 0px ;
	margin: 0px ;
}
#header #montage img {
	display: block ;
	float:right ;
	margin-top: 63px ;
}

#column_left {
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px ;
	clear: left;
}

.side_nav h2 {
	font-size: 15px ;
	margin-bottom: 0px ;
}

.side_nav p {
	margin-bottom: 4px ;
	font-size: 12px ;
}
.side_nav ul p {
   margin-bottom: 0px ;
}
.side_nav ul {
	list-style-type: none;
	padding-left: 0px ;
	margin-top: 4px ;
	margin-bottom: 15px ;
}
.side_nav ul li {
	padding-left: 20px ;
	font-size: 14px ;
	margin-top: 2px ;
	padding-top: 2px ;
	text-decoration: none ;
	color: #000000;
}

body#meetus .side_nav ul {
	margin-top: 70px ;
}

.side_nav ul li a:hover,   .side_nav ul li a:active, 
.side_nav ul li a:visited, .side_nav ul li a:link,
.side_nav ul li a {
	font-size: inherit ;
	text-decoration: inherit ;
	color: inherit;
}
.side_nav ul li.selected a {
	font-style: italic ;
	font-weight: bold ;
}
.side_nav ul li.gold {
	background: url('../images/theme/bullet-diayelgrad.gif') no-repeat top left ;
}
.side_nav ul li.blue {
	background: url('../images/theme/bullet-diabludrkgrad.gif') no-repeat top left ;
}
.side_nav ul li.bronze {
	background: url('../images/theme/bullet-diadrkgregrad.gif') no-repeat top left ;
}

body.left-sidebar #content {
	margin-left: 180px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px ;
}
body.no-sidebar #content {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px ;

}

body#meetus #content h2 {
	font-style: italic ;
	font-size: 20px ;
}

#content h2.top, #content h1.top {
	font-size: 25px ;
	text-align: center ;
}

#content .footnote {
	font-style: italic ;
	font-size: 12px ;
}
#content ul.schedule,
#content ul.fanupdate {
	list-style-type: none;
	padding-left: 0px ;
}

#content ul.schedule h3 {
	margin-bottom: 0px ;
}
#content ul.fanupdate h2 {
	float: left ;
	text-size: inherit ;
	color: #F00 ;
	margin-right: 10px ;
}

#content ul.fanupdate>li,
#content ul.schedule>li,
#content #corp-contact {
	padding: 10px ;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,strength=3,direction=135);
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px ;
	border-radius: 10px ;
	background: #fff ;
	margin-bottom: 15px ;
}
#content ul.fanupdate li.gold,
#content ul.schedule li.gold {
	border: 2px yellow solid ;
}

#content ul.fanupdate li.blue,
#content ul.schedule li.blue,
#content #corp-contact {
	border: 2px blue solid ;
}

#content ul.fanupdate li.bronze,
#content ul.schedule li.bronze {
	border: 2px #088A08 solid ;
}
#content ul.fanupdate p,
#content ul.schedule p {
	font-size: 15px ;
}
ul.fanupdate blockquote {
	margin: 20px ;
	border: 1px red dashed; 
	padding: 10px 14px;
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px ;
	border-radius: 10px ;
}

#beer_ad_border {
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,strength=3,direction=135);
}

#footer {
	height: 22px ;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #7f7fff;
	border-bottom: 1px solid #000042 ;
	background: #0000FF ;
	overflow: hidden ;
	color: #FFFFFF ;
}
#footer a {
	color: #FFFFFF ;
	text-decoration: none ;
}
#footer a:hover {
	color: #FDEF1A
}

#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div1 a {
	font-size: 14px ;
	font-weight: bold ;
	margin-left: 4px ;
}
#footer .div2 {
	float: right;
	text-align: right;
	margin-right: 4px ;
	font-size: 14px ;
}


/* Home page overrides */

body#home #column_left {
	width: 0px ;
	display: none ;
}

body#home #content {
	margin-left: 10px ;
	padding-bottom: 10px ;
}

body#home #content_background {
	background-image: url('/images/photos/home/background.jpg') ;
	background-color: #a38dfc;
	background-position: center bottom ;
	background-repeat: no-repeat ;
}

body#home #header #montage {
	position: relative ;
}
body#home #header #montage a {
	display: block ;
	width: 420px ;
	height: 25px ;
	position: absolute ;
	top: 105px ;
	left: 184px ;
}

body#home #header #montage img {
	display: inline ;
	float: none ;
	margin: 0px ;
}

/* Home page content */

body#home #awardfeature {
	-moz-box-shadow: 0px 3px 3px #666;
	-webkit-box-shadow: 0px 3px 3px #666;
	box-shadow: 0px 3px 3px #666;
	background-color: #fff;
	border-bottom: solid 2px blue ;
	border-top: solid 2px blue ;
	height: 159px;
}

body#home #topfeature {
	background: url(../images/theme/home-figures-riki.gif) top center no-repeat;	
}

body#home #topfeature #bottom-figure2 {
	background: url(../images/theme/home-figures-jef.gif) 590px 100% no-repeat;	
}

body#home #topfeature #bottom-figure3 {
	background: url(../images/theme/home-figures-ronn.gif) 30px 100% no-repeat;	
	padding-top: 44px ;
	padding-bottom: 35px ;
}


body#home .feature {
	border: 2px blue solid ;
	background: #fff ;
	width: 360px ;
	min-height: 200px ;
	height: auto !important ;
	height: 200px ;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,strength=3,direction=135);
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px ;
	border-radius: 10px ;
	font-size: 16px ;
	position: relative ;
}

body#home .feature {
	margin-bottom: 20px ;
}

body#home #topfeature .feature {
	margin: 0 auto ;
	width: 390px ;
}

body#home .feature h2 {
	display: block ;
	height: 25px ;
	font: bold 18px verdana, helvetica, sans-serif ;
	color: #FFF ;
	background: blue ;
	text-align: center ;
	margin-top: 0 ;
	margin-bottom: 8px ;
}

body#home .feature h2 a,
body#home .feature h2 a:visited,
body#home .feature h2 a:active,
body#home .feature h2 a:hover,
body#home .feature h2 a:link {
	text-decoration: none ;
	color: #fff ;
}

body#home #topfeature .feature h2 {
	height: 30px ;
	font-size: 20px ;
}

body#home .feature img {
	display: block ;
	float: left ;
	margin: 0px 10px 10px 10px ;
}
body#home .feature .featuretext {
	margin: 0 10px 0 125px ;
	height: 100% ;
}
body#home .feature .featuretext a,
body#home .feature .featuretext a:visited,
body#home .feature .featuretext a:active,
body#home .feature .featuretext a:hover,
body#home .feature .featuretext a:link {
	text-decoration: none ;

}

body#home .feature a.text_link {
	text-align: right;
	bottom: 5px ;
	right: 10px ;
	position: absolute ;
	float:right ;
}

body#home .feature hr {
	width: 180px ;
	height: 1px ;
	color: blue ;
	background: blue ;
}
body#home #topfeature .feature ul {
	margin-top: 0 ;
	margin-bottom: 0 ;
	font-size: 14px ;
}


/* form Definitions */

#corp-contact.ss-form-container {
	width: 500px ;
	margin: 0 auto ;
	border: 1px blue solid ;
	padding: 0 15px 15px 15px ;
}

#corp-contact .ss-form-entry {
	overflow: hidden ;
}

#corp-contact .ss-q-title {
	float: left ;
}
#corp-contact .ss-form-entry input {
	float: right ;
	margin-right: 50px ;
	width: 150px ;

}
#corp-contact .ss-form-entry textarea {
	clear: both ;
	width: 490px ;
}
div.ss-required-asterisk {
	font-size: 80% ;
}
.ss-required-asterisk {
	color: #ff0000 ;
}
#corp-form .ajax-loading {
	margin-top: 5px ;
	margin-right: 20px ;
	float: right ;
}
#corp-form .ajax-loading img {
	display: none ;
}
.form-success {
	border: 2px solid #009933 ;
	background: #ccffcc ;
	margin: 20px ;
	padding: 10px ;
}
.form-fail {
	border: 2px solid #cc0033 ;
	background: #ffccff ;
	margin: 20px ;
	padding: 10px ;
}
.form-output {
	display: none ;
}
/* Misc Definitions */

.photo-shadow {
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,strength=3,direction=135);
	margin: 5px 10px;
}

.captionedphoto {
	display: block;
	text-align: center; /*centers text & image*/
	margin: 10px; /*centers the whole div*/
	padding: 10px; /*this depends of your design*/
	font-size: 105%;
	font-style: italic;
	color: #9898FF;
	border: 1px solid #777777;
}
.captionedphoto img {
	padding-bottom: 10px;
	border: 0px;
}

.floatright {
	float: right ;
}
.floatleft {
	float: left ;
}
.photos2col {
	width: 45% ;
}
.photos3col {
	width: 32% ;
}

.clearboth {
	clear: both ;
}
.clearright {
	clear: right ;
}
.clearleft {
	clear: left ;
}
.centered {
	margin-left: auto ;
	margin-right: auto ;
}


