/*

STYLE GUIDE:

Reg Pink: #f12a99
Dark Pink: #e20d75
Dark Gray: #555555
Light Gray: #999999

*/

body {
	min-width: 900px;
	width: 100%;
	background: #FFF;
	font-family: Helvetica, Verdana, Arial;
	color: #555555;
	font-size: 14px;
	/*line-height: 20px;*/
	letter-spacing: 1px;
}

/*-------------- BEGIN LAYOUT --------------*/

.container {
	width: 100%;
	margin: 0px;
	overflow: hidden;
}

.column_left {
	float: left;
	width: 25%;
}
.column_right {
	float: right;
	width: 74%;
}

#header {
	padding: 10px 10px 3px 10px;
	border-bottom: solid 1px #999999;
	background-color: #FFFFFF;
}

#logo {
}

#contact {
	color: #999999;
	font-size: 11px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

#menu {
	position: absolute;
	top: 46px;
	left: 335px;
	width: 800px;
	background-color: #FFFFFF;
}

#sidebar {
	height: 100%;
	margin: 0px auto;
	padding-top: 60px;
}

#page_content {
	min-width: 500px;
	min-height: 400px;
	border-left: solid 1px #999999;
	padding-left: 30px;
	margin-right: 100px;
}

.copyright {
	color: #999999;
	font-size: 10px;
	padding: 20px;
	padding-top:135px;
	clear:both;

}

#sidebar_page {
	padding: 0px 50px 0px 50px;
}

/*-------------- END LAYOUT --------------*/



/* UI */

.pink {
	color: #f12a99;
}

.gray {
	color: #999999;
}

a, a:active, a:visited {
	color: #f12a99;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000000;
	cursor: pointer;
}

h1 {
	color: #999999;
	font-weight: bold;
	padding-right: 36px;
	font-size: 36px;
	line-height: 38px;
}
h1:after {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #F12A99;
	margin-left: 2px;
}

h2 {
	color: #f12a99;
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
}

h2 a, h2 a:visited, h2 a:active  {
	color: #f12a99;
}

h2 a:hover {
	color: #000000;
}

h3 {
	color: #555555;
	font-weight: bold;
}

h4 {
	color: #f12a99;
	font-weight: bold;
}

.big_text {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
/* Menu */

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 36px;
}

#menu ul li {
	margin: 0;
	padding: 0;
	height: 36px;
	display: block;
	float: left;
}


#menu .menu_item {
	display: block;
	margin: -10px 0px 5px 13px;
	padding: 0;
	cursor: pointer;
	font-size: 24px;
}

#menu .menu_item {
	color: #999999;
}

#menu .menu_item:hover {
	color: #f12a99;
}

#menu .clientlogin {
	width: 85px;
	height: 30px;
	background: url('../images/global/menu_clientlogin.png') no-repeat top;
	margin-top:-5px;
	border: none;
	outline: none;
	text-indent: -5000px;
}

#menu .clientlogin:hover {
	background-position: bottom;
}

/* Section Headers */

#sidebar .section_header {
	text-transform:capitalize;
	display: block;
	text-align:center;
	padding: 0;
	font-size: 46px;
	color: #f12a99;
}

/* Gallery List */

#sidebar .blog_list {
	margin: 8px;
}

#sidebar .blog_list_container {
	
}

#sidebar .less {
	text-align:center;
	padding-top:10px;
}

#sidebar .more {
	bottom:0px;
	text-align:center;
	padding-top:10px;
}

#sidebar .blog_list ul li {
	list-style: none;
	padding: 3px;
}

/* Gallery List */

.gallery_list {
	margin-left: 12px;
}

.gallery_list ul li {
	list-style: none;
	padding: 0px;
	margin: 8px;
	float: left;
}

.gallery_list .thumb {
	width: 71px;
	height: 60px;
	background-position: center center;
	overflow: hidden;
}

.gallery_list .thumb_overlay {
	width: 71px;
	height: 60px;
	display: block;
	text-indent: -5000px;
	background-position: top;
	overflow: hidden;
}

.gallery_list .thumb_overlay:hover {
	background-position: bottom;
}


/* Social Icons */

#social_icons {
	height: 40px;
	padding: 3px;
	position:absolute;
	margin-left:4px;
	width: 300px;
}

.social_icon {
	width: 32px;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;
	margin: 3px;
	padding: 0;
	border: none;
	outline: none;
	text-indent: -5000px;
	cursor: pointer;
	opacity:0.8;filter:alpha(opacity=80);
}

.social_icon:hover {
	cursor: pointer;
	opacity:1;filter:alpha(opacity=100);
}

.facebook {
	background: url('../images/global/facebook.png') no-repeat;
}

.twitter {
	background: url('../images/global/twitter.png') no-repeat;
}

.modelmayham {
	background: url('../images/global/modelmayham.png') no-repeat;
}

.myspace {
	background: url('../images/global/myspace.png') no-repeat;
}

.rss {
	background: url('../images/global/rss.png') no-repeat;
}

/* Useful Classes */

.centered {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.img_right {
	margin: 2px 0px 2px 20px;
	float: right;
}

.img_left {
	margin: 2px 20px 2px 0px;
	float: left;
}

.clear_float {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
	padding: 0;
}

/*------------ BEGIN FORMS -------------*/

#sidebar.admin {
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar label {
	display: block;
}

#sidebar input {
	color: #555555;
	font-weight: bold;
	border: 1px solid #f12a99;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
}

#sidebar input[type="submit"] {
	background: transparent url('../images/global/login_btn.png') no-repeat 0 0;
	width: 79px;
	height: 26px;
	border: none;
	font-size: 0;
	line-height: 0;
}
#sidebar input[type="submit"]:hover {
	background-position: 0 -26px;
}

/*------------- END FORMS --------------*/

/*------------ BEGIN PAGES -------------*/

.page-content{
	margin-top: 10px;
}

#infoclients {
	
}

#services {
	
}
/*------------- END PAGES --------------*/

/*------------ BEGIN RELEASE FORM -------------*/

#form_release {
	background-color: #f12a99;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius-topleft: 0px;
	border: 2px solid #f12a99;
	color: white;
}

#form_release label {
	width: 225px;
	display: inline-block;
	font-size: 16px;
}

#form_release label.error {
	display: inline;
	font-size: 12px;
	margin: 5px 0 5px 4px;
	padding: 2px;
	border-size: 2px;
}

#form_release input[type=text] {
	width: 250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid white;
	color: #f12a99;
	font-weight: bold;
}

#form_release input[type=text].error {
	margin: 5px 0 5px 0;
	padding: 1px;
	border-size: 2px;
}

#form_release input[type=checkbox] {
	margin-left: -75px;
	margin-top: -5px;
}

#form_release input[name=recaptcha_response_field] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #f12a99;
	color: #f12a99;
	font-weight: bold;
	background-color: white;
}

/*------------- END RELEASE FORM --------------*/

/*------------- BEGIN CONTACT FORM ------------*/
#form_contact {
	
}

#form_contact label {
	width: 225px;
	display: inline-block;
	font-size: 16px;
}

#form_contact label.error {
	display: inline;
	font-size: 12px;
	margin: 5px 0 5px 4px;
	padding: 2px;
	border-size: 2px;
}

#form_contact input[type=text], #form_contact textarea {
	width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #f12a99;
	color: #f12a99;
	font-weight: bold;
	background-color: white;
}

#form_contact textarea {
	width: 420px;
	height: 150px;
}

#form_contact input[type=text].error, #form_contact textarea.error {
	margin: 5px 0 5px 0;
	padding: 1px;
	border-size: 2px;
	background-color: #FBE3E4;
}

#form_contact label[for=message] {
	display: block;
}

/*------------- END CONTACT FORM --------------*/

/*------------- BEGIN GLOBAL INPUT/BUTTON STYLES --------------*/
#page_content input[type="submit"][value="Save"], #page_content input[type="button"][value="Save"] {
	background: transparent url('../images/global/save_btn.png') no-repeat 0 0;
}
#page_content input[type="submit"][value="Send"], #page_content input[type="button"][value="Send"] {
	background: transparent url('../images/global/send_btn.png') no-repeat 0 0;
}
#page_content input[type="button"][value="Cancel"], #page_content input[type="submit"][value="Cancel"]  {
	background: transparent url('../images/global/cancel_btn.png') no-repeat 0 0;
}
#page_content input[type="submit"][value="Delete"] {
	background: transparent url('../images/global/delete_btn.png') no-repeat 0 0;
}

#page_content input[type="submit"], #page_content input[type="button"] {
	width: 79px;
	height: 26px;
	border: none;
	font-size: 0;
	line-height: 0;
}
#page_content input[type="submit"]:hover, #page_content input[type="button"]:hover {
	background-position: 0 -26px;
}
/*------------- END GLOBAL INPUT/BUTTON STYLES --------------*/

/*------------- BEGIN GLOBAL FORM ERROR STYLES --------------*/
#errors ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*------------- END GLOBAL FORM ERROR STYLES --------------*/