/*
Theme Name:     dudek-portal-dev
Template:       dudek-portal-dev
Version:        0.1.0
*/
@charset "utf-8";

@import url("twentyten.css");
@import url("dudek-colors.css");

/* Theme Name: dudek-portal-dev */

/* =Global
-------------------------------------------------------------- */
/* This css is based from Jeremy's build of gallry-mauris.aoipreview.com 
* it is flexible and the widths of the header, nav and body can break the 960 width as needed 
*/

body{
	font: 0.625em Cambria,Georgia,Times,"Times New Roman",serif;
    margin: 0 auto;
    padding: 0;
}
}

body,
input,
textarea {
	color: #333333;
	line-height: 18px;
}

#wrapper{
    box-shadow: 0 0 0.5em #666666;
	-moz-box-shadow: 0 0 0.5em #666666; 
	-webkit-box-shadow:  0 0 0.5em #666666;
}
a:link,
a:visited {
	text-decoration: none;
	color: #aa2f2f;
	outline: none;
}
a:active,
a:hover {
	text-decoration: underline;
}

ul.none {list-style-type:none;}
ul.disc{list-style-type:disc;}
ul.circle{list-style-type:circle;}
ul ul {list-style-type:circle;}
ol.A{list-style-type:upper-latin;}
ol.a{list-style-type:lower-latin;}
ol.I{list-style-type:upper-roman;}
ol.i{list-style-type:lower-roman;}

.left,.alignleft{float:left;}
.right,.alignright{float:right;}
.center{text-align:center;}
.justify{text-align:justify;}

.clear{clear:both;}
.clearright{clear:right;}
.clearleft{clear:left;}

.underline{text-decoration:underline;}
cite {
	display: block;
    font-size: 0.7em;
}

/* =Header
-------------------------------------------------------------- */
#header{
	background: url("images/bg-header.jpg") no-repeat;
	background-color:transparent;
	width: 960px;
	height:90px;
	float: left;
	margin: 0;
	padding: 1em 0 0;
	box-shadow: 0 0 0.5em #666666;
	-moz-box-shadow: 0 0 0.5em #666666; 
	-webkit-box-shadow:  0 0 0.5em #666666;
}

#branding{
	height:70px;
	width: 665px;
	float:left;
}

#branding a{
	height:45px;
	width:600px;	
	float:left;
	margin:25px 0 0 65px;
	text-indent:
	-9999em;
}
#address2{
	float:left;
	clear:left;
	width:960px;
	height:25px;
	border-bottom:3px solid #404040;
}

#address{
	width:250px;
	height:65px;
	margin:10px 20px 0 0;
	overflow:visible;
	float:right;
	text-align:right;
	color:#666666;
}

#address h4, #top-widget-area #top-right h4 {
	font-family:"Times New Roman", Times, serif;
	text-align:right;
	font-size:16px;
	font-weight:normal;
	overflow:visible;
	padding:0;
	margin:0 0 3px;
	color:#0b3b6b;
}

#header h5{
	font-family:"Times New Roman", Times, serif;
	float:right;
	clear:right;
	width:300px;
	text-align:right;
	font-size:23px;
	font-weight:normal;
	padding:0;
	margin:3px 0 0;
	color:#0B3B6B;
}

#address p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	padding:4px 0;
	margin:7px 0 0;
	color:#737373;
}

#address2 p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	letter-spacing:3px;	
	padding:4px 0;
	margin:0;
	color:#666;
}

.social{
	border: medium none;
    clear: right;
    height: 35px;
    margin: 0 0 12px -16px;
    padding: 0;
    width: 240px;
}
.social a{
	padding:0 !important;
	margin:.3em .3em 0 .3em;
	border:none;
	float:right
}
.social .plusone {float:right;}
.plusone {padding:6px;}


/* =Menu
-------------------------------------------------------------- */

.navwrap{
	background-color:transparent;
	width:100%;
	position:relative;
	height:27px;
	clear:both;
}

/* Defeat Twenty10 font family overrides */
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, input[type="submit"], input[type="reset"] {
    font-family: Cambria,Georgia,Times,"Times New Roman",serif;
}
#access {
	box-shadow: 0 0 0.5em #666666;
	-moz-box-shadow: 0 0 0.5em #666666; 
	-webkit-box-shadow:  0 0 0.5em #666666;
}

#access, #access .menu-header,
div.menu {
	width:960px; height:27px; margin:0 auto; padding:0; background-color:#9b9b9b; float:none;}

#access .menu .menu-item, ul#menu-main_nav.menu {
	font: Cambria,Georgia,Times,"Times New Roman",serif;
	
}
#access .menu-header {
	font-size: 12px;
}

#access a {
	height:100%;
	line-height:15px;
	display:block;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	padding:0.5em 1.5em;
	margin: 0;
}

/* =below is the ipad/iphone/ipod styling for #access a
-------------------------------------------------------------- */

/*.ipad.webkit #access a, .iphone.webkit #access a, .ipod.webkit #access a {
	padding:5px 9px 0;
	letter-spacing:-1px;
} */

#access ul li a {
	background-color: #9b9b9b !important;
}

#access ul ul {
	box-shadow: -0.2em 0.2em 0.5em #BCC4CB;
	-moz-box-shadow: -0.2em 0.2em 0.5em #BCC4CB;
	-webkit-box-shadow: -0.2em 0.2em 0.5em #BCC4CB;
	display: none;
	position: absolute;
	top: 27px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul ul {
    left: 60%;
    top: 0;
}
#access ul ul ul li, #access ul ul ul li a {
	width: 200px;
}

#access ul ul a {
	background-color:#666;
	color:#fff;
	text-align:left;
	height:100%;
	padding:.7em;
	margin:0;
}

#access ul li a:hover{
	background-color:#666 ; color:#fff;
}
#access ul li ul li a:hover{
	background-color:#144272 !important; color:#fff !important;
}
#access ul .current_page_item, #access ul .current_page_item a{
	background-color:#9b9b9b;
	color:#fff !important;
}

 #access ul .current_page_item a:hover{
	 color:#fff !important;
}

* 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 {
	background:#666;
}

/* =Banner
-------------------------------------------------------------- */

.banner {
	width:960px;
    background-color:#666;
    border-bottom:3px solid #404040;
	float:right;
    clear: left;
    font-size: 1.2em;
    height:200px;
    padding:3px 0 0;
    position: relative;
}

.banner h3 {
    color: #545454;
    text-shadow: 0.02em 0.04em 0.1em #777777;
    font: 20px "Trebuchet MS",Tahoma,Arial,sans-serif;
    letter-spacing: normal;
    margin: 0 0 0.3em;
    text-transform: capitalize;	
}

.banner p {
    float: left;
    margin: 0;
    padding: 0 0 0 0.1em;
    width: 330px;
}

.movie {
    float: right;
    height: 180px;
    left: 425px;
    position: absolute;
    top: 0;
    width: 320px;
}

.cuffs {
    bottom: 2em;
    float: right;
    height: 285px;
    position: absolute;
    right: 8em;
    width: 297px;
}


#main{
	padding:24px;
	width:912px;
	background-color:#fff;
}



.entry-content {}

.page {text-align:justify;}

#content{
	width:600px;
}

#content,
.widget-area,
#content input,
#content textarea {
	color: #000333;
	font-size: 12px;
	line-height: 20px;
}
#content a, #footer a {
	border-bottom: 0.1em solid;
	padding: 0;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 10px;
}
#content p, #content dl {
	font-size: 1.2em;
}
#content dd {
	margin: 0 1.5em 1em;
}
#content ul{
	padding-left:15px;
}
#content li {
    font-size: 14px;
    margin: 0 0 0.6em;
    padding: 0;
}



#content h1 {
	color:#000;
    font-size:16px;
    font-weight: bold;
    margin-left: -1em;
    padding: 0.3em 1em;
    text-transform: uppercase;
    width: 100%;
}
#content h1, #content h6 {
    font: bold 1.2em Cambria,Georgia,Times,"Times New Roman",serif;
    padding: 0.2em 0.5em;
	margin: 7px 0 14px;
    text-transform: uppercase;
	color: #888;
}

#content h2{
	font: italic 17px Cambria,Georgia,Times,"Times New Roman",serif;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0;
    text-transform: none;
	margin: 0.5em 0 1em;
    padding: 0;
	color:#3070B2 !important;
}
h2 a {
    color: #3070B2 !important;
    border-bottom: medium none !important;
}

#content h3{
	font-weight:bold;
	font-size: 14.4px;
	margin:0 0 5px 0;
	line-height: 16px;
	clear:none;
	text-transform: uppercase;
}
#content h4{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#content {
	background-color:#fff;
	width:612px;
	margin :0 ;
	padding: 0px 20px 0;
}
#content img.alignright{
	margin:25px 5px 10px 10px !important;
	padding:8px !important;
	border:1px solid !important;
	border-color:#CCC !important;
}

#content img.aligleft{
	margin:10px 10px 25px 25px!important;
}
ul.none{
	list-style:none;
}
.three-column #content {
	border: 1px solid #ccc;
	border-width: 0 1px;
	margin :25px 0 0 0;
	padding: 0 20px;
}

.widget-area h4{
	font-size: 16px;
	color:#1a76b6;
	font-weight:normal;
	margin:0 0 15px 0;
	line-height: 16px;
	text-align:center;
}

/* widgets :) */
#read-more {
	text-align: right;
	clear: both;
	float: right;
}

#text-17 {
	text-align: center;
}

#main .widget-area ul {
	margin-left: 0;
	padding: 0 ;
}
#main .widget-area ul ul {
	list-style: none;
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

#top-widget-area ul ul li{
	padding:  0 0 18px 0;
}


#primary, #secondary{
	font-size:12px;
	background-color:#e0e0e0;
	margin:0;
	width: 224px;
	padding: 3px 9px;
}

#secondary{
	padding: 10px 0 0 15px !important;
}

#primary p, #secondary p{
	margin:0 0 0 0px;
}
#primary,  {
	font-size:12px;
}
#primary .textwidget p{
	padding:0 0px;
}
#secondary {

}

#top-widget-area{
	height:200px;
	padding:3px 0;
	color:#000;
	background-color:#fff;
	border-bottom:3px solid #404040;
}

#top-widget-area a:link,
#top-widget-area a:visited {
	text-decoration: none;
	color:#ffffff;
}
#top-widget-area a:active,
#top-widget-area a:hover {
	text-decoration: underline;
}

#top-widget-area #top-left {
	width:315px;
	height:200px;
	margin: 20px 40px 0 30px;
	line-height:16px;
}
#top-widget-area #top-left  h5 {
	font-weight:bold;
    color: #404040;
    font-size: 16px;
    height: 20px;
    margin:0;
    padding:0;
    text-align: left;
    text-transform: capitalize;
    width: 200px;
}

#top-widget-area #top-center {
	width:350px;
	background:
		no-repeat;
	height:235px;
}

#top-widget-area #top-right { 
	width:190px;
	height:200px;
}
.menu-practice_areas-container ul{
	padding-left:5px !important;
}
.menu-practice_areas-container ul li{
	padding:5px !important;
}
.menu-practice_areas-container ul ul li {
	padding:5px !important;
}
.widget-area .wide, .widget-area textarea{width:88%;}

.widget-area form{
	margin:0;
	padding:0 0 0 10px;
}


.widget-container {
    margin: 0 0 30px;
	background-color: #fff;
	padding: 12px;
}

.widget-area h5 {
	width:200px;
	height:34px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 12px 10px 5px 10px;
	margin:5px 0 0 0;
	text-transform: capitalize;
	text-align:left;
} 
.widget-area h4 {
	background-color:#fff;
	height:18px;
	color: #888;
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 0;
	margin: 7px 0;
	text-transform:uppercase;
	text-align:left;
	border-color: #e0e0e0;
	border-bottom: 1px solid;
}
.widget-area form {
border: none;
}

.widget-area form p{
	margin:0; padding:0;
}

.widget-area form label{
	cursor:pointer;
	display:block;
	font:normal .8em Arial, Helvetica, sans-serif;
}

.widget-area form label.disclaimer{
	text-transform:none;
	font-size:.75em;
	margin:-1.5em 0 0 2.3em;
	padding:0 2em 0 0;
	line-height:1.2em;
}

.widget-area input, .widget-area textarea{
	padding:.2em .3em;
}


.widget-area textarea{
	height:115px;
}

.widget-area .tel{
	width:30px;
}

.widget-area .tell{
	width:45px;
}

.widget-area #submit, .widget-area #reset{
	padding:4px 10px;
	height:24px;
	border:none;
	font-size:14px;
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	cursor:pointer;
}

.widget-area #submit{
	background-color: #2f649a;
	border-color: #373737;
	color: white;
	margin: 12px 0px 12px 10px;
}

.widget-area #reset{
	background-color: #D7CECE;
	border-color: #B3A3A3;
	color: #2f649a;
	margin: 12px 0px 12px 0;
}

.widget-area form small{
	display:block;
	margin:-.4em 0 -1.5em;
}

.error{
	border:.1em solid !important;
}

label.error{
	float:left;
	margin:-2.2em -3.5em 0;
	padding:.5em .8em;
	position:relative;
	left:20em;
	white-space:nowrap;
	text-transform:none !important;
	z-index:9999 !important;
	color:#670206;
	border-color:#670206;
	background-color:#ffe0e0;
}
.tell + label.error{
	left:20em;
}

textarea + label.error{
	top:-9em;
}

#disclaimer + label.error{
	top:2.2em;
}

/* Footer css ________________*/
#footer {
	background-color:#dddddd;
	clear: both;
	font-weight: bold;
	margin:0 auto;
	padding:0;
	width: 960px;
	min-height:55px;
	position:relative;
	color: #797979;
}
#footer-widget-area, #footer-widget-area #first, #footer-widget-area #second, #footer-widget-area #third {
	background-color: #fff !important;
	font-weight: normal;
	text-align:left;
}
#footer-widget-area #first {
	width: 243px;
	margin-left: 24px;
}
#footer-widget-area #second {
	margin-left: 29px;
}
#footer-widget-area #second, #footer-widget-area #third {
	width: 315px;
}
#footer .widget-area h4 {
    background-color: #E0E0E0;
	border: none;
	padding: 2px 7px;
	margin: 7px 0 14px;
	height: 20px;
	line-height: 18px;
}

#colophon {
	width:920px;
	padding:10px 20px;
	margin:0;
	background-color:#dddddd;
	bottom:0;
	color:#797979;
}
#colophon a, #colophon a:hover{
	color:#797979;
	background-color:transparent;
}
	

/* Practice Area Call-outs on the index page */
.callouts{width:100%; margin:4em 0;}
.callouts h4{margin:0 0 .5em; background-color: #222;
border-bottom-left-radius: 0.4em 0.4em;
border-bottom-right-radius: 0.4em 0.4em;
border-top-left-radius: 0.4em 0.4em;
border-top-right-radius: 0.4em 0.4em;
color: #EFEFEF;
font-style: italic;
padding: 0.3em 0.9em;}
.box{
width:40%;
margin:0 5% 5% 5%;
padding:0;
background-color:#eee;
border-radius:.4em; -moz-border-radius:.4em; -webkit-border-radius:.4em;
box-shadow:0 .1em .4em #999; -moz-box-shadow:0 .1em .4em #999; -webkit-box-shadow:0 .1em .4em #999;
float:left;
}
.box h5{
margin:0;
padding:.3em .9em;
color:#efefef;
font-style:italic;
text-transform:capitalize;
background-color:#631200;
border-top-left-radius:.4em; -moz-border-radius-topleft:.4em; -webkit-border-top-left-radius:.4em;
border-top-right-radius:.4em; -moz-border-radius-topright:.4em; -webkit-border-top-right-radius:.4em;
}
.box h5 a{color:#efefef; border-bottom:none !important; background:none !important;}
.box p{padding:.25em 1em;}
.box .more{text-align:right; font-size:.875em; margin:-1.5em 0 0;}
.r{}


/* Social media classes that work with plugins and widgets */
 .tweetmeme_button{ float: right; margin-left: 10px;}

.addthis_toolbox .hover_effect
{ padding: 4px 0 9px 5px; 
border-top: 2px solid #DAD9D9; color: #4c4d50; background: #E4E4E4; font-family: arial, "lucida console", sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; height:16px; }
.addthis_toolbox{ margin: 0 0 6px 0; height:25px; }
.addthis_toolbox .hover_effect div {float: left;}
.addthis_toolbox .hover_effect a {padding: 3px 5px 2px 15px;
position: relative; text-decoration: none; border-bottom: none !important; color: #4c4d50; }
.addthis_toolbox .hover_effect a:hover {text-decoration: none;}
.addthis_toolbox .hover_effect span {position: absolute; width: 16px; height: 16px; top: 2px; left: 1px;}

/* use for facebook like button add code to widget- may have to add height into code */
.fblike {
width: 225px;
height: 85px;
margin:0 0 0 -5px;
position: relative;
}

/* Other css__map etc */
.google {float:right;color:#000; line-height: 18px; margin:10px; }

/* Items for oiur standard video formats */
.vidbox{padding:5px; text-align:center; font-size:.9em !important; margin:5px !important;}
.vidbox h3{margin-top:.5em;}
.vidbox img {border:none !important; padding:0 !important;}
.vidbox a {text-decoration:none !important; border:none !important; padding:0 !important;}
.longdesc{cursor:pointer; margin:2em 0; padding:.25em 1em; background:#000 url('images/arrow.png') no-repeat 90% center;}
.longdesc:hover{background-color:#6D6855; color:#000;}
.longdescbq{display:none; margin:-2em 0 2em; font-size:1em; background:none;}
.longdescbq cite{font-size:1.1em; text-align:right;}

.gform_widget,
.gform_widget h4 {
	background-color: transparent;
}
.gform_wrapper { margin:0 !important; 	max-width: 100% !important; } 
.gform_wrapper form { padding:5px 0 0 0; } #gform_widget-2.widget-container.gform_widget { padding:10px 0; }
 .gform_wrapper .top_label .gfield_label { margin:0 !important; } 
.gform_wrapper .gform_footer { margin: -12px 0 0 9px !important; }
 #field_1_6.gfield.gfield_contains_required div.ginput_container { margin: -20px 0 0 7px !important; }
 .gform_wrapper textarea.medium { height: 75px !important; }


table#local-numbers
{
    font-size: 1.2em;
    margin: 0 0 1em;
    width: 100%;
	border: none;
}
table#local-numbers tr td {
	border: none;
}
table#local-numbers td {
    border-bottom: 0.1em dotted #BBBBBB !important;
    padding: 0.25em 1em;
    width: 50%;
	vertical-align: top;
}

/* Home page slider styling */
#content .homeSlide {
	min-height: 215px;
	padding: 0 6px 0 404px;
	border: 3px solid #e0dfe0;
}
#content .homeSlide1 {
	background: url("images/slider-1.jpg") no-repeat scroll left top transparent;
}
#content .homeSlide2 {
	background: url("images/slider-2.jpg") no-repeat scroll left top transparent;
}
#content .homeSlide h4 {
	color: #3070b2;
	font-size: 19.5px;
	font-weight: normal;
	margin: 0 0 5px;
	line-height: 24px;
	padding: 0;
	text-transform: capitalize;
	text-align: left;
	letter-spacing: 0;
}
#content .homeSlide p {
	margin: 0 0 12.33px;
	padding: 0;
	font-size: 12.33px;
	line-height:19.2px;
	text-align: left;
	color: #333;
}


.footer-address {
    padding: 10px 0 0;
    text-align: center;
}

#rssimport-3 {
    padding-bottom: 25px;
}
#execphp-6 {
    height: 77px;
    margin: 0;
}



#search-3 {
    margin-bottom: 15px;
}
#search-3 .searchform {
    padding: 0;
}
#search-3 input[type="text"] {
    height: 20px;
    width: 134px;
}




/* Mobile targeted */
@media only screen and (min-device-width: 320px) and (orientation:portrait),
                   (max-device-width: 1024px) and (orientation:landscape){
       #access .menu-header {font-size: 10px;}
	   #access a {padding: 6px 10px;}
	   .widget-area h4 {font-size:12px;}
}
@media only screen and (min-device-width: 320px) and (orientation:portrait),
                   (max-device-width: 768px) and (orientation:portrait){
       #access .menu-header {font-size: 10px;}
	   #access a {padding: 6px 10px;}
	   .widget-area h4 {font-size:12px;}
}
