/* @override http://www.dmklawyers.com/a/c/screen.css */

/* @override http://phixarmedia.com/~dmklaw/a/c/screen.css */


/* @group ELEMENTS */
/* @group base */
 
a,
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none;
    letter-spacing: 0.05em;
	}
article, aside, figure, footer, header, 
hgroup, nav, section, figcaption {
    display:block;
	}
blockquote, q {
    quotes: none;
	}  	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
    content: none;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
input { vertical-align:middle; }
img { display:block; }
dfn {
	display: none;
	}	
/* @end */
/* @group fonts */
body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	}
p, ul, ol, dl, address, table, pre, fieldset {
	margin-bottom: 1.5em;
	}
/* @end */
/* @group headers */
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0.5em;
	}
h1 {
	font-family:Futura, "Trebuchet MS", Arial, sans-serif;	
	font-size: 28px;
	font-weight: bold;
	line-height: .8em;
	letter-spacing: -1px;
	}		
h2 {
	color: #4789bf;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
	}
h3 {
	font-size: 18px;
	font-weight: bold;
	}	
/* @end */
/* @group links */
a {
	color: #0d3a79;
	transition: all .3s linear;
   -o-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear;	
	}
a:hover {
	color: #666;
	}
a.button,
input.btn,
.submit input {
	padding: 8px 10px;
	color: #0d3a79;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,.3) 1px 1px 1px;
	background-color: #4789bf;		
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;			
	border-radius:5px;	
	border: none;
    /*background-image : -webkit-gradient(linear, left top, left bottom, from(rgb(71,136,191)), to(rgb(7,49,115))); 
    background-image : -moz-linear-gradient(left top, left bottom, from(rgb(71,136,191)), to(rgb(7,49,115)));*/ 	
	}	
a.button:hover,
.submit input:hover {
	background-color: #888;
	text-shadow: rgba(0,0,0,.3) -1px -1px 1px;	
    /*background-image : -webkit-gradient(linear, left top, left bottom, from(rgb(126,126,126)), to(rgb(200,200,200)));*/ 		
	}	
/* @end */
/* @group list */
.primary ul li {
	margin-left: 20px;
	list-style: square;
	}
/* @end */
/* @group forms */
label {
	cursor: pointer;
	}
input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
	vertical-align:middle;
	}
select {
	background-color: #fff;
	}
button {
	overflow: visible;
	cursor: pointer;
	}
input[type='radio'], 
input[type='checkbox'] {
	width: 1em;
	height: 1em;
	}
input[type='checkbox'] {
	border: none;
	outline: none;
	}
/* @end */
/* @group helpers */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF url(../../i/icn-warning.gif); color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; } 	
.error ul {
	margin-bottom: 0;
	}
/* @end */
/* @group other styles */
strong {
	font-weight: bold;
	}

/* @end */

/* @end */
/* @group STRUCTURE */
/* @group grid */
body {
	background-color: rgb(10,46,95);
	}
.content {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	background-color: #0d3a79;
	}
.primary {
	float: left;
	width: 640px;
	margin-left: 20px;
	}	
.secondary {
	float: left;
	margin-left: 20px;
	width: 240px;
	}
.t2 .primary article {
	float: right;
	width: 400px;
	margin-right: 20px;
	}	
.t3 .primary article {
	width: 640px;
	}		
/* @end */
/* @group nav */
/* @group nav lang */
nav.lang {
	position: absolute;
	top: 5px; right: 20px;
	}

/* @end */
/* @group nav main */
nav.main ul {
	float: left;
	margin: 0;
	}
nav.main ul li {
	float: left;
	width: 114px;
	margin-right: 1px;
	text-align: center;
	}
nav.main ul li.first,
nav.main ul li:first-child {
	margin-left: 20px;
	}	
nav.main ul li a:link,
nav.main ul li a:visited {
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	background-color: rgb(10,45,96);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-shadow: rgba(0,0,0,.5) 1px 1px 1px;
	}
nav.main ul li.menuactive a,
nav.main ul li.currentpage a,
nav.main ul li a:hover {
	background-color: rgb(71,137,191);
	}	
nav.main ul li a span {
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;		
	}
/* @end */
/* @group nav country */
nav.country {
	overflow: hidden;
	padding: 10px 0;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	}	
nav.country ul li {
	float: left;
	width: 125px;	
	line-height: 1;	
	}
nav.country ul li:first-child {
	margin-left: 30px;
	}
nav.country ul li:last-child {
	width: 140px;
	}	
nav.country li a {
	display: block;
	font-size: 11px;
	padding: 5px 0;
	padding-left: 28px;
	background-image: url(../i/icns-s.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
nav.country li.el-salvador a {
	background-position: 0 -62px;
	}	
nav.country li.honduras a {
	background-position: 0 -124px;
	}	
nav.country li.nicaraguas a {
	background-position: 0 -186px;
	}	
nav.country li.costa-rica a {
	background-position: 0 -249px;
	}	
nav.country li.panama a {
	background-position: 0 -312px;
	}	
nav.country li.dominican-republic a {
	background-position: 0 -378px;
	}	
nav.country li.dominican-republic {
	background-color: #EEE;
	}

/* @end */
/* @group nav sub */
.nav-sub {
	padding-left: 20px;
	}
.nav-sub ul li.activeparent,
.nav-sub ul li.sectionheader {
	font-size: 13px;
	text-transform: uppercase;
	}
.nav-sub ul li.activeparent ul li,
.nav-sub ul li.sectionheader ul li {
	text-transform: capitalize;
	margin-bottom: 2px;
	}	
.nav-sub ul li a {
	display: block;	
	padding: .2em 0;
	padding-left: 10px;	
	}
nav.nav-sub ul li.currentpage a,
nav.nav-sub ul li a:hover {
	background-color: #EEE;
	}	
/* @end */

/* @end */
/* @group header */

header .content {
	position: relative;	
	overflow: hidden;	
	background-color: #0e3a79;
	}
header .logo a {
	display: block;	
	width: 211px; height: 73px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-image: url(http://canoa.net/~dmklaw/a/i/id-dmk-central-law.png);
	background-repeat: no-repeat;
	background-position: center left;
	}	
header .logo a img {
	height: 0;
	}
header .banner {
	clear: both;
	
	margin-bottom: 0;
	}
header .banner div {
	width: 100%;
	height: 150px;
	}
header .banner div blockquote {
	margin-top: 20px;
	margin-right: 20px;
	width: 600px;
	color: #FFF;
	font-size: 2em;
	line-height: 1em;

	text-shadow: #000 1px 1px 1px;
	}				
/* @end */
/* @group core */
.core .content {
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: rgb(255,255,255);
	}
/* @end */
/* @group footer */
footer .content {
	position: relative;	
	overflow: hidden;	
	color: #FFF;	
	background-color: #0e3a79;
	}
footer p {
	padding: 20px;
	font-size: 12px;
	}	
/* @end */

/* @end */
/* @group COMPONENTS */
/* @group newsletter */
#mc_embed_signup fieldset {
	}
#mc_embed_signup legend {
	color: #666;
	text-transform: uppercase;
	}
#mc_embed_signup .indicate-required {
	color: #666;
	padding-bottom: 10px;
	font-size: 11px;
	}	
#mc_embed_signup .mc-field-group {
	margin-bottom: 10px;
	}	
#mc_embed_signup label {
	display: block;
	font-weight: bold;
	}
#mc_embed_signup input {
	width: 100%;
	padding: 3px;
	color: #0d3a79;
	border: 1px solid #CCC;
	}	
#mc_embed_signup input.btn {
	width: 100px;
	}		
/* @end */
/* @group hentry */
ul.hentry  li {
	margin-left: 0;
	list-style: none;
	}
ul.hentry h2 {
	margin-bottom: .25em;
	}
ul.hentry h2 a {
	letter-spacing: -1px;
	}		
ul.hentry .entry-author {
	font-family: Georgia, serif;
	font-style: italic;
	}	
ul.hentry abbr {
	color: #666;
	text-transform: uppercase;
	}	
/* @end */
/* @group ranked */
img.chambers {
	display: block;
	float: left;
	}
blockquote {
	width: 380px;
	float: right;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	}
blockquote cite {
	display: block;
	float: right;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #666;
	}		
/* @end */
/* @group contact form */
.contact legend {
	display: none;
	}
.contact label {
	display: block;
	}
.contact div {
	margin-bottom: 1em;
	}
.contact input,
.contact textarea,
.contact select {
	padding: 5px;
	display: block;
	width: 80%;
	color: #4788bf;
	font-weight: bold;
	border: 1px solid #CCC;
	}	
.contact label.label {
	display: inline;
	font-size: 11px;	
	}	
.contact input.checkbox {
	width: 20px;
	float: left;
	}
.contact input.fbsubmit {
	cursor: pointer;
	width: 100px;
	color: #FFF;
	} 
.contact .required span {
	display: block;
	color: #8a1f11;
	font-size: 10px;
	}
.contact .invalid input,
.contact .invalid textarea {
	background-color: #FBE3E4;
	border-color: #FBC2C4;
	}		
/* @end */
/* @group vcard */
.vcard .org,
.vcard .fn {
	display: none;
	}
.vcard {
	font-size: 12px;
	}
.vcard img.photo {
	margin-bottom: 1em;
	padding: 1px;
	border: 2px solid #CCC;
	}	
.vcard .tel span {
	display: block;
	float: left;
	width: 30px;
	margin-right: 20px;
	color: #666;
	text-align: right;
	}			
.vcard .adr {
	margin-top: 1em;
	}
.vcard .street-address span {
	display: block;
	float: none;
	}	
#romina .fn {
	display: block;
	}		
/* @end */
/* @group meta */
ul.meta {
	margin-top: -5px;
	}
ul.meta li {
	list-style: none;
	margin: 0;
	}
ul.meta li.job {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	}
ul.meta li.place {
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	}		
/* @end */

/* @end */
/* @group EFFECTS */

/* NO JAVASCRIPT */
.no-js header .banner {
	position: relative;
	height: 150px;
	}
.no-js header .banner div {
	position: absolute; top:0;
	}
/* BORDER RADIUS */		
.no-borderradius nav.main ul li a {
	background-image: url(../i/bg-nav-main-l.gif);
	background-position: 0 0;
	background-repeat: no-repeat;	
	}
.no-borderradius nav.main ul li a span {
	background-image: url(../i/bg-nav-main-r.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	}
.no-borderradius nav.main ul li.menuactive a,
.no-borderradius nav.main ul li.currentpage a,
.no-borderradius nav.main ul li a:hover {
	background-position: 0 -66px;
	}
.no-borderradius nav.main ul li.menuactive a span,
.no-borderradius nav.main ul li.currentpage a span,
.no-borderradius nav.main ul li a:hover span {
	background-position: 100% -66px;
	}	
/* @end */

/* @group SCRATCH */

.language a { color: #ffffff; }
.language a:hover { color: #4988BD; }

.primary article h1 { font-size: 24px; }

.entry h2 a { font-size: 20px; }

.gallery a { margin: 4px; float: left; }

em { font-style: italic; }

/* @end */
