* {
	padding: 0;
	margin: 0 auto;
	border: 0;
}

ul {
	list-style: none;
}

img {
	display: block;
}

.nav_wrapper {
	
}

#mockup1 #page,
#mockup2 #page,
#mockup3 .wrapper,
#mockup4 .wrapper {
	max-width: 1100px;
	min-width: 960px;
	margin: 0 auto;
}

/* template variations */

/* flip2col */

.flip2col #column1 {
	position: relative;
	left: 25%;
}

.flip2col #column2 {
	position: relative;
	left: -75%;
}

/* flip3col */

.flip3col #column1 {
	position: relative;
	left: 20%;
}

.flip3col #column2 {
	position: relative;
	left: -60%;
}

/* flop3col */

.flop3col #column1 {
	position: relative;
	left: 20%;
}

.flop3col #column2 {
	position: relative;
	left: 20%;
}

.flop3col #column3 {
	position: relative;
	left: -80%;
}

#content .stackContent,
#footer .stackContent {
	padding: 10px;
	margin: 10px;
}

#content .stackAuto,
#footer .stackAuto {
	padding: 10px 0
}

#content .stackAuto .stackContent,
#footer .stackAuto .stackContent {
	margin: 0 10px;
}

/* fonts */

.stackContent,
#nav li,
#bottom_nav li,
body,
input,
select,
textarea {
	line-height: 1.6em;
	font-family: "Helvetica Neue", sans-serif;
}

strong {
	color: #C1C1C1;
	font-weight: bold;
	font-family:  "Helvetica Neue", sans-serif;
}

h1, h2 {
	font-family: "Helvetica Neue", sans-serif;
}

h3, h4, h5, h6 {
	font-family: "Helvetica Neue", sans-serif;
}

h5{
	margin-left: 30px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin-bottom: .6em;
	clear: both;
	line-height: 1em;
	letter-spacing: .02em;
}

#content p {
	line-height: 1.6em;
	margin-bottom: 1em;
	letter-spacing: .02em;
}

code {
	font-size: 1.5em;
	color: #ba321c;
}

body {
	color: #000000;
}

/* anchors */

a,
a:visited {
	text-decoration: none;
	cursor: pointer;
	color: #8A2BE2;
}

a:hover,
a:focus {
	color: #8A2BE2;
}

/* header */

/* all mockups */

#header {
	height: 115px;
}

/* mockup2,3,4 & 5 */

#header {
	text-align: left;
}

#copyright {
	text-align: center;
	margin-top: 10px;
}

.first_para:first-letter
{
color:#484545;
	font: 200% "Times New Roman";
}

.title {
    color: #CA8306;
    font-family: Palatino,Palatino Linotype,Serif;
    font-size: 44px;
    font-stretch: extra-expanded;
    margin-left: 20px;

}

.tag-line {
    color: #925F00;
    font: italic small-caps 30px Palatino,"Times New Roman",Times;
    margin-left: 75px;
}

/* mockup2, 3 & 4 */

#header .wrapper {
	position: relative;
}

#navigation {
	background: url(../images/navigation.png) repeat-x;
	height: 62px;
	border-bottom: thin dotted #373737;
	border-top: thin dotted #373737;
}

#navigation .wrapper {
	position: relative;
}

/* banner  */

#banner {
	overflow: hidden;
	background: none;
}

#twitter {
	border-bottom: 0;
	display: block;
	position: absolute;
	right: 30px;
	top: 5px;
	clear: both;
}

#banner img {
	float: left;
	padding-top: 20px;
	margin-left: 5px;
	width: 353px;
}

/* navigation */

/* all mockups */

#nav {
	clear: both;
	overflow: hidden;
	position: relative;
	float: right;
	padding-top: 11px;
	font-size: 0.9em;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0 2px 2px 0;
	padding: 0;
	text-transform: lowercase;
}

#nav a {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
	border: 0 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#nav a span {
	float: left;
	display: block;
	padding: 7px 9px 8px 6px;
	cursor: pointer;

}

#nav a span {
	float: none;

}

#nav a:hover, #nav li.selected a {
	background-color: #8A2BE2;
	color: #fff;
}

#nav a:hover span {
	background-color: transparent;
}

#bottom_nav {
	margin-top: 10px;
	text-align: center;
}

#bottom_nav ul {
	margin-top: 5px;
}

#bottom_nav li {
	letter-spacing: 1px;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-transform:lowercase;
}

#bottom_nav a span {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
	outline: none;
}

#bottom_nav a:hover span, #bottom_nav li.selected a span {
	color: #8A2BE2;
	text-decoration: none;
}

#wrapper ol {
	padding: 5px 5px 5px 10px;
}

.ribbon {
	background: transparent url(http://faegrefineart.com/images/new-ribbon.png) no-repeat scroll 0 0;
	position: relative;
	left: 0px;
	top: 0px;
}

.whiteborder {
	padding: 5px;
	background: #fff;
}

.stackAuto img {
	-moz-box-shadow: 6px 6px 6px #1d1d1d;
	-webkit-box-shadow: 6px 6px 6px #1d1d1d;
	box-shadow: 6px 6px 6px #1d1d1d;
	border: 1px solid block;
}

.galleryitem {
	position: relative;
	width: auto;
	text-align: left;
}

.galleryitem img {
	-moz-box-shadow: 1px 6px 6px #ccc;
	-webkit-box-shadow: 1px 6px 6px #ccc;
	box-shadow: 1px 6px 6px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	border: 5px solid white;
}

#left{
	position: relative;
	float: left;
}

#right{
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}

.picture {
	-moz-box-shadow: 6px 6px 6px #1d1d1d;
	-webkit-box-shadow: 6px 6px 6px #1d1d1d;
	box-shadow: 6px 6px 6px #1d1d1d;
	border: 1px solid block;
}

/* mockup1&2 */

#mockup1 #nav li,
#mockup2 #nav li {
	float: left;
}

#mockup1 #nav li a,
#mockup2 #nav li a {
	display: block;
	float: left;
}

.stack1of3 .stackAuto zoomh {
	position: relative;
	width: 224px;
	height: 149px;
	background-image: none;
}

.stack1of3 .stackAuto .zoomh.active {
	background-image: url(http://faegrefineart.com/images/zoomh.png);
}

/* content */

/* all mockups */

#content .stackContent {
	
}

#column2 .stackContent {
	border: 1px dashed #696969;
	width: 75%;
}

/* mockup2 */

#mockup2 h2.stackContent {
	background-color: transparent;
}

/* mockup3 */

#column3 .stackContent {
	background: #dcf5f2;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-khtml-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
}

/* mockup3 & 4 */

#content .stackAuto,
#mockup3 #content .stack1of5,
#mockup4 #content .awesomeClass,
#mockup4 #content .galleryImage {
	vertical-align: middle;
}

#content .stack1of5 .stackContent {
	text-align: center;
}

#content .stack1of5 strong {
	display: block;
	padding-top: 10px;
}

.social {
	clear: both;
}

.social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social li {
	display: inline-table;
	margin: 0 4px 4px 0;
	padding: 0;
	vertical-align: middle;
	font-size: 1em;
}

.accomplishments {
	padding-left: 25px;
}

.accomplishments li {
	display: list-item;
	list-style: square inside;
	padding-top: 8px;
	line-height: 1.5em;
}

.container {
	display: table;
	padding-left: 10px;
	margin: 0;
}

.row {
	display: table-row;
}

.header-row {
	display: table-header-group;
	font-weight: bold;
}

.cell {
	display: table-cell;
	width: 30%;
	height: 100%;
	border: none;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30px;
	line-height: 1.5em;
	font-size: 0.9em;
}

.pagination li {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}

.pagination {
	padding: 3px;
	margin: 1px 20px 3px 3px;
	text-align: right;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px none #C1C1C1;
	text-decoration: none;
	color: #8A2BE2;
}

.pagination a:hover, div.pagination a:active {
	border: 1px none #8A2BE2;
	padding: 2px 5px 2px 5px;
	color: #FFF;
	background-color: #8A2BE2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://faegrefineart.com/stylesheets/border-radius.htc);
}

.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px none #B2E05D;
	font-weight: bold;
	background-color: #C1C1C1;
	color: #8A2BE2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://faegrefineart.com/stylesheets/border-radius.htc);
}

.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px none #C1C1C1;
	color: #ccc;
}

.message {
	color: red;
	height: 22px;
}

div.field_with_errors div.ui-effects-wrapper {
	display: inline-block !important;
}

.stackContent p img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#copyright p img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#picturepack {
	margin: 0 auto;
}

#printspack {
	margin: 0 auto;
}

#footer {
	background: url(../images/footer.png) repeat-x;
	height: 150px;
	border-top: thin dotted #3e3e3e;
	font-size: 0.9em;
}

ol#gallerylist{
	margin-left: -90px;
}

#gallerylist{
	list-style: none;
}

#gallerylist li{
	margin-top: 20px;
	margin-left: 100px;
}

#footer .stackAuto {
	vertical-align: middle;
}


label {
	float: left;
	width: 180px;
	font-size: 16px;
	line-height: 24px;
}


.boxes {
	width: 1em;
}

#contact_submit {
	border: 1px solid #006;
	font-size: 20px;
	width: 150px;
	height: 30px;
	color: #000;
	cursor: pointer;
	border: 0 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 1px;
}

#flash_notice, #flash_error, #flash_alert {
	padding: 5px 8px;
	margin: 10px 0;
}

#flash_notice {
	background-color: #CFC;
	border: solid 1px #6C6;
}

#flash_error, #flash_alert {
	background-color: #FCC;
	border: solid 1px #C66;
}

.error_messages {
	width: 400px;
	border: 2px solid #CF0000;
	padding: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
	font-size: 12px;
}

.error_messages h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	margin: 0;
	background-color: #c00;
	color: #fff;
}

.error_messages p {
	margin: 8px 10px;
}

.field_with_errors {
	display: inline;
}

.field_with_errors .message {
	color: #D00;
	padding-left: 5px;
	font-size: 12px;
}

#recaptcha_table {
	text-align: left;
}

br {
	clear: left;
}

.center {
	text-align: center;
	display: block;
}

.form-field * {
	vertical-align: middle;
	margin-left: 20px;
}

.image-submit {
	border: none;
	height: 27px;
	width: 100px;
	background: transparent;
	vertical-align: middle;
	text-align: center;
}

.notice {
	color: white;
	font-size: 22px;
	text-align: center;
}

.error {
	color: red;
	font-size: 22px;
	text-align: center;
}

.alignleft {
	float: left;
	margin: 8px 8px 8px 30px;
}

.alignright {
	float: right;
	margin: 8px 30px 8px 8px;
}

/*Slideshow*/

ul.slideshow {
	list-style:none;
	width:750px;
	height:530px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding:0;
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

.collections{
	list-style: circle;
	margin-left: 40px;
	letter-spacing: .02em;
}

.galleries{
	list-style: none;
	margin-left: 40px;
	letter-spacing: .02em;
}

.imageborder{
	border: 10px solid white;
}