@charset "utf-8";
/* CSS Document */

body {
	background:#CCC url(img/rotatebg/rotate.php);
	font-family:Arial, Helvetica, sans-serif;
}

p {
	padding:10px;
	font-weight:bold;
}

h1 {
	text-align:center;
	margin-top:5px;
}

#wrapper, #title, #title2, #pic1, #pic2, #pic3, #content, #menu {
	position:absolute;
}

#wrapper {
	top:0;
	bottom:0;
	left:150px;
	right:150px;
	min-width:800px;
	max-width:1200px;
	border-radius:20px;
	border-left:thin solid #09F;
	border-right:thick solid #09F;
	background:#FFF url(img/photos/doha.png) center center no-repeat;
	background-size:cover;
	min-height:500px;
}

#bg {
	top:0;
	left:0;
	right:0;
	bottom:0;
}

#title {
	left:100px;
	right:10px;
	top:10px;
	height:100px;
	border-radius:20px;
	background:url(img/siteimg/titlebg.png) no-repeat center center;
	background-size:cover;
	box-shadow:#CCC 0px 0px 10px;
}

#addbutton {
	position:absolute;
	right:10px;
	bottom:-18px;
	height:16px;
	width:125px;
}

#title img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#pic1, #pic2, #pic3 {
	width:200px;
	left:-120px;
	border-radius:5px;
	background-size:contain;
}

#pic1, #pic3 {
	height:133px;
	transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-ms-transform:rotate(5deg);
	-webkit-transform:rotate(5deg);
	-o-transform:rotate(5deg);
	box-shadow:#CCC 0px 0px 10px;
}

#pic1 {
	top:5%;
	background-image:url(img/photos/p1/rotate.php);
}

#pic2 {
	top:35%;
	height:150px;
	tranform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	background-image:url(img/photos/p2/rotate.php);
	box-shadow:#CCC 0px 0px 10px;
}

#pic3 {
	bottom:5%;
	background-image:url(img/photos/p3/rotate.php);
}

#aboutpic {
	float:left;
	display:block;
	width:240px;
	height:160px;
	background-image:url(img/photos/aboutrotate/rotate.php);
	box-shadow:#CCC 0px 0px 10px;
	border-radius:5px;
	margin:10px;
}

a img {
	border:none;
}

#content {
	top:180px;
	left:100px;
	right:0;
	bottom:10px;
	overflow:auto;
	background-color:rgba(255,255,255,.5);
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:20px;
}

#content h1 {
	color:#900;
}

#content p {
	color:#900;
}

#content object {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#content2 {
	display:block;
	float:right;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
}

#content2 iframe {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#menu {
	top:125px;
	left:100px;
	right:10px;
	height:40px;
	border-radius:20px;
}

#menuitem {
	float:left;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	margin-top:4px;
	margin-left:1%;
	margin-right:1%;
	background-color:#00F;
	border-radius:20px;
	border:#000 thin groove;
	text-align:center;
	padding-top:5px;
}

#menuitem:hover {
	border:#999 thin double;
}

#menuitem.focus {
	background-color:#06F;
}

a {
	text-decoration:none;
}

#menuitem a {
	color:#FFF;
}

/* Picasa photo gallery */

#content-container img {
	border: none;
}
#content-container a {
	color: #007ACD;
	text-decoration: none;
	font-weight: bold;
	}
#content-container a:hover, #content-container a:focus {
	color: red;	
	}

#content-container {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('../img/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../img/prevlabel.gif') no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../img/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('../img/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#photos .image-container, #photos .lightbox {
	float: left;
	margin: 5px 8px;
	width:180px;
	height:220px;
}
#photos .image-container p {
	margin: 0;
	padding: 0;
}
#photos .image-container .date {
	color:#900;
	font-size:12px;
}
#navigate {
	margin-bottom: 10px;
	padding-left: 8px;
	}
#navigate a, #navigate h2 {
	display: inline;
}
#navigate a.backlink {
	background: transparent url('../img/photos.png') no-repeat top left;
	padding-left: 20px;
	margin-right: 30px;
}
#navigate .picasalink {
	padding-left: 28px;
	visibility:hidden;
}
