/*   
Theme Name: Mindpower Blog Theme
Theme URI: blog
Description: Theme developed for the Mindpower Inc. blog
Author: Mindpower Inc.
Author URI: mindpowerinc.com
Version: 1.0
*/

/* ----------------------------------------------------------------- */
/* --------------------- GLOBAL LAYOUT STYLES ---------------------- */
/* ----------------------------------------------------------------- */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #FFF;
	background:url(../images/bg-grey.jpg) repeat-y center;
}

img {
	border: 0;
}

p {
	padding:0;
	margin:0;
}

#livearea {
	width: 100%;
	height: auto;
	position: absolute;
	top: -70px;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:40px;
}

#content_holder {
	width: 100%;
	height: 265px;
	background-image:url(../images/background_main.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	background-position:bottom;
	overflow: hidden;
}

#nav_holder {
	width: 100%;
	height: 30px;
	background-color:#EDEDED;
}

#subnav_holder {
	width: 100%;
	height: 30px;
	background-color:#FFF;
}

#login_content,
#login_content_wrapper,
#panel {
	height: 660px;
	width: 1024px;
	position: relative;
	left: 50%;
	margin-left: -512px;
}

/* ----------------------------------------------------------------- */
/* -------------------------- LINK STYLES -------------------------- */
/* ----------------------------------------------------------------- */

a:link,
a:visited,
a:active,
ul li a#login {
	text-decoration: none;
	color: #EE2E24;
}

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

/* ----------------------------------------------------------------- */
/* -------------------------- TEXT STYLES -------------------------- */
/* ----------------------------------------------------------------- */


li#section {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EE2E24;
	line-height: 16px;
}

h1 {
	font-size: 24px;
	color: #ee2e24;
	line-height: 26px;
	margin:0 0 10px 32px;
	font-weight:normal;
}

p, #login_content li {
	font-size: 11px;
	color: #666;
	line-height: 18px;
	margin:0 0 11px 32px;
}

li#link a {
	font-size: 13px;
	line-height: 18px;
	background-image:url(../images/arrow_link.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

p.red {
	color:#EE2E24;
	margin:10px 0 -10px 185px;
	text-align:left;
}

/* ----------------------------------------------------------------- */
/* -------------------------- NAVIGATION --------------------------- */
/* ----------------------------------------------------------------- */

#nav {
	width: 960px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

#nav1 {
	width: 700px;
	height: 30px;
	position: absolute;
	padding-top: 8px;
}

#nav2 {
	width: 260px;
	height: 30px;
	position: absolute;
	left: 700px;
	padding-top: 9px;
}

#nav1 ul,
#nav2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

	#nav2 ul {
		float:right;
	}

#nav1 li,
#nav2 li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
	float: left;
}

#nav1 li a,
#nav2 li a {
	color: #808080; /*previously defaulted*/
	font-size: 11px;
	font-weight: normal; /*bold;*/
	text-transform: uppercase;
	display: block;
	height: 12px;
	border-bottom: solid;
	border-bottom-color: #EDEDED;
	border-bottom-width: 2px;
}

#nav1 ul li a:hover,
#nav2 ul li a:hover,
#subnav1 ul li a:hover,
#subnav2 ul li a:hover {
	color: #EE2E24;
	text-decoration: none;
}

#nav1 li#firstnav,
#nav2 li#firstnav,
#subnav1 li#firstnav,
#subnav2 li#firstnav {
	padding-left: 0px;
}

#nav1 li#lastnav,
#nav2 li#lastnav,
#subnav1 li#lastnav,
#subnav2 li#lastnav {
	padding-right: 0px;
	border-right: none;
}

body#mindpower #nav1 li a#mindpower,
body#gallery #nav1 li a#gallery,
body#talent #nav1 li a#talent,
body#studio #nav1 li a#studio,
body#backstory #nav1 li a#backstory,
body#contact #nav1 li a#contact,
body#smartstuff #nav2 li a#smartstuff,
body#login #nav2 li a#login {
	/*text-decoration: underline;*/
	color: #EE2E24;
	border-bottom: solid;
	border-bottom-color: #EE2E24;
	border-bottom-width: 2px;
}

/* ----------------------------------------------------------------- */
/* ------------------------ SUB NAVIGATION ------------------------- */
/* ----------------------------------------------------------------- */

#subnav {
	width: 960px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

#subnav1 {
	width: 660px;
	height: 30px;
	position: absolute;
	padding-top: 5px;
}

#subnav2 {
	width: 300px;
	height: 30px;
	position: absolute;
	left: 660px;
	padding-top: 10px;
	text-align:right;
}

#subnav1 ul,
#subnav2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

	#subnav2 ul {
		float:right;
	}

#subnav1 li,
#subnav2 li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
	font-size: 9px;
	color: #808080;
	float: left;
}

	#subnav1 li {
		position: relative;
		top: 5px;
	}

#subnav1 ul li a,
#subnav2 ul li a{
	color: #808080;
	font-size: 9px;
	font-weight: normal; /*bold;*/
	text-transform: uppercase;
}

#subnav1 li a#tweetfeed,
#subnav2 li a#address{
	font-weight: normal;
	text-transform: none;
}

#subnav1 li a#facebook,
#subnav1 li a#twitter {
	width: 16px;
	height: 19px;
	display: block;
	border: 0;
	padding-right: 4px;
	margin: 0;
	text-indent: -2000em;
	float:left;
	position: relative;
	top: -3px;
}

#subnav1 li a#facebook {
	background:	url(../images/icon_facebook.gif) no-repeat 0 0;
}
	
#subnav1 li a#twitter {
	background:	url(../images/icon_twitter.gif) no-repeat 0 0;
}
	
/* ----------------------------------------------------------------- */
/* ----------------------- TWITTER FEED STYLES --------------------- */
/* ----------------------------------------------------------------- */

#subnav1 li#twitFeed {
	padding: 0;
	border-right: none;
}

#twitFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	display: block;
	width: 450px;
	height: 11px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-transform: none;
}

#twitFeed ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	border-right:none;
	font-weight: normal;
	text-transform: none;
 }

#twitFeed li {
	list-style-type:none;
	padding: 0;
	margin: 0;
	border-right:none;
	top: 0px;
	font-weight: normal;
	text-transform: none;
}

#twitFeed a,
#twitFeed ul a,
#twitFeed li a {
	color: #808080;
	font-weight: normal;
	text-transform: none;
	text-decoration:none;
}

#subnav1 li a:hover,
#subnav2 li a:hover{
	color: #EE2E24;
	text-decoration: none;
}

/* ----------------------------------------------------------------- */
/* ---------------------- LOGIN SPECIFIC STYLES -------------------- */
/* ----------------------------------------------------------------- */

#panel {
	width:1025px;
	height:330px;
}

#login_content_container {
	width:100%;
	height:auto;
	background:url(../images/bg-blog.png) repeat-x top;
	padding:0 0 50px 0;
}

#login_content_wrapper {
	width:1135px;
	margin-left:-535px;
	height:auto;
}

#login_content {
	padding:0;
	height:auto;
	width:640px;
	margin-top:-25px;
	margin-left:-485px;
}

#login_content li {
	padding:2px 2px 2px 10px;
	position:relative;
	left:-10px;
}

#login_content li.even, #account_settings li {
	background:#efefef;
}

#login_content p, #login_content h1 {
	margin-left:0px;
}

#login_content h3 {
	font-weight:normal;
}

#login_sidebar_container {
	width:147px;
	float:right;
	text-align:left;
	padding:0 225px 100px 48px;
}

#login_sidebar {
	width:150px;
	padding:30px 40px 0 8px;
}

#login_sidebar p {
	margin:0;

}

#login_sidebar h1 {
	color:#000;
	text-transform:uppercase;
	font-size:12px;
	padding:13px 0 0 0;
	margin:0;
	font-weight:normal;
}

#login_sidebar h1.first {
	padding:0;
	
}

#login_sidebar ul.first {
	border-bottom:1px solid #c1c1c1;
}

#login_sidebar h2 {
	color:#ee2e24;
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:bold;
}

#login_sidebar ul {
	margin:0;
	padding:0 0 15px 0;
	font-size:11px;
}

#login_sidebar ul.links {
	border:none;
}

#login_sidebar ul li {
	list-style-type:none;
	margin:0 0 5px 15px;
	text-indent:-15px;
}

#login_sidebar p.tag_cloud, #login_sidebar p.rss_feed {
	margin-bottom:15px;
}

#header_logo {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 900px;
}

#header_logoblock {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 418px;
	line-height: 16px;
}

#header_logoblock p {
	font-size: 14px;
	line-height: 16px;
}

li#link a {
	font-size: 12px;
	line-height: 16px;
}

/* Styles for the Download login page */

#header_logo h1 {
	color:#000;
	font-size:112px;
	letter-spacing:-2px;
}

#client_login {
	width:376px;
	height:180px;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:120px 0 0 -185px;
	
}

#login_content p {
	font-size: 11px;
	color: #666;
	line-height: 18px;
	margin:0px 0 0 3px;
}

#login_content h1 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	margin:6px 0 0 3px;
}

#login_content h2 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	margin:6px 0 0 3px;
}

#login_content ul {
	margin:7px 0 7px 0;
	padding:0;
}

#login_content div ul li, #account_settings ul li {
	font-size:11px;
	margin:0 0 7px 3px;
	list-style-type:none;
}

#login_content li a:hover {
	color:#000;
}

#client_login #form1 label {
	margin:3px 5px 5px 0;
	display:block;
	width:85px;
	text-align:right;
	float:left;
}

#client_login #form1 input {
	margin:0 0 5px 0;
	width:160px;
	border:1px solid #e1e1e1;
	font-size:13px;
	color:#666666;
	padding:3px;
	display:block;
	float:left;
}

#client_login #form1 #rememberMe {
	width:auto;
	margin:7px 0 0 88px;
}

#client_login #form1 #rememberMeLabel {
	width:auto;
	color:#666666;
	margin:9px 0 0 0;
	font-size:11px;
}

#client_login #form1 #loginButton {
	width:auto;
	border:none;
	float:left;
	margin:0 0 0 15px;
}

#alerts {
	width:585px;
	border:1px solid #000;
	background-color:#fdeae9;
	padding:0px 15px 0px 40px;
	margin-bottom:15px;
	margin-top:0;
	background:url(../login/images/bg-alerts.gif) left center no-repeat #fdeae9;
}

#login_content #alerts ul li {
	list-style:none;
	margin:4px;
	font-size:11px;
}

#login_content #leftColumn, #login_content #rightColumn {
	width:310px;
	float:left;
}

#login_content #leftColumn {
	margin-right:20px
}

#login_content div.hr {
	border-top:1px solid #c1c1c1;
	height:2px;
	width:286px;
	margin:30px 0 0px 0;
}

#login_content .filesDiv ul li a {
	float:left;
	display:block;
	width:272px;
}

#login_content .filesDiv ul li div.deleteFile, #login_content .filesDiv ul li div.listSpacer {
	padding:4px;
	width:10px;
	float:left;
}

#login_content .filesDiv ul li div.deleteFile {
	cursor:pointer;
}

#login_content #uploads h2 {
	margin-top:20px;
}

/* Overlay styles */
#overlay {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	background:url(../login/images/bg-grey-trans.png);
	display:none;
}

#pop_up {
	width:703px;
	height:450px;
	background:#fff;
	margin:5% auto;
	border:0;
	display:block;
	text-align:center;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-352px;
	margin-top:-250px;
}

#account_settings {
	background:#fff;
	padding:0 20px;
}

iframe#user_settings, iframe#user_settings_admin, iframe#user_files {
	width:703px;
	height:450px;
	background:#fff;
	margin:5% auto;
	border:0;
	display:none;
	text-align:center;
}

#account_settings form {
	width:703px;
	display:block;
	float:left;
	margin:20px 0;
}

#account_settings input, #account_settings label, #account_settings textarea {
	float:left;
	display:block;
	font-size:11px;
	color:#666;
	margin-bottom:7px;
	text-align:left;
	padding:2px;
}

#account_settings input, #account_settings textarea {
	border:1px solid #c1c1c1;
	width:456px;
	clear:right;
	font-size:11px;
	font-family:arial, sans-serif;
}

#account_settings label {
	width:160px;
	clear:left;
	text-align:right;
	color:#000;
	margin-right:20px;
	font-weight:bold;
}

#account_settings h2, #login_content h2.username {
	font-weight:normal;
	font-size:48px;
	text-align:left;
	border-bottom:1px solid #c1c1c1;
	padding:0 0 10px;
	margin:0 15px;
}

#account_settings ul li {
	display:block;
	float:left;
	width:456px;
	text-align:left;
	font-size:11px;
	background:#efefef;
	color:#666;
	padding:3px 3px 3px 5px;
}

#account_settings ul li span {
	float:left;
	width:440px;
	display:block;
	clear:left;
}

#account_settings ul li img {
	float:left;
	display:block;
	clear:right;
	margin:2px auto;
	cursor:pointer
}

#account_settings li.even {
	background:none;
}

#account_settings .addAlert {
	color:#ee2e24;
	text-align:left;
	cursor:pointer;
	font-weight:bold;
	display:block;
	float:left;
	width:426px;
	padding:0;
	margin:0 0 0 10px;
}

#account_settings .submitAlert {
	color:#666;
	text-align:left;
	font-size:11px;
	display:block;
	float:left;
	padding:5px;
	cursor:pointer;
}

#account_settings li.newAlert {
	border:1px solid #ee2e24;
	background-color:#fdeae9;
}

#account_settings label#alertsLabel {
	height:200px;
}

p.close {
	display:block;
	float:left;
	margin:20px 0 0px 650px;
	clear:right;
}

/* Styles for the feedback form */
#feedbackForm label, #feedbackForm input, #feedbackForm textarea {
	display:block;
	float:left;
	padding:3px;
	font-size:11px;
	font-family:arial;
}

#feedbackForm input, #feedbackForm textarea {
	clear:right;
	width:200px;
	border:1px solid #c1c1c1;
}

#feedbackForm label {
	width:60px;
	font-size:11px;
	margin:0 5px 10px 15px;
	clear:left;
}

#feedbackForm label#name, #feedbackForm input#name {
	margin-top:15px;
}

/* Admin styles */
#usersList li {
	list-style-type:none;
	padding:2px;
	margin:1px;
}

#usersList span {
	width:178px;
	display:block;
	float:left;
}

#usersList .actions {
	width:88px;
}


#usersList .headerRow span {
	color:#ee2e24;
	margin-bottom:10px;
}

#usersList .headerRow li.username {
margin:3px;
	padding:2px;
}

#usersList span.username, #usersList span.password{
	width:125px;
}

#usersList span.username {
	padding-left:10px;
}

#usersList span.password {
}

#usersList span.email {
	width:285px;
}

span.addUser img {
	cursor:pointer;
	margin:15px 0 0 515px;
}

img.adminFunction {
	margin:0px 3px 0 3px;
	position:relative;
	top:2px;
	cursor:pointer;
}

img.adminDelete {
	top:0;
}
