@charset "utf-8";

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 14px;
	border: solid 30px #F5F5F5;
	border-top: none;
	min-height: 97%;
	margin: 0px;
	padding: 0px;
}

h1 {
    color: #929000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
	font-family: 'CenturyGothic', 'Century Gothic';
}

a { /* remove unwanted focus outlines from links */
	noFocusLine: expression(this.onFocus=this.blur())
	outline: none;
	}
*:focus { 
	outline: none; 
	}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 162px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#main-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 734px;
}

#main {
	border-color: #000;
	border-width: 2px;
	border-style: solid;
	width: 730px;
	padding: 0px;
	float: left;
	min-height: 390px;
}

#footer-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	margin-top: 10px;
	bottom: 0;
	position: relative;

}

.footer {
	width: 710px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

#address-line {
	font-size: 10px; 
	text-align:center; 
	margin-top: 25px; 
	color: #333;
	float: left;
	width: 100%;
}

#address-line a:link {
	text-decoration: underline;
	color: #666;
}

#address-line a:visited {
	text-decoration: underline;
	color: #666;
}

#address-line a:hover {
	text-decoration: none;
	color: #000;
}

#address-line a:active {
	text-decoration: none;
	color: #000;
}

.content {
	margin: 20px;
	float: left;
	width: 690px;
}

.info {
	background-color: #F4F4F4;
	border: solid 1px #DDDDDD;
	background-image: url(../images/icons/info.png);
	background-repeat: no-repeat;
	padding: 8px;
	padding-left: 35px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	clear: both;
}

.success {
	background-color: #F0F9F0;
	border: solid 1px #9CE2A7;
	background-image: url(../images/icons/success.png);
	background-repeat: no-repeat;
	padding: 8px;
	padding-left: 35px;
	color: #090;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	clear: both;
}

.error {
	background-color: #FFEAEA;
	border: solid 1px #FFC6C6;
	background-image: url(../images/icons/error.png);
	background-repeat: no-repeat;
	padding: 8px;
	padding-left: 35px;
	color: #F00;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	clear: both;
}

.error ul {
	padding: 3px;
	padding-left: 20px;
	margin: 3px;
}

.button {
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EFEFEF;
	font-family: 'CenturyGothic', 'Century Gothic';
	border: solid 2px #333;
}

.textfield {
	font-size: 14px;
	font-family: 'ArialMT', 'Arial', sans-serif;
	padding: 3px;
	width: 200px;
	border: solid 1px #333;
}

.uploadfield {
	font-size: 14px;
	font-family: 'ArialMT', 'Arial', sans-serif;
	padding: 3px;
	width: 300px;
	border: solid 1px #333;
}

form {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

a.linkbutton {
	display:block;
	height:30px;
	line-height: 31px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
	border: solid 1px #333;
	background-color: #EFEFEF;
	font-size: 14px;
	color: #666666;
	float: left;
}

a:hover.linkbutton {
	color:#000000; 
}

.add {
	background:url(../images/icons/add.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

.view {
	background:url(../images/icons/eye.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

.return {
	background:url(../images/icons/return.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

.sort {
	background:url(../images/icons/sort.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

.publish {
	background:url(../images/icons/publish.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

.unpublish {
	background:url(../images/icons/unpublish.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

.edit {
	background:url(../images/icons/pencil.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

.edit-picture {
	background:url(../images/icons/edit_picture.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

.camera {
	background:url(../images/icons/camera.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

.pictures {
	background:url(../images/icons/pictures.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

.video {
	background:url(../images/icons/video.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

.account {
	background:url(../images/icons/account.png) no-repeat 9px 7px;
	text-indent:30px;
	display:block;
}

/* FORM HINTS */
dl {
    position: relative;
    width: 375px;
}
dt {
    clear: both;
    float:left;
    width: 160px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}

/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -30px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}
/* END FORM HINTS */

.portfolio-block {
	width: 124px;
	height: 200px;
	margin: 7px;
	float: left;
}

.portfolio-pic {
	border: solid 2px #666;
}

.portfolio-name {
	font-size: 12px;
	color: #666;
	text-align: center;
	font-weight: bold;
	font-family: 'CenturyGothic', 'Century Gothic';
}

.tiny {
	font-size: 11px;
}

.medium {
	font-size: 12px;
}

/* CHANGES */

#loginbox {
	margin-left: 15px;
	margin-top: 40px;
	float: left;
	width: 265px;
}

#loginbox p {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 170px;
}

.button-red {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F00;
	font-family: 'CenturyGothic', 'Century Gothic';
	color: #FFF;
	font-weight: bold;
	background-image:url(../images/button-red-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px #333;
}

.red-link a:link, .red-link a:visited {
	color: red;
}
