@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
html, body, article, div, nav, section, article, aside, footer, header, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
    margin: 0px;
    padding: 0px;
}

/* display */
aside, article, section, header, footer, nav {
    display: block;
}
html {
	background-color: #333;
}
body {
	width: 100%;
	margin: 0 auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #fff;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}
h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
}
.h1Header {
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 1.3em 0 0 3.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 4em;
	color: rgba(187,113,189,1.00);
	opacity: .5;
}
.h1Body {
	font-size: 2.2em;
	margin: 0 0 .6em 0;
	color: rgba(187,113,189,1.00);
	text-transform: capitalize;
	font-variant: normal;
	font-weight: 200;
	line-height: 1em;
}
.h1BodySM {
	font-size: .6em;
	padding: 0 0 0 .5em;
}
.h1Banner {
}
h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
}
.h2Body1 {
	float: left;
	width: 340px;
	font-size: 1.4em;
	font-weight: 200;
	margin: .49em 0 1.4em 0;
	padding: 0 0 0 .5em;
	border-left: 4px solid rgba(187,113,189,1.00);
	color: rgba(187,113,189,1.00);
	text-transform: capitalize;
}
.h2Body {
	float: left;
	width: 340px;
	font-size: 1.4em;
	font-weight: 200;
	margin: .5em 0 .8em 0;
	padding: 0 0 0 .5em;
	border-left: 4px solid rgba(187,113,189,1.00);
	color: rgba(187,113,189,1.00);
	text-transform: capitalize;
}
.h2Body2 {
	float: left;
	width: 500px;
	font-size: 1.1em;
	margin: 1em 0 .8em 0;
	padding: 0 0 0 .5em;
	border-left: 4px solid rgba(187,113,189,1.00);
	color: rgba(187,113,189,1.00);
	text-transform: capitalize;
    font-weight: 200;
}
.h2Article {
	font-size: 1.4em;
	margin: 2em 0 .9em 0;
	padding: 0 0 0 .5em;
	border-left: 4px solid rgba(187,113,189,1.00);
	color: rgba(187,113,189,1.00);
	text-transform: capitalize;
	font-weight: 200;
}
.h2Show {
	font-size: 1.4em;
	margin: 1em 0 .9em 0;
	padding: 0 0 0 .5em;
	border-left: 4px solid rgba(187,113,189,1.00);
	color: rgba(187,113,189,1.00);
	text-transform: capitalize;
	font-weight: 200;
	line-height: 1.3em;
}
.h2ShowSM {
	font-size: .7em;
}
.h2Aside {
	font-size: 1em;
	color: rgba(204,204,204,1.00);
}
h3 {
	font-weight: normal;
}
.h3Shows {
	clear: both;
	margin:  1em 0 0 0;
	font-size: 1.1em;
	color: rgba(170,170,170,1.00);
}
.current {
    font-size: 1em;
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
	color: rgba(187,113,189,1.00);
	text-transform: capitalize;
	font-weight: 200;
	line-height: 1.3em;
}
header {
	width: 100%;
	margin: -20px auto 0 auto;
	height: 589px;
	background-image: url(../_images/_body/raoul-studio-banner-22.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	border-bottom: 2px solid #444;
}nav {
	width: 1000px;
	margin: 0 auto;
	padding-top: 518px;
}
.toolbar  {
	float: left;
	margin: 0 0 0 7px;
	padding: .5em .5em .5em .5em;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	/*border: 1px solid rgba(44,44,44,1.00);*/
	background-color: rgba(34,34,34,0.73);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	color: rgba(153,153,51,1.00);
	text-align: center;
	text-transform: capitalize;
	font-weight: 200;
}
.toolbar li {
    display: inline;
    margin: 0 .3em 0 .3em;
    padding: 0;
    zoom: 1;
}
.toolbar a:link {
	color: rgba(185,172,0,1.00);
	text-decoration: none;
}
.toolbar a:visited {
	color: rgba(185,172,0,1.00);
	text-decoration: none;
}
.toolbar a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.toolbar a:active {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
section {
	width: 1000px;
	margin: 0 auto;
	line-height: 1.5;
	background-color: rgba(51,51,51,1.00);
	overflow: hidden;
}
article {
	float: left;
	width: 530px;
	margin: 30px 0 60px 0;
	padding: 0 30px 0 45px;
	font-size: 1.2em;
	text-align: left;
	color: rgba(143,143,143,1.00);
	border-right: 2px solid rgba(83,83,83,1.00);
	font-weight: 200;
}
article p {
	padding: 0 0 0 0em;
}
article a:link {
	color: rgba(78,139,195,1.00);
	text-decoration: none;
}
article a:visited {
	color: rgba(78,139,195,1.00);
	text-decoration: none;
}
article a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
article a:active {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
article ul li {
	margin: 0 0 .6em 1.5em;
}
.shows {
	float: left;
	width: 532px;
	margin: 10px 0 1em 0;
}
.shows img {
	border: 2px solid rgba(83,83,83,1.00);
}
/*.shows img {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}*/
.romantic {
	float: left;
	width: 530px;
	height: 397px;
	margin: 10px 0 30px 0;
	background-image: url(../_images/_body/Middleman-invite-romantic.jpg);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: rgba(73,60,35,1.00);
}
.romanticHD {
	float: right;
	width: 290px;
	margin: 20px 0px .5em 0;
	font-size: 1.3em;
	color: rgba(215,67,34,1.00);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.4em;
}
.romanticText {
	float: right;
	width: 225px;
	margin: 10px .8em 0px 200px;
	font-size: .65em;
	color: rgba(196,174,68,1.00);
}
p {
	margin-bottom: .9em;
}
aside {
	float:left;
	width: 360px;
	margin: 0 0 60px 0px;
	padding: 0 0 10px 30px;
	color: rgba(143,143,143,1.00);
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: 200;
}
aside p {
	margin: 0 0 1.5em 0;
}
aside ul li {
	margin: .6em 0 0 1.5em;
	font-size: .85em;
}
aside img {
	margin: 0 0 .2em 0;
	border: 2px solid rgba(83,83,83,1.00);
}
aside a:link {
	color: rgba(158,151,58,1.00);
	text-decoration: none;
}
aside a:visited {
	color: rgba(158,151,58,1.00);
	text-decoration: none;
}
aside a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
aside a:active {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
.raoulPaintImg {
	margin: 10px 0 1em 0;
	border: 2px solid #444;
}
footer {
    clear: both;
    width: 1000px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	line-height: 1.5;
	background-color: #222;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    font-size: 1.2em;
	font-weight: 200;
}
.footerContact {
	float: left;
	width: 640px;
	margin: 0 0 0 0;
	padding: 2.2em 1em 1.5em 0em;
	font-size: 1.1em;
	color: rgba(136,136,136,1.00);
	text-align: right;
	border-top-width: medium;
}
.footerContact a:link {
	color: rgba(78,139,195,1.00);
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	border-left: 3px solid #6D9DDD;
	text-decoration: none;
}
.footerContact a:visited {
	color: rgba(78,139,195,1.00);
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	border-left: 3px solid #6D9DDD;
	text-decoration: none;
}
.footerContact a:hover {
	color: rgba(204,204,204,1.00);
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	border-left: 3px solid #6D9DDD;
	text-decoration: underline;
}
.footerContact a:active {
	color: rgba(204,204,204,1.00);
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	border-left: 3px solid #6D9DDD;
	text-decoration: underline;
}
.insta {
	float: left;
	width: 125px;
	margin: 1.7em 0 1.5em .5em;
	padding-left: 1.3em;
	border-left: 1px solid rgba(56,56,56,1.00);
}
.insta img {
	padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.footerStamp {
	float: left;
	width: 125px;
	margin: 1.5em 0 1.5em .5em;
	padding-left: 1em;
	border-left: 1px solid rgba(56,56,56,1.00);
}
.footerStamp img {
	padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.footerSM {
	float: right;
	width: 300px;
	border-top: 1px solid rgba(56,56,56,1.00);
	padding-top: 1em;
	font-size: .8em;
}
.sizeEMup {
	font-size: 1.2em;
	color: rgba(153,153,153,1.00);
}
.sizeEMdown {
	font-size: 0.8em;
	font-style: italic;
}
.anthonyRed {
	float: left;
	margin: 0 0px 10px 180px;
	padding: .2em 1em .4em 1em;
	font-size: .7em;
	color: rgba(119,119,119,1.00);
	-webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
	background-color: #222;
	text-align: center;
/*}
.anthonyRed a:link {
	color: #ccc;
	text-decoration: none;
}
.anthonyRed a:visited {
	color: #eee;
	text-decoration: none;
}
.anthonyRed a:hover {
	color: #fff;
	text-decoration: underline;
}
.anthonyRed a:active {
	color: #fff;
	text-decoration: underline;*/
}
.borderShow {
	clear: both;
	border-top: 2px solid #444;
	margin: 2em 0 1.3em 0;
	padding: 0 0 0 0;
}
.footerSM {
	float: right;
	width: 300px;
	border-top: 1px solid rgba(56,56,56,1.00);
	padding-top: 1em;
	font-size: .8em;
}
.button {
	float: left;
	margin: 1em 0 2em 0;
	padding: .2em 1.5em .2em 1.5em;
	color: rgba(141,135,131,1.00);
	font-size: .9em;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
	border: 1px solid rgba(68,68,68,1.00);
	text-transform: capitalize;
	text-align: center;
}
.button a:link {
	color: rgba(158,151,58,1.00);
	text-decoration: none;
}
.button a:visited {
	color: rgba(158,151,58,1.00);
	text-decoration: none;
}
.button a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
.button a:active {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
.fontSM {
	font-size:.65em;
}
hr { 
	margin:  0 0 2em 0;
	border: 1px solid rgba(83,83,83,1.00);
}
