
body{
	color: #ffffff;
	/*background:url(images/backgroundGal.jpg) no-repeat top center #101010;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
}
#wrapper{
	width:900px;
	margin:0 auto;
}
#header{
	height:135px;
	width:100%;
	position:relative;
}
#logo{
	float:left;
	width:175px;
	height:135px;
	background: url(../images/la-felicidad-logo.jpg) 50% 50% no-repeat;
}
#slogan{
	float:right;
	width:725px;
	height:106px;
	background:transparent url(../images/la-felicidad-slogan.jpg) no-repeat scroll 96% 50%;
}
#top-menu{
	float:right;
	width:725px;
	height:29px;
	background: url(../images/bg-menu.jpg) 50% 50% no-repeat;
}
#footer{
	width:900px;
	height:92px;
	background: url(../images/footer.jpg) repeat-x;
	position:relative;
	
}
#footer-g{
	color:#e1edc0;
}
#pedro-gomez-logo{
	background:transparent url(../images/pedro-gomez.png) no-repeat scroll 50% 50%;
	height:61px;
	position:absolute;
	right:15px;
	top:5px;
	width:198px;
}
#info{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	height:61px;
	position:absolute;
	left:15px;
	top:12px;
	width:280px;
	line-height:11px;
}
.news{
	margin:3px 0px;
	color:#666666;
}

#w-menu{  
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#w-menu li {
	float:left;
	line-height:29px;
	padding:0 18px;
	background: url(../images/line.jpg) 100% 50% no-repeat;
}
#wmenu-f{
	background:none !important;
}






a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #c5de85;
	text-decoration: none;
}

a:active{
border:none;
text-decoration:none;}
input,select,textarea{
	font-size: 12px;
	padding: 2px;
	background-color:#2C2C2C;
	border:1px solid #171717;
	color:#D7DF23;
	margin:5px 5px 5px 0;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

#page{
	width: 900px;
	margin:0px auto;
}
/*--- Main Columns ---*/
#columns{
	padding:0px;
	
	margin: 0px;
}
.col1{
	float: left;
	width: 595px;
	padding-right:15px;
	padding-top:15px;
}
.col2{
	float: left;
	width: 320px;
	padding-top:15px;
}
/*--- Sub Columns ---*/
.subcol{
	width: 150px;
}
.subcol h2{
	font-size: 14px;
	font-weight:normal;
	padding: 0 0 10px;
	color: #FFFFFF;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	height: 30px;
	padding: 2px 0px !important;
	
	margin:15px 15px 0px !important;
	border-top:1px solid #2C2C2C;
	border-bottom:1px solid #2C2C2C;
	width: 930px !important;
}
#nav-left {
	float:left;
	display:inline;
	width:600px;
	}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
	}
.menu ul {
	position: relative;
	height: 30px;
	overflow: hidden;
}
.menu ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
.menu .current_page_item {
	height:30px;
}
.menu .current_page_item a {
	color: #FFFFFF;
}
.menu ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

.menu ul  li a {
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
}
.menu ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      
/*- Category Navigation -*/
#nav2, #nav2 * {
	margin:0;
	padding:0;
	list-style: none;
	
}
#nav2 {
	height: 30px;
	font-weight:bold;
	font-size:14px;
	position:relative;
	line-height: 30px;
	margin:0px 15px;
	border:1px solid #2C2C2C;
	z-index:10 !important;
}
#nav2 li {
	line-height: 30px;
	float: left;
	list-style:none;
	z-index:10 !important;
}
#nav2 li a {
	color: #666666;
	display: block;
	padding: 0 13px;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	border-right:1px solid #2C2C2C;
	z-index:10 !important;
}
#nav2 li a:hover {
	text-decoration: none;
}
#nav2 li ul {
	position:absolute;
	left: -999em;
	margin-top:3px;
	z-index:10 !important;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left:auto;
	z-index:10 !important;
}
#nav2 li ul li {
	display:block !important;
	float:none !important;
	border:1px solid #ddd !important;
	border-top:none !important;
	
	z-index:10 !important;
}


/*- Search -*/
#search{
	float: left;
	height: 27px;
	margin: 15px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 1px solid #2C2C2C;
	color: #D7DF23;
	float: left;
	font-size: 11px;
	width:180px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	background: #D7DF23;
	display:block;
	color:#333333;
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
}
/*- RSS -*/
#rss1 a, #rss a{
	color: #666666;
}
#rss1 h2, #rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss1 ul, #rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss1 li, #rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss1 img, #rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:15px 0px 0px;
	padding: 5px;
	border: 1px solid #2C2C2C;
	}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	display:inline;
	
	padding: 10px;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.mootabs_title a{
text-decoration:none;}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}


/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 18px;
	padding: 0 0 5px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0;
}
.box .post{
	width: 595px;
	margin-bottom:10px;

	border:1px solid #2C2C2C;
}
.box .post h2 a{
	color:#D7DF23;
}
.box .post h2{
	font-size:1.2em;
	padding: 10px;
	padding-bottom:0px;
	line-height: 26px;


}
.box .post em{
color:#999999;
font-weight:normal;
font-style:normal;
padding:0;
}
.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
	color:#999999;
}

.box .post img{
	float:left;

	

}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	
}
.post-alt h2{
	font-size: 1.2em;
	padding: 0;
	color:#D7DF23;
	line-height: 26px;
	
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #D7DF23;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #D7DF23;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 0px;
	font-size: 0.96em;
	font-weight: normal;
}
h3.posted{
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #171717;
	border-top:1px solid #2C2C2C;
	padding: 5px;
	text-align: right;
}
h3.posted a {
	color: #666666;
	font-size:11px;
}
/*=== Buttons ===*/
.continue{
	background: url(../images/ico-arrow.png) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(../images/ico-comm.png) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(../images/ico-arrow2.png) no-repeat right;
	color: #D7DF23;
	font-size: 0.9em;
	font-weight:normal;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:25px;
	padding:10px;
	color:#D7DF23;
	font-size:10px;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
	font-size:10px;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
	
}
#archivebox a, #archivebox h2 {
	color:#D7DF23;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
	color:#666666 !important;
}
.archivefeed a {
	background:url(images/ico-arcfeed.png) center left no-repeat;
	height:20px;
	color:#666666 !important;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #D7DF23;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#000 !important;
}
.singletags a { font-weight: normal !important; }
.entry{
padding:0px;}
.post-alt .post_date{
padding:10px 15px 0px 15px !important;}
.post-alt .post_date{
padding-top:0px  !important;

}
.post-alt h2, .post-alt .entry{
padding:3px 15px 0px 15px
}
#comment{
clear:both;}
.entry p{
	text-align:left;
	font-size:0.96em;
	line-height:18px;
	color:#999999;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #2C2C2C;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 4px;
	border: none;
	float:left;
	display:inline;
	background-color: transparent;
	margin-right: 15px;
	margin-bottom: 15px;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#171717;
	border:1px solid #2C2C2C;	
}

/*========= SIDEBAR =========*/

#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #dddddd;
}

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	width:308px !important;
	height:auto !important;
	min-height:258px;
	padding:5px;
	padding-left:6px;
	padding-right:3px;
	border:1px solid #2C2C2C;
	/*background-color: #171717;*/
	float:left;
	display: block;
}
.col2 .mootabs_title{
	font-size: 12px;
	width: 100%;
	float:left;
	margin:0px !important;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;

}
.col2 .mootabs_title li a{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	color: #D7DF23;
	background:#2C2C2C;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	padding:0px 6px !important;
	cursor: pointer;
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	text-decoration: none;
}
.col2 .mootabs_panel {
	border:1px solid #2C2C2C;
	border-top:none;
	width:302px;
	display: none;
	clear: both;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul{
	width:294px;
	padding:5px !important;

	border-top:0px;
	margin:0px !important;
	overflow:hidden;
	
	min-height:203px;
	}
	
.list3 .pagenav{
width:290px !important;
border-left:0px !important;
border-right:0px !important;
border-bottom:0px !important;
}
.sideTabs pre{
display:none;

}
.list1 li,.list2 li, .list3 li{
	padding: 6px 0 6px 6px;
	border-bottom: 1px solid #2C2C2C;
}
.list1 li a,.list3 li a,.list4 li a, .list5 li a{
	color: #666666;
	font-size: 12px;
}
.list1 li{
padding:0px;}
.list1 li a{
display:block;

padding:10px}
.list1 li a:hover{
background-color:#171717;
text-decoration:none;
padding:10px;
padding-right:0px;
}
.list3 li ul li {
	background: url(images/bullet_black.png) no-repeat left center !important;
	padding-left:25px;
	}
.list3 h2 {
color:#D7DF23;
margin:0;
padding:0;
font-size:14px;
}
	
.list5 li{
	border-bottom: 1px solid #eee;	
	padding:6px 0px;
}
/*- Ads -*/
.ads{
	border: 1px solid #2C2C2C;
	height: 125px;
	width:308px;
	padding: 5px;
	margin:0 0 15px;
}
.ads img{
	float: left;
	margin:0 5px 0 0;
}
.ads img.last{
	margin: 0;
}
/*- Flickr -*/
.flickr{
	border: 1px solid #2C2C2C;
	background-color: #eee;
	width:318px;
	margin:0px 0px 15px;
}
.flickr h2{
	font-size:14px;
	padding: 5px;
	margin-bottom:10px;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}
.flickr-ar a {
	color: #ffffff;
}
.flickr img {
	margin:0px 0px 10px 5px;
	border: 1px solid #2C2C2C;
	padding:5px;
	background-color:#ffffff;
}
/*=== Styling Widget Lists ===*/
.widget h2 {
	padding: 5px;
	font-size:14px;
}

.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #2C2C2C;
	margin:0px;
}

.widget ul li a{
display:block;
width:145px;
	color: #D7DF23;

padding:5px;}
.fr .widget ul li a:hover, .fl .widget ul li a:hover{
background-color:#171717;
text-decoration:none;
padding:5px;
padding-right:0px;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: none;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}

.blog{
	width:100% !important;
	float:left;
	/*background-color:#0D0D0D;*/
border:1px solid #2C2C2C;


}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: left;
	padding: 5px;
	
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color:#000000; 
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #2C2C2C; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #2C2C2C; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}

#home-header{
font-size:0.9em;
}
#home-content{
font-size:0.86em;}
/*////////////// Login //////*/
.widget {
color:#D7DF23;
}
.widget input{
width:142px;
margin-top:5px;
background-color:#2C2C2C;
color:#D7DF23;
border:1px solid #171717;
}
#rememberme{
width:145px;
width:20px;
background-color:#171717;
color:#D7DF23;
border:1px solid #2C2C2C;
}
#wp-submit{
background:#171717 !important;
color:#D7DF23 !important;
border:1px solid #2C2C2C !important;
}
/*////////////// Register //////*/

.mu_register h2{
background-color:#171717;
border:1px solid #2C2C2C;
color:#D7DF23 !important;
margin-bottom:25px;
padding:10px;
font-size:1.1em;
}

.mu_register #setupform{
color:#666666 !important;
margin-bottom:25px;
padding:10px;
font-size:1.1em;
padding-left:40px;
}

.mu_register .submit{
margin-top:10px !important;
color:#D7DF23;
border:1px solid #2C2C2C;
text-align:left !important;
}
p#nav{
}

#nav2 .current-cat{
background-color:#D7DF23;
color:#FFFFFF;
}


.col1 #setupform label{
color:#D7DF23 !important;}

#tos_content{
background-color:#D7DF23;
border:1px solid #2C2C2C !important;
color:#999999;
margin:15px 0px;
}
.alt{
display:none;}

/*////////////////// SIDE BAR LOG IN//////////////*/

.list3 .sidebarlogin_otherlinks{
border:0px !important;
width:289px !important;
min-height:0px !important;
}
.list3{
color:#D7DF23;
}
.list3 h2{
padding:5px;
}
.list3 form{
padding:5px;
}
.list3 .checkbox{
margin:5px;
margin-left:0px;
}
.list3 .mid{
margin:5px;
margin-left:0px;
width:180px;
background-color:#2C2C2C;
border:1px solid #171717;
color:#D7DF23;
}

.list3 #wp-submit{
margin:5px;
margin-left:0px;
background-color:#2C2C2C;
border:1px solid #171717;
color:#D7DF23;
padding:5px;
width:120px;
}

.col1 #loginform, .col1 #lostpasswordform {
padding:30px;
}
.col1 #loginform label,
.col1 #lostpasswordform label{
display:block;
margin-bottom:10px;}
.col1 #loginform #user_login,
.col1 #loginform #user_pass,
.col1 #lostpasswordform #user_login{
background-color:#2C2C2C;
border:1px solid #171717;
color:#D7DF23;
margin:5px 5px 5px 0;
width:30%;
}

.col1 #loginform .forgetmenot{
margin-top:20px;}

.col1 .submit{
border:0px;}

.col1 #loginform #wp-submit,
.col1 #lostpasswordform #wp-submit{
background:none !important;
background-color:#2C2C2C !important;
border:1px solid #171717 !important;
color:#D7DF23 !important;
margin:5px 5px 5px 0;
padding:5px;
width:120px;
}
.noborder{
border:none;
padding:0px;}


/*//////////////////// Shopping Cart///////////*/
.shopping{
background-color:#171717;
border:1px solid #2C2C2C;
display:block;
float:left;
padding:5px;
width:308px !important;
}
.noborder, .noborder .entry, .noborder h2, .noborder h3.post_date {
padding:0px !important;
}
.sidebarlogin_otherlinks, .sidebarlogin_otherlinks li, .sidebarsmalllist li, .sidebarsmalllist, .list3 .pagenav {
width:240px !important;}

.list2 .home-header{
font-size:0.86em;}
.list2 .home-content{
font-size:0.86em;}
.ngg-widget img {
border:2px solid #333333 !important;
}

.imageElement, #myGallery{
width:900px;
height:450px;


}
.textimageElement{
font-size:0.8em;
background:#ffffff;
padding:10px;
width:100%;
margin-top:390px;
height:70px;
color:#000000;

	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index:9999;

}
.textimageElement h3{
font-size:11px;
margin:0;

}
.textimageElement .text{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
		z-index:99990;
}

#myGallery{
z-index:999 !important;



}
.galmargbot{
height:450px;
overflow:hidden;
/*margin-left:1px;*/

}
.classnav{
position:relative;
z-index:9999;
bottom:230px;
left:0px;
}
a#prev2{
display:block;
width:56px;
height:56px;
background:url(../images/prev.png) no-repeat;
float:left;
cursor:pointer;
display:none;
}
a#prev2:hover{

background:url(../images/prevhover.png) no-repeat;

}
a#next2{
width:56px;
height:56px;
display:block;
background:url(../images/next.png) no-repeat;
float:right;
cursor:pointer;
display:none;
}
a#next2:hover{
background:url(../images/nexthover.png) no-repeat;
}


#loading{
width:928px;
height:370px;
background:url(../images/ajax-loader.gif) no-repeat;
background-position:center center;
z-index:9999999;
}
a.startGal{
color:#D7DF23 !important;
background:url(../images/arrow.png) no-repeat;
background-position:center right;
padding-right:25px !important;



}
a.startGal:hover{
color:#333 !important;
background:url(../images/arrow.png) no-repeat #D7DF23 !important;


}
.box1{
float:left;
width:268px;
margin-right:10px;
color:#D7DF23;
font-weight:bold;
}
.box2{
float:left;
width:308px;
color:#ffffff;
}
.box2 img{
padding:0px;
margin:0px;
}
.line{
clear:both;
height:5px;
border-bottom:1px dotted #333333;
margin-bottom:5px;}

a.signupServ{
background:url(images/signupbut.png) no-repeat;
display:block;
width:108px;
height:38px;
color:#000000;
font-size:0px;
margin-left:-8px;

}
a.signupServ:hover{
background:url(images/signupbuthover.png) no-repeat;
width:108px;
height:38px;
display:block;
color:#000000;
font-size:0px;
margin-left:-8px;

}
/* NEW LAYOUT */

.boxHome{
width:290px;
float:left;

margin-right:27px;

padding:0;

}

.boxHome .box .post img {
float:none;
clear:both;
}
.boxHome .box .post {
width:290px;

}
a.pretty-hover{
background:#D7DF23!important;
}
.menu ul li a:hover{
color:#fff;
}