/*
	Theme Name:		OVA TASARIM
	Theme URI:		http://ovatasarim.com
	Description:	Ova Tasarim web site main theme for 'screen'.
	Version: 		1.0
	Author: 			Ozgur Gunes @ orb int.
	Author URI:		http://orbint.com
*/

/* GENERAL //
-------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	text-decoration: none;
	color: #f93;
}

a:hover {
	text-decoration: underline;
}


a.pager {
	font-family: Arial;
	padding: 0 5px;
}

.no-display, #society {
	display: none;
}

.indicator {
	background: url(../images/ajax-loader.gif) no-repeat;
	padding-left: 24px;
}

.item .picture {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#main p.more {
	text-align: right;
	margin: 0;
}
.more a {
	color: #fff;
}

/* FRAMEWORK //
-------------------------------------------------- */
html, body {
	height: 100%;
}

body {
	background: #676767 url(../images/bg.gif) repeat-x;
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	min-height: 100%; /* For Modern Browsers */
	position: relative;
}

* html #wrapper {
	height: 100%;
}

#header {
	width: 290px !important;
	width: 287px;
	float: left;
}

#mast {
	margin-top: 10px;
}

#content {
	clear: both;
	background: url(../images/content_bg.gif);
	margin-bottom: 30px;
}

#main {
	float: right;
	width: 440px;
	padding: 15px;
	padding-bottom: 10px;
	color: #b3b3b3;
	background: #2a2a2a url(../images/buildings.gif) no-repeat bottom;
}


#teaser {
	height: 290px;
}

#footer {
	clear: both;
	background: #484848;
	color: #a4a4a4;
	text-align: center;
	padding: 6px 0;
	position: relative;
	height: auto !important;
	height: 18px;
	min-height: 18px;
	margin: -30px auto 0 auto;
}

#footer span {
	white-space: nowrap;
}

#footer .signatory {
	background: #484848;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px;
}

#footer .signatory a {
	color: #999;
}

#footer .signatory a:hover {
	color: #ccc;
}

#side {
	width: 256px;	
	margin-left: 20px;
	padding-bottom: 20px;
}

/* LINKS //
-------------------------------------------------- */
#navigation a {
	padding: 6px 0;
	padding-left: 20px;
	background: url(../images/bullet_orange.gif) left 12px no-repeat;
	color: #676767;
	position: relative;
	display: block;
	font-size: 12px;
}

#navigation a:hover {
	background: url(../images/bullet_orange.gif) left 12px no-repeat;
}

#navigation a.active {
	color: #999;
	background: url(../images/bullet_grey.gif) left 12px no-repeat;
}

.sideBlock a {
	color: #fff;
}

.sideBlock h3 a {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	padding: 5px 10px;
	position: relative;
	display: block;
	background: #7c7c7c url(../images/bullet_white.gif) 235px 12px no-repeat;
}

.sideBlock h3 a:hover {
	background: #f93 url(../images/bullet_white.gif) 235px 12px no-repeat;
}

#ongoingProject a.image {
	height: 128px;
	padding: 0;
	position: relative;
	display: block;
}

.actions a {
	color: #aa6633;
}
#footer a {
	color: #ddd;
}

.item .actions a {
	color: #fff;
}


/* LISTS //
-------------------------------------------------- */
#navigation ul {
	list-style: none;
}

#navigation li {
	float: left;
	width: 140px;
}

#navigation li.homepage {
	float: left;
	width: 100%;
}

.resume dt {
	clear: both;
	float: left;
	width: 60px;
	padding: 10px 0;
	border-top: 1px solid #666;
	font-weight: bold;
}

.resume dd {
	margin-left: 60px;
	padding: 10px 0;
	border-top: 1px solid #666;
}

.list .item, .pick .item {
	clear: both;
	list-style: none;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

.list .item, .edit .item, .arrangeable {
	clear: both;
	list-style: none;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 10px 0;
}

.status {
	margin-bottom: 10px;
	height: 2em;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
}

.item .status {
	float: left;
	margin: 0;
	margin-right: -40em;
	border: none;
}


.item .actions{
	margin: 0;
	padding-bottom: 15px;
}

.navigation {
	clear: both;
	margin-top: 30px;
}

.navigation li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style-position: inside;
	color: #666;
	font-size: .9em;
}

dl.resume {
	clear: both;
}

.resume dt, .resume dd {
	border-top: 1px solid #666;
	padding: 5px 0;
}
.resume dt {
	clear: both;
	float: left;
	width: 8em;
	font-weight: bold;
	color: #999;
}
.resume dd {
	margin-left: 8em;
}

dl.detail {
	clear: both;
	border-bottom: 1px dashed #666;
}

.detail dd, .detail dt {
	border-top: 1px dashed #666;
	padding: 5px 0;
}

.detail dd {
	margin-left: 12em;
}

.detail li {
	list-style-type: none;
}

.detail li.active {
	list-style: url(../images/check.gif);
}

.detail dd a {
	color: #ddd;
}

.detail dd .active a, .detail dd a:hover {
	color: #fff;
}

.detail dt {
	clear: both;
	float: left;
	width: 12em;
	color: #999;
}

.item .actions ul {
	float: right;
}

.item .actions li {
	float: left;
	margin-left: 10px;
	list-style-position: inside;
	font-size: .9em;
}

.tool li {
	list-style-position: inside;
	color: #666;
	float: none;
	margin-top: 10px;
}

/* TYPOGRAPHY //
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#subject {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.index h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.index h2 span {
  color: #ccc;
}

#footer em, #footer dfn {
	font-style: normal;
}

.teaser h2, .profile h2 {
	padding: 5px 0;
	font-size: 13px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

#main h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

.profile h2 {
	font: 1em Georgia, "Times New Roman", Times, serif;
	border: none;
	color: #ccc;
}
/* BLOCKS //
-------------------------------------------------- */
div.auto_complete
{
  position: absolute;
  width: 350px;
  background: #666;
  color: #fff;
}

div.auto_complete ul
{
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.auto_complete ul li
{
  margin: 0;
  padding: 2px;
  margin: 1px 0;
  list-style-type: none;
}

div.auto_complete ul li.selected
{
  background-color: #f93;
  color: #333;
}

div.auto_complete ul strong.highlight
{
  margin: 0;
  padding: 0;
  color: #800;
}

.profile {
	margin-bottom: 15px;
}
.sideBlock {
	margin-bottom: 20px;
}

.sideBlock img {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.sideBlock p {
	background: #959595;
	padding: 5px 10px;
}

.feature {
	font: 14px/22px Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}

#main p.quickLink {
	margin-bottom: -5px;
	margin-top: 20px;
	text-align: right;
	font-size: .9em;
}

#quickLinks {
	clear: both;
	font: 11px Verdana, Arial, sans-serif;
	padding-top: 20px;
	text-align: right;
}

#quickLinks li {
	list-style: none;
	float: left;
	margin-right: 20px;
}

#content .hr {
	clear: both;
	visibility: hidden;
	height: 0;
}

#main p {
	margin-bottom: 10px;
	text-align: justify;
}

#login dt {
	clear: both;
	float: left;
	width: 150px;
	padding: 5px 0;
}

#login dd {
	padding: 5px 0;
}

#login dd.login-remember {
	clear: both;
	margin-left: 150px;
}

#login .actions {
	text-align: right;
}

#login .form-error {
	clear: both;
}

.resume .actions {
	text-align: right;
}

div.detail {
	margin-bottom: 5px;
}

.tool {
	clear: both;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}

.tool .indicator {
	float: right;
	margin-top: 10px;
}

#pagination {
	clear: both;
	text-align: right;
}

#shellFloat {
	float: left;
	width: 128px;
	margin-right: 10px;
	text-align: center;
}

#shellFloat .actions, #shellPicture .actions {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -17px;
	text-align: right;
}

#shellFloat .actions li, #shellPicture .actions li {
	background: none;
}

#shellFloat .actions a, #shellPicture .actions a {
	background: #f93;
	color: #fff;
	padding: 1px 3px;
}

#shellPicture .picture, #shellFloat .picture {
	margin-bottom: 10px;
}

.attachments {
	clear: both;
	margin: 10px 0;
}

.attachments h3 {
	color: #f93;
	font-size: 1.2em;
	border-bottom: 1px solid #f93;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.attachments .picture {
	float: left;
	display: inline;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.attachment .actions {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.attachment .actions li {
	float: none;
	list-style: none;
	text-align: center;
}

.attachments .indicator {
	background: url(../images/ajax-loader.gif) no-repeat left;
}

.status .indicator {
	position: absolute;
}

.feedback {
	float: right;
}

.sideBlock h4 {
	padding: 5px 0;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 1em;
}

.tags li {
	list-style-position: inside;
	border-bottom: 1px solid #999;
	color: #ddd;
	padding: 5px 0;
}

.tags a {
	color: #333;
}

.tags a.remove {
	background: #f93;
	color: #fff;
	padding: 0 3px;
}

.tags form {
	padding: 10px 0;
	border-bottom: 1px solid #999;
	color: #fff;
}

#side .textfield {
	width: 70%;
}

#side .button {
	width: 20%;
}

.tags select {
	width: 95%;
	padding: 3px 2px;
}

.arrangeable {
	cursor: move;
}

ol li.arrangeable {
	list-style: decimal-leading-zero inside;
}

.picture .actions li {
	background: #f93;
}

.picture .actions li a {
	color: #fff;
}

.submenu {
	margin-bottom: 20px;
	text-align: right;
}

.submenu li {
	list-style: none;
	margin-bottom: 1px;
}

.submenu a {
	font-weight: normal;
	color: #fff;
	padding: 5px 10px;
	padding-right: 35px;
	position: relative;
	display: block;
	margin-bottom: 0 !important;
	margin-bottom: -18px;
	background: #7c7c7c url(../images/bullet_white.gif) 235px 12px no-repeat;
}

.submenu a.active, .submenu a:hover {
	background-color: #959595;
}

.submenu .active a {
	padding: 5px 10px;
	padding-right: 35px;
	position: relative;
	display: block;
	color: #ccc;
	background: #959595 url(../images/bullet_grey.gif) 235px 12px no-repeat;
}


.preview {
	margin: 20px 0;
}

.operations .indicator, .tags .indicator {
	float: right;
}

/* FORMS //
-------------------------------------------------- */
.form {
	margin: 10px 0;
}

.form p {
	color: #fff;
}

.form dl {
	color: #ccc;
}

.form h1.action-title {
	margin: 0;
	font-size: 14px;
	color: #6b3a00;
	background: none;
	margin: 0;
	padding: 0;
}

.form fieldset {
	border-top: 1px solid #666;
	margin-bottom: 15px;
}

.form legend {
	color: #999;
	padding-right: 5px;
	margin-bottom: 5px;
}

.form dd {
	margin-bottom: 5px;
	margin-top: 2px;
}

form-description {
	color: #8b5a20;
}

input, select, textarea {
	font: 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 1px 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

.textfield, .textarea {
	background: #666;
	border: 1px solid #ccc;
	width: 18em;
	padding: .3em;
}

.textfield:focus, textarea:focus, .button:focus {
	background: #EA7500;
	color: #fff;
}

.filefield {
	background: #f93;
}
.textarea {
	height: 16em;
}
.small.textarea, {
	height: 8em;
}

select {
	background: #666;
	border: 1px solid #ccc;
}
option {
	padding: 0 5px;
}

.button {
	border: 1px solid #999;
	background: #333;
	color: #ff9933;
	font-size: 1em;
	padding: 1px 5px;
}

input.small {
	width: 12em;
}

input.large, textarea.large {
	width: 36em;
}

.form-error {
	color: #cc0000;
}

.form-description {
	display: inline;
	margin-left: 10px;
}

.option.inline {
	margin-left: 1em;
}

legend {
	color: #fff;
}

label {
	font-family: "Trebuchet MS";
}

.textfield.disabled {
	color: #6b82a3;
}
