/*
	Fathima Cader
	likethewind designs
	Sept 2008
*/


@import url("css.css");

#myGallery {
	width: 700px;
	height: 300px;
	z-index: 5;
	margin: 10px 0;
	}

.jdGallery {
	overflow: hidden;
	position: relative;
	}
	.jdGallery .slideElement,
	.jdGallery .loadingElement {
		width: 100%;
		height: 100%;
		background: url(../img/loading.gif) #333 no-repeat center center;
		}
		.jdGallery .loadingElement {
			position: absolute;
			left: 0;
			top: 0;
			}
	.jdGallery .slideInfoZone {
		position: absolute;
		z-index: 10;
		left: 0;
		bottom: 10px;
		width: 100%;
		height: 20px;
		margin: 0;
		padding: 10px 10px 0;
		color: #FFF;
		text-indent: 0;
		overflow: hidden;
		background: #FF005A;
		}
		* html .jdGallery .slideInfoZone {
			bottom: -1px;
			}
		.jdGallery .slideInfoZone h2 {
			padding: 0 10px 0;
			margin: 0;
			font-size: 12px;
			font-weight: bold;
			display: inline;
			}
		.jdGallery .slideInfoZone p {
			padding: 0;
			margin: 0;
			font-size: 12px;
			display: inline;
			}
	.jdGallery a {
		font-size: 100%;
		color: #FFF;
		}

#more {
	padding: 0.5em 1em;
	background: #2f2f2f;
	width: auto;
	margin-bottom: 1em;
   }
blockquote {
	float: left;
	width: 410px;
	}
#twitter_div {
	float: right;
	width: 200px;
	font-size: 0.9em;
	}
	#twitter_div ul {
		list-style: none;
		}
		#twitter_div li {
			margin-bottom: 1em;
			padding: 1em;
			background: #3a3a3a;
			}
			#twitter_div li span a {
				font-weight: bold;
				}
	#twitter_div .twitter {
		text-align: right;
		margin-left: 100px;
		font-weight: bold;
		}
