/* Stylesheet for sa-mp.com */

* html .visualIEFloatFix { height: 0.01%; }

body {
	background-color: #777777;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right }
.strike { text-decoration: line-through; }

h1 { display: none; }


h2 {
	font-size: 9pt;
	padding: 0.5em;
	margin-bottom: 2px;
}

a {
	color: #e21414;
	text-decoration: none;
}
a:hover { color: #FFFFFF; }

#container {
	top: 5%;
	width: 90%;
	left: 50%;
	margin-left: -45%;
	position: absolute;
}
#main {
	background-color: #444444;
	padding-bottom: 3%;
	border-bottom: 10px solid black;
}

#header {
	text-align: center;
	height: 124px;
	background: transparent url(../images/logo.jpg) repeat-x -23px 0px;
	border-bottom: 10px solid black;
}
	#header img {
		padding-top: 3px;
		border: 0;
		height: 116px;
		width: 304px;
	}

#content {
	margin-left: 23%;
	margin-right: 3%;
}
	#content .box, #content .boxcomment {
		background-color: #222222;
		padding-bottom: 0.5em;
		margin-bottom: 1em;
	}
		#content .innerbox {
			margin: 0.5em;
		}
		#content blockquote.box {
			padding: 0;
			border: 1px solid #000000;
			margin: 0.5em;
			margin-left: 1em;
			margin-top: 0;
		}
		#content .box h2, #content .boxcomment h2 {
			background-color: #000000;
			margin-left: 0;
			margin-right: 0;
			}
		#content .boxcomment {
			margin-left: 5%;
		}


#menu {
	padding: 0.5em;
	width: 20%;
	float: left;
}
	#menu ul {
		margin: 0;
		padding: 0;
	}
	#menu li {
		list-style: none outside;
		padding: 2px;
		padding-left: 16px;
		padding-right: 20px;
		border-bottom: 1px solid #444444;
		background: #222222 url(../images/bullet.gif) no-repeat 0 0.5em;
		margin-top: 2px;
	}
	#menu h2 {
		background-color: #000000;
		text-align: center;
	}

.clearfloat { clear: both; }

#footer {
	left: 50%;
	margin-left: -25%;
	width: 50%;
	position: absolute;
}
	#footer p {
		text-align: center;
		font-size: 7pt;
		color: #444444;
		margin: 0.5em;
	}

/* Script stuff */

.scriptsource {
	border: 2px dashed black;
	background-color: white;
	margin: 2em;
	padding: 1em;
	color: black;
	white-space: pre;
	overflow: auto;
}
	.scriptsource .keyword {
		color: #0000FF;
	}
	.scriptsource .preprocessor {
		color: #FF8000;
	}
	.scriptsource .string {
		color: #AAAAAA;
	}
	.scriptsource .comment, .scriptsource .comment * {
		color: #007700 !important;
	}
	
/* Gallery stuff */

#images {
	margin: 5px;
	padding: 5px;
	font-family: Verdana;
	text-align: center;
}
#images .image img {
	padding: 2px;
	border: 2px solid #000;
}
#single {
	margin: 5px;
	padding: 5px;
	font-family: Verdana;
	text-align: center;
	overflow: hidden;
}
#single .image img {
	padding: 2px;
	border: 2px solid #000;
	height: 50%;
	width: 50%
}
#single .prev {
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	text-decoration: none;
}
#single .next {
	float: right;
	margin-top: 5px;
	padding-top: 5px;
	text-decoration: none;
}
#single .linkback {
	text-align: center;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	text-decoration: none;
}

.sortbar {
	border-bottom: 2px solid #FFF;
	margin: 5px;
	padding: 5px;
	display: block;
	text-align: left;
	font-weight: bold;
}

/* DB stuff */

.error {
	font-weight: bold !important;
	color: red !important;
}

#isara { position: absolute; bottom: 0; z-index: 1;
width: 99%;
  text-align: center; }
#isara * {
	padding: 0;
	margin: 0;
	border: 0;
}
