/*
Theme Name: GREAT LINKS EVENTS
Theme URI: http://www.greatlinksevents.com/
Description: Great links Events Management
Version: 1
Author: Richkidmedia
Author URI: http://www.richkidmedia.com
*/
*html {
	overflow:auto;
}
body {
	background:url(images/body_bg.jpg) repeat-x top;
	margin:0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width:779px;
	height:auto;
	margin:0 auto;
	height:100%;
	max-height:100%;
}


a img { border:0; }

#header {
	height:360px;
	
}


#header .logo_wrapper {
	height:122px;
	padding-top:11px;
	
}
#header .logo_wrapper .logo {
	
	background:url(images/great_links_logo.jpg) no-repeat left;
	width:275px;
	height:122px;
	float:left;
	cursor:pointer;
}

#header .logo_wrapper .right {
	
	height:62px;
	text-align:right;
	float:left;
	width:494px;
	padding-right:10px;
	
}
#header .logo_wrapper .right h3{

	font:23px Arial, Helvetica, sans-serif;
	margin:57px 0 5px 0;
}

#header .logo_wrapper .logo h1, #header .logo_wrapper .logo h2 {
	text-indent:-9999px;
	position:absolute;
}

#header .contact_no {
	font:19px Arial, Helvetica, sans-serif;
	margin-top:5px;
	color:#656565;
}



#header .navigation {
	height:37px;
	margin:5px 0;
	background:url(images/header_bg.jpg) repeat-y;
	
}

#header .navigation ul {
	
	width:100%;
	text-align:center;
	float:left;
	margin:0 auto;
	padding:10px 0 0 25px;	
	text-transform:uppercase;
	font:bold 15px arial,verdana,helvetica,sans-serif;
	
}

#header .navigation ul li {

	display:inline;
	margin:0 20px 0 0;
	padding-right:10px;
	background:url(images/dot.jpg) no-repeat right;

}

#header .navigation ul a {
	color:#fff;
	text-decoration:none;
}



#header .navigation ul a:hover {

     text-decoration:underline;

}

#header .slideshow {
	height:180px;
	
	
}

.green {
	color: #006600;
	font-weight: bold;
}


.imgpost { width:100%; float:left; height:auto; }
.imgpost img{

    border:0;
    margin:10px;
    border:2px solid #c4c4c4;
    padding: 2px;
    float:left;
}
.imgpost img:hover { border:2px solid red; }

#content_wrapper {
		
	width:779px;
	padding:20px 0;
	
}
#content_wrapper h2 { margin:0 0 10px 0; }

#footer {
	
	background:url(images/footer_bg.jpg) repeat-y;
	height:68px;
	
}

.footerleft { color:#FFFFFF;float:left; margin:20px 15px 20px;  }
.footerleft a { color:#FFFFFF;text-decoration:none }
.footerright { float:right; padding-right:20px; color:#FFFFFF }
.footerright a { color:#FFFFFF;text-decoration:none }

