/*   
Theme Name: PaintballMalta
Author: Jean Galea
Author URI: www.jeangalea.com
Version: 1.0
*/

/* STYLING */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

p {
	margin-top: 1em;
}

body {
	line-height: 1.6em;
	background: url(../img/camouflage.png) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}


h1 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}

h2 {
	clear: both;
	font-size: 1.2em;
	margin-top: 15px;	
	margin-bottom: 7px;
}

h2.blue {
	margin-top: 0;
    padding-left: 2em;
    background: transparent url(../img/splat-blue.png) scroll no-repeat;
}

h2.red {
    padding-left: 2em;
    background: transparent url(../img/splat-red.png) scroll no-repeat;
}

h2.yellow {
    padding-left: 2em;
    background: transparent url(../img/splat-yellow.png) scroll no-repeat;
}

h2.orange {
    padding-left: 2em;
    background: transparent url(../img/splat-orange.png) scroll no-repeat;
}

h3 {
	font-size: 1.75em;
	padding:0px;
	padding-left: 0em;
}

h4 {
	margin: 0px 0 5px 27px;
	padding-top: 7px;
}

ol {
	list-style: none;
	
}

ul {
	list-style: disc;
	overflow: hidden;
	margin: 0;;
	padding: 0 0 0 15px;	
}

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


table {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #FFF;
	font-weight: bolder;
}

strong {
	font-weight: bolder;
}

img {
	float:left
}

.addtoany_list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.addtoany_list {
	clear: both;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
}

/* LAYOUT */

#page-container {	
	margin: auto;	
	width: 780px;	
	padding-top: 30px;
}

#top {
	background: url(../img/top.png) top no-repeat;
	height:16px;	
}

#middle{
	background: url(../img/middle-bg.gif) top repeat-y;
	overflow: hidden;
}
#header {
	background:url(../img/headimg.jpg) top no-repeat;
	height: 291px;
}

#facebook {
	float: right;
	width: 155px;
	text-align: right;
	font-size: 0.8em;	
}

#facebook img {
	float: right;	
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 7px;
}

#facebook p {
	margin-top: 0;	
}

#game {
	padding: 250px 0 0 70px;
	font-size: 1.3em;
}

#game a {
	font-weight:bold;
	color: #333;
}

#slogan {
	clear: both;
	padding: 10px 0;
}

#left-middle {
	width: 155px;
	padding-left: 15px;
	float: left;
}

.rbroundbox { background: url(../img/nt.gif) repeat; }
.rbtop div { background: url(../img/tl.gif) no-repeat top left; }
.rbtop { background: url(../img/tr.gif) no-repeat top right; }
.rbbot div { background: url(../img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../img/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.rbcontent { 
	margin: 0 7px; 
}

.rbroundbox { 
	width: 130px; 	
}

#right-middle{
	/*background-color:#666;*/
	float: left;
	width: 580px;
}

.form-headings {
	

}

input {
	width: 105px;
	font-size: 0.9em;
	margin-bottom:5px;
}

.submit  {
	width: 60px;
	margin: 0 auto;
}

.thumbs {
	border: thin #c1c1c1 solid;
	width: 50px;
	height: 50px;
	margin: 4px 10px 0 2.4em;
	clear: left;
	float: left;
	overflow: hidden;
}

/* Lightbox */

#gallery-2 {
	margin-top: 1em;
}

.gallery-icon img {
	
	margin: 0 40px 20px 0;
	border: 1px solid #CCC;
}

#bottom {
	clear: both;
	background: url(../img/bottom.png) top no-repeat;
	height: 100px;
}

#bottom .left {
	float: left;
	width: 322px;
	margin-top: 30px;
	margin-left: 25px;	
}

#bottom .right {
	float: right;
	width: 304px;
	margin-top: 30px;
	margin-right: 25px;	
	
}

.errormsg {
	color: red;	
}



