body {
	margin: 0;
	padding: 0;
	background: #DEDEDE url(../images/img01.jpg) repeat-x left top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #66665E;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #1CABBA;
}

h1 { font-size: 24px; color:#1CABBA; }

h2 { font-size:18px; font-style:italic; }

h3{ font-size: 12px; font-style:italic; padding:5px; color:#000; background:#ccc; font-weight:bold;}

.h4{ font-size:14px; font-style:italic; font-weight:bold; padding:5px;}
a.h4 {
	color:#666;
	padding:5px;
}
a.h4:hover{
	background:#1BACCA;
	padding:5px;
}
a { color: #1CABBA; text-decoration:none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

div.left{
	float:left;
	padding:10px;
	text-align:center;
}

hr { display: none; }

p.show {
	border-top:1px #BDBDBB dotted;
}
.clear {clear: both;}
.right{float:right; font-weight:bold; text-align:right; text-transform:none; color:#1BACCA;}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/img03.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 540px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	/*background: url(images/img04.gif) no-repeat left 20px;*/
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}


#menu .current_page_item a, #menu a:hover {
	height: 20px;
	background: #1CABBA;
	color: #FFFFFF;
}

/* Right-header */

#right-header {
	float: right;
	width: 305px;
	height: 50px;
	color:#CCC;
}


/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	background: #FFFFFF;
	
}

	/** LOGO */

#logo {
	width: 850px;
	height: 300px;
	margin: 0 auto;
	padding-left: 50px;
	background: url(../images/LDMedia-bg.jpg) no-repeat left top;
}


/* Content */

#content {
	float: left;
	width: 570px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(../images/img05.jpg) no-repeat left 5px;
}

#sidebar p {
	margin: 0;
}

#sidebar h2, h2.home {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	color: #42423E;
}


#sidebar p {
	line-height: 200%;
}

/* before footer*/
.bottom{
	background:url(../images/bottom.jpg) repeat-x;
	height:25px;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
}

#footer a {
}



input.button{
	border:none;
	background:#1CABBA;
	color:#FFF; 
	padding:5px;
}


div.center{
	text-align:center;
}

/* GALLERY 
#main_view{
	width:550px; 
	height:450px;
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 150px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate 
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size 
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling 
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover 
}

.sub{
	background-image:url(../images/send.jpg);
	background-repeat:no-repeat;
	border:none;
	width:117px;
	height:48px;
	cursor:pointer;
	border:none;
	border-style:none;
}

a.button img{
	padding:5px;
}
a.button img:hover{
	border: solid 2px #1BACCA;
}

.sm, .resume{
	cursor:pointer;
}

.resume-list{
	display:none; 
	margin-left:75px; 
	text-align:left;
}

th{
	vertical-align:top;
}

*/


/*for portfolio */
.qitem {
	width:126px;
	height:126px;	
	border:4px solid #222;	
	margin:5px 5px 5px 0;
	background: url('bg.gif') no-repeat;
	
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	z-index:1; 
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#000;
		background:#CCC;
		display:block;
		text-align:center;
		font-size:16px;
		width:126px;
		height:126px;
	}

		.qitem .caption h4 {
			font-size:12px;
			padding:10px 5px 0 8px;
			margin:0;
			color:#369ead;
		}

		.qitem .caption p {
			
			padding:3px 5px 0 8px;
			
			
		}



/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left;
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

