/**
* Vagabond theme CSS main file
* @author Coen de Jong
* @version 1
*/

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   ========================================================================== */

/* ========================= STYLEGUIDE & SWATCHES ======================== */

/* -- common colors -- */
/* 	
	hoofdkleur - #1568ad (blauw)
	2e kleur - #b30f1c (rood)
	3e kleur - #a5a5a5 (grijs) 
	tekst - #000
	grijze border - #8f8f8f
*/


/* ========================= GENERAL TAGS ======================== */

html, body { height: 100%; margin: 0; padding: 0; font-family: Helvetica, Arial; font-size: 10pt; overflow: hidden; }

h1, h2, h3, h4, .specialelite { font-family: "Special Elite", Courier New, monospace; font-style: normal; margin: 0; }

h1 { font-size: 36pt; color: #0c5693; margin-bottom: 10px; line-height: 40pt; }
h2 { font-size: 28pt; color: #b30f1c; margin-bottom: 8px; line-height: 26pt; }
h3 { font-size: 20pt; color: #0c5693; margin-bottom: 6px; line-height: 26pt; }
h4 { font-size: 20pt; margin-bottom: 4px; line-height: 26pt; color: #a5a5a5; }
a, a:active, a:hover, a:visited { color: #000; text-decoration: underline; }
small{font-size:.833em}
em, i{font-style:italic}
strong, b{font-weight:bold}
code, pre{font-family:monospace}
blockquote{padding:0.2em 1em 0.2em 2em; border-left:3px solid #eee}
hr, hr.small { height: 10px; width: 100%; background: url(../images/airmail_pattern.gif) repeat-x; border: none; margin: 0; padding: 0; }
hr.small { height: 3px; }



/* -- form elements -- */

input, textarea
{ 
	border: none; background: url(../images/formline.png) top left repeat, url(../images/inputarrow.png) top left no-repeat; line-height: 22px;
	height: 22px; width: 100%; max-width: 100%; font-family: 'Special Elite', 'Courier New', monospace; font-size: 10pt; color: black; padding: 2px 0 0 20px; margin: 0 0 10px 0; outline: none;
	-ms-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

label { font-family: 'Special Elite', 'Courier New', monospace; }

		label span.required { color: #972227; font-weight: bold; }



/* -- custom button styles -- */

button
{
	display:block;
	float:left;
	margin:0 0.583em 0.667em 0;
	width:auto;
	height: 22px;
	overflow:visible;
	padding:3px 10px 4px 10px;
	
	/**
	* Buttons have trouble with line-heights
	* @bugfix
	* @affected IE
	* @valid yes
	*/
	line-height:inherit;
	
	border:1px solid #c9c9c9;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	
	background-color:#ddd;
	text-decoration:none;
	color:#565656;
	cursor:pointer;
	border-radius: 4px;
}

button:hover
{ background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; }

button:active
{ background-color:#6299c5; border:1px solid #6299c5; color:#fff; }

button.left { float: left; }
button.right { float: right; }

button.blue, button.normal
{ color: white; text-shadow: #024379 1px 0px 1px; background: url(../images/bluebuttonbeginbg.png) left top no-repeat, url(../images/bluebuttonbg.png) left top repeat-x; border: 1px solid #0c5693; border-left: none; }

button.blue:hover, button.normal:hover
{ color: white; text-shadow: #024379 1px 0px 1px; background: url(../images/bluebuttonbeginhoverbg.png) left top no-repeat, url(../images/bluebuttonbg.png) left top repeat-x; border: 1px solid #0c5693; border-left: none; }

button.blue:active, button.normal:active
{ color: white; text-shadow: #002748 1px 0px 1px; background: url(../images/bluebuttonbeginactivebg.png) left top no-repeat, url(../images/bluebuttonactivebg.png) left top repeat-x; border: 1px solid #06365e; border-left: none; }

button.blue.disabled, button.blue.disabled:hover, button.blue.disabled:active, 
button.normal.disabled, button.normal.disabled:hover, button.normal.disabled:active
{ color: #002646; text-shadow: 0px 1px 1px #83b3da; background: url(../images/bluebuttonbeginhoverbg.png) left top no-repeat, url(../images/bluebuttonbg.png) left top repeat-x; border: 1px solid #0c5693; border-left: none; }


/* ===== FRAMEWORK ===== */

/* -- Web application 100% width/height columns and rows  -- */

/* http://blog.stevensanderson.com/2011/10/05/full-height-app-layouts-a-css-trick-to-make-it-easier/
   License: unknown (assuming public domain)
*/

.row, .col { overflow: hidden; position: absolute; }
.row { left: 0; right: 0; }
.col { top: 0; bottom: 0; }
.scroll-x { overflow-x: auto; }
.scroll-y { overflow-y: auto; }

/* -- Container -- */
#container { position: relative; height: 100%; min-width: 1000px; overflow: hidden; }

/* clearfix hack [http://j.mp/bestclearfix] */
.clearfix:before, .clearfix:after, .clearfix > .lastcol:after, .ffluid:after, br.cb{display:block; height:0 !important; line-height:0; overflow:hidden; visibility:hidden}
.clearfix:before, .clearfix:after{content:"."}
.clearfix:after{clear:both}
.clearfix, .ffluid{*zoom:1}

/* Nicole Sullivan zoom-fix hack [http://bit.ly/gpXFlK] */
.fcolholder:after, .fcolholder .lastcol:after, .ffluid:after{font-size:xx-large; content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "}
.fcolholder .lastcol{display:table-cell; float:none; width:auto !important; *display:block; *zoom:1; _position:relative; _left:-3px; _margin-right:-3px}


/* -- floats -- */

.fl{float:left; _margin-right:-3px}
.fr{float:right; _margin-left:-3px}
.ffluid{display:table-cell; *display:block; width:auto}
.cr{clear:right}
.cl{clear:left}
.cb{clear:both}


/* -- display -- */

.hidden{display:none !important}
.hidden, .invisible{visibility:hidden !important}


/* -- centering -- */

/* vertical centering technique [http://www.jakpsatweb.cz/css/css-vertical-center-solution.html] */
.vcentered{/* height of .vcenter element is required */ overflow:hidden; *position:relative; display:table; *display:block}
.vcentered .outer{display:table-cell; vertical-align:middle; width:100%; *position:absolute; *top:50%}
.vcentered .inner{*position:relative; *top:-50%; }

.hcentered { position: relative; float: left; left: 50%; }
.hcentered > * { float: left; position: relative; left: -50%; }


/* -- interaction helpers -- */

.clickable, .btn{cursor:pointer}
.clickable.disabled, .btn.disabled{cursor:default !important}


/* ===== PROJECT SPECIFIC ===== */

/* -- Layout -- */

#fullscreen-placeholder { width: 650px; top: 75px; bottom: 35px; left: 50%; margin-left: -500px; visibility: hidden; }
#map { z-index: 0; position: absolute; top: 45px; }
.sidebar { top: 75px; bottom: 35px; width: 340px; }
.sidebar.right { padding: 0px; left: 50%; margin-left: 161px; padding-right: 10px; }

/* -- Shared style classes -- */

.dropshadow { -webkit-box-shadow: 2px 2px 4px -2px rgba(0,0,0,0.4); -moz-box-shadow: 2px 2px 4px -2px rgba(0,0,0,0.4); box-shadow: 2px 2px 4px -2px rgba(0,0,0,0.4); }
.paperbackground { background: url(../images/paper_bg.jpg) repeat; }
.niceborder { border: 1px solid #8f8f8f; border-top: 1px solid #a3a3a2; border-radius: 5px; }


/* -- Custom Scrollbar -- */

.scrollbar { position: absolute; right: -8px; top: 50px; width: 20px; z-index: 100; }
	.viewport { overflow: hidden; position: relative; width: 100%; height: 100%; }
		.overview { position: relative; left: 0; top: 0; width: 100%; }
	.thumb .end, .thumb { background: transparent url(../images/thumb.png) no-repeat top center; }
	.track { height: 100%; width:20px; position: relative; padding: 0 1px; }
	.thumb { height: 64px; width: 20px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
	.thumb .end { overflow: hidden; height: 5px; width: 20px; background: none; }
	.disable{ display: none; }

.sidebar .scrollbar { width: 10px; right: 0px; top: 0px; }
	.sidebar .scrollbar .thumb { background: #000; opacity: 0.5; border-radius: 10px; width: 8px; }
	.sidebar .scrollbar .track, .sidebar .scrollbar .thumb .end { background: none; width: 10px; }

.jspContainer { overflow: hidden; position: relative; }
.jspPane { position: absolute; }
.jspVerticalBar { position: absolute; top: 0; right: 0; width: 16px; height: 100%; background: red; }
.jspVerticalBar *,
.jspHorizontalBar * { margin: 0; padding: 0; }
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background: #dde; position: relative; }
.jspDrag { background: #bbd; position: relative; top: 0; left: 0; cursor: pointer; }
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow { background: #50506d; text-indent: -20000px; display: block; cursor: pointer; }
.jspArrow.jspDisabled { cursor: default; background: #80808d; }
.jspVerticalBar .jspArrow { height: 16px; }
.jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; }
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner { background: #eeeef4; float: left; height: 100%; }

/* -- Sidebar -- */

.sidebar .blogtitle { border: 1px solid #8f8f8f; border-top: 1px solid #a3a3a2; border-radius: 5px; margin-bottom: 31px; position: relative; background: url(../images/paper_bg_holes.png) 0px 37px repeat-x, url(../images/paper_bg.jpg) 0px -290px no-repeat; }

	.sidebar .blogtitle .rope { position: absolute; background: url(../images/sidebar-rope.png) no-repeat; height: 57px; width: 16px; }

		.sidebar .blogtitle #rope-left { left: 12px; bottom: -48px; }
		.sidebar .blogtitle #rope-right { right: 16px; bottom: -48px; }

	.sidebar .blogtitle h1 { color: #b50101; font-size: 20pt; text-align: center; margin: 0px; }

	.sidebar .widget { padding: 0px; border-bottom: 1px solid #8f8f8f; border-left: 1px solid #8f8f8f; border-right: 1px solid #8f8f8f;  }

		.sidebar .widget.first { border-top: 1px solid #8f8f8f; border-top-left-radius: 5px; border-top-right-radius: 5px; background: url(../images/paper_bg_holes.png) 0px 0px repeat-x, url(../images/paper_bg.jpg) 0px 34px no-repeat; padding-top: 20px; }
		.sidebar .widget.last { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

		.sidebar .widget h1 { text-shadow: #fff 0 -1px 0; line-height: 18pt; color: #1568ad; font-size: 18pt; margin: 0px; padding: 6px 10px; cursor: pointer; }

		.sidebar .widget .bar { border-top: 1px solid #8f8f8f; border-bottom: 1px solid #8f8f8f; background: url(../images/airmail_pattern.gif) repeat; height: 5px; }

		.sidebar .widget .content { display: none; position: relative; }
		
		.sidebar .widget .content .inner { padding: 10px; }
		

/* -- Top Navigation -- */

nav#nav-top { height: 44px; z-index: 100; overflow: visible; background: url(../images/navbg.jpg) repeat-x; border-bottom: 1px solid #bab8ae; }

	nav #centerer { position: relative;	float: left; left: 50%; }

		nav ul.toplevel { margin: 0 0 0 -50%; float: left; position: relative; padding: 0; height: 100%; line-height: 44px; }

		nav .nav-arrow-up { position: absolute; width: 11px; height: 8px; left: 50%; top: -6px; margin-left: -5px; display: none; background: url(../images/navarrowup.png) no-repeat; z-index: 101; }
		nav .nav-arrow-left { position: absolute; left: -8px; top: 10px; width: 8px; height: 11px; background: url(../images/navarrowleft.png) center center no-repeat; z-index: 101; }

		nav ul a, nav ul a:active, nav ul a:visited, nav ul a:hover { display: block; position: relative; color: #053e6d; text-decoration: none; filter: dropshadow(color=#FFF, offx=1, offy=1); }
		
		nav ul li {
			list-style: none;
			float: left;
			position: relative;
			text-shadow: 1px 1px 1px #FFF;
			padding-left: 30px;
			color: #053e6d;
			height: 44px;
			line-height: 44px;
			cursor: pointer;
			background: url(../images/navdivider.jpg) 15px 50% no-repeat;
			font-family: "Special Elite", Courier New, Courier, monospace;
		}

		nav ul li:hover { visibility: inherit; }

		nav ul ul { position: absolute; top: -999em; width: 12em; }

		nav ul li.sfHover ul { left: 0; top: 44px; z-index: 1000; padding: 0; margin: 0; }

			nav ul ul li { width: 10em; height: 35px; padding: 0em; margin: 0em; color: #000; background: url(../images/navlibg.jpg) repeat-x; border-left: 1px solid #bab8ae; border-right: 1px solid #bab8ae; position: relative; }

			nav ul ul li:hover { background: url(../images/navlibghover.jpg) repeat-x; }

				nav ul ul li .nav-arrow-up { display: block; background: url(../images/navarrowup.png) no-repeat; }

				nav ul ul li:hover .nav-arrow-up { display: block; background: url(../images/navarrowuphover.png) no-repeat; }

				nav ul ul li:last-child	{ border-bottom: 1px solid #bab8ae; }

					nav ul ul li a, nav ul ul li p { padding: 0em 0.5em; margin: 0em 0.5em; color: black; }

					nav ul li.sfHover li ul { top: -999em; }

						nav ul li li.sfHover ul { left: 12em; top: 0; }

							nav ul li li.sfHover ul li .nav-arrow-left { display: block; }

							nav ul li li.sfHover ul li:hover .nav-arrow-left { display: block; background: url(../images/navarrowlefthover.png) center center no-repeat; left: -7px; }

							nav ul li li.sfHover li ul { top: -999em; }
							
							nav ul li li li.sfHover ul { left: 12em; top: 0; }
		


/* -- Suggestions Toggle in Top Navigation -- */

#togglesuggestions.on { padding-right: 40px; background: transparent url(../images/navsuggeston.png) no-repeat 100% 5px; }
#togglesuggestions { padding-right: 40px; background: transparent url(../images/navsuggestoff.png) no-repeat 100% 5px; }

		
		
/* -- Search in Top Navigation -- */

nav .search { background: url(../images/navsearchbg.png) no-repeat; width: 185px; height: 38px; padding: 0px 38px 0px 5px; color: #115a96; text-shadow: 1px 1px 1px #FFF; border: none; }
	
	nav .search a, nav .search p { filter: dropshadow(color=#FFF, offx=1, offy=1); }
	
#search-results { display: none; width: 228px; max-height: 400px; z-index: 100; overflow: visible; border: 1px solid #8f8f8f; }

#search-results .scrollbar { top: 10px; }

#search-results .track { height: 326px; }

#search-results ul { list-style: none; margin: 0; padding: 0; width: 100%; float: left; }

	#search-results ul li { width: 100%; padding: 0.5em; color: #000; list-style: none; float: left; position: relative; cursor: pointer; background: url(../images/navbg.jpg) repeat; border-bottom: 1px solid #8f8f8f; }

	#search-results ul li:first-child { }
	
	#search-results ul li:last-child { border-bottom: none; }

		#search-results ul li a, #search-results ul li p { padding: 0em 0.5em; margin: 0em 0.5em; color: black; }

		#search-results ul li.search-result img.search-result-icon { float: left; max-width: 20%; }
		#search-results ul li.search-result a.search-result-link { float: left; width: 67%; }
		#search-results ul li.search-result .search-result-link-name { font-weight: bold; }
		#search-results ul li.search-result .search-result-link-summary { font-size: smaller; }
		#search-results ul li.search-result .search-result-link p { margin-bottom: 5px; }
		#search-results #search-result-template { display: none; }
		




/* ========================= POPUP & FULLSCREEN ======================== */

/* -- Shared styles by all post types & fullscreen/popup -- */

.infoBox > img { z-index: 101; }

.fullscreen, .popup { position: relative; z-index: 100; display: none; }

.thecaption, .thetitle { font-size: 18pt; text-align: left; line-height: 1em; }

ul.meta { font-size: 8pt; margin-bottom: 15px; margin-left: 20px; margin-right: 40px; }
	ul.meta li { padding-left: 25px; height: 20px; line-height: 20px; }
	ul.meta .when { background: url(../images/time-icon.png) left 50% no-repeat; }
	ul.meta .where { background: url(../images/geo-icon.png) 0px 50% no-repeat; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 428px; }
	ul.meta .who { background: url(../images/author-icon.png) left 50% no-repeat; }

.popup .content .actions, .fullscreen .content .actions
{
	height: 22px;
	float: none;
}

.popup label { float: left; width: 65px; height: 24px;line-height: 30px; }


/* -- Popup styles -- */

.popup { width: 510px; max-height: 500px; margin-bottom: 13px; border-bottom-left-radius: 0px; }

	.popup .viewport { max-height: 465px; }

	.popup .content { overflow: hidden; width: 100%; margin-bottom: 4px; }

	.popup h1, .popup ul.meta, .popup form
	{ margin-left: 20px; margin-right: 40px; }
	
	.popup .fullscreen-content { display: none; }

	.popup-pointer { position: absolute; bottom: -14px; left: -1px; }


/* -- Fullscreen styles -- */

.fullscreen h1.thetitle { margin-top: 20px; }
.fullscreen h1, .fullscreen .content .meta, .fullscreen form, .fullscreen .theexcerpt, .fullscreen .more { margin-left: 20px; margin-right: 40px; }
.fullscreen p { margin-bottom: 1em; }
.fullscreen textarea, .fullscreen input[type="text"] { width: 500px; }
.fullscreen .closebutton { position: absolute; cursor: pointer; top: 20px; right: 20px; z-index: 100; }
.fullscreen .content { height: 100%; }
.fullscreen .more { margin-bottom: 1em; }
.fullscreen hr.more-divider {  }

/* -- Comment form -- */

.popup textarea { width: 380px; max-width: 380px; height: 70px; }
.popup input { width: 180px; }
.leave-a-reply { margin-left: 87px; margin-top: 1em; }
.commentform { margin-bottom: 15px; }
.commentform p { margin-top: 0; margin-bottom: 0; }
.popup .comments { margin: 1em 40px 0px 20px; }
.comments hr { height: 5px; padding-left: 0; padding-right: 0; }
.comments .comments-header { font-size: 11pt; color: black; line-height: 11pt; margin-bottom: 0; }
.single-comment { text-align: left; margin: 10px 0px; padding: 10px; min-height: 50px; }
.single-comment .meta { margin: 0; font-family: "Special Elite", Courier New, monospace; }
.single-comment .avatar { float: left; border: 1px solid #8f8f8f; padding: 2px; margin-right: 10px; margin-bottom: 5px; background: #FFFFFF; }
.single-comment .author { font-size: 10pt; }
.single-comment .comment-text { margin: 0 0 0.5em 0; font-size: 10pt; }

/* -- Status update popup specific styles -- */


/* -- Media popup specific styles -- */

.popup.media .wrapper { -webkit-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.5); -moz-box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.5); box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.5); margin-bottom: 1em; width: 400px; height: 300px; margin-left: auto; margin-right: auto; }
.popup.media .themedia { display: block; z-index: -1; position: relative; cursor: pointer; }

/* -- Blog post popup specific styles -- */

.popup.blog .theexcerpt { margin-left: 20px; margin-right: 40px; margin-bottom: 1em; }
.popup.blog hr { margin-bottom: 1em; }
.popup.blog button.readmore { margin-right: 40px }


/* -- Suggestion popup specific styles -- */

#popup-new-suggestion { display: none; }
#overlay { width: 100%; height: 100%; position: absolute; top: 0; z-index: 1000; background-color: black; opacity: .75; display: none; }
	#overlay.inprocess { background: black url(../images/ajax-loader.gif) no-repeat 50% 50%; }
	#overlay h2 { text-align: center; position: absolute; top: 50%; color: white; width: 100%; }


/* ========================= MESSAGEBOX ======================== */

.messagebox { width: 350px; position: absolute; top: 100px; left: 100px; }
	.messagebox-top { background: url(../images/messagebox-top.png) repeat-x; height: 8px; width: 100%; }
	.messagebox-content { background: url(../images/messagebox-bg.jpg) repeat; padding: 10px; overflow: auto; }
	.messagebox-content h1 { color: red; font-size: 18pt; text-transform: uppercase; line-height: 1em; text-align: center; }
	.messagebox-content .messagebox-message { overflow-x: hidden; text-align: center; font-size: large; font-weight: bold; margin-bottom: 1em; font-family: "Special Elite", Courier New, monospace; }
	.messagebox-textarea { min-height: 75px; }
	.messagebox-bottom { background: url(../images/messagebox-bottom.png) repeat-x; width: 100%; height: 8px; }
	
.messagebox.confirmbox { top: 100px; left: 400px; }
.messagebox.suggestbox { position: relative; top: 0; left: 0; }


/* ============================ DEBUG ============================ */




/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
