/*
----------------------------------------
	yiloveit
  Author: Jeff Mehlhoff, Dennis Eusebio
---------------------------------------- */

/* zeros out everything */
@import "whitespace-reset.css";

@import "_index.css";
@import "_detail.css";

body {
	background: #b92126;
	font: .8em/150% Helvetica, Arial, sans-serif;
	color: #fff;
}

p { margin-bottom: .8em; }
small { font-size: 90%; }

/* links
---------------------------------------- */

a { outline: 0; }

a:link {
	color: #ff9999; 
	font-weight: bold; 
}
a:visited { 
	color: #ff9999; 
	font-weight: bold;
}
a:hover { 
	color: #fff; 
	font-weight: bold;
}
a:active { 
	color: #ff9999; 
	font-weight: bold; 
}

/* headers
---------------------------------------- */
h1, h2, h3, h4 {
	line-height: normal;
	font-weight: normal;
}

h1 { font-size: 220%; }
h2 { font-size: 180%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }


/* universal
---------------------------------------- */
#application {
	float: left;
	width: 100%;
}

.container {
	margin: 0 auto; padding-bottom: 20px;
	width: 960px;
}

#sidebar {
  float: right;
  width: 360px;
}

.pagination {
	padding: 20px 0;
	float: left;
	width: 540px;
	border-top: 1px solid #ff9999;
}
    .pagination span.disabled { color: #ff9999; }
    .pagination .next_page, .pagination .prev_page { 
      border: 1px solid #ff9999; 
      padding: 5px 10px;
      font-weight: bold;
    }   
    .pagination .current {
      padding: 5px 10px;
      font-weight: bold;
    }
  .pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active {
    padding: 5px 10px;  
  }
	
	
fieldset {
	margin: 10px 0;
	border: none;
}
	fieldset dt { margin-bottom: 5px; }
	fieldset dd { margin: 0 0 5px 0; }
	fieldset input, fieldset textarea {
		padding: 15px 10px;
		border: none;
		width: 320px;
		font-size: 110%;
		color: #666;
	}
	fieldset textarea { font-size: 120%; font-family: Helvetica; }
	fieldset label { font-size: 110%; }
	fieldset small { color: #ff9999; }
	
	#i_who, #post_title {
		padding-left: 45px; 
		width: 285px;
		background: #fff url(../images/input_subject.png) 10px 50% no-repeat; 
	}
	#btn_profess {
		background: #ff9999;
		color: #b92126;
		font-weight: bold;
		width: 340px;
	}
	#btn_profess:hover { background: #fff; }
	#btn_profess[disabled] { background: #ccc; }
	.count { 
		margin-left: 5px;
		font-weight: bold;
	}
	.optional {	color: #ff9999;	}

.byline {
	margin: 10px 0 0 0; padding-top: 10px;
	border-top: 1px solid #b92126;
	color: #ff9999;
}

/* error messages */
#message {
  padding: 10px 10px 10px 35px;
  background: #fff;
  color: #666;
}
  #message.error { background: #fff url(../images/icon_error.png) 10px 13px no-repeat; }
  #message.success { 
    margin-bottom: 30px;
    float: left;
    width: 490px;
    background: #fff url(../images/icon_success.png) 10px 13px no-repeat; 
  }
    #message a:hover { color: #b92126; } 
    
#errorExplanation {
  padding: 10px 10px 10px 35px;
  background: #fff;
  color: #666;
  background: #fff url(../images/icon_error.png) 10px 13px no-repeat;
}
  #errorExplanation h2 {
    margin: 0;
    font-size: 110%;
    font-weight: bold;
    border: none;
  }
  .fieldWithErrors input,
  .fieldWithErrors textarea {
  	border: 2px solid #000;
  }
  #errorExplanation ul { margin: 0 20px; }
  #errorExplanation li {
  	padding: 0 2px;
  	list-style: disc;
  }

.dialog {
  margin: 60px 0; padding: 10px 10px 10px 68px;
  float: left;
  width: 882px;
  background: url(../images/icon_broken.png) 0 10px no-repeat;
}

/* share */

#share_the_love {
	margin-top: 20px; padding: 20px;
	float: right;
	width: 320px;
	color: #333;
	background: #fff; /*-- url(../images/icon_success.png) no-repeat scroll 15px 20px **/
	text-align: center;
	-moz-border-radius: 5px;  
  -webkit-border-radius: 5px;  
  border-radius: 5px; 
}
  
  #share_the_love a:link, #share_the_love a:visited, #share_the_love a:hover, #share_the_love a:active { color: #ed1c24;  }
	#share_the_love a:hover {	color: #b92126;	}
	#share_the_love h4 {
		color: #666;
		font-weight: bold; }
	#share_the_love p { margin: 0; }

/* blank slate */

.blank_slate {
	height: 550px;
}

#created_by {
  padding: 40px 0px 30px 0;
	float: right;
	display: inline;	
	width: 350px; 
}
	#created_by a {
		float: right;
		text-indent: -9999px;
		opacity: .5;
		width: 175px;	height: 40px;
		background: url('../images/tt_logo.png') no-repeat; 
  }
		#created_by a:hover {	opacity: 1; }



