/* Copyright 2011-2012 MarkLogic Corporation. All Rights Reserved. */
/* TEMPLATE: 2x1-TOP-RES WITH SIDEBAR */

body{ font-size: 16px; line-height: 18px; color:#434343; }

body p {
    text-align:left;
    font-size: 14px;
    line-height: 16px;
}

h1 {
    color:#000;
    line-height:30px;
    font-size:26px;
    text-align:left;
}
h2 {
    color:#000;
    font-size:18px;
    text-align:left;
}

a {
    color:#262626;
}

a:hover {
    text-decoration:none;
}

p {
	padding:6px 0;
}

img {
    border:0px;
    margin:0px;
    padding:0px;
}

.button {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    opacity: 0.7;
    filter: alpha(opacity=70); /* for mozilla */
    margin: 0px;
    border: none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding: 4px 10px 4px 10px;
/*    background: url("../images/bg-bar-light.png") repeat-x;
*/    line-height: 14px;
    color: white;
    background-color: red;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration:none;
    cursor:pointer;
    -user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	text-transform: uppercase;
}

.sort {
    height: 41px;
    width: 48px;
}

.button:hover {
    text-decoration:none;
}

.button.disabled {
    cursor:auto;
    color:#888;
}

#container {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 1017px;
}

#header {
	padding:15px 0px;
	height:60px;
}
#logo { vertical-align:bottom; }

#search {
	float:right;
	margin:0 0 11px 0;
	height:30px;
    color:#fff;
    text-align:left;
    width:696px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none repeat scroll 0 0 #DCDCDC;
    padding: 8px;
}

#search input#query-text {
    color: red;
    font-size: 14px;
    margin: 6px 0px 0px 3px;
    padding: 5px 30px 5px 10px;
    width: 570px;
    /* height: 24px; */
    border:1px solid black;
}

#search h2 {
    display:inline-block;
    vertical-align: bottom;
    margin:13px 15px 4px 5px;
}

#content {
  width:100%;
  margin-bottom: 10px;
}

#sidebar-container {
	/*min-height:512px;*/
    float:left;
    background: none repeat scroll 0 0 #DCDCDC;
    margin-right:12px;
    padding: 8px;
	width:256px;
	height:100%;
    padding-left: 10px;
}

div#sidebar-person h2 {
	margin-top: 15px !important;
	margin-bottom: 0px !important;
}

.sidebar {
	border: 1px solid #C8C8C8;
	/*min-height:500px;*/
}

/* widget bar styles */
#widget-bar {
    float:left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none repeat scroll 0 0 #DCDCDC;
	width:648px;
	height:100%;
}

.widget-slot {
    text-align:center;
    position:relative;
}

#widget-bar .widget-slot  {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none repeat scroll 0 0 white;
    border: 1px solid #C8C8C8;
	margin: 8px;
	height:512px;
}

.widget-title {
	color: #3E576F;
	line-height: 18px;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	margin:0 0 8px;
}


#content-area-container {
	float:left;
	width:806px;
	height:100%;
	min-height:526px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white !important;
}

#content-area {
	background: none repeat scroll 0 0 white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px;
	min-height:526px;
}

.fullwidth {
	width:100%;
}
.halfwidth {
	width:48%;
}
.thirdwidth {
	width:32.25%;
}
.twothirdwidth {
	width:64.5%;
}
.fullwidth {
	width:100%;
}
.fullheight {
	height:100%;
}

#content-right {
	float:left;
	width:727px;
	margin-top: 4px;
}


/* Topbar widget styles */
#topbar {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none repeat scroll 0 0 #DCDCDC;
    margin-bottom: 10px;
    overflow:auto;
	width:100%;
	text-align:center;
}

#topbar .widget-slot  {
	float:left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none repeat scroll 0 0 white;
    border: 1px solid #C8C8C8;
	height:340px;
	width:343px;
	margin:8px;
}

#topbar .widget-slot {
	margin-right:0px;
}
#topbar .widget-slot:last-child {
	margin-right:0px;
}

#footer {
	clear:both;
	margin:0 0 11px 0;
	color: #969696;
    text-align:left;
    width:984px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none repeat scroll 0 0 #DCDCDC;
    padding: 8px;
}

#footer p {
  padding: 14px;
}
