/*
Theme Name: SGD
Version: 1.0
Description: SGD Child theme.
Author: Brad Sheehan
Author URI: http://www.sgd.cc
Template: aperture
*/
 
@import url("../aperture/style.css");

/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	padding: 0px;
	color:#666666;
	background-image:url(styles/default/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	text-align:left;
}

p, ul, ol, table {  }

strong { color: #202325; font-weight: bold }
em { font-style: italic }


/* Headlines */
h1 {
	color: #181818;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}

h2 {
	color: #181818;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 0px;
}
h3 {
	color: #181818;
	font-size: 1.35em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 15px;
}
h4 {
	color: #181818;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 15px;
}
h5 {
	color: #181818;
	font-size: 1em;
	margin: 0 0 15px;
}
h6 {
	color: #181818;
	font-size: .90em;
	margin: 0 0 15px;
}

#footer h5 {
	margin-bottom:0 !important;
}


/* Anchors */
a, a:link, a:visited {
	text-decoration: none;
	color:#09F;
}
a:hover, a:active, a.active {
	text-decoration: none;
	color:#666;
}


/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	text-align: left;
	width: 950px;
	position: relative;
}
	#header, #content, #footer, #contentWrap, #footerWrap {
		float: left; display: inline;
		clear: both;
		position: relative;
	}
	#header {
		background:transparent url(styles/default/bg-header.jpg) no-repeat scroll 0 0 !important;
		height: 108px;
		width: 100%;
	}
	#home #header {
		height: 108px;
	}
		#logo { margin: 0 }

			#logo a {
				cursor: pointer;
			}

	#content {
		width: 910px;
		background-color:#FFFFFF;
		padding:20px;
	}
	
	#folio {
		width: 830px;
		background-color:#FFFFFF;
		padding:0px 40px 20px 40px;
	}
	
		#contentWrap {
			margin:0px;
			width: 950px;
			padding:0px;
			background-color:#FFFFFF;
		}
		#home #contentWrap { padding: 0px; width:950px; }
		#home #top { padding: 0px }
		#home #albums { padding: 20px 10px 0px 10px; float:left; }
		
		#home #albums p.category {
			margin:0;
		}
		
		#home #albums p.category a {
			text-align:center;
			color:#ffffff;
			display:block;
			height:40px;
			font-size:15px;
			font-weight:bold;
			line-height:40px;
			padding:5px;
			margin-bottom:20px;
		}
		
		#home #albums p.category a:hover {
			background-color:#363933;
		}
		
		.post-image-block {
			background: url(images/post_image_block_bg.jpg);
			width:270px;
			height:200px;
			margin-bottom:1px;
		}
		
		.category-image-block {
			background: url(images/category_image_block_bg.jpg);
			width:270px;
			height:200px;
			margin-bottom:1px;
		}
		.trim {
			background-color:#333;
			
		}
		
		#home #footer { }

	#footer {
		height: 36px;
	width:910px;
	margin: 0px;
	padding: 0 20px 20px 20px; 
	background-image: url(images/footer_bg.jpg);
	background-repeat:repeat-y;
		
	}
	
	#footer p{
		color:#FFF;
		padding:20px;
		text-align:right;
		font-size:10px;
		
	}
		#footerWrap {
			
		}

	#content { padding-bottom:20px !important; }
	#contentWrap {margin-bottom:0 !important; }

/*-------------------------------
2.c Navigations
-------------------------------*/

/* Page Nav */

#nav_wrapper {
	height: 108px;
	width:510px;
	margin: 0 auto;
}

#nav {
		height: 108px;
	padding: 24px 0 0 0;
	position: relative;
	top: 0px; left: auto;
	z-index: 9999;
	margin:0;
	float:right;
}

ul#nav { margin-top:9px; }
#nav ul  { z-index:100; margin:0; padding:0; list-style:none; line-height:1; }
#nav a  { display:block; z-index:100; padding:0 30px; line-height:36px; font-size:12px; color:#fff; text-decoration:none; text-transform:lowercase; 
	font-weight:normal;}
#nav a:hover{
	text-decoration: none;
	color:#0098FF;
	display:block;
}

#nav li  { float:left; width: auto; text-align:left;}
#nav li:hover { background: url(images/bg-dropdown.png) !important;background: #000; }
#nav li.current_page_item { }
#nav li li.current_page_item { background: none; }

/* 2.2.1 Drop-down menus */
#nav li ul  {width: auto; left: -999em;}
#nav li ul li  {background: url(images/bg-dropdown.png) !important;background: #000;}
#nav li ul li a  { line-height: 36px; width: 110px;  }
#nav li ul li:hover  { background:#fafafa;}
#nav li ul  { padding:0px; }
#nav li ul ul  { margin: 0px; }
#nav li ul li ul li a  {}
#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul 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 li:hover,#nav li.hover  { position:static; }

#nav .sf-sub-indicator {display:none;}

/*
#nav {
	height: 108px;
	padding: 36px 0 0 0;
	position: relative;
	top: 0px; left: auto;
	z-index: 9999;
	margin:0;
	float:right;
	
}

#nav a {
	display: block;
	line-height: 36px;
	padding: 0 10px;
	z-index: 100;
	font-size: 12px; 
	text-transform:lowercase; 
	font-weight:normal;
	color: #ffffff;
}

#nav a:hover{
	text-decoration: none;
	color:#fff;
	background-color:#2D2D2D;
	display:block;
}

#nav li {
	float: left;
	margin-left:30px;
}
 

/* Style drop down list */

/*#nav li ul { width: auto; left: -999em;}
#nav li ul li {	background: url(images/bg-dropdown.png) !important;background: #000; }
#nav li ul li a { line-height: 36px; width: 110px; }
#nav li ul ul {	margin: 0px; }
#nav li ul ul li a { line-height: 36px; text-transform:none; }
#nav li ul li ul li a { }
#nav li:hover ul, #nav li.sfhover ul { left:auto; text-align:left; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left:auto;  }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */


/* Pagination */

.more_entries {
	clear:both;
	margin-bottom:20px;
	text-align:center;
	padding: 0 20px 0 20px;
}

.more_entries .wp-pagenavi strong {
	padding:5px;
	border:none;
	margin-right:5px;
}

.wp-pagenavi span.pages {
	border:none !important;
}

.more_entries .wp-pagenavi a strong {
	padding:0;
	border:none;
	margin-right:0;
}

.more_entries .wp-pagenavi a, .more_entries .wp-pagenavi .on {
	padding:5px !important;
	border:none !important;
	margin-right:5px !important;
}
.more_entries .wp-pagenavi .on { font-weight:bold;
background-color:#0098FF;
border:none;}

.more_entries .wp-pagenavi a:hover {
	background-color:#E4E4E4;
	color:#333333;
}


.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: none;
	color: #0098FF;
	background-color: none;	
}

.wp-pagenavi a:hover {	
	border: none;
	color: #0098FF;
	background-color: #EFEFEF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: none;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #0098FF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: none;
	background-color: none;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: none;
	color: #ffffff;
	background-color: #0098ff;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: none;
	color: #000000;
	background-color: none;
}



#prevPosts {
	background-color: #232528;
	width: 460px;
	height: 200px;
	position: relative;
}
	
	#prevPosts h3 {
		color: #fff;
		height: 32px;
		padding: 5px 0 0 0;
		position: absolute;
		top: 10px; left: 10px;
	}


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/


	
#home #header p {
	font-size: 1.17em;
	line-height: 1.43em;
}


	

/*=== Slider ===*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 950px;
	height: 414px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 950px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#featured {
	float:left;
	width:950px;
	height:414px;
	background-color:#181818;
}

.featured_text {
	padding:20px;
	text-align:left;
	background: url(images/bg-feature_exerpt.png) !important;
	background: #000;
	display:block;
	height:414px;
	padding-left:20px;
	color:#efefef;
}

	.featured_text h2{
		font-weight:normal;
		font-size:21px;
		color:#FFF;
		text-transform:none;
		margin-bottom:5px;
	}
	
	.featured_text h2 a{
		font-weight:normal;
		font-size:21px;
		color:#FFF;
		text-transform:none;
	}
	.featured_text h2 a:hover{
		font-weight:normal;
		font-size:21px;
		color:#0098FF;
		text-transform:none;
	}
	
	.featured_text a {
		text-decoration:none;
		
	}
	.featured_text a:hover {
		text-decoration:none;
		
	}

/*=== Slider Navigation ===*/

#slider_nav {
	color:#dddddd;
	background-color:#000;
	padding:10px 20px 10px 20px;
	line-height:20px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top:0px;
}

#slider_nav img {
	vertical-align:middle;
}

#slider_nav p {
	line-height:20px;
	margin:0 !important;
	text-align:right;
}

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

#slider_nav a img {
	margin: 0 5px;
}

#main .thumbnail { margin-bottom:20px;}
h2.single { font-size: 1.5em; border-bottom: none; padding-bottom:10px; padding-top:18px; }
h2.arh { border-bottom: 1px solid #cccccc; padding-bottom:20px; text-transform:uppercase; margin-bottom:20px;}
h2.archive { border-bottom: 1px solid #cccccc; padding-bottom:20px; text-transform:uppercase;}

#sidebar h4, #sidebar2 h4 { margin: 0 0 3px }

#home #sidebar h4, #home #sidebar2 h4 { margin: 0px }

/* Post Entry */

.entry {
	margin-bottom:20px;
	border-bottom:1px solid #E4E4E4;
}

.entry blockquote p {
	color: #666;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}

.entry ul li {
	background:transparent url(images/bullet.gif) no-repeat scroll 4px 4px;
	line-height:140%;
	padding:0 0 1em 18px;
}

.entry ol li {
	line-height:140%;
	padding:0 0 1em 0;
	list-style-position: inside;
	list-style-type:decimal;
}

#albums .entry {
	padding:10px;
	color:#999;
	border-bottom:none;
	
}

	#albums h2 a {
		color:#0098FF;
		font-size:14px;
		font-weight:normal;
		text-decoration:none;
	}
	#albums h2 a:hover {
		color:#fff;
	
	}

p.post_meta { font-size:11px; color:#666666;margin-bottom:5px; }
p.post_meta span.details { background: url(images/post_meta_bg.jpg) no-repeat; padding: 3px 0 3px 21px; }
p.post_meta span.date { background: url(images/ico-date.gif) no-repeat; padding: 3px 0 3px 21px; }
p.post_meta span.comments { background: url(images/ico-comments.gif) no-repeat; padding: 3px 0 3px 21px; }

/* Post Image Styling */

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;	
	font-size:11px;
}



/*=== Comments ===*/

div#comments {margin:0px;}

	ol.commentlist { margin: 20px 0 20px 0; padding-left:0px; }
	
		ol.commentlist li.odd {background-color:#efefef;}
		
		ol.commentlist li h4 { margin-bottom: 0; }
		
		ol.commentlist li { margin-bottom:20px; position: relative; }
			
			ol.commentlist .comment {background-color:#eeeeee; border: 1px solid #cccccc; padding:20px;}
			

			ol.commentlist .avatar, ol.commentlist .photo {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	padding:4px 4px 12px 4px;
	background-color:#fff;
	border: solid 1px #efefef;
	border-bottom-color:#666;
	border-right-color:#999;
}

			ol.commentlist li cite { font-size: 1em; font-weight:normal; }
			
			ol.commentlist li .comment-meta { font-size: .7em; margin-bottom:1em }
			
		ol.commentlist ul.children li { position:relative; margin-top:20px; }
		
		ol.commentlist .odd ul.children li { background-color:#ffffff; }
		
		ol.commentlist .odd ul li ul.children li { background-color:#F4F4F4; }
		
	#respond #author, #respond #email, #respond #url, #respond #comment {
		border: 1px solid #cccccc;
		padding:5px;
	}
	
	#respond label {
		padding:5px;
		margin-left:5px;
	}
	
	#respond .cancel-comment-reply {margin-bottom:20px; }
	
	#commentform #submit {
		padding:10px;
	}

/*=== Widgetized Footer Section ===*/

.custom #footerWrap {margin:0px; padding:0px; }

#home #footerWrap {margin:0px; padding:0px;}

	#footerWrap h4 {
		margin-bottom:0px;}
	
	#footerWrap h2 { }

	#footerWrap h4 {
		margin-bottom:0px;
	}
		
	#footerWrap ul li p {
		color:#333333;
		margin:0px;
	}
	
	
	#footerWrap ul li {
		

	}
	
	#footerWrap ul li ul {
		margin: 0px;
	}
	
	#footerWrap ul li ul li {
		margin: 0px;
		background-color: #efefef;
		padding:0px;
	}
	
	#footerWrap ul li ul li a {
	font-weight:normal;
	font-size:12px;
	color: #333333;
	padding-left:0px;
	}
	
	#footerWrap ul li ul li ul li a {
	font-weight:normal;
	font-size:11px;
	background-color: #efefef;
	padding-left:0px;
	}
		
	#footerWrap ul li img {
		text-align: left;
	}
		
	#footerWrap ul li.clickready {
		cursor: pointer;
	}

/*=== Widgets ===*/

.widget {
	margin:0px;
	background-color: #efefef;
	text-align:left;
	padding:10px;
	margin-bottom:18px;
	
}

#text-4 .textwidget {
	padding:10px 10px 10px 10px;
	height:auto;
}

.textwidget {
	padding:10px 10px 10px 10px;
	height:390px;
	overflow:hidden;
}

.widget a {
		text-decoration: none;
	}
.widget p {
	font-size:0.8em;
	}
	
	.widget a:hover {
		text-decoration:none;
	}
.widget ul{
		margin: 0px;
		display:block;
		width:100%;
		padding-left:0px;

		
	}
	.widget ul li {
		margin: 0px;
		padding: 10px 0px 10px 0px;
		border:none;
		
		
	}
	
	.widget h3 {
		padding-bottom: 10px;
		margin-bottom:0px;
		background-color:none;
		text-align:left;
		text-transform:uppercase;
	border-bottom:solid;
	border-bottom-color:#000;
	border-bottom-width:1px;
	font-size:1em;
	color:#362b24;
		
	}
	
	.widget h4 img {
	float:left;
	margin-right:10px;
	}
	.widget h4 a{
		font-size:.8em;
		
	}

h3#news {
	padding-left: 35px;
	background-image: url(images/ico-news.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

h3#flickr {
	padding-left: 35px;
	background-image: url(images/ico-flickr.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

h3#photos {
	padding-left: 0px;
	background-image:none;
	text-transform:uppercase;
	border-bottom:solid;
	border-bottom-color:#000;
	border-bottom-width:1px;
	font-size:1em;
	color:#362b24;
}

h3#twitter {
	padding-bottom: 10px;
	padding-left: 0px;
		margin-bottom:0px;
		background-color: #none;
		text-align:left;
		text-transform:uppercase;
	border-bottom:solid;
	border-bottom-color:#000;
	border-bottom-width:1px;
	font-size:1em;
	color:#362b24;
	background-image:none;
}


h3#subscribe { 
	padding-left: 35px;
	background-image: url(images/ico-subscribe.gif);
	background-repeat: no-repeat;
}

h3#popular {
	padding-left: 35px;
	background-image: url(images/ico-press.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#recent-comments h3 {
	padding-left: 35px;
	background-image: url(images/ico-comment.gif);
	background-repeat: no-repeat;
}

#archives h3 {
	padding-left: 35px;
	background-image: url(images/ico-archives.gif);
	background-repeat: no-repeat;
}

.widget_links h3 {
	padding-bottom: 10px;
	padding-left: 0px;
		margin-bottom:0px;
		background-color: #none;
		text-align:left;
		text-transform:uppercase;
	border-bottom:solid;
	border-bottom-color:#000;
	border-bottom-width:1px;
	font-size:1em;
	color:#362b24;
	background-image:none;
	
}
	
ul.news li h4 {	margin-bottom: 5px !important }
	
ul.news li img { float:left; padding:5px; border:1px solid #cccccc; background-color:#FFFFFF; }

ul.news li .content { float:left; padding:0 0 0 10px; width:176px; }
	
#sidebar2 ul.photos {
	width: 280px;
	margin: 0 0 1.5em 0px;
}

.flickr .flickr_badge_image {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
	
	.flickr_badge_image a {padding:0 !important;} 
		
	.flickr .flickr_badge_image a img { display: block; background-color:#FFFFFF; padding:5px; border:1px solid #cccccc; }
		
	.flickr .flickr_photos { padding:15px 0 10px 16px; float:left; }

 #twitter_update_list {
	background-color: #333;
	border: none;
	color: #efefef;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.17em;
	font-style: italic;
	text-align: left;
	padding: 10px;
	overflow:hidden;
	margin:0 ;
	width: 270px;
	height:360px;
}

	 #twitter_update_list li {
		margin-bottom:18px;
		padding:0 !important;
		border:none !important;
		background-color:transparent !important;
	}

div.follow {
	color:#333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	padding:5px;
	text-align:center;
	background-color: #09F;
	width:280px;
	margin-top:2px;
}

	div.follow a {
		color:#e5edf0;
	}

#searchform #s {
	padding:5px;
	border: 1px solid #cccccc;
	margin-right:5px;
	width:146px;
}

#searchform #searchsubmit {
	padding:5px;
	border: 1px solid #cccccc;
	background-color:#000000;
	color:#FFFFFF;
}

#wp-calendar {
	width: 99%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	font-size: 11px;
	text-align:center;
	padding:5px;
	text-transform: uppercase;
}

#wp-calendar thead tr th {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

#wp-calendar tfoot tr th {
	padding-top: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 3px;
	text-align: center;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}
	
#footerWrap ul li.recentcomments {
	padding:5px;
}
	
#footerWrap ul li.recentcomments a {
	background-color:transparent;
}
	
#footerWrap ul li.recentcomments a:hover {
	text-decoration:underline;
	color:#111111;
}
	
#footerWrap .news a {
	padding:0;
}
	
#footerWrap .widget_tag_cloud a {
	display:inline !important;
}

/*=== Adverts ===*/

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

.home_leaderboard {
	border-bottom: 1px solid #cccccc;
}

.content_advert {
	float: left;
	text-align: center;
	background-color: #dddddd;
	padding: 20px 0px;
	margin-bottom: 20px;
}

.advert img {
	border: 1px solid #cccccc;
}

.header_banner_ad img {
	margin-top: 23px;
}


/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 1px solid #B6CCD4;
	color: #000;
	padding: 6px;
}
input.text { width: 195px }
select.select { width: 200px }
textarea.textarea { height: 10em; width: 446px }

select.select.free {	width: auto }

button.button {
	color: #000;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

input.submit {
	color: #000;
	cursor: pointer;
	padding: 0;
}


/* General forms */
form.form { /* nothing here */ }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field {
			margin: 0 0 1em;
			position: relative;
		}
			form.form ol.fieldset li.field label {
				font-weight: bold;
				display: block;
			}
			
	form.form p.submit { /* nothing here */ }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }

	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}

		
/*-------------------------------
3.b Individual forms
-------------------------------*/

form#newsletter {
	position: relative;
	color:#333333;
	padding:10px;
}
	form#newsletter p.fields input.text {
		border: 1px solid #b6ccd4;
		padding: 9px 30px 9px 7px;
		width: 158px;
		margin-bottom:10px;
	}
		form#newsletter p.fields button {
			background: url(images/ico-newsletter.gif) no-repeat;
			width: 17px; height: 22px;
			border: none;
			position: absolute;
			top: 16px; right: 17px;
			z-index: 9999;
		}
		
/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------


/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.hr { background: #ccc; height: 1px; margin: 1.5em 0; }
.hr hr { display: none }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }
.opacity { -moz-opacity: 0.95; opacity: 0.95; filter: alpha(opacity = 95); }
.rounded { -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }


.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }

.fix {
	clear:both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 20px 8px 0;
	float: left;
}

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

.thumbnail {display: block;}
.box .thumbnail {margin: 0 0 5px 0 ;}



} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */
