/* Ursa Minor Innovator Layout :: Please do not modify */

/* @group Text Elements
-------------------------------------------------------------- */

p {
	margin-bottom: 18px;
}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type="text"],
textarea {
	padding: 2px;
	border: 1px solid #ccc;
}

/* @end */

/* @group Utilities
-------------------------------------------------------------- */

hr {
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}

.clear, .clear-fix {
	clear: both;
}

.pointer {
	cursor: pointer;
}

.hidden {
	display: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* @end */

/* @group Structure
-------------------------------------------------------------- */

#wrapper {
	width: 1020px;
	margin: 0 auto 30px;		
}

#main {
	padding: 20px;
}

body.home #main {
	background-image: none;
}

body.sidebar #container {
	float: left;
	width: 100%;
	margin-right: -286px;
}

body.sidebar #content {
	width: 655px;
}

body.sidebar #sidebar {
	float: right;
	width: 283px;
}

.menu, .menu ul {
	margin: 0;
}

body.home .alignleft {
	width: 315px;
	float: left;
}

/* @end */

/* @group Header
-------------------------------------------------------------- */

#branding {
	padding: 30px 20px 0;
	height: 73px;
	overflow: hidden;
	position: relative;
}

#branding.with-tagline {
	padding-top: 25px;
	padding-bottom: 5px;
}

#branding .widget-area .widget-title {
	display: none;
}

#branding .widget.widget_search {
	display: block;
	float: right;
	margin-top: 12px;
}

#branding .widget.widget_search .searchform {
	width: 230px;
	height: 25px;
	background: url(images/searchbar.png) no-repeat left top;
}

#branding .widget.widget_search input {
	background-color: transparent;
	padding: 0;
	border: none;
}

#branding .widget.widget_search input.s {
	width: 138px;
	height: 20px;
	margin: 2px 0 0 21px;
	color: #8a8a8a;
}

#branding .widget.widget_search input.searchsubmit {
	width: 47px;
	height: 20px;
	margin: 2px 0 0 13px;
}

#branding .menu {
	position: absolute;
	bottom: 11px;
	right: 5px;
}

#branding .menu li {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
}

#branding .menu li a,
#branding .menu li span {
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	border-right: 1px solid #000;
}

#branding .menu li:last-child a,
#branding .menu li:last-child span {
	border-right-style: none;
}

#branding .menu li:last-child span a {
	padding: 0;
}

#header div.menu {
	clear: both;
	display: block;
	height: 36px;
	overflow: hidden;
	background: none repeat-x left top;
}

#header div.menu li {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
}

#header div.menu li:hover,
#header div.menu li.current_page_parent {
	background: none repeat-x left -72px;		
}

#header div.menu li:active,
#header div.menu li.current_page_item {
	background: none repeat-x left -36px;
}

#header div.menu a {
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0;
	height: 20px;
	padding: 8px 32px 9px;	
	background: url(images/header-menu-a.png) no-repeat right top;
}

#header div.menu ul ul {
	position: absolute;
	z-index: 100;
	margin: -2px 0 0 -2px;
	display: none;
}

#header div.menu ul li:hover ul {
	display: block;
}

#header div.menu ul li:hover ul ul {
	display: none;
}

#header div.menu ul ul li {
	float: none;
	margin: 0;
	background: none repeat-x left top;
	padding-right: 20px;
}

#header div.menu ul ul a {
	text-transform: none;
	text-align: left;
	font-size: 12px;
	padding: 7px 20px;
	background-position: left;
}

/* @end */

/* @group Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	margin: 0;
	position: relative;
	padding: 10px 20px;
}


#footer .alignleft {
	float: left;
	width: auto;
}

#footer .alignright {
	float: right;
	text-align: right;
}

#footer div.menu li {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
}

#footer div.menu li ul {
	display: none;
}

#footer div.menu li a {
	display: block;
	border-right: 1px solid #000;
	padding: 0 10px;
}

#footer div.menu li:first-child a {
	padding-left: 0;
}

#footer div.menu li:last-child a {
	border-right-style: none;
}

#footer div.socials span {
	float: left;
}

#footer div.socials ul {
	margin: 0;
	float: left;
}

#footer div.socials li {
	display: block;
	list-style-type: none;
	float: left;
	margin-left: 12px;
}

#footer div.socials li img {
	width: 16px;
	height: 16px;
}

/* @end */

/* @group Content
-------------------------------------------------------------- */

#content {
	min-height: 400px;
	padding: 16px;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}

#content code {
	font-size: 13px;
}

#content dt,
#content th {
	color: #000;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0 0 20px 0;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}

#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}

#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}

#content tr.odd td {
	background: #F2F7FC;
}

#content .navigation {
	margin-top: 30px;
	text-align: center;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/* @group Entries */

.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content label {
	color: #888;
	font-size: 12px;
}

.entry-content select {
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* @end */


/* @group Attachment Pages */

.entry-content .attachment img {
	margin-bottom: 0;
}

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* @end */

/* @group Gallery */

#content img {
	margin: 0;
	max-width: 940px;
}

body.sidebar #content img {
	max-width: 655px;
}

#content .attachment img {
	max-width: 900px;
}

#content .edit-link {
	display: block;
	margin-top: 20px;
}

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}

#content .wp-caption img {
	margin: 5px 5px 0;
}

#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}

#content .wp-smiley {
	margin: 0;
}

#content .gallery {
	margin: auto;
}

#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

#content .gallery img {
	border: 2px solid #cfcfcf;
}

#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

#content .gallery dl {
	margin: 0;
}

#content .gallery img {
	border: 10px solid #f1f1f1;
}

#content .gallery br+br {
	display: none;
}

/* @end */

/* @group Showcase */

#content .showcase {
	clear: both;
	padding: 35px 40px;
	position: relative;
	min-height: 140px;
}

#content .showcase .entry-title {
	font-size: 170%;
	margin: 0;
}

#content .showcase .entry-meta,
#content .showcase .entry-utility {
	display: none;
}

#content .showcase .wp-post-image {
	position: absolute;
	border-style: solid;
	border-width: 5px;
}

#content .showcase.odd .wp-post-image {
	right: 40px;
}

#content .showcase .lightbox-link {

}

#content .showcase .entry-title,
#content .showcase .entry-content {
	margin: 0 0 0 240px;
} 

#content .showcase.odd .entry-title,
#content .showcase.odd .entry-content {
	margin: 0 240px 0 0;
}

#content .showcase.no-thumbnail .entry-title,
#content .showcase.no-thumbnail .entry-content {
	margin: 0;
}

/* @end */

/* @group Fancybox */



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(images/fancybox.png);
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1100;
	display: none;
	background-color: #000;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: rgba(0,0,0,2) 0px 0px 20px;
	-moz-box-shadow: rgba(0,0,0,2) 0px 0px 20px;
	box-shadow: rgba(0,0,0,2) 0px 0px 20px;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url(images/fancybox.png);
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #fff;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}


#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(images/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(images/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	display: none;
}

/* @end */

/* @end */

/* @group Comments
-------------------------------------------------------------- */

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}

h3#comments-title {
	padding: 24px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author {
	
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}

.commentlist .even {
	
}

.commentlist .bypostauthor {
	
}

.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
	color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin: 0;
}

#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

/* @end */

/* @group Comments Form
-------------------------------------------------------------- */

input[type=submit] {
	color: #333;
}

#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#respond .required {
	color: #FF4B33;
	font-weight: bold;
}

#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

/* @end */

/* @group Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget_search #s {
	width: 60%;
}

.widget_search label {
	display: none;
}

.widget-container {
	position: relative;
	margin: 0 0 18px 0;
	padding: 10px;
	background-position: right top;		
}

.widget-title {
	margin-bottom: 14px;
}

.widget-area .entry-meta {
	font-size: 11px;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size: 14px;
	padding-bottom: 4px;
}

#wp-calendar thead {
	font-size: 11px;
}

#wp-calendar thead th {
	
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

.widget_rss a.rsswidget {
	color: #000;
}

.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}

.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

#sidebar.widget-area .widget-container {
	margin-left: 9px;
}

#sidebar.widget-area .widget-container.widget_text .alignright {
	float: right;
	margin: 4px 4px 0 24px;
}

/* @group Header / Branding */

#branding .widget-area {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 350px;
	height: 65px;
	overflow: hidden;
}

#branding .widget-area .widget {
	display: none;
}

#branding .widget-area .widget:first-child {
	display: block;
}

#branding .widget-area .widget .widget-title {
	margin: 0;
}

#branding .widget-area .widget.icl_languages_selector {
	
}

#branding .widget-area .widget.icl_languages_selector #lang_sel {
	float: right;
	padding: 10px 12px 0 0;
}

#branding .widget-area .widget.icl_languages_selector #lang_sel ul ul {
	border-style: none;
}

#branding .widget-area .widget.icl_languages_selector #lang_sel_list,
#branding .widget-area .widget.icl_languages_selector #lang_sel_list ul {
	width: 100%;
	border-style: none;
}

#branding .widget-area .widget.icl_languages_selector #lang_sel_list li {
	width: auto;
	float: right;
}


/* @end */

/* @group FMA */

#fma.widget-area,
#fma.widget-area .widget-container,
#fma.widget-area .widget-container.widget_sp_image img {
	display: block;
	width: 980px;
	height: 262px;	
}

#fma.widget-area {
	position: relative;
	margin-bottom: 17px;
}

/* Hide all widgets */
#fma.widget-area .widget-container {
	background-repeat: no-repeat;
	position: absolute;
	display: none;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}

/* Hide all the extra widget junk */
#fma.widget-area .widget-title,
#fma.widget-area .widget_sp_image-description {
	display: none;
}

/* Show just the first widget for non-Javascript situations */
#fma.widget-area .widget-container:first-child {
	display: block;
}

#fma.widget-area .arrow {
	position: absolute;
	display: none;
	width: 36px;
	height: 69px;
	z-index: 40;
	top: 40%;
	background: url(images/fma-arrows.png) no-repeat;
	cursor: pointer;
}

#fma.widget-area:hover .arrow {
	display: block;
}

#fma.widget-area .arrow.left {
	background-position: right top;
	left: 0;
}

#fma.widget-area .arrow.left:hover {
	background-position: right bottom;
}

#fma.widget-area .arrow.right {
	background-position: left top;
	right: 0;
}

#fma.widget-area .arrow.right:hover {
	background-position: left bottom;
}

#fma.widget-area .cyclenav {
	position: absolute;
	display: none;
	z-index: 40;
	bottom: 20px;
	width: 100%;
	left: 20px;
}

#fma.widget-area:hover .cyclenav {
	display: block;
}

#fma.widget-area .cyclenav a {
	margin: 0 5px;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(images/fma-navicon.png) no-repeat right top;
	padding: 0;
	display: block;
	float: left;
	text-indent: -999em;
}

#fma.widget-area .cyclenav a.activeSlide {
	background-position: left top;
}

/* @end */

/* @group Actions */

#actions.widget-area {
	float: left;
	margin: 0;
	height: 162px;
}

#actions.widget-area .widget-container {
	float: left;
	display: block;
	position: relative;
	width: 133px;
	height: 117px;
	padding: 10px;
	overflow: hidden;
	margin: 0 0 15px 13px;
	background-position: right top;
}

#actions.widget-area .widget-container p {
	width: 200px;
	display: none;
	margin-bottom: 0;
}

#actions.widget-area .widget-container.widget_text img {
	position: absolute;
	right: 0;
	bottom: 0;
}

#actions.widget-area .widget-container.widget_text div.alignright img {
	position: absolute;
	bottom: 20px;
	right: 45px;
}

#actions.widget-area.fullsize .widget-container.widget_text div.alignright img {
	right: 20px;
}


/* For the rare no-scripter */

	#actions.widget-area .widget-container:first-child {
		width: 300px;
	}
	
	#actions.widget-area .widget-container:first-child p {
		display: block;
	}
	
	#actions.widget-area .widget-container.widget_sp_image .widget-title,
	#actions.widget-area .widget-container.widget_sp_image .widget_sp_image-description {
		position: relative;
		z-index: 3;
	}
	
	#actions.widget-area .widget-container.widget_sp_image img {
		position: absolute;
		bottom: 0;
		right: 0;
	}

/* Fullsize */

#actions.widget-area.fullsize .widget-container {
	width: 298px;
}

#actions.widget-area.fullsize .widget-container:first-child {
	margin-left: 0;
}

#actions.widget-area.fullsize .widget-container p {
	display: block;
}

/* @end */


/* @end */

/* Fullwidth Template */
body.sidebar.page-template-page-fullwidth-php #content {width: 960px;}
body.sidebar.page-template-page-fullwidth-php #wrapper {background-image: none;}
body.sidebar.page-template-page-fullwidth-php #content img {max-width: 960px;}

/* Fullwidth No Banner Template */
body.sidebar.page-template-page-fullwidth-no-banner-php #content {width: 960px;}
body.sidebar.page-template-page-fullwidth-no-banner-php #wrapper {background-image: none;}
body.sidebar.page-template-page-fullwidth-no-banner-php #content img {max-width: 960px;}
/* End  Fullwidth*/