/*----------- Styling -----------*/
body {
	margin:0px;
	padding:0px;
	background-color:#a992c0;
	color: #28133b;
	font-family: sans-serif;
	font-size: 12px;
	text-align:center;
	letter-spacing: -0px;
}
#footer a {
	padding:0px 8px 0px 5px;
	text-decoration:none;
	color:#28133b;
}
#footer a:hover {
	padding:0px 7px 0px 4px;
	border:1px solid #180C23;
	background-color:#28133b;
	text-decoration:none;
	color:#FFF;
}
#wrapper {
	width:900px;
	height:auto;
}
#topads {
	height:100px;
}
#clear{
	clear:both;}
.footer {
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	letter-spacing:-1px;
}
.righttext {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	letter-spacing:-1px;
}
.righttext2 {
	font:Arial, Helvetica, sans-serif;
	color:#709A12;
	font-size:14px;
	font-style:italic;
	letter-spacing:-1px;
}
.righthead {
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	letter-spacing:-2px;
}
.title {
	font:Arial, Helvetica, sans-serif;
	font-size:50px;
	font-style:italic;
	letter-spacing:-2px;
	line-height:35px;
}
.author {
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	letter-spacing:-2px;
	line-height:20px;
}
.article {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-1px;
}
.credits {
	font:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-style:italic;
}
img.imgleft {
	margin-right:10px;
	border: 4px solid #28133b;
}
img.imgright {
	margin-left:10px;
	border: 4px solid #28133b;
}
p.spacer {
	line-height : 10px;
}
p.spacer2 {
	padding-top:15px;
}
p.spacer3 {
padding:0px;
margin:0px;
}
h1 {
	letter-spacing: -2px;
}
h2 {
	letter-spacing: -2px;
}
h3 {
	letter-spacing: -2px;
}
h4 {
	letter-spacing: -1px;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: #28133b;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
a.rightlink:link {
	color: #562882;
	text-decoration: none;
}
a.rightlink:visited {
	color: #28133b;
	text-decoration: none;
}
a.rightlink:hover {
	color: #562882;
	text-decoration: underline;
}
#site {
}
#header {
	text-align:right;
	padding: 0px;
	background-image: url(../images/layout/logo.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 200px;
}
#homebtns {
	float:left;
	margin-top:25px;
	background-color:#562882;
	padding: 0px;
	width: 500px;
}
#homeright {
	background-image:url(../images/layout/homeright.png);
	background-repeat: no-repeat;
	background-color:#ffffff;
	margin-top:25px;
	float:right;
	padding: 20px;
	width: 285px;
}
#leftcontent {
	background-image:url(../images/layout/contentleft.png);
	background-repeat: no-repeat;
	background-color:#ffffff;
	padding: 20px;
	width: 560px;
}
#rightcontent {
	background-image:url(../images/layout/contentright.png);
	background-repeat: no-repeat;
	background-color:#ffffff;
	padding: 20px;
	width: 185px;
}
#menu {
	margin-left:300px;
	padding-top:75px;
	color: white;
	width:600px;
	overflow: visible;
}
#content {
	margin-top: 50px;
	background-color:#562882;
	padding: 25px;
	background-image: url(../images/layout/bg.gif);
	background-repeat: no-repeat;
	width: 850px;
}
#feeds {
	padding-top:80px;
}
#meta {
	padding-top:10px;
}
.login {
	margin-top:10px;
}
.login a {
	margin-top:10px;
	border:0px;
}

/*----------- Menu Buttons -----------*/
/* Home */
#Home {
	padding: 15px;
	display:block;
	width:42px;
	height:9px;
	background: url("../images/layout/menu1.png") no-repeat 0 0;
}
#Home:Hover {
	background-position: 0px -39px;
}
#Home Span {
	display:none;
}
/* Articles */
#Articles {
	display:block;
	width:83px;
	height:39px;
	background: url("../images/layout/menu2.png") no-repeat 0 0;
}
#Articles:Hover {
	background-position: 0px -39px;
}
#Articles Span {
	display:none;
}
/* Contests */
#Contests {
	display:block;
	width:89px;
	height:39px;
	background: url("../images/layout/menu3.png") no-repeat 0 0;
}
#Contests:Hover {
	background-position: 0px -39px;
}
#Contests Span {
	display:none;
}
/* Gallery */
#Gallery {
	display:block;
	width:78px;
	height:39px;
	background: url("../images/layout/menu4.png") no-repeat 0 0;
}
#Gallery:Hover {
	background-position: 0px -39px;
}
#Gallery Span {
	display:none;
}
/* Archives */
#Archives {
	display:block;
	width:86px;
	height:39px;
	background: url("../images/layout/menu5.png") no-repeat 0 0;
}
#Archives:Hover {
	background-position: 0px -39px;
}
#Archives Span {
	display:none;
}
/* Advertise */
#Advertise {
	display:block;
	width:94px;
	height:39px;
	background: url("../images/layout/menu6.png") no-repeat 0 0;
}
#Advertise:Hover {
	background-position: 0px -39px;
}
#Advertise Span {
	display:none;
}
/* About */
#About {
	display:block;
	width:98px;
	height:39px;
	background: url("../images/layout/menu7.png") no-repeat 0 0;
}
#About:Hover {
	background-position: 0px -39px;
}
#About Span {
	display:none;
}
/*----------- DropDown -----------*/
#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height: inherit;
}
#nav a {
	letter-spacing: -1px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: underline;
}
#nav li {
	float:left;
	position:relative;
	padding-bottom: 6px;
}
#nav ul {
	background-image: url(../images/layout/submenu.png);
	font-style:italic;
	width:155px;

	padding:20px;
	position:absolute;
	top:39px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#nav li ul a {
	width:auto;
	height:auto;
	float:left;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12em;
	margin: 0px 0em 0px 0px
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
#navmain, #navmain ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	line-height: inherit;
}
#navmain li {
	float:left;
	position:relative;
	padding-bottom: 6px;
}
#navmain ul {
	position:absolute;
	display:none;
	top:39px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#navmain li:hover ul ul, #navmain li:hover ul ul ul, #navmain li:hover ul ul ul ul {
	display:none;
}
#navmain li:hover ul, #navmain li li:hover ul, #navmain li li li:hover ul, #navmain li li li li:hover ul {
	display:block;
}
#nav2 li {
	width:150px;
	float:left;
	position:relative;
	padding-bottom: 6px;
}
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.pictureHolder .top .left {
	background: url(../images/prettyPhoto/tl.gif) top left no-repeat;
} /* Top left corner */
div.pictureHolder .top .middle {
	background: #fff;
} /* Top pattern/color */
div.pictureHolder .top .right {
	background: url(../images/prettyPhoto/tr.gif) top left no-repeat;
} /* Top right corner */
div.pictureHolder .content {
	background-color: #fff;
} /* Content background */
div.pictureHolder .content a.next:hover {
	background: url(../images/prettyPhoto/btnNext.gif) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.pictureHolder .content a.previous:hover {
	background: url(../images/prettyPhoto/btnPrevious.gif) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.pictureHolder .content a.expand {
	background: url(../images/prettyPhoto/btnExpand.gif) top left no-repeat;
	cursor: pointer;
} /* Expand button */
div.pictureHolder .content a.expand:hover {
	background: url(../images/prettyPhoto/btnExpand.gif) bottom left no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.pictureHolder .content a.contract {
	background: url(../images/prettyPhoto/btnContract.gif) top left no-repeat;
	cursor: pointer;
} /* Contract button */
div.pictureHolder .content a.contract:hover {
	background: url(../images/prettyPhoto/btnContract.gif) bottom left no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.pictureHolder .content a.close {
	width: 61px;
	height: 22px;
	background: url(../images/prettyPhoto/btnClose.gif) center left no-repeat;
	cursor: pointer;
} /* Close button */
div.pictureHolder .content .details .nav a.arrow_previous {
	background: url(../images/prettyPhoto/arrow_previous.gif) top left no-repeat;
} /* The previous arrow in the bottom nav */
div.pictureHolder .content .details .nav a.arrow_next {
	background: url(../images/prettyPhoto/arrow_next.gif) top left no-repeat;
} /* The next arrow in the bottom nav */
div.pictureHolder .bottom .left {
	background: url(../images/prettyPhoto/bl.gif) top left no-repeat;
} /* Bottom left corner */
div.pictureHolder .bottom .middle {
	background: #fff;
} /* Bottom pattern/color */
div.pictureHolder .bottom .right {
	background: url(../images/prettyPhoto/br.gif) top left no-repeat;
} /* Bottom right corner */
div.pictureHolder .loaderIcon {
	background: url(../images/prettyPhoto/loader.gif) center center no-repeat;
} /* Loader icon */
div.prettyPhotoTitle div.prettyPhotoTitleLeft {
	background: url(../images/prettyPhoto/ttl.gif) top left no-repeat;
}
div.prettyPhotoTitle div.prettyPhotoTitleRight {
	background: url(../images/prettyPhoto/ttr.gif) top left no-repeat;
}
div.prettyPhotoTitle div.prettyPhotoTitleContent {
	background: url(../images/prettyPhoto/ttp.gif) top left repeat-x;
}
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9500;
	width: 100%;
}
div.pictureHolder {
	position: absolute;
	z-index: 10000;
	width: 100px;
}
div.pictureHolder .top {
	position: relative;
	height: 20px;
}
* html div.pictureHolder .top {
	padding: 0 20px;
}
div.pictureHolder .top .left {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
}
div.pictureHolder .top .middle {
	position: absolute;
	left: 20px;
	right: 20px;
	height: 20px;
}
* html div.pictureHolder .top .middle {
	position: static;
}
div.pictureHolder .top .right {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 20px;
	height: 20px;
}
div.pictureHolder .content {
	position: relative;
	text-align: left;
	width: 100%;
	height: 40px;
}
div.pictureHolder .content .details {
	display: none;
	margin: 10px 15px 0 20px;
}
div.pictureHolder .content .details p.description {
	display: none;
	float: left;
	margin: 0;
}
div.pictureHolder .content .details .nav {
	float: left;
	margin: 4px 0 0 0;
}
div.pictureHolder .content .details .nav p {
	float: left;
	margin: 0 4px;
}
div.pictureHolder .content .details .nav a.arrow_previous, div.pictureHolder .content .details .nav a.arrow_next {
	float: left;
	display: block;
	width: 8px;
	height: 9px;
	text-indent: -10000px;
	margin-top: 4px;
}
div.pictureHolder .content .details .nav a.disabled {
	background-position: 0 -10px;
	cursor: default;
}
div.pictureHolder .content div.hoverContainer {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
}
div.pictureHolder .content a.next {
	position: relative;
	z-index: 2000;
	display: block;
	float: right;
	text-indent: -10000px;
	width: 49%;
	height: 100%;
	background: url(../images/prettyPhoto/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
}
div.pictureHolder .content a.previous {
	cursor: pointer;
	display: block;
	text-indent: -10000px;
	width: 49%;
	height: 100%;
	background: url(../images/prettyPhoto/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
}
div.pictureHolder .content a.expand, div.pictureHolder .content a.contract {
	position: absolute;
	z-index: 20000;
	top: 10px;
	right: 30px;
	cursor: pointer;
	display: none;
	text-indent: -10000px;
	width: 20px;
	height: 20px;
}
div.pictureHolder .content a.close {
	float: right;
	display: block;
	text-indent: -10000px;
}
div.pictureHolder .bottom {
	position: relative;
	height: 20px;
}
* html div.pictureHolder .bottom {
	padding: 0 20px;
}
div.pictureHolder .bottom .left {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
}
div.pictureHolder .bottom .middle {
	position: absolute;
	left: 20px;
	right: 20px;
	height: 20px;
}
* html div.pictureHolder .bottom .middle {
	position: static;
}
div.pictureHolder .bottom .right {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 20px;
	height: 20px;
}
div.pictureHolder .loaderIcon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	width: 24px;
	height: 24px;
}
div.pictureHolder #fullResImageContainer {
	width: 100%;
	text-align: center;
}
div.prettyPhotoTitle {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	color: #fff;
	font-size: 13px;
}
div.prettyPhotoTitle div.prettyPhotoTitleLeft, div.prettyPhotoTitle div.prettyPhotoTitleRight {
	float: left;
	width: 19px;
	height: 23px;
	overflow: hidden;
}
div.prettyPhotoTitle div.prettyPhotoTitleContent {
	float: left;
	line-height: 23px;
}
