
/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

*
{
padding:0;
margin:0;
}

a img
{
border:0px
}

.left
{
float:left;
margin-right:15px;
margin-bottom:15px;
}

.right
{
float:right;
margin-left:15px;
margin-bottom:15px;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body
{
background: url(images/bg.gif) left top #c0c0c0;
color:#736a6d;
font-size:12px;
line-height:18px;
font-family:"arial", "verdana" , "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

.header
{
height:80px;
width:920px;
margin:0 auto 0px auto;
text-align:left;
padding-right:0px;
}

.headerleft
{
float:left;
width:822px;
}

.videoshowreel
{
float:right;
margin-left:auto;
*margin-right:30px;
margin-top:10px;
font-size:10px;
line-height:8px;
}


/* menu */

#menulong
{
border-top: 2px solid #ded8e0;
margin-bottom:20px;
height:22px;
line-height:22px;
text-align:center;
}

#menulong a:link,
#menulong a:visited
{
display:block;
padding:0px 15px 0px 15px;
float:left;
font-family:arial, trebuchet MS, 'verdana', 'arial';
font-size:14px;
line-height:22px;
color:#9d949f;
font-weight:bold;
text-decoration:none;
}
#menulong a:active,
#menulong a:hover
{
display:block;
color:#b4afb5;
}

.dot
{
display:block;
float:left;
width:4px;
height:20px;
background:url('https://ishotmyself.com/public/images/dot.gif') no-repeat center;
}


p
{
margin:10px auto 15px auto;
}

#wrap
{
width:950px;
padding: 20px;
background: #fff;
margin: 20px  auto auto auto;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 6px 4px #c0c0c0;
-webkit-box-shadow: 0 6px 4px #c0c0c0;
box-shadow: 0 6px 4px #c0c0c0;
}


.menu
{
float:left;
width:200px;
height:100%;
padding: 10px;
margin: 60px 0 0 0px;
}

.menu a
{
font-family:geogia;
font-style: italic;
font-size: 18px;
font-weight:bold;
color:#9c9792;
text-decoration: none;
line-height:40px;
}

.menu a:hover
{
color:#a57575;
}

a
{
color:#000;
}


.primary
{
width:910px;
float:left;
padding:15px;
}

.primary img
{
float:left;
margin-right:15px;
margin-bottom:15px;
}

.primarytext
{
border-left:1px solid #e8e6e6;
margin: 0px 0px 20px 0px;
padding: 0px 0px 10px 50px;
}

.gallery
{
text-align:left;
float:right;
width:750px;
}

.text-page
{
text-align:left;
float:right;
width:750px;
}

h1{
	font-size:2.0em;
	color:#978e91;
	font-weight:normal;
	line-height: 1.5em;
	margin-bottom:30px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	border-bottom:1px dashed #e8e6e6;
}

h2{
color:#000;
	font-size:1.15em;
	font-weight:bold;
}

h3{
color:#837a7a;
	font-size:1.15em;
	font-weight:bold;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

#chkform_errorloc ul li
{
color:#bc1010;
}

.error_strings ul li
{
color:#bc1010;
}


.thumbnails
{
color:#000;
font-weight:bold;
}

.thumbnails img
{
padding:5px;
border: 1px solid #dedede;
margin:2px;
float:left;
}

.thumbnailsspace img
{
padding:5px;
border: 1px solid #dedede;
margin:2px 20px 2px 2px;
float:left;
}

.smallthumbnails img
{
padding:3px;
border: 1px solid #dedede;
margin:2px;
}


#form_container
{
margin:30px 0 0 0;
text-align:left;
width:600px;
}


#form_container li
{
list-style-type:none;
clear:both;
margin-bottom:15px;
margin-left:0px;
}

.error_strings
{
font-weight:bold;
color:#e90b35;
}

#form_container .medium
{
width:50%;
background-color: #fff;
border:1px solid #ccc;
color:#000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding:3px;
}

#form_container .long
{
width:100%;
background-color: #fff;
border:1px solid #ccc;
color:#000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding:3px;
}

#form_container .small
{
width:30%;
background-color: #fff;
border:1px solid #ccc;
color:#000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding:3px;
}


#form_container textarea.large
{
width:100%;
height:250px;
line-height:14px;
color:#000;
border:1px solid #ccc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding:3px;
background-color: #fff;
}


#form_container textarea.med
{
width:100%;
height:150px;
line-height:14px;
color:#000;
border:1px solid #ccc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding:3px;
background-color: #fff;
}


#form_container label.description
{
	border:none;
	display:block;
	font-size:95%;
	line-height:150%;
	padding:0 0 1px;
	font-weight:bold;
}

#form_container label.description2
{
	border:none;
	display:block;
	font-size:95%;
	color:#c40020;
	line-height:150%;
	padding:0 0 1px;
	font-weight:bold;
}


#form_container a img
{
border:none;
}


.formerror
{
border:2px solid #fff;
color:#e01212;
padding:5px;
font-weight:bold;
}


blockquote
{
border:solid 2px black;
font-weight:bold;
padding:20px;
color:black;
margin:15px auto 15px auto;
}

#footer
{
text-align:center;
clear: both;
font-size: 9px;
line-height:12px;
color:#6c6767;
width: 98%;
padding:10px;
margin-top:20px;
border-top:1px dotted #ccc;
height: 70px;
}

.header a:link,
.header a:visited
{
text-decoration:none;
}
