/*
Theme Name: Aucofny Theme
Theme URI: http://www.arrowcoder.com/
Description: The 2012 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background.  
Author: the Arrow Coder
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin-right: 27px;
	width: 100%;
} 
#primary, #secondary {
  background: url("images/bg_sidebar.jpg") no-repeat scroll 0 0 transparent;
  float: left; 
  width: 199px;
  min-height: 323px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Verdana',Helvetica,Arial,sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family:'Verdana',Helvetica,Arial,sans-serif;
}
input[type=submit] {
	font-family: 'Verdana',Helvetica,Arial,sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 950px;
}
#wrapper {
	background: #fff; 
	
}

.clear	{
	clear: both;
}

.clear-right	{
	clear: right;
}

.clear-left	{
	clear: left;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body {
  background-image: url("images/bg.jpg");
  background-repeat: repeat;
  color: #666666; 
  margin: 0;
  padding: 0;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* 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;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	/*background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;*/
}
.entry-content select{
padding: 4px;
}
a:link, a{
	color: #398391;
} 
a:hover {
	text-decoration: none;
}

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


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
 
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
 
#access a {
	color: #aaa;
	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: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#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: #fff;
}
* 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 a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */
div#main-fix {
    background: url(https://www.aucofny.com/wp-content/themes/aucofny/images/bg_sidebar.jpg);
    width: 199px;
    height: 91px;
    position: absolute;
    top: 285px;
}
#main {
  background: url("images/bg_main.jpg") repeat-y scroll 0 0 transparent;
  clear: both;
  overflow: hidden;
  padding: 0;
}
#content {
	margin-bottom: 0;
	
}
#content,
#content input,
#content textarea {
 	color: #666666;
    font-size: 12px;
    line-height: 140%;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 18px;
}
#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: 12px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h5,
#content h6 {
	color: #398391;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#content h4 {
	color: #398391;
	line-height: 1.5em;
	margin: 0 0 -12px 0;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	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: 5px 5px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.blog .hentry {
  border-bottom: 1px solid #CCCCCC;
  clear: both;
  float: left;
  margin: 0 0 20px;
  padding-bottom: 20px;
  width: 100%;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title  a{
	color: #398391;
}
#content .entry-title {
  color: #398391;
  float: left;
  font-family: 'Times New Roman',Georgia,Times,serif;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  text-shadow: 1px 1px 1px #CCCCCC; 
  width: 100%;
  border-bottom: 2px solid #005f71;
} 
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
  clear: both;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 18px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding:  0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.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: 5px 0 10px;
}
.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%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	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 #e7e7e7;
	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;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.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';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
  clear: both;
  float: left;
  margin: 20px 0 0;
  width: 100%;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	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 {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 12px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	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;
	font-weight: normal;
	line-height: 18px;
}
#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 {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	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 {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul { 
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

 
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/*sitecontainer*/
#sitecontainer{ 
  background-image: none;
  width: 1020px;
  margin: 0 auto;
} 
#containerb {
  margin-left: 0;
  width: 1020px;
  background: url(images/main_bg.png) repeat-y scroll 0 0 transparent;
}
#footer{
	background: url(images/foot_bg.jpg) no-repeat scroll 0 0 transparent;
	height: 98px;
}
/*****
	Header
************/
#header{
	width: 100%;
	float: left;
	height: 155px;
}
.logo {
  cursor: pointer;
  float: left;
  margin-left: 19px;
  margin-top: 15px;
  position: relative;
  width: 336px;
}
#homesocial {
  float: right;
  height: 45px;
  margin-top: 20px;
  position: relative;

}
#topnav {
  color: #247A55;
  height: 58px;
  margin-left: 7px;
  margin-top: 100px;
  position: relative;
  text-align: right;
  width: 100%;
}
.menu-main_menu-container{
	float: right;
        padding-right: 20px;
}
#topnav ul li:last-child a{
	background: none !important;
}
#topnav ul li a {
  background: url("images/bg-li.jpg") no-repeat scroll right center transparent;
  color: #247854;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 17px 6px;
  text-decoration: none;
}
#topnav li ul.sub-menu li:hover,
#topnav  li ul.sub-menu li.current-menu-item, 
#topnav li  ul.sub-menu li.page_item,
#topnav  li ul.sub-menu li.current_page_item{
	background: #7cbdc5;
}
#topnav ul li:hover a, #topnav ul li:hover,
#topnav ul li.current-menu-item a, 
#topnav ul li.page_item a,
#topnav ul li.current_page_item a
{
	color: #fff;
} 
 
#topnav ul li:hover,
#topnav ul li.current-menu-item,
#topnav ul li.page_item,
#topnav ul li.current_page_item{
	background: url(images/bg-li-hover.jpg) repeat-x 0 -6px transparent;
}
#topnav ul li a:hover{
	color: #fff;
}
#topnav ul li{
	list-style: none;
	float: left;
	position: relative; 
}
#topnav ul li:hover .sub-menu{ 
	display: block;
}

#topnav ul li .sub-menu li {
  background: none repeat scroll 0 0 #056B63;
  float: none;
  font-weight: normal;
  padding: 4px;
  width: 100px;
}
#topnav ul li .sub-menu li a{ 
    color: #FFFFFF;
    display: block;
    text-decoration: none; 
	padding: 0 !important;
	font-size: 11px!important;
	background: none;
	font-weight: normal!important;
	float: none !important;
}
#topnav ul li .sub-menu {
  border: 1px solid #79BBC2;
  display: none;
  left: -18px;
  position: absolute;
  text-align: left;
  top: 40px;
  width: 108px;
  z-index:999;
}
#topnav ul li .sub-menu li:hover{
	background: #7cbdc5;
}
#topnav ul li .sub-menu li  a:hover{
	text-decoration: underline;
}
/*****
	Home Actions
************/
#homeactionb {
  float: left;
  height: 358px; 
  position: relative;
}
.home #main{
	background: url(images/bg_home.jpg) repeat-x scroll 0 0 #fff;
}
.homepage #content{
	padding: 0 27px;
}
.homepage{
    width: 100%!important;
    margin-top: 30px;
}
#hometextb {
  float: left; 
  position: relative;
  width: 610px;
}
.homeinsetnews {
  float: right; 
  position: relative;
}
#hometextinsetright {
  background-image: url("images/auc_home_text_inset_right.jpg");
  background-repeat: no-repeat;
  float: right;  
  font-size: 10px;
  line-height: 140%;
  padding: 14px;
  position: relative;
  width: 224px;
}
.homeh1 {
  border-bottom: 2px solid #005F71;
  font-family: 'Times New Roman',Georgia,Times,serif;
  font-size: 27px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #CCCCCC;
  padding-bottom: 8px;
}
.ropyright {
  border-top: 2px solid #005F71;
  color: #176E7F;
  float: left;
  font-size: 10px;
  padding-top: 2px;
  width: 100%;
   text-shadow: 1px 1px 1px #CCCCCC;
}
/*****
	 PAGES
************/
#top_page {
  background: url("images/auc_int_top.jpg") no-repeat scroll 0 0 transparent;
  float: left;
  height: 98px;
  width: 950px;
}
#container {
  float: right;
  position: relative;
  width: 683px;
}

#container.container--press {
	width: 483px;
}

.post-sidebar {
	float: right;
	width: 200px;
}

.picinset {
  float: right;
  position: relative;
  right: 0;
}
.picpic {
  float: left;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
/*****
	 FOOTER
************/
address {
  clear: both;
  color: #FFFFFF;
  font-style: normal;
  line-height: 150%;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
.address a {
  color: #FFFFFF;
}
#footer li{
	list-style: none;
}
.home #footer address .widget_text{
  float: left;
  margin-top: 53px;
  width: 100%;
}	
/*****
	 
************/
#ft-menu {
  float: left;
  margin-bottom: 16px;
  margin-left: 147px;
}
#footer .widget-container{
	margin-bottom: 0 !important;
}
#ft-menu ul {
	margin:3px 0 0 0 !important; 
}
#ft-menu ul li:last-child{
	border-right: 0 !important;
}
#ft-menu ul li {
  border-right: 1px solid #FFFFFF;
  float: left;
  list-style: none outside none;
  padding: 0 4px;
  position: relative;
}
#ft-menu ul li:hover .sub-menu{
	display: block;
}
#ft-menu ul li .sub-menu{
	position: absolute; 
	left: 0;
	top: 33px;
	display: none;
	background:#dfdfdf;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#ft-menu ul li .sub-menu li a {
	padding: 5px 31px;
}
#ft-menu ul li a {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    line-height: 12px;
    text-decoration: underline;
}
#ft-menu ul li.current-menu-item .sub-menu li a,
#ft-menu ul li.page_item .sub-menu li  a,
#ft-menu ul li.current_page_item .sub-menu li  a{
	color:#444444;
}
#ft-menu ul li.current-menu-item .sub-menu li a:hover,
#ft-menu ul li.page_item .sub-menu li  a:hover,
#ft-menu ul li.current_page_item .sub-menu li  a:hover{
	color:#FF7900;
}
#ft-menu ul li a:hover,
#ft-menu ul li.current-menu-item a,
#ft-menu ul li.page_item a,
#ft-menu ul li.current_page_item a{
	color:#FF7900;
}
/*****
	 
************/
.picinset {
  float: right;
  position: relative;
  right: 0;
}
.tworowc {
  float: left;
  position: relative;
  width: 225px;
}
.formcovercover {
  float: left;
  position: relative;
  width: 360px;
}
.formcover {
  float: left;
  font-size: 11px;
  margin-bottom: 30px;
  position: relative;
  width: 180px;
}
.picinset-testi {
  background-image: url("img/testimonials_bg.jpg");
  background-repeat: no-repeat;
  height: 497px;
  width: 345px;
    float: right;
    position: relative;
    right: 0;
}
.testimonialb {
  background-color: #F0F0F0;
  border-bottom: 2px solid #666666;
  border-top: 1px solid #666666;
  float: left;
  margin: 0 10px 20px 0;
  padding: 0;
  position: relative;
  width: 47%;
}
.testimonialtextx {
  float: left;
  font-size: 14px;
  height: 20px;
  line-height: 140%;
  margin: 0 30px;
  padding: 0;
  position: relative;
}
.testimonialtextx li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style: none;
}
.testimonial {
  background-image: url("img/test_bubble.jpg");
  background-repeat: repeat-y;
  float: left;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
#content h3.testimonialhead {
	margin: 0;
	font-weight: bold;
	font-style: normal;
}
.picinsettext {
  color: #000000;
  font-family: "Times New Roman",Times,serif;
  font-size: 15px;
  line-height: 140%;
  margin: 25px;
  width: 290px;
}
.testimonialtextb {
  float: left;
  font-size: 14px;
  font-style: italic;
  line-height: 140%;
  margin: 10px 20px;
  padding: 0;
  position: relative;
}
.testimoniald {
  float: left;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
#testimonial-list {
	display: none;
}
.testimonial img, .testimonialb img {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.shadedbox {
  background-color: #DBEDEF;
  border-radius: 5px 5px 5px 5px;
  color: #333333;
  float: left;
  line-height: 140%;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
.formfull {
  float: left;
  padding-bottom: 20px;
  position: relative;
  width: 650px;
}

.req {
  color: #096676;
}
div.wpcf7{
	clear: both;
}
.inth2 {
  border-bottom: 2px solid #398391;
  color: #398391;
  float: left;
  font-family: 'Times New Roman',Georgia,Times,serif;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0 0 8px;
  position: relative;
  text-shadow: 1px 1px 1px #CCCCCC;
  top: 6px;
  width: 100%;
}
.formhalf {
  float: left;
  padding-bottom: 20px;
  position: relative;
  width: 333px;
}
.entry-content .wpcf7 input {
  margin: 5px 0 10px;
}
.formquarter {
  float: left;
  padding-bottom: 20px;
  position: relative;
  width: 125px;
}
.formquarterb {
  float: left;
  padding-bottom: 20px;
  position: relative;
  width: 208px;
}
input[name="zip"] {
  width: 115px;
}
.formfullb {
  float: left;
  position: relative;
  width: 720px;
}
.formfull textarea {
	width:600px;
}
.formfull {
  float: left;
  padding-bottom: 20px;
  position: relative;
  width: 650px;
}
input[name="zip"]{
	margin: 0 !important;
}
input[name="phone-three"]{
	width:77px;
}
input[name="phone-one"],
input[name="phone-two"]
{ 
	width:36px;
}
div.wpcf7-validation-errors { 
  clear: both;
}
.formcheck {
  width: 25px;
}
.formcheck, .formcheckfull {
  float: left;
  position: relative;
}
.formcheckfull {
  line-height: 140%;
  width: 625px;
}
.tworow p, .tworowb p {
  line-height: 200%;
  margin-bottom: 12px !important;
}
.tworow {
  width: 330px;
}
.underlocation {
  border-top: 1px solid #BB816B;
  float: left;
  height: 1px;
  margin-bottom: 13px;
  margin-right: 35px; 
  position: relative;
  width: 85%;
}
.descript-of {
	margin-top: 10px;
}
.dividerline {
  border-bottom: 1px solid #CCCCCC;
  float: left;
  position: relative;
  width: 100%;
}
.officeother {
  float: left;
  margin-right: 50px;
  margin-top: 0;
  position: relative;
  width: 280px;
}
.officeotherhead {
  color: #398391;
  float: left;
  font-family: 'Times New Roman',Georgia,Times,serif;
  font-size: 19px;
  font-weight: normal;
  margin: 20px 0 5px;
  padding: 0 0 5px;
  position: relative;
  text-shadow: 1px 1px 1px #CCCCCC;
  top: 6px;
  width: 100%;
}
.office-title a {
  font-size: 12px;
  font-weight: bold;
}
.disclaimer {
	font-size: 9px;
	margin: 50px 0;	
}
.insetmap {
  background-image: url("img/map_bg_top.jpg");
  background-repeat: no-repeat;
  float: right;
  position: relative;
  width: 315px;
  height: 162px;
}
.mdpic {
  padding-left: 55px;
}
#content .list-locations {
	list-style: none;
	margin-bottom: 0px;
}
.title-locations a{
	font-weight: bold;
}
.tworow a, .tworowb p {
  line-height: 200%;
}
.inset {
  background-image: url("img/md_bg_top.jpg");
  background-repeat: no-repeat;
  float: right;
  height: 212px;
  position: relative;
  width: 227px;
  margin-bottom: 10px;
}
.officeotherhead2 {
  color: #398391;
  float: left;
  font-family: 'Times New Roman',Georgia,Times,serif;
  font-size: 19px;
  font-weight: normal;
  margin: 20px 0 5px;
  padding: 0 0 5px;
  position: relative;
  text-shadow: 1px 1px 1px #CCCCCC;
  top: 6px;
  width: 100%;
}
.dividerline2 {
  border-bottom: 1px solid #CCCCCC;
  float: left;
  position: relative;
  width: 100%;
}
.postid-456 .dividerline,
.postid-456 .officeotherhead{
	display: none;
}
.list .thumb-img {
  float: left;
  height: 157px;
  list-style: none outside none;
}
.physicianspicholder {
  float: left;
  font-size: 10px;
  margin-bottom: 20px;
  margin-right: 3px;
  position: relative;
  text-align: center;
  width: 195px;
}
.physicianspic {
  box-shadow: 3px 3px 3px #CCCCCC; 
	-moz-box-shadow: 3px 3px 3px #CCCCCC;
	-webkit-box-shadow: 3px 3px 3px #CCCCCC;
  margin-bottom: 3px;
}
.physicianshead {
  color: #398391;
  float: left;
  font-family: 'Times New Roman',Georgia,Times,serif;
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 10px 0;
  position: relative;
  text-shadow: 1px 1px 1px #CCCCCC;
  width: 600px;
}
.physicianspicholderholder {
  float: left;
  position: relative;
  width: 100%;
}
.turnbyturn {
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 10px 0 5px;
  position: relative;
  width: 600px;
}
.turnbyturnhead {
  color: #398391;
  float: left;
  font-family: 'Times New Roman',Georgia,Times,serif;
  font-size: 19px;
  font-weight: normal;
  margin: 0;
  padding: 20px 0 5px;
  position: relative;
  text-shadow: 1px 1px 1px #CCCCCC;
  width: 600px;
}
.about {
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 10px 0 5px;
  position: relative;
  width: 600px;
}
.abouthead {
  color: #398391;
  float: left;
  font-family: 'Times New Roman',Georgia,Times,serif;
  font-size: 19px;
  font-weight: normal;
  margin: 0;
  padding: 20px 0 5px;
  position: relative;
  text-shadow: 1px 1px 1px #CCCCCC;
  width: 600px;
}
.newsinset {
  float: right;
  position: relative;
  right: 44px;
  padding-left: 65px;
  padding-bottom: 20px;
}
.newspic {  
  padding-bottom: 5px;  
}
.blog strong {
  color: #398391;
  font-size: 14px;
  line-height: 145%;
}
.entry-meta-add {
  clear: both;
  font-style: italic;
  margin-bottom: 11px;
}
.entry-title-blog a:hover{
	text-decoration: underline;
}
.entry-title-blog a{
	text-decoration: none;
}
.entry-title-blog{
  color: #398391!important;
  font-weight: bold!important;
  font-size: 14px;
  line-height: 145%
}
.tworowb_news {    
  width: 335px;
}
.tworowb_news a, .tworowb_news p {
  line-height: 200%;
}
.tworowb_news h3 {
	margin: 0 0 5px 0;
}
.underlocation_news {
  border-top: 1px solid #BB816B;  
  margin-bottom: 20px;  
  margin-top: 10px;  
}
/*****	
    Socials 
************/
.social-media li a:hover{
	opacity: 0.8;  
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
}
.social-media li{
	list-style: none;
	float: left;
	margin-left: 6px;
}
.social-media {
  float: right;
  margin-right: 25px;
}
.picinset {
  float: right;
  position: relative;
  right: 0;
}
.name-list {
  clear: both;
  float: left;
  margin-bottom: 20px;
}

/*****
	 Left Menu
************/
#left_menu ul{ 
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    list-style: none outside none;
    z-index: 1000;
}
ul.dropdown {
  position: relative;
  top: 20px;
}
#abts, #rphy, #rcom, #phyf {
  height: 35px;
  padding: 0;
  width: 170px;    
}
ul.dropdown ul li:hover ul{
	display: block;
	visibility:visible;
}
ul.dropdown li:hover ul#firstspawn{
	display: block;
	visibility:visible;
}
ul.dropdown ul {
    border: 1px solid #79BBC2;
    font-size: 11px;
    left: 151px;
    position: absolute;
    text-align: left;
    top: -5px;
    visibility: hidden;
	display: none;
    width: 228px;
	background: #056b63;
}
ul.dropdown ul ul {
    left: 185px;
    position: absolute;
    text-align: left;
    top: -5px;
    visibility: hidden;
    width: 229px;
}
ul.dropdown li {  
    padding: 6px;
    width: 218px;
	position: relative;
}
ul.dropdown li #firstspawn li ul  li:hover a{
	color:#000;
}
ul.dropdown li #firstspawn li:hover ul a{
	color: #fff;
}
ul.dropdown li ul li:hover a{
	color: #000;
}
ul.dropdown ul li:hover{
	background: #7cbdc5;
}
ul.dropdown li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
ul.dropdown ul li a {
  border-right: medium none;
  display: inline-block;
  width: 100%;
}
#firstspawn {
  top: -70px;
}
#uro {
  height: 50px;
  padding: 0;
  width: 170px;
}
#abts, #rphy, #phyf {
  margin-bottom: 2px;
}
#a {
  top: 0px;
}
#f {
  top: 0px;
}
#h {
  top: 0px;
}
#k {
  top: 0px;
}
#n {
  top: 0px;
}
#t {
  top: 0px;
}
#bycountyb, #bycountyc, #bycountyd, #bycountye, #bethpage, #suffolk, #westchester {
  width: 223px;
}
#bycountyb {
  top: -25px;
}
#bycountyc {
  top: -25px;
}
#bethpage {
  top: -200px;
}
#bycountyd {
  top: -25px;
}
#suffolk, #westchester {
  top: -170px;
}
.sub_menu li {
	line-height: normal;
}
.menu-parent {
  font-size: 14px;
  text-shadow: 1px 1px 1px #282828; 
  padding: 6px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;	
}
ul.dropdown li:hover .menu-parent {
  background: url("images/bg_menu.png") repeat-y scroll 0 0 transparent;
  padding-left: 10px;
}
.xoxo .dropdown a:hover{
	text-decoration: none;	
}
.xoxo .dropdown #left_menu{ 
  float: left;
  margin-left: 5px;
  margin-top: -19px;
}
.widget_sp_image{
	float: left;
	margin-left: 23px;
	margin-top: 89px;	
}
.xoxo .widget_sp_image{
	display: none;
}
.single .xoxo .widget_sp_image,
.single-post .xoxo .widget_sp_image,
.achive .xoxo .widget_sp_image,
.blog .xoxo .widget_sp_image{
	display: block!important;
}
.tworowb {  
  width: 335px;
}
div.wpcf7-mail-sent-ok { 
  float: left;
  width: 650px;
}
a{
	outline: none;
}

.blog .category-news-featured {
    background: #e8f1d3;
    padding: 10px 0 0 10px;
    margin-right: 20px !important;
    border: 0 !important;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

#search { float: right; padding-right: 25px; padding-top: 15px;}
#searchform { display: inline;}

#google_translate_element {
    position: absolute;
    right: 30px;
    top: -14px;
}

#content .phonelist, #content .phonelist td, #content .phonelist tr {
	border: 0 !important;
	border-top: 0 !important;
	border-spacing: 0 !important;	
	padding: 5px 15px 5px 0px;
	margin: 0;
	vertical-align: top;
	clear: both;
}

#content .phonelist h3 {
	margin-bottom: 5px;
}

.AdvancedUrologyCenters {
	position:absolute;
right:-10px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

.search-results #content div.post {
	margin-bottom: 15px;
}
.search-results #content h2.entry-title {
	font-size: 18px;
	border: 0;
	border-top: 1px solid #999;
	margin: 0;
}

#content li { margin-bottom: 15px;}

/* ========= Media Queries ========= */
/* tablet */
@media only screen and 
(min-width: 768px) and 
(max-width: 1024px){
/* structure */
body,
#access .menu-header,
div.menu,
#colophon,
#branding,
#sitecontainer,
#containerb,
#main,
.home #main,
#wrapper,
#container {
	background-color: #fff;
	background-image: none;
	margin: 0 auto;
	width: 100%;
}

#main	{
	margin-top: 2em;
}

	#content {
		padding: 2em;	
	}

/* header */
#search.desktop,
#topnav,
.AdvancedUrologyCenters,
.logo	img		{
	display: none;
}

#header	{
	height: 111px;
}

	.logo,
	#homesocial,
	.social-media	{
		margin: 0;
	}

	.logo	{
		background: url("images/logo.jpg") no-repeat 50% 100%;
		height: 111px;
	}
	
	#homesocial {
		padding: 5em 2em 0 0;
		width: 22%;
	}
	
		#phone-icon	{
			display: block !important;
			float: right;
			margin-top: -0.25em;
			padding-left: 1em;
		}
	
/* mobile menu */
#mobile-menu,
#hamburger span,
#hamburger span:before,
#hamburger span:after {
	-moz-transition: all 0.75s;
	-o-transition: all 0.75s;
	-webkit-transition: all 0.75s;
	transition: all 0.75s;
}

#hamburger	{
	display: block !important;
	cursor: pointer;
	float: left;
	overflow: hidden;
	padding: 2em 0 0 2em;
	width: 23%;
}

	#hamburger	span	{
		background: url("images/hamburger.png") no-repeat 50%;
		display: block;
		width: 58px;
		height: 71px;
	}

#overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background: rgba(234,229,218,0.75);
}

#mobile-header.open-menu	{
	box-sizing: border-box;
	position: fixed;	
	top: 0;	
	width: 100%;
}

#mobile-menu	{
	background-color: #000;
	display: block !Important;
	height: 100%;
	left: -100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 28em;
	z-index: 9001;
}

	#mobile-menu-top	{
		padding: 1em;	
	}

		#mobile-menu	#search	{
			float: left;	
			padding-right: 0;
		}
		
			#mobile-menu	#search	input[type="text"]	{
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
				border: 0;
				height: 3em;
				padding: 0 0.5em;
				width: 12em;
			}
			
				#mobile-menu	#search	input[type="submit"]	{
					-webkit-border-radius: 0px;
					-moz-border-radius: 0px;
					border-radius: 0px;
					background: #fff url("images/mag.png") no-repeat 50%;
					border: 0;
					cursor: pointer;
					height: 3em;
					padding: 0 0.5em;	
					margin-left: -4px;
					text-indent: -9999px;
					width: 3em;
				}
		
		#mobile-menu	#close	{
			cursor: pointer;
			float: right;	
		}

	.mobile-menu	#mobile-menu	{
		left: 0;
	}
	
	#mobile-menu	ul	{
		margin: 0;	
	}

	#mobile-menu	>	ul	{
		padding-top: 5em;
	}
	
		#mobile-menu	li	{
			list-style: none;	
		}

		#mobile-menu	li	a	{
			background-color: #247854;
			border-bottom: 3px solid #154531;
			color: #fff;
			display: block;
			font-size: 1.5em;
			padding: 1em 0 1em 1em;
			text-align: left;
			text-decoration: none;
			text-transform: capitalize;
		}

		#mobile-menu	li	a.current	{
			color: #000;
			background-color: #f0e6d2;
		}
		
		#mobile-menu li.first span,
		#mobile-menu li.first span:before,
		#mobile-menu li.first span:after {
			-moz-transition: all 0.25s;
			-o-transition: all 0.25s;
			-webkit-transition: all 0.25s;
			transition: all 0.25s;
		}

		#mobile-menu	li:first-child	a	{
			border-top: 0;
			
		}

		#mobile-menu	.has-children	ul	li	a	{
			background-color: #154531;	
			border-bottom: 3px solid #0d2b1f;
			font-size: 1.25em;
			padding-left: 1.5em;
		}
		
		#mobile-menu	.has-children	ul	li	a.current	{
			color: #000;
			background-color: #f0e6d2;
		}
		
		#mobile-menu	ul.submenu	{
			width: 100%;
		}
		
		#mobile-menu	.submenu-button	{
			background: url(images/arrow.png) no-repeat 80% 50%;
			cursor: pointer;
			display: block;
			float: right;
			height: 4.125em;
			width: 25%;
		}
		
		#mobile-menu	.submenu-button.active	{
			background-image: url(images/arrow-down.png);
		}

/* footer */
#ft-menu,
#auc_foot	{
	display: none;	
}

#footer {
	background: url(images/footer-pattern.jpg);
	height: auto;
	margin-top: 2em;
	overflow: hidden;
}

	.widget_text,
	.disclaimer {
		float: none;
		font-size: 14px;
		line-height: 1.5em;
		margin-top: 0;
		padding: 2em 0;	
	}
	
	.home #footer address .widget_text {
		margin-top: 0;
	}
		
		address	{
			padding: 0;	
		}
	
		br.responsive	{
			display: block !important;
		}
		
/* page content */
#content .entry-title {
	width: 70%;
	padding: 0 30% 0.5em 0;	
}

.entry-content,
#content	input	{
	font-size: 16px;	
	line-height: 1.5em;
}

/********* Pages *********/		
/* homepage */
#homeactionb	{
	display: none;
}
	
.home	#main	{
	margin: 2em 0;	
}
	
	#responsive-slideshow	{
		display: block !important;
		margin-top: 2em;
	}
	
		#responsive-slideshow	img	{
			height: auto;
			width: 100%;
		}
		
	#hometextb {
		float: none;
		width: 100%;	
	}
	
		.homeinsetnews	{
			float: left;
			margin-top: 2em;
			width: 45%;
		}
		
		#hometextinsetright	{
			background: none;
			float: right;
			font-size: 14px;
			margin-top: 2em;
			padding: 0;
			width: 55%;
		}
		
		.ropyright {
			font-size: 13px;
			padding: 5%;
			width: 90%;
		}
			
/* secondary pages */
#primary, #top_page,
.tworowc	.slideshow	{
	display: none;	
}

#google_translate_element {
	right: 24px;	
}

.formhalf,
.formfullb,
.formquarter,
.formquarterb,
.turnbyturn,
.turnbyturnhead,
.about,
.abouthead,
.officeother,
.officeotherhead,
.dividerline,
.physicianshead,
.formcovercover,
.formcover,
.tworowc	{
	float: none;
	width: 100%;	
}

.turnbyturn,
.about,
.officeother,
.formcover {
	font-size: 16px;
	line-height: 1.5em;
}

.list .thumb-img	{
	width: 50%;	
}
	
	.physicianspicholder {
		font-size: 14px;
		width: 100%;
	}
	
.mdbottom {
	margin-top: -2px;	
}

.tworow {
	margin-bottom: 1em;
}
}

/* mobile */
@media only screen and 
(min-width: 320px) and 
(max-width: 767px){
	.turnbyturn{clear: both;}
/* structure */
body,
#access .menu-header,
div.menu,
#colophon,
#branding,
#sitecontainer,
#containerb,
#main,
.home #main,
#wrapper,
#container {
	background-color: #fff;
	background-image: none;
	margin: 0 auto;
	width: 100%;
}

#main	{
	margin-top: 2em;
}

	#content {
		padding: 2em;	
	}

/* header */
#search.desktop,
#topnav,
.AdvancedUrologyCenters,
.logo	img,
#header	.social-media	{
	display: none;
}	

#header	{
	height: 63px;
}
	
	.logo	{
		background: url("images/mobile-logo.jpg") no-repeat 50% 100%;
		height: 63px;
		margin: 0;
		width: 50%;
	}
	
	#homesocial {
		margin: 0;
		padding: 1.75em 2% 0 0;
		width: 23%;
	}
	
		#phone-icon	{
			display: block !important;
			float: right;
		}
	
/* mobile menu */
#overlay {
	display: none;
}

#hamburger	{
	display: block !important;
	cursor: pointer;
	float: left;
	overflow: hidden;
	padding: 1.75em 0 0 2%;
	width: 23%;
}

	#hamburger	span	{
		background: url("images/mobile-hamburger.jpg") no-repeat 50%;
		display: block;
		width: 42px;
		height: 36px;
	}

	#mobile-menu,
	#hamburger span,
	#hamburger span:before,
	#hamburger span:after {
		-moz-transition: all 0.75s;
		-o-transition: all 0.75s;
		-webkit-transition: all 0.75s;
		transition: all 0.75s;
	}

#mobile-header.open-menu	{
	box-sizing: border-box;
	position: fixed;	
	top: 0;	
	width: 100%;
}

#mobile-menu	{
	background-color: #000;
	display: block !Important;
	height: 100%;
	left: -100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9001;
}

	#mobile-menu-top	{
		padding: 1em;	
	}

		#mobile-menu	#search	{
			float: left;	
			padding-right: 0;
			width: 70%;
		}
		
			#mobile-menu	#search	input[type="text"]	{
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
				border: 0;
				height: 3em;
				padding: 0 1%;
				width: 80%;
			}
			
				#mobile-menu	#search	input[type="submit"]	{
					-webkit-border-radius: 0px;
					-moz-border-radius: 0px;
					border-radius: 0px;
					background: #fff url("images/mag.png") no-repeat 75% 50%;
					border: 0;
					cursor: pointer;
					height: 3em;
					padding: 0 1%m;	
					margin-left: -4px;
					text-indent: -9999px;
					width: 18%;
				}
		
		#mobile-menu	#close	{
			cursor: pointer;
			float: right;	
		}

	.mobile-menu	#mobile-menu	{
		left: 0;
	}
	
	#mobile-menu	ul	{
		margin: 0;	
	}

	#mobile-menu	>	ul	{
		padding-top: 5em;
	}
	
		#mobile-menu	li	{
			list-style: none;	
		}

		#mobile-menu	li	a	{
			background-color: #247854;
			border-bottom: 3px solid #154531;
			color: #fff;
			display: block;
			font-size: 1.5em;
			padding: 1em 0 1em 1em;
			text-align: left;
			text-decoration: none;
			text-transform: capitalize;
		}

		#mobile-menu	li	a.current	{
			color: #000;
			background-color: #f0e6d2;
			border-bottom: 4px solid #534d42;
		}
		
		#mobile-menu li.first span,
		#mobile-menu li.first span:before,
		#mobile-menu li.first span:after {
			-moz-transition: all 0.25s;
			-o-transition: all 0.25s;
			-webkit-transition: all 0.25s;
			transition: all 0.25s;
		}

		#mobile-menu	li:first-child	a	{
			border-top: 0;
			
		}

		#mobile-menu	.has-children	ul	li	a	{
			background-color: #154531;	
			border-bottom: 3px solid #0d2b1f;
			font-size: 1.25em;
			padding-left: 1.5em;
		}
		
		#mobile-menu	.has-children	ul	li	a.current	{
			color: #000;
			background-color: #f0e6d2;
			border-bottom: 4px solid #534d42;
		}
		
		#mobile-menu	ul.submenu	{
			width: 100%;
		}
		
		#mobile-menu	.submenu-button	{
			background: url(images/arrow.png) no-repeat 80% 50%;
			cursor: pointer;
			display: block;
			float: right;
			height: 4.125em;
			width: 25%;
		}
		
		#mobile-menu	.submenu-button.active	{
			background-image: url(images/arrow-down.png);
		}

/* footer */
#auc_foot,
#ft-menu	{
	display: none;
}

#footer {
	background: url(images/footer-pattern.jpg);
	height: auto;
	margin-top: 2em;
	overflow: hidden;
}

	.widget_text,
	.disclaimer {
		float: none;
		font-size: 14px;
		line-height: 1.5em;
		margin-top: 0;
		padding: 5%;	
	}
	
		address	{
			padding: 0;	
		}
	
		br.responsive,
		br.mobile,
		#footer-social	{
			display: block !important;
		}
			
		#footer-social	{
			margin-top: 1em;
		}
	
/* page content */
#content .entry-title,
.picinset	{
	float: none;
}
	
	#content	h1	{
		font-size: 24px;
	}	

.entry-content,
.turnbyturn,
.about,
.officeother,
.formcover,
#content	input 	{
	font-size: 16px;	
	line-height: 1.5em;
}
	
	img[align="left"],
	img[align="right"],
	img.alignleft,
	img.alignright,
	.picpic	{
		display: block;
		float: none;	
		height: auto;
		margin: 0 auto !important;
		max-width: 100%;
		padding: 0.75em 0;
		text-align: center;
	}
	
	iframe	{
		height: 16em;
		width: 100%
	}
	
/********* Pages *********/		
/* homepage */
.home	#main	{
	margin: 2em 0;	
}
	
	#homeactionb	{
		display: none;
	}
	
	#responsive-slideshow	{
		display: block !important;
		margin-top: 2em;
	}
	
		#responsive-slideshow	img	{
			height: auto;
			width: 100%;
		}
		
	#hometextb {
		display: block;
		float: none;
		width: 100%;	
	}
	
		#hometextb	img[align="left"]	{
			padding-bottom: 0;
		}
	
		.homeinsetnews,
		#hometextinsetright {
			float: none;
			width: 100%;
		}
		
		.homeinsetnews	{
			margin: 0.5em 0;
			text-align: center;
		}
		
		#hometextinsetright	{
			background: none;
			font-size: 14px;
			margin: 0.5em 0;
			padding: 0;
		}
		
			#hometextinsetright	img	{
				float: left;	
			}
	
		.ropyright {
			float: none;
			font-size: 13px;
			padding: 1em 10%;
			text-align: center;	
			width: 80%;
		}
				
	.home #footer address .widget_text {
		margin-top: 0;
		width: auto;
	}
				
/* secondary pages */
#primary, #top_page,
.mdbottom,
.tworowc	.slideshow	{
	display: none;	
}


#google_translate_element {
	left: auto;
	position: relative;
	right: auto;
	top: -81em;
}

#content .phonelist td,
.insetmap,
.inset,
.newsinset {
	display: block;	
}

.insetmap,
.inset,
.newsinset
.picinset	{
	float: none;
}	

.insetmap,
.inset,
.newsinset	{
	background: none;
	height: auto;
	margin: 0 auto !important;
	max-width: 100%;
	padding: 1em 0;
	text-align: center;
}



	.newsinset	{
		right: 0;
	}
		
#content	.phonelist,
.mdpic	{
	padding: 0;

}

	.tworow {
		margin-bottom: 1em;
	}
		
.wpcf7	input	{
	max-width: 100%;
}
	
	.formcovercover,
	.formcover,
	.formhalf,
	.formfullb,
	.formquarter,
	.formquarterb,
	.turnbyturn,
	.turnbyturnhead,
	.about,
	.abouthead,
	.officeother,
	.officeotherhead,
	.dividerline,
	.tworow,
	.tworowb_news {
		float: none;
		width: 100%;
	}
	
		div.wpcf7-mail-sent-ok	{
			width: auto;
		}
		
/* locations */
ul.list	{
	margin: 0;	
}

	ul.list	li,
	.physicianshead,
	.physicianspicholder	{
		width: 100%;
	}
	
	.physicianshead,
	.physicianspicholder {
		float: none;
	}
		
	.physicianspicholder	{
		font-size: 14px;
		margin-right: 0;
	}

/* testimonials */
.testimonialtextx,
.testimonialtextb,
.testimoniald,
#dytestimonial,
.picinset-testi	{
	float: none;	
}

.testimonialb,
.testimoniald {
	margin: 0 0 20px 0;
	width: 100%;	
}

	.testimonialb	img	{
		float: left;	
	}

#dytestimonial {
	background-color: #e8f1d4;
	background-image: none;
	border: 1px solid #d1deac;	
	padding: 1em;
}

	#dytestimonial	p,
	#dytestimonial	img	{
		display: none;
	}
	
	.testimonialtextx {
		height: auto;
		margin: 0;
	}
	
		.testimonialtextx	li	{
			margin-bottom: 0 !important;	
		}

.picinset-testi	{
		background: rgb(224,228,227);
		background: -moz-linear-gradient(top,  rgb(224,228,227) 0%, rgb(255,255,255) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(224,228,227)), color-stop(100%,rgb(255,255,255)));
		background: -webkit-linear-gradient(top,  rgb(224,228,227) 0%,rgb(255,255,255) 100%);
		background: -o-linear-gradient(top,  rgb(224,228,227) 0%,rgb(255,255,255) 100%);
		background: -ms-linear-gradient(top,  rgb(224,228,227) 0%,rgb(255,255,255) 100%);
		background: linear-gradient(to bottom,  rgb(224,228,227) 0%,rgb(255,255,255) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e4e3', endColorstr='#ffffff',GradientType=0 );

		border: 1px solid #e4e8e7;
		display: block;	
		height: auto;
		margin-bottom: 2em;
		padding: 5%;
		width: 90%;
	}
	
	.picinsettext	{
		display: block;
		margin: 0;
		width: 100%;
	}

}

@charset "utf-8";
/* Accordion Styles */
 
@charset "utf-8";
/* Accordion Styles */
 
.accordion h4 {
border:1px solid #fcfcfc;
color:#17496d;
cursor:pointer;
display:block;
font-size:16px;
font-weight:500;
position:relative;
padding: 14px 18px;
background-color:#e0e5ea;
border-top: 0 none;
overflow: auto;
margin: -10px;
}
 
.accordion-title.open {
cursor:default;
}
 
.accordion-content {
line-height:20px;
text-align:justify;
padding:2px 8px;
}
 
.accordion h4.accordion-title {
font-size:13px;
}
 
.accordion h4:hover {
color:#212121;
}
 
.accordion h4.accordion-title.open {
background:#e0e5ea;
color:#fff;
padding-left:15px;
}
 
.accordion h4.accordion-title:after {
content:url(http://www.aucofny.com/wp-content/uploads/2015/04/accordion_arow_close.png);
position:absolute;
right:20px;
}
 
.accordion h4.accordion-title.open:after {
content:url(http://www.aucofny.com/wp-content/uploads/2015/04/accordion_arow_close.png);
position:absolute;
right:20px;
}

.display-posts-listing a.title {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.display-posts-listing .listing-item .date {
	display: block;
	margin-bottom: 12px;
}

/*.display-posts-listing .listing-item .content*/

.post-sidebar h2 {
	margin-bottom: 20px;
}

.post-sidebar ul {
	margin: 0 10px 0 0;
}
.post-sidebar li {
	list-style: none inside;
	margin-bottom: 14px;
}

.post-sidebar li span {
	display: block;
}

/* new left nav */
div.menu-left_menu-container ul{
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    list-style: none outside none;
    z-index: 1000;
}

ul#menu-left_menu {
  position: relative;
  list-style: none;
  top: 20px;
}

ul#menu-left_menu li:hover ul{
	display: block;
	visibility:visible;
}

ul#menu-left_menu ul.sub-menu > ul{
	display: block;
	visibility :hidden;
}
ul#menu-left_menu li:hover ul.sub-menu li:hover ul{
	display: block;
	visibility :visible;
        margin-top: 4px;
}

ul#menu-left_menu li:hover ul.sub-menu li ul{
	display: block;
	visibility :hidden;
}

ul#menu-left_menu ul {
    border: 1px solid #79BBC2;
    font-size: 11px;
    left: 151px;
    position: absolute;
    text-align: left;
    top: -5px;
    visibility: hidden;
	display: none;
    width: 228px;
	background: #056b63;
}
ul#menu-left_menu ul ul {
    left: 185px;
    position: absolute;
    top: -5px;
    text-align: left;
    visibility: hidden;
    width: 229px;
}
ul#menu-left_menu li {  
   
    width: 218px;
	position: relative;
}
ul#menu-left_menu li .sub-menu li ul  li:hover a{
	color:#000;
}
ul#menu-left_menu li .sub-menu li:hover ul a{
	color: #fff;
}
ul#menu-left_menu li ul li:hover a{
	color: #000;
}
ul#menu-left_menu ul li:hover{
	background: #7cbdc5;
}
ul#menu-left_menu li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
ul#menu-left_menu ul li a {
  border-right: medium none;
  display: inline-block;
  width: 100%;
}

ul#menu-left_menu  li.menu-parent a{
  font-size: 14px;
  text-shadow: 1px 1px 1px #282828; 
  padding: 6px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 170px;	
}
ul#menu-left_menu  li.menu-parent ul.sub-menu a{
  font-size: 10px;
  text-shadow: none; 
  font-weight: normal;
  font-family: 'Verdana',Helvetica,Arial,sans-serif;
}
ul#menu-left_menu  li.menu-parent ul.sub-menu li{
  padding: none;
}


ul#menu-left_menu  li.menu-parent:hover{
  background: url("images/bg_menu.png") repeat-y scroll 0 0 transparent;
  padding-left: 10px;
}
.xoxo #menu-left_menu a:hover{
	text-decoration: none;	
}
.xoxo #menu-left_menu #left_menu{ 
  float: left;
  margin-left: 5px;
  margin-top: -19px;
}
.sub-menu{
	list-style: none;
}
.sub-menu li {
	line-height: normal;
}

#leftnav {
  height: 161px;
  left: 0px;
  position: absolute;
  top: 40px;
  width: 168px;
  z-index: 999;
}