@charset "utf-8";

/*

	Stylesheet for Kathryn A. Meloni Esq. P.C.
	Author: MShop360's web department.
	Colors :  color	( #58718f )
			  color	( # )

*/


* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #58718f url(../images/bodyBG.png) repeat-x;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	font-style: italic;
	color: #1b242b;
}
h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

p {
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
a {
	font-size: 16px;
	line-height: 1.6;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
}
li {
	font-family: ;
	font-size: 16px;
	line-height: 1.4;
	color: ;
}
hr {
	height: 1px;
	border: none;
	background: #eaeaea;
}
blockquote {
	quotes: "\201C""\201D""\2018""\2019";
	width: 90%;
	margin: auto;
	text-align: justify;
}
blockquote:before {
	color: ;
	content: open-quote;
	font-size: 40px;
	line-height: 0.1;
	margin-right: 0.25;
	vertical-align: -0.4;
	opacity: .7;
}
blockquote:after {
	color: ;
	content: close-quote;
	font-size: 40px;
	line-height: 0.1;
	margin-left: 0.25;
	vertical-align: -0.4;
	opacity: .7;
}
blockquote p {
	display: inline;
	font-size: 18px;
	font-style: italic;
}
blockquote ul {
	margin: 10px 60px;
	list-style: circle;
}
blockquote li {
	font-size: 18px;
	font-style: italic;
}

.floatR	{float: right;}
.floatL	{float: left;}

.right	{text-align: right;}
.left	{text-align: left;}
.center  {text-align: center;}

.clear {clear: both; height:1px;}

.half {width: 47%;}

.wrapper {
	width: 960px;
	margin: auto;
}

/*//// NAV STYLES ////*/
nav {
	width: 966px;
	margin: 0px 0px 0px -3px;
	background: #ccbfb4;
	position: relative;
	box-shadow: 0px 2px 4px #333;
}
nav ul {
	list-style: none;
	text-align: center;
}
nav ul li {
	display: inline;
}
nav ul li a {
	display: inline-block;
	padding: 3px 25px;
	color: #1b242b;
	font-weight: 700;
	font-size: 20px;
	font-style: italic;
	text-shadow: 1px 1px 0px #ccc;
}
nav ul li a:hover {
	text-decoration: none;
	background: #e8d9cf;
}

header {
	background: url(../images/headerBG.png) no-repeat;
	background-size: 100%;
	margin: 20px 0px 0px 0px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	box-shadow: 0px 2px 3px #1b242b;
	
}
hgroup {
	width: 100%;
	text-align: left;
}
hgroup h1 {
	color: #eee;
	text-shadow: 1px 1px 0px #000;
	padding: 50px 0px 70px 30px;
}


#page {
	background: #fff;
	padding: 20px 0px 30px 0px;
	box-shadow: 0px 2px 3px #1b242b;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
aside {
	width: 220px;
	padding: 20px;
	margin: 30px -10px 0px 0px;
	float: right;
	background: #ccbfb4;
	position: relative;
	box-shadow: 0px 2px 4px #333;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
aside:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	right: -10px;
	bottom: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid #333;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	z-index: -1;
}
aside p {
	margin: 0px 0px 0px 0px;
	line-height: 1.4;
}
#main {
	width: 640px;
	float: left;
	padding: 20px 20px 50px 20px;
	margin: 0px 0px 0px 0px;
}
#main ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
}
#main ul li {
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	color: #58718f;
}
#main ul li ul {
	list-style: circle;
	margin: 0px 0px 10px 30px; 
}
#main ul li ul li {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #1b242b;
}
#main h4 {
	color: #58718f;
	margin: 0px 0px 20px 0px;
}
p.disclaimer {
	font-size: 12px;
	font-style: italic;
	margin: 100px 0px 0px 0px;
}
p.indent {
	margin: 0px 0px 10px 20px;
}
p.phil {
	text-align: left;
	margin: 0px 20px;
	font-style: italic;
	font-size: 18px;
}
#main ul.phil {
	margin: 10px 70px;
	list-style: circle;
}
#main ul.phil li {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	color: #58718f;
}
div.tab p {
	margin: 0px 0px 5px 0px;
}
div.tab {
	margin: 0px 20px;
}
a.res {
	display: block;
	color: #1b242b;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
}
a.res:hover {
	text-decoration: underline;
}
#main ul.resume {
	list-style: circle;
	margin: 10px 0px 0px 30px;
}
#main ul.resume li {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 5px 10px;
}
#main ul.resume li ul {
	list-style: square;
}
#main ul.resume li ul li ul{
	list-style: none;
}

/*//// FORM STYLES ////*/
div.row {
	width: 100%;
	padding: 5px 0px;
}
div.label {
	float: left;
	width: 35%;
}
div.field {
	float: right;
	width: 65%;
}
div.fieldL {
	width: 100%;
}
label {
	font-family: Georgia, serif;
	color: #1b242b;
	font-weight: 400;
	font-style: italic;
}
input[type="text"] {
	padding: 3px !important;
	width: 97%;
}
textarea {
	padding: 3px !important;
	width: 98%;
}
input[type="submit"] {
	background: url(../images/buttonBG.png) repeat-x;
	padding: 4px 15px;
	border: 1px solid #303d4e;
	border-radius: 4px;
	color: #efefef;
	text-shadow: 1px 1px 0px #303d4e;
	box-shadow: 0px 0px 2px #222;
	margin: 5px 0px;
}
input[type="submit"]:hover {
	cursor: pointer;
	background: #303d4e;
	box-shadow: 0px 0px 3px transparent;
}

/*//// FOOTER STYLES ////*/
footer {
	margin: 0px 0px 50px 0px;
}
#mshop {
	text-align: center;
	color: #aaa;
	font-size: 12px;
	margin: 50px 0px 0px 0px;
}
#mshop a {
	color: #aaa;
	font-size: 12px;
}