@import url(reset.css);
@import url(grid.css);
@import url(base.css);
@import url(form.css);
.icon {
  padding-left: 20px;
  vertical-align: middle;
  background-position: center left;
  background-repeat: no-repeat; }
  .icon.pink.heart {
    background-image: url(../images/pink/heart.png); }
  .icon.pink.star {
    background-image: url(../images/pink/star.png); }
  .icon.pink.bubble {
    background-image: url(../images/pink/bubble.png); }
  .icon.pink.plus {
    background-image: url(../images/pink/plus.png); }
  .icon.pink.pencil {
    background-image: url(../images/pink/pencil.png); }
  .icon.pink.target {
    background-image: url(../images/pink/target.png); }
  .icon.pink.down-arrow {
    background-image: url(../images/pink/down-arrow.png); }
  .icon.pink.right-arrow {
    background-image: url(../images/pink/right-arrow.png); }
  .icon.pink.left-arrow {
    background-image: url(../images/pink/left-arrow.png); }
  .icon.pink.up-arrow {
    background-image: url(../images/pink/right-arrow.png); }
  .icon.pink.folder {
    background-image: url(../images/pink/folder.png); }
  .icon.pink.paperclip {
    background-image: url(../images/pink/paperclip.png); }
  .icon.pink.cancel {
    background-image: url(../images/pink/cancel.png); }
  .icon.grey.bubble {
    background-image: url(../images/grey/bubble.png); }
  .icon.grey.check {
    background-image: url(../images/grey/check.png); }

.pull-more {
  margin-top: -30px !important; }

.pull-normal {
  margin-top: -20px !important; }

.pull-less {
  margin-top: -10px !important; }

.push-none {
  margin-bottom: 0 !important; }

.push-less {
  margin-bottom: 10px !important; }

.push-normal {
  margin-bottom: 20px !important; }

.push-more {
  margin-bottom: 30px !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.hidden {
  display: none; }

.timestamp {
  font-size: 12px; }

.mute {
  color: #cecece; }

body {
  color: #333333; 
  font-family: helvetica, sans-serif;}

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

ul.horizontal {
  float: left; }
  ul.horizontal li {
    float: left;
    padding: 0 8px; }
    ul.horizontal li.first {
      padding-left: 0 !important; }
    ul.horizontal li.last {
      padding-right: 0 !important; }
  ul.horizontal.separate li {
    border-right: 1px solid #fcf7c0; }
    ul.horizontal.separate li.last {
      border-right: none; }

ul.vertical li {
  padding: 4px 0; }
  ul.vertical li.first {
    padding-top: 0 !important; }
  ul.vertical li.last {
    padding-bottom: 0 !important; }
ul.vertical.separate li {
  border-bottom: 1px solid #fcf7c0; }
  ul.vertical.separate li.last {
    border-bottom: none; }

ul.tab-menu {
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 8px solid #fcf7c0; }
  ul.tab-menu li {
    float: left; }
    ul.tab-menu li a {
      display: block;
      padding: 6px 10px;
      color: #333333;
      background-color: #f1ce58; }
    ul.tab-menu li a.current {
      background-color: #fcf7c0; }

div.sub-menu {
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0; }

a.user, span.user {
  font-weight: bold; }

a.pill {
  display: block;
  padding: 0 10px 0 0; }
  a.pill span {
    display: block;
    padding: 6px 0 6px 10px;
    line-height: 1; }
  a.pill:hover {
    text-decoration: none; }
  a.pill.active {
    background: white url(../images/pill/right.png) no-repeat scroll right center; }
    a.pill.active span {
      color: white;
      background: white url(../images/pill/left.png) no-repeat scroll left center; }

a.busy {
  padding-left: 20px;
  vertical-align: middle;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(../images/pink/busy.gif) !important; }

div.user p {
  margin-bottom: 10px; }

div.box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  background-color: #f8f8f8; }
  div.box .title {
    margin: -20px -20px 20px -20px;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #e0e0e0; }
    div.box .title * {
      margin-bottom: 0; }
      
div.box_yellow {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  background-color: #FEFCDB; 
  margin: 10px 0 0 0;
  overflow: auto;
}

div.checkbox{width: 110px; float: left;}

div.dialog {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 10px solid silver; }
  div.dialog div.title {
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    border-top: 1px solid #f1ce58;
    border-bottom: 1px solid #f1ce58;
    background-color: #fcf7c0; }
  div.dialog div.sub-title {
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f6f6f6; }
  div.dialog div.content {
    padding: 20px;
    background-color: white; }
    div.dialog div.content p {
      margin-bottom: 0; }
  div.dialog div.sub-content {
    padding: 10px 20px;
    border-top: 1px solid #e0e0e0;
    background-color: #f6f6f6; }

div.section {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e0e0e0; }

div.comments-area {
  margin-top: 10px; }
  div.comments-area div.comment {
    margin-bottom: 2px;
    padding: 10px;
    background-color: #f6f6f6; }
    div.comments-area div.comment .user {
      margin-right: 10px; }
    div.comments-area div.comment .body p {
      margin-bottom: 10px; }
  div.comments-area div.create-comment-area {
    display: none;
    padding: 10px 20px;
    background-color: #f6f6f6; }

div.tooltip {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: none;
  padding: 10px;
  color: white;
  background-color: black; }

img.tick {
  margin-top: 4px;
  margin-left: 8px;
  margin-right: 8px; }

#header {
  height: 60px;
  margin-bottom: 40px;
  background: white url(../images/header/header_07.jpg) repeat-x scroll left top;
  color: white;
  border-top: 1px solid #fcf7c0; }
  #header a {
    color: black; }
  #header #logo {
    float: left;
    display: block;
    margin-top: 1px;
    margin-right: 30px;
    background-image: url(../images/header/header_02.jpg);
    height: 59px;
    width: 131px; }
  #header #navigation {
    float: left; }
  #header #session {
    float: right; }
  #header #navigation, #header #session {
    margin-top: 35px;
    margin-bottom: 0; }

#header_container {
height:93px;
width:100%;
min-width:960px;
background-image:url(../images/header/header_07.jpg);
background-repeat:repeat-x;
background-position:bottom;
background-color:#FCF7C0;
margin-bottom:30px;
}

#header_left {
height:93px;
width:29px;
float:left;
background-image:url(../images/header/header_01.jpg);
background-repeat:no-repeat;
}

#header_logo {
height:59px;
width:250px;
float:left;
background-image:url(../images/header/header_02.jpg);
background-repeat:no-repeat;
}

#header_right {
height:93px;
width:29px;
float:right;
background-image:url(../images/header/header_06.jpg);
background-repeat:no-repeat;
}

#header_right_controls {
height:34px;
width:180px;
float:right;
background-image:url(../images/header/header_05.gif);
background-repeat:repeat-x;
}

#header_right_controls_left {
height:33px;
width:16px;
float:right;
background-image:url(../images/header/header_04.jpg);
background-repeat:no-repeat;
}

#header_container #navigation {
	margin-top:70px;
	width: 400px;
}
#header_container #session {
	margin-top:10px;
}
/*
#header_container ul.horizontal li {
    float:left;
    padding: 0 8px; }
*/
#header_container ul.horizontal li {
    padding: 0 8px; }
#header_container ul.horizontal li.first {
      padding-left: 0 !important; }
#header_container ul.horizontal li.last {
      padding-right: 0 !important; }
#header_container ul.horizontal.separate li {
    border-right: 1px solid #000000; }
#header_container ul.horizontal.separate li.last {
      border-right: none; }
#header_container a {
	font-weight: bold;
	color: #302C21;
}

#side {
  padding-left: 18px;
  border-left: 2px solid #e0e0e0; }

#users-home #create-status {
  margin-bottom: 20px; }
#users-home .update {
  margin-bottom: 10px; }
  #users-home .update p {
    margin-bottom: 10px; }

#users-show #status-area {
  margin-bottom: 20px; }
  #users-show #status-area * {
    float: left;
    margin-bottom: 0; }
  #users-show #status-area .status {
    background: white url(../images/tick.png) no-repeat scroll left center;
    margin-top: 4px;
    margin-left: 10px;
    padding-left: 20px; }
#users-show #photo-area {
  position: relative;
  margin-bottom: 20px; }
  #users-show #photo-area .menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 12px;
    background-color: black; }
#users-show #information-content {
  margin-bottom: 20px;
  font-size: 12px; }
  #users-show #information-content span {
    color: silver; }
  #users-show #information-content p {
    margin-bottom: 6px; }
#users-show #about-content {
  font-size: 12px; }
#users-show #create-post {
  margin-bottom: 20px; }
#users-show .post {
  margin-bottom: 10px; }
  #users-show .post .user {
    margin-right: 10px; }
  #users-show .post .body {
    margin-bottom: 10px; }
  #users-show .post .meta {
    margin-bottom: 0;
    font-size: 12px; }
#users-show .user {
  margin-bottom: 10px; }
#users-show .album {
  margin-bottom: 10px; }
  #users-show .album .title {
    font-weight: bold; }
  #users-show .album .meta {
    margin-top: 2px;
    margin-bottom: 10px; }
  #users-show .album .description {
    margin-bottom: 10px; }

#messages-index div.message {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0; }
  #messages-index div.message .timestamp {
    margin-bottom: 10px; }
  #messages-index div.message .actions {
    margin-bottom: 0;
    font-size: 12px; }

#users-account .setting {
  margin-bottom: 20px; }

#photos-show #photo-frame {
  text-align: center;
  padding: 40px;
  background-color: #f6f6f6; }



/* footer */

#footer {
	margin-top: 30px;
	background:#fcf7c0;
	clear: both;
	/*width: 100%;*/
	padding:10px;
	border-top:solid 1px #ccc;
	/*border-bottom:solid 20px #000;*/
}
#footer h2{
	color:#000;
	font-size:150%;
	font-style:italic;
	font-weight:normal;
	margin-bottom:10px;
}
#footer_container{
	margin: 0 auto;
	width:980px;
	
	
}


#footer_about
{
	float:left;
	margin-left:10px;
	padding:10px;
}
.footer_nav {
	font-size:90%;
	border-right: solid 1px #ccc;
	padding-right:50px;
}
ul{
	list-style: none;
	
}

#footer_help
{
	float:left;
	margin-left:10px;
	padding:10px;

}
#footer_order
{
	float:left;
	margin-left:10px;
	padding:10px;
}
#footer_etc
{
	float:left;
	margin-left:10px;
	padding:10px;
}
.text_input{
	height:20px;
	width:200px;
}


	

#footer a{color: #5D5D5D;text-decoration: none;}
#footer a:hover{color: #BCBCBC;text-decoration: underline;}

