/*
Theme Name: Snow Summit
Theme URI: http://weddingthemes.marriagescene.com/wedding-themes/snow-summit/
Description: Snow summit is a flexible theme with 7 available color schemes. In addition to the primary and secondary widgets-ready sidebar areas and the widgets-ready footer sidebar, layout includes widget-ready area to the right of the blog name in the header, a widget-ready area underneath the horizontal search bar above the content area, and a widget-ready below the content area. 3 custom navigation menu areas (very top of page,below site header image,below site content area). Supports custom background and custom header.
Author: weddingthemes.marriagescene
Author URI: http://weddingthemes.marriagescene.com/
Version: 1.0.5
Tags: black, white, blue, pink, green, purple, red, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
    font-family: 'eurostileregular';
    src: url('eurostile-webfont.eot');
    src: url('eurostile-webfont.eot?#iefix') format('embedded-opentype'),
         url('eurostile-webfont.woff') format('woff'),
         url('eurostile-webfont.ttf') format('truetype'),
         url('eurostile-webfont.svg#eurostileregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'a_futuraroundregular';
    src: url('fut_r-webfont.eot');
    src: url('fut_r-webfont.eot?#iefix') format('embedded-opentype'),
         url('fut_r-webfont.woff') format('woff'),
         url('fut_r-webfont.ttf') format('truetype'),
         url('fut_r-webfont.svg#a_futuraroundregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, table, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #f1f1f1;
	color: #333;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: eurostileregular;
}
#outerwrap {width:1150px;margin:0 auto 20px auto;}
#wrapper {
	margin: 0 auto;
	width: 1150px;
}
#wrapper {
	background-image: url(images/sl.gif);
	background-repeat: no-repeat;
	background-position: 230px 144px;
	margin-top: 20px;
}
#header {
	float: left;
	width: 100%;
}
#container {
	clear: both;
	margin: 0 auto;
}
#content-container {
	width: 100%;
}
#main-sidebars {
	max-width: 450px;
	width: 45.5%;
}
#feature {
	width: 100%;
}
#primary,
#secondary {
	overflow: hidden;
}
#footer {
	clear: both;
	width: 100%;
}

/* 2-column layouts */
.two-column #container {
	max-width: 940px;
}
.two-column #content {
	width: 64.99%;
}
.two-column #primary,
.two-column #secondary {
	float: right;
	width: 30.4%;
}

/* 3-column layouts */
.three-column #container {
	max-width: 1150px;
}
.three-column #content {
	width: 1074px;
	padding-left: 35px;
}
.three-column #primary {
	width: 50.15%;
}
.three-column #secondary {
	width: 39.89%;
}

/* Content-Sidebar layouts */
.content-sidebar #content-container {
	float: left;
	margin: 0 -30.4% 0 0;
}
.content-sidebar #content {
	margin: 0 35.1% 0 0;
}
.content-sidebar #primary,
.content-sidebar #secondary {
	float: right;
}
.content-sidebar #secondary {
	clear: right;
}

/* Sidebar-Content layouts */
.sidebar-content #content-container {
	float: right;
	margin: 0 0 0 -30.4%;
}
.sidebar-content #content {
	margin: 0 0 0 35.1%;
}
.sidebar-content #primary,
.sidebar-content #secondary {
	float: left;
}
.sidebar-content #secondary {
	clear: left;
}

/* Content-Sidebar-Sidebar layouts */
.content-sidebar-sidebar #content-container {
	float: left;
	margin: 0 -45.5% 0 0;
}
.content-sidebar-sidebar #content {
	margin: 0 49.5% 0 0;
}
.content-sidebar-sidebar #main-sidebars {
	float: right;
}
.content-sidebar-sidebar #feature,
.content-sidebar-sidebar #primary,
.content-sidebar-sidebar #secondary {
	float: left;
}
.content-sidebar-sidebar #secondary {
	margin: 0 0 0 9.88%;
}

/* Sidebar-Sidebar-Content layouts */
.sidebar-sidebar-content #content-container {
	float: right;
	margin: 0 0 0 -45.5%;
}
.sidebar-sidebar-content #content {
	margin: 0 0 0 49.5%;
}
.sidebar-sidebar-content #feature,
.sidebar-sidebar-content #primary,
.sidebar-sidebar-content #secondary {
	float: left;
}
.sidebar-sidebar-content #secondary {
	margin: 0 0 0 9.88%;
}

/* Sidebar-Content-Sidebar layouts */
.sidebar-content-sidebar #content-container {
	float: left;
}
.sidebar-content-sidebar #content {
	margin: 0;
}
.sidebar-content-sidebar #primary,
.sidebar-content-sidebar #secondary {
	width: 20.69%;
}
.sidebar-content-sidebar #primary {
	float: left;
	margin: 0 0 0 -100%;
}
.sidebar-content-sidebar #secondary {
	float: right;
	margin: 0 0 0 -20.7%;
}

/* Full width content with no sidebar; used for attachment pages */
.full-width #content,
.single-attachment #content {
	margin: 0 auto;
	width: 100%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 11px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 11px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Typography
----------------------------------------------- */

body, input, textarea {
	color: #333;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 1.7;
}

/* Headings */
h1, h2, h3 {
	color: #000;
	font-weight: bold;
	text-rendering: optimizelegibility;
}
h1 {
	letter-spacing: -0.03em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.7em;
}

/* Text elements */
p {
	margin-bottom: 1.7em;
}
ul, ol {
	margin: 0 0 1.7em 2.5em;
}
ul {
	list-style: none;
}
#content ul li {background:transparent url(images/bullet.png) left center no-repeat;padding-left:10px;}
ol {
	list-style-type: decimal;
}
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 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.7em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 30px 1.7em;
}
pre {
	background: #f9f9f9;
	font-size:13px;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 0.85em 1.7em;
}
code {
	font-size:12px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type=text],
textarea {
	border: 1px solid #888;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a {
	color: #3399FF;
}
a:visited {
	color: #333;
}
a:active,
a:hover {
	color: #df0000;
}
h1 a, h2 a, h3 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #3399FF;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
----------------------------------------------- */

#header {
	margin: 0 0 10px;
}
#masthead {padding:20px;}
#site-title {
	font-size: 30px;
	line-height: 36px;
	margin: 10px 0 10px 0;
	float:left;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin:0;
	width: 350px;
	text-align:right;
}
#header-widget-area { float:right;padding:0 10px 15px 10px;}
#branding img {
	clear: both;
	display: block;
		box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	background:#ffffff;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #000;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #ddd;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #EBEBEB;
	color: #444444;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #3399FF;
}

	
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li.current_page_item a:hover,
* html #access ul li a:hover {
	color: #ffffff;
}



/* =Top navigation Menu
-------------------------------------------------------------- */

#topnav {
	display: block;
	font-family: eurostileregular;
	float: right;
	
	margin: 0 auto;
	width: 943px;
	padding:8px;
	color:#231F20;
}
#topnav,
div.menu {
	font-size: 13px;
}
#topnav ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#topnav li,
div.menu li {
	float: left;
	position: relative;
	margin-right:15px;
}
#topnav a {
	color: #231F20;
	display: block;
	line-height: 38px;
	padding: 0 25px;
	text-decoration: none;
	font-size: 34px;
	text-transform: uppercase;

}
#topnav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#topnav ul ul li {
	min-width: 180px;
}
#topnav ul ul ul {
	left: 100%;
	top: 0;
}
#topnav ul ul a {
	background: #dddddd;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#topnav li:hover > a,
#topnav ul ul :hover > a {
	background: #EBEBEB;
	color: #444444;
}
#topnav ul li:hover > ul {
	display: block;
}
#topnav ul li.current_page_item > a,
#topnav ul li.current-menu-ancestor > a,
#topnav ul li.current-menu-item > a,
#topnav ul li.current-menu-parent > a {
	color: #EC008B;
}
* html #topnav ul li.current_page_item a,
* html #topnav ul li.current-menu-ancestor a,
* html #topnav ul li.current-menu-item a,
* html #topnav ul li.current-menu-parent a,
* html #topnav ul li a:hover {
	color: #fff;
}
/* =Content
----------------------------------------------- */

.page-title {
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.025em;
	margin: 0 0 24px 0;
	padding: 2px;
}
.hentry {
	margin: 0 0 3.4em;
	padding-top: 10px;
}
.single .hentry {
	margin: 0 0 1.7em;
}
.sticky {
	background: transparent url(images/sticky.png) top left no-repeat;
	padding: 2.6em 1.7em;
}
.sticky .entry-meta {
	display: none;
}
.entry-title {
		font-size:20px; 
		font-weight:normal; 
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a {
	color: #000000;
}
.entry-meta {
	color: #444444;
	font-size: 12px;
	background:#f9f9f9;
	padding:2px;
	margin-top:1px;
	border-bottom: 1px dotted #dddddd;

}
.entry-meta a {
	color: #3399FF;
	text-decoration:none;
}
.entry-meta a:hover {
	color: #df0000;
}
.byline {
	display: block;
	position: absolute;
	left: -9000px;
}
.entry-content,
.entry-summary {
	margin: 0.85em 0 0 0;
	padding-top: 15px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 0.425em;
	font-weight:normal;
}
.entry-content h1 {
	font-size: 28px;
	line-height: 34px;
}


.entry-content h2 {
	font-size: 20px;
	line-height: 34px;
}
.entry-content h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.425em;
}
.entry-content h3 {
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
.entry-content h4 {
	color: #888;
	font-size: 17px;
	font-style: italic;
}
.entry-content h5,
.entry-content h6 {
	font-weight: bold;
}
.entry-content h5 {
	font-size: 12px;
}
.entry-content h6 {
	font-size: 10px;
}
.entry-content table {
	border: 1px solid #ccc;
	margin: 0 -1px 24px 0;
	text-align: left;
}
.entry-content tr th,
.entry-content thead th {
	font-size:12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 12px;
}
.entry-content tr td {
	border-top: 1px solid #ccc;
	padding: 6px 12px;
	vertical-align: top;
}
.entry-content tr.odd td {
	background: #f2f7fc;
}
.entry-content table dl {
	margin: 0;
}
.entry-content .gallery {
	margin: 0 auto 1.7em;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33.333%;

}

#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 0.7em 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	padding: 4px;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.page-link {
	font-weight: bold;
	margin: 0 0 1.7em;
	word-spacing: 0.25em;
}
.page-link a {
	font-weight: normal;
}
.entry-info {
	clear: both;
	color: #888;
	font-size: 13px;
	position: relative;
}
.entry-info a {
	color: #3399FF;
}
.entry-info a:hover {
	color: #df0000;
}
.entry-info p {
	margin: 0;
}
.entry-info .comments-link a {
	color: #333;
	display: block;
	float: right;
	font-weight: bold;
	margin: -2px 1px 0 5px;
	padding: 2px 10px;
	text-decoration: none;
}
.entry-info .comments-link a:hover {
	background: #222;
	background-image: -moz-linear-gradient(100% 100% 90deg, #111, #333);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));
	-moz-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.entry-info .edit-link {
	clear: both;
}

#entry-author-info {
	background: #f9f9f9;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

/* =Attachments
----------------------------------------------- */

.image-attachment div.entry-meta {
	float: left;
}
.image-attachment #image-navigation {
	float: right;
	margin: -1px 0 0.85em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.image-attachment .entry-content .entry-caption p {
	margin: 0;
	padding: 0.85em 0 0;
}


/* =Images
----------------------------------------------- */

#content img.size-auto,
#content img.size-large,
#content img.size-full,
#content img.size-medium,
#content img.size-thumbnail,
.attachment img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#content img.wp-smiley {
	margin: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 2px;
}
.wp-caption {
	background: #eee;
	font-size:12px;
	margin-bottom: 1.7em;
	padding: 5px 3px 10px;
	text-align: center;
	max-width: 96%;
}
.wp-caption img,
#content .wp-caption img {
	margin: 2px 0 0 0;
	max-width: 98.5%;
	width: auto;
	height: auto;
}
.wp-caption .wp-caption-text {
	margin: .5em 0 0 0;
}
#content object,
#content embed {
	max-width: 100%;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .aside {
	border-left: 1px solid #ccc;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 0.85em;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #eee;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 0.85em;
}
.home #content .category-gallery .entry-info {
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.7em 0;
	overflow: hidden;
}
.navigation a { text-decoration:none;}

.navigation a:visited {
	color: #3399FF;
}
.navigation a:visited:hover,
.navigation a:active,
.navigation a:hover {
	color: #df0000;
	text-decoration:underline;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
}
#nav-above,
.single #nav-below {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	overflow: hidden;
}
.widget-area,
.widget-area input {
	font-size: 12px;
	line-height: 18px;
}
.widget-area ul ul a {
	text-decoration: none;
	color:#444444;
}
.widget-area ul ul a:hover {
	text-decoration: underline;
}
.widget-area ul {
	list-style: none;
	margin: 0;
}

.widget-area ul ul li {border-bottom:1px dotted #dddddd;margin:0 0 1px 0px;	padding:5px 0 5px 15px;}

.widget-area ul ul li.categories {background:none;}

.widget-area ul ul {
	list-style: none;
	margin: 0 0 1.5em 0;
}
.widget-area ul ul ul {
	margin-bottom: 0;
}
.widget-area ul ul li {
	padding: 4px 0 0 0;
}
.widget-title {
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding:2px 0 2px 10px;
	background:#dddddd;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

/* Search Widget */
#s {
	width: 60%;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size:13px;
	font-weight: bold;
	text-align: left;
	padding: 0 2px 6px;
}
#wp-calendar th {
	color: #888;
	font-size: 11px;
	text-align: center;
	background:#f2f2f2;
		border-right:1px solid #ffffff;

}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tbody a {
	text-decoration: underline;
}
#wp-calendar a:visited {
	color: #3399FF;
}
#wp-calendar a:visited:hover {
	color: #df0000;
}

/* Flickr Widget (WP.com) */
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.7em;
	padding: 0.2em 0;
}


/* =Comments
----------------------------------------------- */

#comments {
	word-wrap: break-word;
}

#comments h3 {
	border:none;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding: 2px;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	position: relative;
}

#comments li.even { padding:10px; background:#f9f9f9; }
#comments li.odd { padding:10px;margin-top:10px; }


#comments li.pingback {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
}
#comments li.pingback + li.pingback {
	margin-top: -1.65em;
}
#comments li.pingback p {
	font-size:12px;
	margin: 0;
}
#comments ul li {
	border-left: 1px solid #ccc;
	border-bottom: none;
	padding: 0 0 0 0.85em;
}
#comments .comment-author {
	margin: 0 66px 0.85em 0;
}
#comments .comment-author cite {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#comments .comment-meta,
#comments .comment-meta a {
text-decoration:none;
font-size:12px;
}
#comments .comment-meta a:hover {
	color: #df0000;
}
#comments .avatar {
	border: 1px solid #ccc;
	padding: 3px;
	position: absolute;
	top: 5px;
	right: 5px;
}
#comments .comment-body {
	margin-right: 66px;
}
#respond input[type=text] {
	float: left;
	margin: 0 10px 0 0;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
.bypostauthor {
}


/* =Footer
----------------------------------------------- */

#footer {
	padding: 0 0 1.7em;
}
#footer .widget-area {
	margin: 0;
	width: 100%;
}
.two-column #footer .widget-area {
	margin: 0 5.19% 0 0;
	width: 47.4%;
}
.two-column #footer #second,
#footer #fourth {
	margin: 0;
}
#colophon {
	border-top:4px solid #D4D4D4;
	clear: both;
	color: #444444;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	padding: 1.6em 0 0;
}
#colophon a {
	color: #444444;
	text-decoration: none;
}
#colophon a:hover {
	color: #df0000;
}
#colophon .generator-link {
	display: inline-block;
	margin: 0 0 0 3px;
	padding-left: 20px;
	float:right;
}
#footer img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body,
	pre,
	ins {
		background: none !important;
	}
	body, input, textarea {
		font-size:12px;
		line-height: 1.5;
	}	
	#container {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#content {
		width: 100% !important;
	}
	#header {
		border-bottom: 1pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 1pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	#site-title {
		font-size: 13pt;
	}
	#site-description {
		font-size: 10pt;
	}
	.entry-content {
		font-size: 10pt;
		line-height: 1.5em;
		padding-top: 15pt;
	}
	.entry-title {
		font-size: 16pt;
		padding-top: 36pt;
	}
	#access,
	#header img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	.sharing,
	#wpl-likebox {
		display: none !important;
	}
	.sidebar-content #content-container {
		float: none;
		margin: 0 0 0 -35.4%;
	}
	.sidebar-content-sidebar #content-container {
		float: none;
		margin: 0 0 0 -24.8%;
	}
	.sidebar-sidebar-content #content-container { 
		float: none;
		margin: 0px 0px 0px -49.5%;
	}
	#content-container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.full-width #content {
		margin: 10px 0 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	#comments {
		font-size: 10pt;
		line-height: 1.5em;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	.generator-link {
		background: url("images/wordpress.png");
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#contentblock {
		display: inline;
	}
	.home .sticky {
		border: none;
		background: transparent;
	}
}


/* =IE6
-------------------------------------------------------------- */

#ie6 .two-column #container {
	overflow: hidden;
	width: 940px;
}
#ie6 .three-column #container {
	width: 940px;
}
#ie6 #content {
	overflow: hidden;
}
#ie6 #main-sidebars {
	max-width: 450px;
	width: 45.2%;
}
#ie6 .content-sidebar-sidebar #secondary,
#ie6 .sidebar-sidebar-content #secondary {
	margin: 0 0 0 4%;
}
#ie6 .sidebar-content-sidebar #primary {
	margin: 0 0 0 -100%;
}



.hsearch {
clear:both;
	text-align:center;
	width:930px;
	margin: 0 auto;
	padding:5px;
    background: #f9f9f9 url(images/hsearch-wh.png) repeat-x;

}


.hsearch #s { border:1px solid #dddddd; padding:5px; width:350px; }

.widget-container #s { border:1px solid #dddddd; padding:5px; width:50%;}
.widget-container #searchform {padding:5px;}
.widget-area .wisearch { padding:10px;}

.hsearch #searchsubmit, .widget-container #searchsubmit { background:#ffffff; border:1px solid #dddddd; color:#5D5A5A; padding:5px; width:50px; }
.hsearch #searchsubmit:hover, .widget-container #searchsubmit:hover { color:#3399FF; padding:5px; }


.newsScroller { height:40px; overflow:hidden; padding:0;}
.newsScroller b { margin:0; font-weight:normal; font-size:11px; float:left; padding:5px; float:left; background:#000000; color:#ffffff;
-moz-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;}
.newsScroller .wget { width:400px; margin:0; padding:0; float:left; list-style:none; }
.newsScroller .wget li { line-height:30px; padding: 0 0 0 10px; }
.newsScroller .wget li a { font-weight:normal;font-size:14px; color:#000000; text-decoration:none; }
#scroller { }
#ajLines2{ top:38px; }


#waleader { 
	margin-top: -50px;
	width:855px; 
	margin:0 auto; 
	padding:10px 10px 0 10px;
	text-align:center;
	position: relative;
	top: -125px;
}

#waleader li {
	float: left;
}
#waleaderfooter { clear:both;width:920px; margin:0 auto 10px auto; padding:10px;text-align:center;border-top:3px solid #ddd;border-bottom:1px dotted #ddd;}

.moregalleries { background:transparent url(images/moregs-white.png) left center no-repeat;padding-left:20px;}


.sticky .gallery img { width:95%; height:auto;}



/* =css3 ribbon header widgets
-------------------------------------------------------------- */


.infobox {
}
.infobox h3 {
	display: none;
}


.infobox h3 {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.clear {
	clear: both;
}

#location {
	display: block;
	width: 144px;
	margin-left: 7px;
	text-align: center;
	border: 1px solid #EC008B;
	position: absolute;
}
#location a {
	font-family: eurostileregular;
	font-size: 15px;
	color: #EC008B;
	text-decoration: none;
	text-transform: uppercase;
}
.topright {
	width: 290px;
	float: right;
	margin-bottom: 55px;
}
#languages {
	width: 159px;
	float: right;
	margin-right: -17px;
	margin-top: -1px;
}
#languages li {
	float: left;
	margin: 0 2px;
}

#languages li a {
}

#location_list {
	background-color: white;
	text-align: left;
	
}
#location_list li {
	padding-left: 5px;
}
#location_list a {
	font-size: 12px;
}
.phone {
	font-size: 37px;
	font-weight: bolder;
	color: #EC008B;
	font-family: 'a_futuraroundregular';
	float: right;
	margin-right: 60px;
	margin-top: 18px
}
.main-menu {
	width: 990px;
	margin: 0 auto;
}
.menn {
	width: 330px;
	float: left;
	height: 440px;
	
}
.menn:hover {
	opacity: 0.8;
}
.qp {
	float: right;
	position: relative;
	right: 126px;
	top: -8px;
}*+html .qp {
	top: 0;
}
.m1 img {

}
.m2 img {

}
.m3 {
	margin-left: -3px;
}
#location_caption {
	height: 20px;
}
.my_header {
	margin-top: 10px;
	text-align: center;
	font-family: arial;
	font-size: 85px;
	color: #929497;
	font-weight: normal;
	line-height: 85px;
	margin-bottom: 40px;
}
/*
*+html .my_header {
	position: relative;
	top: -65px;
	margin-top: 0px;
	margin-bottom: -25px;
}
*/
.fancybox-ie {
	max-width: 620px !important;
}
/*
#fancybox-content {
	max-width: 600px !important;
}
*/
.my_header span {
	color: #EC008B;
	font-weight: bold;
}
.recent-work {
	
}
#footer .address{
	width: 650px;
	font-family: 'a_futuraroundregular';
	font-size: 27px;
	color: #929497;
	padding-left: 28px;
}
#footer .address a{
	font-family: 'a_futuraroundregular';
	font-size: 27px;
	color: #929497;
}
#footer .address a:hover {
	text-decoration: none;
}
#footer .soc {
	float: right;
	width: 350px;
	margin-right: 15px;
}
#footer .soc table {
	width: 100%;
}
#footer .soc td {
	vertical-align: middle;
	text-align: center;
	font-family: eurostileregular;
	font-size: 26px;
	text-transform: uppercase;
	color: #EC008B;
	font-weight: normal;
}
.prt {
	color: #EC008B;
	font-family: eurostileregular;
	font-size: 45px;
	text-transform: uppercase;
	position: relative;
	margin-top: -110px;
	text-align: center;
}
.dsn {
	color: #EC008B;
	font-family: eurostileregular;
	font-size: 45px;
	text-transform: uppercase;
	position: relative;
	margin-top: -250px;
	margin-bottom: 175px;
	text-align: center;
	position: relative;
	left: 120px;
	
}
.clear {
	clear: both;
}
#footer #first {
	margin-bottom: 20px;
}
#menu-printing_en, #menu-printing_ga {
	
}
#menu-printing_en li, #menu-printing_ga li {
	float: left;
	width: 250px;
	text-align: center;
	
	margin: 5px;
	background-color: #929497;
	color: white;
	font-family: eurostileregular;
	
}
#menu-printing_en li a, #menu-printing_ga li a {
	color: white;
	font-family: eurostileregular;
	font-size: 22px;
	text-transform: capitalize;
	line-height: 30px;	
}
#menu-header {
	
}
#menu-header_en li, #menu-header_ga li {
	float: left;
}
.menu-header_en-container, .menu-header_ga-container {
	/*margin-left: 175px;*/
	margin-left: -27px;
	position: relative;
	top: 32px;
	float: left;
}
#menu-header_en li a, #menu-header_ga li a {
	text-decoration: none;
	color: #929497;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 20px;
	font-family: eurostileregular;
}
#menu-header_en li.current-menu-item a, #menu-header_ga li.current-menu-item a {
	color: #EC008B;
}
#menu-header_en li a:hover, #menu-header_ga li a:hover {
	text-decoration: underline;
}
.ttext {
	margin-top: 20px;
}
.tt {
	
	margin: 30px 5px;
	background-color: #929497;
	color: white;
	font-family: eurostileregular;
	font-size: 33px;
	
}
.tt a {
	color: white;
	font-family: eurostileregular;
	padding: 5px 20px;
	font-size: 33px;
	text-decoration: none;	
}
.tt a:hover {
	text-decoration: underline;
}
.entry-content p {
	font-family: eurostileregular;
	color: #929497;
	font-size: 20px;
	padding-right: 40px;
	text-align: justify;
}
.my-page-print {
	padding: 30px !important;
}
.my-page-print .my-page {
	background-color: white;

}
.my-page-print .ll{
	background-image: url(images/ll.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 103px;
	height: 103px;
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
	float: left;	
}
.my-page-print .lr{
	background-image: url(images/lr.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 103px;
	height: 103px;
	margin-top: -30px;
	margin-right: -30px;
	float: right;	
}
.my-page-print .my-page img {
	
}
.my-page-print .my-title {
	position: relative;
	left: -203px;
	font-family: eurostileregular;
	color: #929497;
	font-size: 26px;
	text-transform: capitalize;
	text-decoration: none;
	height: 45px;

}
.print-menu {
	float: left;
	margin-top: 50px;
	position: relative;
	left: -30px;
	width: 205px;
}
.print-menu li {
	list-style: none;
	background: none !important;
}
.print-menu a {
	font-family: eurostileregular;
	color: #929497;
	font-size: 20px;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 27px;
}
.print-menu a:hover {
	text-decoration: underline;
}
.print-menu .current-menu-item a {
	color: #EC008B;
}
.print-menu2 .current-menu-item {
	background: url(images/col.png) no-repeat right center !important;
	
}
.print-menu2 {
	float: left;
	margin-top: 50px;
	position: relative;
	left: -30px;
	width: 250px;
}
.print-menu2 li {
	list-style: none;
	background: none !important;
	padding-right: 60px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EC008B;
}
.print-menu2 a {
	font-family: eurostileregular;
	color: #929497;
	font-size: 20px;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 27px;
}
.print-menu2 a:hover {
	text-decoration: underline;
}
.print-menu2 .current-menu-item a {
	color: #EC008B;
}
.entry-content h3 {
border-top: 2px dotted #DDD;
float: left;
margin-left: 10px;
overflow: hidden;
padding: 0 6px;
width: 610px;
}
.entry-content p, .entry-content li {
	color: #231F20;
	font-family: arial;
	font-size: 14px;
	background: none;
}
.entry-content li span {
	color: #EC008B;
	float: right;
}
*+html .entry-content li span {
	position: relative;
	top: -26px;
}
#content .jcarousel-skin-tango li {
	background: none;
	padding-left: 0px;
}
.entry-content h6 {
	font-family: eurostileregular;
	color: #727377;
	font-size: 20px;
	margin: 0 12px 18px;
}
#product_list {
	margin-right: 50px;
}
#product_list li {
	list-style: none;
	background: none !important;
	border-bottom: 2px dotted #DDD;
	color: #231F20;
	font-size: 16px;
}

#product_list li a {
	background: none !important;
	color: #231F20;
	font-size: 16px;
	text-decoration: none;
}
#product_list li a:hover {
	text-decoration: underline;
}
.entry-content h6 {
	clear: both;
	color: #EC008B;
}
.entry-content h6 span {
		color: #EC008B;
	float: right;
	text-transform: capitalize;
}
*+html .entry-content h6 span {
	position: relative;
	top: -26px;
}

ul#location_list {
	margin: 0;
}
ul#location_list a:hover {
	text-decoration: underline;
}
.logo {
	margin-top: 23px;
	margin-left: 16px;
}
.jcar h2 {
	margin-left: 60px;
	margin-top: 33px;
	font-family: arial;
	font-size: 35px;
	font-weight: normal;
	color: #EC008B;
}
#my-price {
	width: 750px;
	margin: 0 auto;
}
#my-price #content {
	width: 680px !important;
	padding-right: 35px;
}
#my-price .entry-title {
	display: none;
}
#my-price .entry-content h1 {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 22px;
	color: #231F20;
}

#my-price h2 {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 18px;
	color: #EC008B;
}
#my-price table, #my-price td {
	border: none;
	
}
#my-price td {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 18px;
	color: #231F20;
	padding: 3px 20px !important;
}
#my-price .bl {
	background: #231F20;
	color: #FCFCFC;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
}
.pop-phone {
	text-align: center;
	color: #231F20;
	font-family: Helvetica;
	font-size: 25px;
	font-weight: normal;
	width: 215px;
	margin: 0 auto;
	clear: both;
}
.pop-phone span {
	color: #EC008B;
	font-weight: bold;
}

.pop-phone2 {
	text-align: center;
	color: #231F20;
	font-family: Helvetica;
	font-size: 25px;
	font-weight: normal;
	width: 315px;
	margin: 0 auto;
	clear: both;
}
.pop-phone2 span {
	color: #EC008B;
	font-weight: bold;
}
.my-map {
	float: right;
}
#post-11 {
	padding-left: 90px;
}
#post-11 p {
	font-size: 17px;
}
.header-r {
	float: right;
	width: 950px;
}
.logo {
	float: left;
}
#languages a {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#languages a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#languages .active a {
	opacity: 1;
	filter: alpha(opacity=100);
}


.qtrans_language_chooser a {
	padding: 10px;
	background-position: center center;
}
.qtrans_flag {
	height: initial !important;
}
.f_us {
	text-align: right !important;
	padding-right: 10px;
	word-wrap: break-word;
}
.menn {
	position: relative;
	text-align: center;
}
.menn a {
	
	
	font-family: eurostileregular;
	font-size: 34px;
	text-transform: uppercase;
	color: white !important;
	font-weight: normal;
	text-decoration: none;
	line-height: 34px;
}
.menn a:hover {
	text-decoration: none;
}


.d_en {
	position: relative;
}
.d_en p {
	padding-left: 100px;
}


.d_en_t {
	
	position: absolute;
	font-family: eurostileregular;
	font-size: 44px;
	text-transform: uppercase;
	font-weight: bold;
}



.pr_en {
	position: relative;
}
.pr_en p {
	padding-left: 280px !important;
}


.pr_en_t {
	
	position: absolute;
	font-family: eurostileregular;
	font-size: 44px;
	text-transform: uppercase;
	font-weight: bold;
}
.m2 {
	margin-left: -2px;
}
#footer-widget-area {
	width: 1074px;
	padding-left: 55px;
}
.entry-content p, .entry-content li {
	padding-left: 40px;
}









.entry-content div.section{
	width:3200px;
	position:relative;
}

	.entry-content div.section .sub{
		position:relative;
		float:left;
		padding:9px 21px 42px 45px;
		width:1074px;
	}
		.entry-content div.section .sub p {			
			margin:16px 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 32px;
			color:#939799;
			line-height:1.2em;
			text-align:justify;
		}
		
		.entry-content div.section ul {list-style:none !important; padding:0 !important}
		
			.entry-content div.section ul li {list-style:none !important;}
		
		.entry-content div.section .sub p span {color:#ec008c; float:none !important}
		
		.entry-content div.section .sub p.smaller {font-size:18px; line-height:1.2em}
		.entry-content div.section .sub p.smaller2 {font-size:24px; line-height:1.2em}
		
		.entry-content div.section .next, .section .prev{
			font-size:18px;
			position:absolute;
			bottom:15px;
			letter-spacing:-2px;
		}
		.entry-content div.section a.next {
			right:30px;
			color:#EC008B !important;
			font-size:28px; 
			font-weight:bold;
			text-decoration:none;
		}
		.entry-content div.section .prev{
			left:30px;
		}
		
		#content{
	overflow:hidden;
	position:relative;
	float:left;
}
	#content h2{
		color:#993333;
		margin:20px 0pt;
	}
	/*
	#content a{
		color:#777;
		font-weight:bolder;
		text-decoration:none;
	}
	*/
.entry-content div.slogan1	{width:330px; float:left; padding:0 !important}
.entry-content div.slogan1	p {padding:0 !important}
	
.entry-content p.slogan2 {font-size:40px; font-weight:bold; line-height:1.1em; margin-left:50px}
.entry-content p.slogan2 span {float:none !important}

.copy_miami, .copy_miami a {
	font-family: 'a_futuraroundregular';
	font-size: 16px;
	color: #929497 !important;
	text-decoration: none !important;
}
.copy_miami a:hover {
	text-decoration: underline !important;
}
.copy_miami {
	float: right;
	text-align: right;
	margin-top: -32px;
	padding-right: 17px;
}
.testim {
	float: right;
}
.testim:hover {
	opacity: 0.7;
}