/*
Theme Name: Yamidoo
Theme URI: http://www.wpzoom.com/themes/yamidoo/
Description: A magazine style theme by <a href="http://www.wpzoom.com">WPZOOM</a>
Version: 1.1.0
Author: WPZOOM
Author URI: http://www.wpzoom.com

*/
/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
   	 
	
   *
{
	margin:0;
	padding:0;
}

body
{
	background:url(images/bg.png) repeat;
	font:62.5% Arial,Helvetica,sans-serif;
}
 
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */


/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
  
  .post .aligncenter,.aligncenter,div.aligncenter
{
	display:block;
	margin-left:auto;
	margin-right:auto;
clear:both;
}

.alignleft
{
	float:left;
}

.post .alignleft {
	margin:10px 15px 5px 0;
}

.post .alignright {
	margin:10px 0 8px 20px;
}

.alignright
{
	float:right;
}

.clear
{
	clear:both;
}

.floatleft,.more_left
{
	float:left;
}

.floatright
{
	float:right;
}

.hr
{
	border-top:3px solid #ECE8D7;
}

.post
{
	float:left;
	line-height:20px;
	width:530px;
}

.post small {
  text-transform:uppercase;
  font-size:10px;
  font-weight:bold;
  padding:0px 0 0px 0;
 
  }
  
.post a, #main-wrap .tab_container_in a
{
	color:#4088BF;
	font-weight:700;
}

.post a em {
	font-weight:bold;
}

.post a:hover
{
	border:none;
	text-decoration:none;
	color:#333;
}

.post blockquote
{
	border-left:3px solid #ccc;
	color:#777;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:1.8em;
	margin:10px 20px 10px 20px;
	padding-left:10px;
}

.post blockquote p {
	padding:0;
}

.post h2,h3,h4,h5,h6
{
	font-weight:700;
	padding-bottom:5px;
	padding-top:10px;
}

.post li ol
{
	border-bottom:1px dotted #ccc;
	line-height:25px;
	padding-left:15px;
}
.post   ol li  {
list-style:decimal;
}

.post p
{
	padding:10px 0 5px 0;
}

.post ul li
{
 
	line-height:21px;
	list-style:square;
}
 
.post ul,.post ul,ol
{
	padding:10px 0 10px 25px;
}

.transpBlack
{
	background:url(transpBlack.png);
}

.widget
{
	float:left;
	margin:10px 0 15px 0;
	width:390px;
 
}

.widget a
{
	color:#8a6d53;
	font-size:13px;
	font-weight:700;
}

.widget  img
{
	border:0;
	background:#fff;
}

.widget li
{
  line-height:20px;
	border-bottom:1px dotted #ccc;
	padding:4px 0 4px 10px;
}

/*
.widget li:hover
{
	background:#F8F5E8;
	border-bottom:1px dotted #ccc;
 
}
*/
 
}
.widget ul ul
{
	padding-left:20px;
}

.wp-caption
{

	font-size:11px;
	padding:5px 5px 5px;
	text-align:center;
line-height: 12px;
}

.gallery {
overflow:hidden;
}

a
{
	color:#000;
	outline:none;
	text-decoration:none;
}
  a img
{
	border:none;
}

a:hover
{
	text-decoration:underline;
}

h2
{
	font-size:20px;
}

h3
{
	font-size:18px;
}

h4
{
	font-size:16px;
	
}

.widget h4 {
font-size:13px;
}

h5
{
	font-size:14px;
}

h6
{
	font-size:12px;
}

html
{
	overflow-y:scroll;
}

p
{
	font-size:1.3em/1.3em;
 
}

ul,#socialicons ul
{
	list-style:none;
}
#socialicons ul {
	padding-left:5px;
}
/* ------------------------------------------ */
/* HEADER */
/* ------------------------------------------ */
 #header
{
	padding-top:20px;
}

#header .banner-head {
	display: block;
	height: 90px;
	margin: 15px auto -15px auto;
	width: 728px;
}
 
 

/* ------------------------------------------ */
/* MAIN CONTENT */
/* ------------------------------------------ */



#headline {
	height: 280px;
  width:600px;
	overflow: hidden;
	position: relative;
	background-color:#333;
	border:1px solid #BFB8B8;
 
	}
	
	#headline a:hover {
	text-decoration:none;
	}
	
#headline .glidecontent {
	color: #E1E1E1;
	position: absolute;
	visibility: hidden;
	z-index: 0;
	}
#headline .teaser-image {
 	width: 480px;
	height: 280px;
	line-height: 0;
	position: relative;
	z-index: 0;
	}

#headline .teaser-image-small {
	left: 15px;
	width: 90px;
	height: 60px;
	line-height: 0;
	border:1px solid #BFB8B8;
	position: relative;
	z-index: 0;
	}
	
	
* html #headline .teaser-image {
	display: inline;
	}
#headline .teaser-main {
  left:0;
	top: 218px;
	width: 480px;
	height: 62px;
	position: absolute;
	}
#headline .teaser-main .overlay {
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;	
	position: absolute;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.7;
	filter:alpha(opacity=50);
	}
#headline .teaser-main .teaser-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	}
#headline .teaser-main .teaser-title {
	margin: 0 10px;
	padding: 5px 0 4px 0px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: normal;
	position: relative;
	}
#headline .teaser-main .teaser-text {
	margin: 0 10px;
	position: relative;
	font-size:10px;
	text-transform:uppercase;
	font-weight:200;
	}
#headline .teaser-main .teaser-text p {
	margin: 0;
	}
#headline .teaser-main a:link,
#headline .teaser-main a:visited {
 
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
	color: #E1E1E1;
	}
#headline .teaser-main a:hover {
	color: #E1E1E1;
	text-decoration:underline;
	}
 
#headline .glidecontenttoggler { /* Style for DIV used to contain toggler links. */
 
	height:250px;
  right: 15px;
	font-weight:bold;
	width: 115px;
	color: #BD3D0A;
	font-size: 12px; 
	position: absolute;
	padding-right:2px;
	padding-top:5px;
	}
 
  
#headline .glidecontenttoggler a {
 
	padding:0px 0 4px 0;
	display: block;
	cursor: pointer;
	}
 
#headline .glidecontenttoggler img:hover {
	border:1px solid #000;

}
 
#headline .glidecontenttoggler .togglercontent {
	padding: 10px;
	font-weight: bold;
	border:none;
	}
	
	#headline .glidecontenttoggler .togglercontent a:hover {
text-decoration:none;
border:none;
 
	}
#headline .glidecontenttoggler .togglertitle {
	margin: -2px 0 0 15px;
	line-height: 1.2em;
	display: block;
	}
	
	
	
	
  .article
{
	background-color:#F8F5E8;
	line-height:19px;
}

.article h1, .summary-article-title
{
	padding-bottom:10px;
}

.article img
{
 
	float:right;
	margin:0 10px 10px;
}

.article small,.article small a
{
	color:#8a6d53;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:5px;
}

#articles,#more
{
	float:left;
	width:530px;
}

.author
{
	float:left;
	width:110px;
}

#articles .avatar {
	border: 1px solid #666;
	display: block;
	float: right;
	margin: 0 10px 21px 0;
}

.author img
{
	border:1px solid #ccc;
	display:block;
}

.column
{
	border-right:1px solid #ECE8D7;
	float:left;
	padding:0 15px;
	width:200px;
}


.column p, .column_last p  {
padding:0 0 10px 0;
}

.column h1,.column_last h1, .block-title
{
	padding:5px 0;
}

.column h4,.column_last h4
{
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
}

.column img,.column_last img
{
 
 
	margin:0 0 15px;
 
}

.column small a,.column_last small a
{
	color:#8a6d53;
}

	.column small a:hover, .column_last small a:hover {
		color: #333;
		text-decoration:none;
	}

.column small,.column_last small
{
	color:#8a6d53;
	font-weight:700;
	text-transform:uppercase;
}

.column_count
{
	background:url(images/comment.png) no-repeat left;
	float:left;
	padding:10px 0 10px 20px;
}

.column_date
{
	float:right;
	text-align:right;
	padding-top:10px;
}

.column_last
{
	float:left;
	padding:0 15px;
	width:200px;
}

#columns
{
	float:left;
	line-height:19px;
	padding:5px 0 0 0;
}
/*  The comment section*/


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {

        border: 1px solid #bbbbbb;
        padding: .2em;
        margin-left:10px;
}

#commentform textarea {
        width:96%;
}

#commentlist {
        width: 97%;
        font-size:11px;
        color:#000;
        margin:0 0 20px 0;
        padding: 0 0 0 10px;
}
 

#commentlist li {
        border:5px solid #dcdcdc;
        margin:0 0 20px 0;
        list-style-type:none;
        padding:0px;
        background:#f5f5f5;

}

#commentlist ul {margin:0; padding:0;}

#commentlist li p {font-size:12px;
        padding:5px 10px 5px 80px;
        margin:0;

}

#commentlist a {
        text-decoration:none;
        font-weight:bold;
        border-bottom:none;
}
#commentlist a:hover {
  text-decoration:underline;

}
#commentlist li div.meta {text-transform:uppercase;padding:0; margin:0; text-align:center;}

#commentlist li .avatar {
        float:left;
        padding:0;
        margin:5px;
        border:2px solid #fff;

}

#commentlist2 {
line-height:10px;
        float:left;
        width: 97%;
        font-size:11px;
        color:#000;
        padding: 10px 0 0 10px;
}

#commentlist2 li {
        list-style-type:none;
}

#commentlist2 ul {margin:0; padding:0;}

#commentlist2 a {
        text-decoration:none;
        font-weight:bold;
        border:none;
    
}
#commentlist2 a:hover {
        text-decoration:underline;
        font-weight:bold;
    
}

#commentlist2 li div.meta {text-transform:uppercase; padding:0; margin:0; text-align:center;border-bottom:1px dotted #3333;}

#commentlist2 li .avatar {
        float:right;
        padding:0 0 10px 10px;
		width:50px;
		height:50px;
}

#commentlist2 li ul li { 
	margin-right: -5px;
	margin-bottom: 7px;
	margin-top: 11px;
	background:#E6E3D3;
	border:1px solid #ADACA8;
}


.children { padding: 0; }

.authorcomm {float:left;
            margin:0;
            padding:0;
            width:70px;
            text-align:center;
            line-height:12px;
            font-size:10px;
}

.authorcomm a {text-decoration:none; font-weight:bold;}

.reply {text-align:right; padding:5px;}
.navigation {margin: 0px 0; clear: both; padding-top: 0px; }
.navigation a:link, .navigation a:visited {	display: inline-block;	text-decoration: none;	padding: 3px;	font-weight: bold;	font-size: 14px; }
div.cleaner {font-size: 1px; line-height: 1px; height: 1px; clear: both; margin: 5px 0; }
.navigation a:hover { color: #333; }
.cancel-comment-reply{text-align:right; float:none; font-size:12px;}
.comment .comment-meta  a{text-transform:uppercase; font-size:10px; color:#666;}
.fn {font-size:14px; font-weight:bold;}
.says {display:none;}
#comments {font-size:16px;}
#respond h3 {font-size:16px;}
 

#content-wrap
{
	float:left;
	padding:20px;
}

#feature
{
	float:left;
	padding:0 0 15px;
	width:610px;
}

#featured-article
{
	float:left;
	padding-left:10px;
	line-height:21px;
	width:310px;
	text-align:justify;
}

#featured-article h1
{
	padding-bottom:10px;
	line-height:30px;
	font-weight:bold;
}

#featured-article h4
{
	font-size:14px;
	font-weight:700;
	text-align:right;
}

#featured-article small {
  text-transform:uppercase;
  font-size:10px;
  font-weight:bold;
  padding:1px 0 5px 0;
 
  }
  
 
  
#featured-article small  a
{
	color:#8a6d53;
	font-weight:700;

}

#featured-article small  a:hover
{
text-decoration:underline;

}
#featured-article p {
padding:5px 0 0 0;
 
}

#main-wrap
{
	background-color:#fff;
	clear:both;
	float:left;
	font-size:12px;
	position: relative;
	width:980px;
}

#more a
{
	background:url(images/dot.png) no-repeat left;
	font-size:13px;
	font-weight:700;
	padding-left:10px;
}

#more a:hover {
	text-decoration:none;
	color: #333;
}

#more li {
line-height:25px;
overflow:auto;
}

.more_right
{
	border-bottom:1px solid #ccc;
	color:#848d98;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}

#menu
{
	float:right;
	padding:5px 15px 5px 0;
	text-align:right;
 
}

#menu a
{
	color:#000;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

#menu img {
vertical-align:middle;
padding-bottom:2px;
}

#menu li
{
	display:inline;
	padding-right:10px;
}

.social-links {
	float: left;
}

.social-links a {
	position:     relative;
	float:        left;
	top:          8px;
	left:         0;
	width:        16px;
	height:       16px;
	margin-right: 3px;
}

.social-links-rss { background: url(images/social_Icons/social-icons.png) 0 0 no-repeat; }
.social-links-fbk { background: url(images/social_Icons/social-icons.png) -16px 0 no-repeat; }
.social-links-twt { background: url(images/social_Icons/social-icons.png) -32px 0 no-repeat; }
.social-links-pin { background: url(images/social_Icons/social-icons.png) -48px 0 no-repeat; }
.social-links-gpl { background: url(images/social_Icons/social-icons.png) -64px 0 no-repeat; }

#page-wrap
{
	margin:0 auto;
	width:980px;
}

#s, #semail
{
	background:#f6f6f6;
	border-bottom:1px solid #eee;
	border-left:1px solid #ccc;
	border-right:1px solid #eee;
	border-top:1px solid #bbb;
	color:#666;
	float:left;
	font-size:12px;
	padding:5px;
	width:135px;
}

input
{
	background:#f6f6f6;
	border-bottom:1px solid #eee;
	border-left:1px solid #ccc;
	border-right:1px solid #eee;
	border-top:1px solid #bbb;
	color:#666;
	font-size:13px;
	 
	
}

#commentform input {
height:24px;
}
#commenform small {
margin-left:10px;
}

textarea
{
	background:#f6f6f6;
	border-bottom:1px solid #eee;
	border-left:1px solid #ccc;
	border-right:1px solid #eee;
	border-top:1px solid #bbb;
	color:#666;
	font-size:12px;
	padding:5px;
 
}

#search
{
	float:right;
	padding-top:30px;
	text-align:right;
}
#socialicons
{
	border-bottom:1px dotted #A0BDD4;
	border-top:1px dotted #A0BDD4;
	color:#4c4d50;
	float:left;
	margin:10px 0 0;
	padding:1px 0 10px 0;
	width:530px;
}

#socialicons img
{
	margin-right:5px;
	padding-bottom:3px;
	height:16px;
}

#socialicons li
{
	border:none;
	display:inline;
	float:left;
	padding-right:11px;
}

#socialicons small
{
	color:#4c4d50;
	font-family:arial, "lucida console", sans-serif;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
}

#socialicons small a
{
	border-bottom:none;
	color:#4c4d50;
	text-decoration:none;
}

#socialicons small a:hover
{
	border-bottom:none;
	color:#030a1f;
}

#socialicons small img
{
	border:none;
	vertical-align:middle;
}

#submit
{
	background:#737070;
	background-color:#737070;
	border:1px solid #504F4F;
	color:#F1ECEC;
	cursor: pointer;
	float:left;
	font-size:10px;
	margin-left:10px;
	padding:5px;
	height:26px;
	text-transform:uppercase;
}

#searchsubmit
{
 
	background-color:#737070;
	border:1px solid #737070;
	color:#F1ECEC;
	float:left;
	font-size:10px;
	margin-left:5px;
	padding:5px;
	text-transform:uppercase;
}

 


/* ------------------------------------------ */
/* SIDEBAR */
/* ------------------------------------------ */
  #sidebar
{
	float:right;
	padding-left:20px;
	text-align:left;
	width:390px;
}

#sidebar_left {
float:left;
width:185px;
}

#sidebar_right {
float:right;
margin-left:5px;
width:190px;
}

#sidebar_left .widget, #sidebar_right .widget
{
float:left;
margin:0 0 15px;
width:190px;
}

	#ads.widget {
		margin: 0;
	}
	
		#ads.widget h3 {
			margin:0 0 -5px 0;
			letter-spacing:2px;
			font-size:10px;
			text-align:center;
		}
	
   #ads li
{
	border:none;
	display:block;
	float:left;
	margin:0;
	padding:0 5px 5px 0;
	text-align:left;
	width:125px;
}
   
   #flickrrss img
{
	border:2px solid #D3DDE5;
	height:77px;
	width:77px;
}

#flickrrss img:hover
{
	border:2px solid #0C2B41;
	background:#fff;
}

#flickrrss a
{
	border:none;
	display:block;
	float:left;
	padding:0 7px 5px 7px;
	text-align:left;
	width:82px;
}

#flickrrss a:hover, #ads li:hover {
background-color:#fff;
}

#flickrrss ul
{
	display:block;
	list-style-type:none;
	margin:5px 0 0;
	padding:5px 0;
	}
 
   
/* ------------------------------------------ */
/* FOOTER*/
/* ------------------------------------------ */
  
   #footer
{
	background-color:#fff;
	float:left;
	font-size:12px;
	line-height:19px;
	margin:20px auto;
	width:980px;
	padding-bottom: 15px;
	
 
}

 #footer a
{
	color:#8a6d53;
	font-weight:700;
}

#footer h4
{
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

#footer_right
{
	float:right;
	padding:31px 15px 0 0;
	text-align:right;
	width:800px;
}

#footer_right li
{
	display:inline;
	font-size:12px;
	font-weight:700;
	padding:0 0 0 10px;
	text-transform:uppercase;
}

#footer_right ul
{
	display:block;
	padding-bottom:10px;
}


  #subscribe
{
	float:left;
	padding:20px;
	width:100px;
}

 #subscribe p {
 padding:5px 0 8px 0;
 } 
   
/* END STRUCTURE */


/*********************************************************
 * Transplant from styles/nav.css to prevent extra request
 ********************************************************/
 
 #categ a{color:#000;font-size:17px;font-weight:400;text-transform:uppercase;}
#categ li{display:inline;}
#nav{background:#333;font-size:1em;padding:0 0 0 15px;}
#nav a,#nav a:hover{border:none;display:block;text-decoration:none;}
#nav a,#nav a:visited{color:#000;display:block;padding:3px 12px;}
#nav a:hover,#nav a:active{background:#333;text-decoration:none;}
#nav li{float:left;list-style:none;}
#nav li li{background:#333;border-top:1px solid #ccc;text-align:left;width:172px;}
#nav li ul{height:auto;left:-999em;line-height:20px;position:absolute;width:174px;z-index:700;}
#nav li ul ul{margin:-2em 0 0 172px;}
#nav li:hover ul ul,#nav li.sfhover ul ul{left:-999em;}
#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul{left:auto;}
#nav,#nav ul{list-style:none;}
a.main:hover{background:none;}

.post-stats {display:block; font-size:11px; }

#navigation {
font-weight:bold;
text-align:center;
float:left;
margin:0 auto;
width:500px;
}
  /* =WP-PageNavi
-------------------------------------------------------------- */
.wp-pagenavi {
	font-size: 12px;
 	text-align: center; 
 	padding-top:12px;
 	color:#333;
 	
	}
	
	.wp-pagenavi .pages {
		padding:3px 6px;
		color:#333;
			font-size:12px;
		background:#E6E3D3;
			border: 1px solid #DDD;
		}
		
		.wp-pagenavi a:link, .wp-pagenavi a:visited{
		padding:3px 6px;
		color:#333;
		font-weight:bold;
		font-size:12px;
		background:#E6E3D3;
				 
		}

	.wp-pagenavi .current {
		padding:3px 6px;
	 color:#fff;
	 margin:0 3px;
	 background:#333;
	border: 1px solid #DDD;
		}

	.wp-pagenavi a:hover { 
	  color:#fff;
	 
	 background:#333;
		}
	
.tab_container {
	margin: 0px;
	padding: 0px;
	float:left;
	border: 5px solid #F8F5E8;
}

.tab_container_in {
	margin: 0px;
	padding: 10px;
  width:359px;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tab_container_in  img {
border:2px solid #CCCCCC;
margin:0 5px 3px 0;
float:left;
}

.tab_container_in li {
display:block;
float:left;
width:100%;
padding:5px 0 5px 0;
border-bottom:1px dotted #ccc;
}

.tab_container_in a {
font-size:13px;
padding-bottom:3px;
}

.tab_menu_container {
	padding: 0px 0px 0px 10px;
	
	height: 33px;
		border-top:3px solid #ECE8D7;
	background-color: #F8F5E8;
}



#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
  width:23%;
	background-color: #F8F5E8;
	text-transform:uppercase;
	color:#333;
	font-family:Georgia;
	font-size: 12px;
	line-height: normal;
  font-weight:700;
	float: left;
	list-style: none;
	cursor: pointer;
	text-align:center;
	border-bottom: none;
}

#tab_menu .first {
	padding: 7px 5px 2px 6px;
}

#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;
	
	background-color: #E6E3D3;

	color: #333;
	text-decoration: none;
	
	display: block;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #333;

	color: #ffffff;
	text-decoration: none;
}

.tab_sidebar_list {
	display: none;	
}

.column_right {
 
	width: 390px;
	
	float: left;
}

 

#tab_sidebar_comments img {
border:2px solid #CCCCCC;
margin:0 5px 3px 0;
padding:0;
}

#tab_sidebar_comments  {
font-size:11px;
}

/* END Tabs */



/*********************************************************
 * End styles/nav.css transplant
 ********************************************************/

/*********************************************************
 * Transplant from NileGuide.css to prevent extra request
 ********************************************************/
 
 /* nile over-ride */

body {
	

	background:#95AFC6;
	color:#596670;
	padding-top:0;
}
#page-wrap {
	position: relative;
}

#logo {
	clear:right;
	float:left;
	left:8px;
	padding-top:0;
	position:relative;
	top:8px;
	width:50%;
}


#footer {
	border: 1px solid #C0CECE;
	border-top: 0;
	margin: 8px auto 20px auto;
	padding-top: 20px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#footer_right small a {
	color:#596670;
	border:0;
	font-weight:normal;
}
textarea, input {
	font-family:Arial, Helvetica, sans-serif;
}
/* new elements */

.header-title {
	color:#596670;
	display: inline-block;
	font-size:26px;
	margin:12px 20px;
	padding:8px 0;
	
	*display: inline;
	*zoom: 1;
}
.header-subtitle {
	font-size: 20px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 27px;
}

#home-link {
	float:left;
	color:#596670;
	font-size:26px;
	padding-right: 10px;
	text-decoration:none;
}
.header-subtitle {
	display: inline;
}
#categ {
	background-color:#ffffff;
	float:left;
	padding:0 0 5px 0;
	text-align:left;
	width:940px;
	border-bottom:1px solid #C0CECE;
	margin:0 20px;
	overflow:auto;
}
#tab_menu li {
	background:transparent url(http://cdn2.nileguide.com/app/nile/i/reviews/fullReviewBgd.jpg) repeat-x scroll center bottom;
	border-color:#B3B3B3;
	border-style:solid;
	border-width:1px 1px 0;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-right:4px;
	padding:4px;
	width:auto;
	margin-left:0;
}
#categ a, #categ a:visited, .local-exp li a {
	color: #596670;
	font-family:arial, san-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
}
#featured-article {
	line-height:18px;
	text-align:left;
}
#featured-article h4 {
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	text-align:right;
}
.hr {
	border-top:0;
}
.article {
	clear: both;
	background-color:#FFF;
	border:0;
	border-bottom:1px solid #C0CECE;
	line-height:18px;
	margin:12px 0;
	padding:0 0 10px 0;
	overflow:auto;
}
.recent-articles-label {
	font-size: 17px;
	font-weight: normal;
}

.summary-article-title,
.about-meta h1,
.post h1,
.no-sidebar-template .title,
.post-tile {
	font-size:22px;
	font-weight:normal;
	line-height:normal;
	padding-top:0;
}
.summary-article-title a, .summary-article-title a, #featured-article h1 a, .post h1 a, .about-meta h1 a, .post-tile a {
	color:#4088BF;
}
.post-tile {
	font-weight: bold;
}
.post-tile a {
}
#featured-article h1 a {
	font-size:24px;
}
.article h1 {
	color:#596670;
}
.widget h3 {
	background-color:transparent;
	font-family:arial;
	font-weight:normal;
	padding:0;
}
.widget h3, #socialicons h3 {
	padding:6px 0;
	font-size:14px;
	font-weight:normal;
	color:#B3B3B3;
	text-transform:uppercase;
}
#columns {
	float:left;
	line-height:18px;
	padding:10px 0 5px 0;
	margin:8px 0 16px 0;
	width:100%;
	border-top:1px solid #C0CECE;
	border-bottom:1px solid #C0CECE;
}
.column {
	border-right:1px solid #C0CECE;
	float:left;
	padding:0 22px;
	width:190px;
}
.column h1 a, .column_last h1 a, #press-info h2, #local-experts h3, .block-title a {
	color:#E26E17;
	font-size:15px;
	font-weight:normal;
}
.column h4, .column_last h4 {
	padding:0;
}
.column img, .column_last img {
	margin:0 0 8px;
}
.column h4 a, .column_last h4 a {
	font-size:11px;
	padding:0 0 4px;
	text-transform:uppercase;
	font-weight:normal;
}
.column h4 a:hover, .column_last h4 a:hover {
	color:#333;
	text-decoration:none;
}
.tab_menu_container {
	background-color:transparent;
	border-top:0;
	height:auto;
	padding:0;
}
#nav, #nav li ul li {
	padding:0;
}
#nav li {
	padding: 0 37px 0 0;
}
#tab_menu li a, #categ li a {
	background:transparent;
	font-size:11px;
	color:inherit;
	font-family:arial;
}
.tab_container {
	border:0;
	float:left;
	margin:0;
	padding:0;
}
.tab_container_in {
	border-color:#B3B3B3;
}
#tab_menu li a:hover, #tab_menu li a.current, #nav li a:hover, #nav li a.current, #categ li.current-cat a, .local-exp li a:hover, #categ #nav .current-cat .children a:hover {
	background-color:transparent;
	color:#DD4003;
	text-decoration:none;
}
#categ #nav .current-cat .children a {
	color:#596670;
}
#nav a, #nav a:visited {
	padding:3px 8px;
}
#nav li li a, #nav li li a:visited {
	color:inherit;
	font-weight:normal;
	background:transparent;
}
#nav li li a:hover {
	background:transparent;
}
#nav li li {
	color:inherit;
	background:#FFF none repeat scroll 0 0;
	border-top:1px solid #CCCCCC;
	text-align:left;
	width:172px;
}
.widget li {
	border-bottom:0 none;
	line-height:18px;
	padding:0 8px 0 0;
}
div a, .about-meta .post a, #questions .post a, #press-info .post a, .about-us .post a {
	color:#4088BF;
}
/* h1 a */ #press-info h2, #FAQ h3, .about-meta h3 {
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}
pre {
	font-family:Arial;
	text-transform:uppercase;
	font-size:10px;
}
/* narrow left column */

#sidebar {
	float:right;
	padding-left:10px;
	text-align:left;
	width:310px;
}
#articles, #more {
	float:left;
	width:610px;
}
#more {
	margin-top:-12px;
}
.post {
	width:610px;
	margin-right:8px;
	overflow-x: hidden;
}
.about-us.post, .about-us .post {
	overflow-x: visible;
}
.column_right {
	float:left;
	width:300px;
}
.widget {
	float:left;
	margin:8px 0;
	width:300px;
}
.tab_container_in {
	width:280px;
}
.widget a {
	color:#4088BF;
	font-size:12px;
	font-weight:normal;
}
/* comments box */

#commentlist2 {
	color:inherit;
	font-size:11px;
	line-height:10px;
	padding:0;
	width:100%;
}
#commentlist2 li {
	margin:0;
	background:#ffffff;
	border:0;
	padding:5px 20px 15px 15px;
}
#respond h2 {
	margin-top:8px;
	font-weight:normal;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea, #respond #submit {
	margin-left:0;
}
.comment-body {
	background:#eee;
	padding:10px;
	line-height:18px;
	overflow:hidden;
}
#commentlist2 h2 {
	padding-bottom:10px;
	color:inherit;
	font-size:16px;
	font-weight:normal;
}
#commentlist2 a, #commentlist2 a:hover {
	font-weight:normal;
}
#commentlist2 li p {
	font-size:12px;
	margin:0;
	color:#444;
}
.post p img {
	margin:8px 0;
}
#nav .children {
	border:1px solid #C0CECE;
	background:#fff;
padding-left:20px;
}
#nav li li {
	border:0;
}
#nav li ul ul {
	margin:-27px 0 0 174px;
}
.post a {
	border-bottom:0;
}
ul.navigator {
	position:relative;
	width:673px;
	margin-left:305px;
	background:#3D454C;
	height: 17px;
}
ul.a-page.navigator {
	padding-top:3px;
}
#searchsubmit {
	background-color:#eceded;
	border:1px solid #bbb;
	color:#3D454C;
	font-family:Arial, Helvetica, sans-serif;
	padding:3.5px 5px;
	height:27px;
}
input#s {
	border:1px solid #bbb;
	height:15px;
}
#commentform #submit {
	background-color:#eceded;
	border:1px solid #bbb;
	color:#3D454C;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	font-weight:bold;
}
h2.track {
	font-size:14px;
}
/* About section */
.tagline {
	float:right;
	padding:5px 0;
	font-size:14px;
	color:#3D454C;
}
.about-meta h1 {
	color: #596670;
}
.about-meta, .about-meta .post {
	width:935px;
}
.about-meta h2, .about-meta h3, .about-meta a {
	font-weight:normal;
}
.about-meta h2 {
	font-size:16px;
	color:#333;
	border-bottom:1px solid #C0CECE;
}
.about-meta .linked, .about-meta .linked-last {
	float:left;
	width:200px;
	margin:0 165px 0 0;
}
.about-meta .linked-last {
	margin-right:0;
}
.clear, .leregion h3, .row, #questions h2, .separator {
	clear:both;
}
.about-meta .post a:hover, #press-info .post a:hover, #FAQ .post a:hover, .about-us .post a:hover {
	color:#333;
}
/* About page */
.about-us .post {
	width: 400px;
	padding-right:535px;
	background:url(../files/2009/07/9countaboutus2.jpg) no-repeat 100% 14%;
}
.about-us .pullquote {
	color: #4088BF;
	font-size:14px;
	line-height:22px;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	margin:5px 0;
	padding:10px 0;
	text-transform:uppercase;
}
/* Jobs page */
.jobs .small {
	font-size:11px;
	float:right;
	text-transform:uppercase;
}
.jobs .post .article {
	padding:0;
	margin:0;
	border:0;
}
.jobs small {
	color: #596670;
}
.jobs h3 {
	clear:both;
	border-top: 1px solid #b3b3b3;
	margin-top:15px;
	padding:15px 0 0 0;
}
.jobs h3 a {
	font-weight:normal;
}
/* Press page */
#press-info {
	line-height:18px;
}
#press-info .post {
	width:595px;
	margin-bottom:15px;
}
#press-info h2 {
	margin-bottom:10px;
	clear:both;
}
h2#pressreleases, h2#inthenews, h2#screenshots, h2#timeline, h2#advertise, #questions h2 {
	border-top:1px solid #b3b3b3;
	margin-top:15px;
}
#press-info .post p {
	padding:0;
}
#press-info .release img {
	float:right;
	padding: 10px 0 0 0;
}
#content-wrap #sidebar.press {
	margin-left:55px;
}
#sidebar.press h4 {
	font-size:13px;
}
#sidebar.press .widget p {
	margin-top:10px;
}
#sidebar.press {
	line-height:10px;
	margin:2px 0 0 0;
	padding:0;
}
#sidebar.press, #sidebar.press .widget {
	width:275px;
}

.no-sidebar-template .title {
	color: #596670;
	font-size:22px;
}
.no-sidebar-template .content {
	padding: 15px 0;
}

.widget .rss {
	background:url(../files/2009/05/rss.png) no-repeat left top;
	padding: 11px 0 0 62px;
	height:45px;
	margin: -10px 0 5px 0;
}
.widget .rss a, .widget .social-fb a, .widget .social-tweet a, .widget .social-flickr a {
	color: #333;
}
.widget .social-fb, .widget .social-tweet, .widget .social-flickr {
	padding: 20px 0 0 62px;
	height:45px;
}
.widget .social-fb {
	background:url(../files/2009/05/facebook.png) no-repeat left top;
}
.widget .social-tweet {
	background:url(../files/2009/05/twitter.png) no-repeat left top;
}
.widget .social-flickr {
	background:url(../files/2009/05/flickr.png) no-repeat left top;
}
.block-wrap {
	margin:0 auto 15px auto;
	width:504px;
}
#press-info .block {
	font-size:10px;
	text-transform:uppercase;
	line-height:14px;
	width:252px;
	text-align:center;
	margin: 0 auto;
}
#press-info .release .post {
	border:0;
}
#press-info .release .post h3 {
	font-size:13px;
	padding:0;
}
#press-info ul li {
	text-transform:none;
}
#press-info td {
	padding:0 20px 0 0;
}
#press-info td img {
	border:1px solid #ddd;
	margin:15px 0 5px 0;
}
#press-info td ul {
	padding:0;
}
#press-info td ul li {
	margin:0 0 0 13px;
	line-height:20px;
}
a#phocus-vid {
	background-image:url(../files/2009/05/josh-rollover2.jpg);
	display:block;
	height:119px;
	width:252px;
	margin-top:61px;
}
a#nile-pdf {
	background-image:url(../files/2009/05/onepager-rollover3.jpg);
	display:block;
	height:180px;
	width:252px;
}
a#phocus-vid:hover, a#nile-pdf:hover {
	background-position:252px 0;
}
.history h4 {
	float:left;
	font-size:11px;
	text-transform:uppercase;
	padding:0 5px 0 0;
}
#press-info .history .post {
	padding:0 0 5px 0;
	margin:0;
}
.history h3 {
	padding:0 0 5px 0;
	font-size:14px;
	color:#b3b3b3;
}
/* Team Page */
#team div {
	line-height:18px;
}
#team #blurb {
	margin:10px 0;
	border-bottom: 1px solid #b3b3b3;
	padding:0 0 10px 0;
	font-size:13px;
}
#team .floatright {
	width: 420px;
	margin-left:20px;
}
.separator {
	border-top:1px solid #b3b3b3;
	padding:10px 0 0 0;
}
/* Local Experts Page */
.ng-staff {
	width:430px;
	float:left;
	margin: 0 30px 15px 0;
	line-height: 18px;
}
#local-experts h3 {
	border-top: 1px solid #b3b3b3;
	padding: 5px 0 0 0;
	margin: 15px 0;
	text-transform: uppercase;
}
#local-experts.index h3 {
	border-top:1px solid #ccc;
	padding:10px 0 0 0;
	margin:10px 0 3px 0;
	color:#596670;
}
.local-exp {
	margin:15px 0 0 0;
}
.local-exp li {
	display:inline;
	margin: 5px 0;
	padding: 0 49px 0 0;
}
.local-exp li.last {
	padding-right:0;
}
.ng-staff h4 {
	font-weight:normal;
	font-size:20px;
	color:#555;
}
.ng-staff h5 {
	margin:0 0 5px 0;
	padding:0;
	color:#888;
	font-size:14px;
}
.ng-staff img {
	float:left;
	padding: 5px 15px 0 0;
}
/* FAQ page */
#FAQ h3 {
	color:#888;
}
#FAQ ul li a {
	font-size:13px;
	line-height:20px;
}
#questions h2 {
	padding:10px 0 0 0;
	font-size:20px;
}
/* App page */
#iphone-app {
	font-size:12px;
}
#iphone-app ul {
	padding: 0 0 0 15px;
}
#iphone-app .post, #iphone-app.post {
	overflow-x: visible;} 

#iphone-app .get {
	margin:5px 0;
	position: relative;
	height: 350px;
}
#iphone-app .get img {
	position: absolute;
	top: -40px;
	left: -8px;
}
#iphone-app .floatleft {
	width:500px;
	margin: 0 40px 0 0;
}
#iphone-app .more_left {
	padding:12px 0 0 0;
	opacity: 0.9;
}
#iphone-app .more_left:hover {
	opacity:1;
	-webkit-transition:opacity 0.65s linear;
}
#iphone-app h2 {
	border:0;
	font-family:"Arial Black", Arial, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	color: #6C7982;
	font-weight:bold;
}
#iphone-app .caption {
	font-size:18px;
	line-height:24px;
}
#iphone-app #app-gtg {
	border-top: 1px solid #ccc;
	margin: 10px 0;
}
#iphone-app #app-gtg h2 {
	font-size: 12px;
}
#iphone-app #app-gtg .floatleft {
	width: 390px;
	margin: 0 32px 0 20px;
}
#app-gtg ul {
	margin-top: 44px;
}
#iphone-app #app-gtg .floatleft {
	width: 390px;
	margin: 0 32px 0 20px;
}
label {
	cursor: pointer;
}
.piratesBody {
	position:relative;
	top:-50px;
	text-align: center;
	font-family:times;
	font-size:18px;
	line-height:24px;
}
.piratesBody .subHead {
	text-align: center;
	font-family: times;
	font-size: 32px;
	line-height: 28px
}
.piratesBody .sponsors {
	width: 100%;
	text-align: left;
	border:solid #CBD6DC;
	border-width:1px 0;
	position:relative;
	top:30px;
}
.piratesBody .sponsorLabel {
	font-size:14px;
	position:relative;
}
a.pirateBlogLink, .pirateAction {
	color:#BD5F48;
	font-size:24px;
}
.piratesBody .newsletterSignUp {
	font-size:14px;
	line-height:18px;
	width:360px;
	margin-left:50%;
	position:relative;
	left:-180px;
}
.piratesBody .post p img {
	margin:0;
}
.piratesPost {
	font-family:times;
	font-size:14px;
}
table.competitionSignUp {
	font-size:14px;
	left:-150px;
	margin-left:50%;
	position:relative;
	text-align:left;
	width:300px;
}
table.competitionCheckIn {
	margin-left:50%;
	position:relative;
	width:880px;
	left:-440px;
	text-align:left;
	font-size:14px;
}
td.leftCol {
	text-align:right;
	padding:6px;
	width:100px;
}
.legalNote {
	font-size:14px;
	font-style:italic;
}
.socialTable {
	margin-left:50%;
	position:relative;
	left:-140px;
	width:400px;
}
/* new header and background css changes */

#header {
	padding-top:0;
	position:relative;
	-moz-border-radius: 0 0 6px 6px;
	background-color: #5E6E84;
	height: 106px;
}
#header .banner-head {
	display:block;
	float:right;
	height:90px;
	margin:8px;
	width:728px;
}
#logo {
	clear:right;
	float:left;
	left:0;
	padding-top:0;
	position:absolute;
	top:8px;
	width:auto;
}
#search {
	float:none;
	padding-top:0;
	text-align:right;
	position:absolute;
	right:-1px;
	top:115px;
	z-index:200;
}
#searchsubmit {
	height:32px;
	margin:0;
	background:#D7ED37;
	padding:0 6px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f652', endColorstr='#c2d524'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1f652), color-stop(100%, #c2d524) ); /* for webkit browsers */
	background: -moz-linear-gradient(center top, #e1f652 0%, #c2d524 100%); /* for firefox 3.6+ */
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
input#s {
	background:#fff;
	border:solid #BBBBBB;
	border-width:1px;
	height:21px;
	width:180px;
}
#menu {
	background:none repeat scroll 0 0 #3D454C;
	float:none;
	height:32px;
	padding:0;
	margin:8px 0;
	text-align:right;
	width:100%;
	background: #E1E7ED; /* for non-css3 browsers */
	background-image:url(/i/globalNavBgd.jpg); /* for non-css3 browsers */
	background-repeat:repeat-x; /* for non-css3 browsers */
	border: 1px solid #9BADC5;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#D7DEE8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(100%, #D7DEE8) ); /* for webkit browsers */
	background: -moz-linear-gradient(center top, #FFFFFF 30%, #D7DEE8 100%); /* for firefox 3.6+ */
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 3px 3px #666;
	-webkit-box-shadow: 0 3px 3px #666;
	box-shadow: 0 3px 3px #666;
	
	*left: 0;
	*margin: 8px 0;
}
#menu li {
	display:block;
	float:left;
	padding:0 10px;
	line-height:32px;
	border-right:1px solid #9BADC5;
}
#nav li {
	padding:0 16px 0 0;
}
#nav a, #nav a:visited {
	padding:0;
}
#menu a {
	color:#3D454C;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}
ul.navigator {
	background:none;
	line-height:28px;
	margin:0;
	position:relative;
	right:0;
	width:auto;
}
#main-wrap {
	background:#fff;
	border:0;
	margin-top:0;
	margin-top:4px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	*margin-top:32px;
}

ul.a-page.navigator {
padding-top:0;
}

#footer {
border:0;
}

/* AdWords ads in content */

.adwords-sidebar
{
	margin: 30px 0;
 	clear: both;
}
.adwords-content-block
{
	margin: 20px 0;
	clear: both;
}

/* NileGuide widgets */
.nileguide-widget{
	margin: 20px 0;
}
.nileguide-widget h3 {
	padding: 0;
}

.paging-container {
	float: right;
	margin: 35px 0;
}
.paging-container a {
	text-decoration: underline;
}
.paging-label {
	float: left;
	margin-top: 7px;
	font-weight: bold;
	margin-right: 5px;
	font-size: 130%;
}
.paging-block {
	width: 30px;
	height: 24px;
	float: left;
	text-align: center;
	border: 1px solid #CCC;
	background-color: #F6F6F6;
	font-weight: bold;
	margin: 0 5px;
	padding-top: 6px;
	font-size: 130%;
}


/*********************************************************
 * End NileGuide.css transplant
 ********************************************************/

/*********************************************************
 * Generic paging
 ********************************************************/

.ng-paging {
	background: -moz-linear-gradient(center top , #FFFFFF 30%, #D7DEE8 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D7DEE8));
	border: 1px solid #9BADC5;
	border-radius: 6px 6px 6px 6px;
	line-height: 30px;
	margin-top: 15px;
	padding:0;
	text-align: center;
}
.ng-paging .ng-prev,
.ng-paging .ng-next {
	background: #3FA9F5;
	background: -webkit-gradient(linear, left top, left bottom, from(#E1F652), to(#C2D524));
	background: -moz-linear-gradient(top, #E1F652, #C2D524);
	border: solid #9BADC5;
	color: #596670;
	cursor: pointer;
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1F652', endColorstr='#C2D524');
	font-weight: bold;
	padding: 0 15px;
	text-shadow: 1px 1px 0 #fff;
}
.ng-paging .ng-prev:hover,
.ng-paging .ng-next:hover {
	text-decoration: underline;
}
.ng-paging .ng-prev.disabled,
.ng-paging .ng-next.disabled {
	cursor: default;
	opacity: .4;
}
.ng-paging .ng-prev.disabled:hover,
.ng-paging .ng-next.disabled:hover {
	text-decoration: none;
}
	
.ng-paging .ng-prev {
	border-radius: 4px 0 0 4px;
	border-width: 0 1px 0 0;
	float: left;
}
.ng-paging .ng-next {
	border-radius: 0 4px 4px 0;
	border-width: 0 0 0 1px;
	float: right;
}
.ng-paging .ng-page-block {
	background-color: white;
	border-left: 1px solid #D8E0EA;
	border-right: 1px solid #D8E0EA;
	display: inline-block;
	line-height: 28px;
	width: 30px;
}
.ng-paging a .ng-page-block {
	background-color: transparent;
	border: 1px solid transparent;
}

/*********************************************************
 * Slideshow template
 ********************************************************/

.t-slideshow-paging {
	background:#E6EBF1;
	border:1px solid #C1CEDC;
	clear: both;
	margin: 15px 0;
	padding: 0 7px;
	text-align: center;
}
.t-slideshow-paging-prev {
	display: block;
	float: left;
	margin-top: 5px;
}
.t-slideshow-paging-number {
	background-color: #FFFFFF;
	border-left: 1px solid #C1CEDC;
	border-right: 1px solid #C1CEDC;
	color: #8DABC7;
	display: inline-block;
	font-size: 12px;
	margin: 0 1px;
	padding: 5px 8px;
}
a .t-slideshow-paging-number {
	background-color: inherit;
	color: #304A63;
	border-left: 0;
	border-right:0;
	padding: 5px 2px;
} 
a .t-slideshow-paging-number:hover {
	background:none;
	color:#4088BF;
	text-decoration:underline;
}
.t-slideshow-paging-next {
	display: block;
	float: right;
	margin-top: 5px;
}

/*********************************************************
 * Photo template
 ********************************************************/
 
.ng-photo-container {
 	margin-bottom: 25px;
	overflow: auto;
}
.ng-photo-container .ng-photo {
	margin: 15px 0 5px;
}
.ng-photo-container .ng-attribution {
	float: left;
}
.ng-paging-container {
	float: right;
	text-align: right;
}
.ng-photo-container .ng-next {
	margin-left: 50px;
}
.ng-photo-container .ng-previous,
.ng-photo-container .ng-next {
	font-weight: bold;
	font-size: 13px;
}

/* photos widget */

.ng-photos-widget img {
	height: 53px;
	margin-right: 3px;
	width: 72px;
}

/*********************************************************
 * Slideshow template
 ********************************************************/
 
.ng-ss {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.ng-ss-primary-container {
	border: 1px solid #9BADC5;
	margin-top: 15px;
	padding: 15px 10px;
	text-align: center;
}
.ng-ss-primary {
	cursor: pointer;
}
.ng-ss-primary-meta {
	text-align: left;
	margin-left: 6px;
}

.ng-ss-thumb-list {
	overflow: auto;
	margin-top: 15px;
	padding: 0 !important;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}
.ng-ss-thumb-item {
	display: inline;
	list-style: none !important;
	width: 70px;
}
.ng-ss-thumb-img {
	border: 4px solid #FFF;
}
.ng-ss-thumb-item:hover .ng-ss-thumb-img,
.ng-ss-thumb-item.current .ng-ss-thumb-img {
	border-color: #C2D524;
}
