/*
Theme Name: an ordinary theme
Theme URI: http://www.blog.ordinary.ch/?page_id=269
Version: 2.5
Description: A simple theme with two corresponding random pictures in the header and a suckertree navigation thereunder. Optionally one or two columns. Two color schemes available. Widget ready. Please read the readme.txt file.
Author: Fabian Schmid
Author URI: http://www.blog.ordinary.ch/
Tags: one-column, two-columns, fixed-width, white, black, light
*/

/* STANDARDS */

body {
	/*background: #ffffff url(images/body_back.gif);*/
	color: #000000;
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .75em;
	margin:0px;
}
table tr td {
	font-family: "Arial";
	font-size: 11px;
}
p {
	text-align: left;
}
h2 {
	color: #c11415;
	font-size: 1.2em;
	margin: 0;
	
}

h3{
	margin-top:14px;
}

a {
	color:#062e7c;
	text-decoration: none;
}
a:hover {
	color: #EE7202;
}

.entry a{
	font-weight:bold;
}

img {
	border: none;
}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

/* MAIN CONTAINERS */

#contentwrap {
	min-height: 480px;
	width: 975px;
	background: url(images/back_content.png) repeat-y;
	overflow: hidden;
	position:relative;
	z-index:2000;
	
}
#left{
	float: left;
	width: 964px;
}
#right{
	float: right;
	width: 200px;
}

/* HEADER */
	
#titleanddesc {
	padding: 20px 1px 0 1px;
	width: 964px;
}
#blogtitle {
	color: #000000;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	
}
#blogtitle a {
	text-decoration: none;
}
#blogdescription {
	color: #a9a9a9;
	float: left;
	font-size: 11px;
	
}
#leftbanner {
	border: 3px solid #000000;
	clear: both;
	float: left;
	height: 377px;
	width: 282px;
}
#rightbanner {
	border: 3px solid #000000;
	float: right;
	height: 377px;
	width: 503px;
}
#navigation {
	border: 3px solid #000000;
	float: left;
	height: 17px;
	margin-top: 3px;
	width: 794px;
}

/* LEFT (POST & ENTRIES) */

.posts{
	margin-right: 40px;
	margin-left:30px;
}

.posts_single{
	margin-right: 65px;
	margin-left:75px;
	margin-top:40px;
}

.posts_single .post_single .entrywhole {
	margin-top:30px;
}

.posts_contact {
	margin-left:160px;
}

div.post, div.post_portfolio {
	margin-top:40px;
	margin-left:25px;
	width:600px;
	float:left;
}

div.post_portfolio {
	padding-top:20px;
	min-height:30px;
}

.post_show_image{
	float:left;
	margin-top:60px;
	width:266px;
	clear:left;
}


.post_show_image a img,  .small_1, .small_2, .small_3 {
	border:1px solid #b4b4b4;
	cursor:pointer;
}

.small_1:hover, .small_2:hover, .small_3:hover {
	border:1px solid #FFC834;
 }


.postdate {
	color: #000000;
	font-size: 11px;
	font-style:italic;
	margin-bottom: 5px;	
}
.pagetitle {
	color: #000000;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 20px;
	
}

.posttitle a, .posttitle{
	font-size:20px;
	color: #575757;
	text-decoration: none;
	display:inline-block;
}
.posttitle a:hover {
	color: #253988;
}
.category a {
	text-decoration: none;
	text-transform: lowercase;
}
.postmetadatabottom {
	padding: 0;
	width:100%;
	height:30px;
}
.postmetadatabottom small{
	float:right;
	margin-left:10px;
}
.postmetadatabottom a {
	color: #000000;
	text-decoration: none;
}
.postmetadatabottom a:hover {
	color: #253988;
}

.leave_comment{
	width:600px;
	float:right; 
	margin:10px 0 0 0;
}
.entry {
	position:relative;
	border-bottom: 1px solid  #a9a9a9;
	border-left:1px solid white;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
	padding-top:0;
	overflow: auto;
	min-height:95px;
}

.no_bottom_border {
	border-bottom: none;
}

div.post_portfolio div.entrywhole div.entry {
	min-height:70px;
}


.entrywhole_single{
	margin-top:30px;

}
.entry ul, ol{
	margin-left: 25px;
	padding-left: 0;
}

/* RIGHT (SEARCH & WIDGETS) */

.search {
	float: right;
	margin-top: 20px;
}
#searchsubmit {
	display: none;
}
#s{
	background: #000000 url("images/magnifier-black.png") no-repeat top left;
	border: none;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 1px 2px 1px 17px;
	width: 180px;
}
.widgets{
	border: 3px solid #000000;
	border-top: 0;
	float: right;
	margin-bottom: 18px;
	width: 193px;
}
.widgets ul{
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
.widgets ul li ul li{
	padding: 1px 4px;
}
.widgets ul li a{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}
.widgets ul li a:hover{
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
}
h2.widgettitle{
	background-color: #000000;
	border-bottom: 3px solid #000000;
	border-top: 3px solid #000000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 4px;
	text-decoration: none;
	
}
h2.widgettitle:hover{
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
}

/* FOOTER */

#footer{
	position:relative;
	z-index:999;
}

#footer_cats{
	background: url(images/back_content.png) top repeat-y;
	width:975px;
	padding-top:20px;
	height:50px;

}

#footer_cats_content{
	width:624px;
	float:right;
	margin-right:25px;
	background: url(images/back_subcats.png) top right no-repeat;
	padding-top:15px;
	font-size:10px;
}

#footer_cats_content li{
	display:inline;
	list-style-image:none;	
	text-transform:lowercase;
	padding:0 12px 0 12px;
	border-right:1px solid #999;
}

#footer_cats_content li a{
	color:#999;
}

/* COMMENTS */

#comments {
	clear: both;
	padding-top: 10px;
	text-transform:none;
}
#comments h3{
	background: #DDDDDD;
}
.comment-info-split {
	clear: both;
}

.commentlist div.alt {
	background: #DDDDDD;
	color: #000000;
	padding: 10px;
}
.commentlist div {
	padding: 10px;
}
.comment-div {
	display: block;
}
.comment-left {
	width: 30%;
}
.comment-right {
	width: 70%;
}

.comment_image {
	background:url(images/comments.gif);
	width:14px;
	height:14px;
	float:right;
}

/* WORDPRESS STYLES */

img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#rounded_top {
	height:11px;
	width:975px;
	background:url(images/top_rounded.png);
	background-repeat:no-repeat;
	z-index:2000;
	position:relative;
	/*display: inline-block;*/
}

* html div#rounded_top {
	margin-bottom:-5px;
}

div#qmedia_top {
	width:975px;
	height:150px;
	min-height:150px;
	display:inline-block;
}

div#qmedia_logo {
	float:left;
	margin-left:25px;
	margin-top:15px;
}

* html div#qmedia_logo{
	margin-left:10px;
}

div#pages_n_subcats {
	width:620px;
	height:131px;
	float:right;
	margin-right:35px;
	/*padding-bottom:20px;*/
	background: url(images/back_subcats.png) bottom right no-repeat;

}


ul.subcats li.current-cat a, ul.subcats li.lighted a{
	color:#ee7202;
	text-decoration:none;
}

div#rounded_bottom {
	height:17px;
	width:975px;
	background:url(images/bottom_rounded.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:999;
}

div.restmenu{
	display:inline-block;
	height:55px;
	width:965px;
	margin:0 auto;
	padding-top:30px;
	margin-bottom:-10px;
	z-index:999;
}


div#tab_5 {
	background:url(images/na_news.png) bottom no-repeat;
	width:161px;
	margin-right:-32px;
	z-index:1007;
}


div#tab_5.lighted {
	background:url(images/ac_news.png);
}

div#tab_6 {
	background:url(images/na_exclusive.png) bottom no-repeat;
	width:161px;
	z-index:1000;
}


div#tab_6.lighted {
	background:url(images/ac_exclusive.png);
}


div#tab_7 {
	background:url(images/na_contacts.png) bottom no-repeat;
	width:166px;
	z-index:999;
}

div#tab_7.lighted {
	background:url(images/ac_contacts.png);
}

div#tab_8 {
	background:url(images/na_agency.png) bottom no-repeat;
	z-index:1004;
}

div#tab_8.lighted {
	background:url(images/ac_agency.png);
}

div#tab_13 {
	background:url(images/na_portfolio.png) bottom no-repeat;
	z-index:1003;
}

div#tab_13.lighted {
	background:url(images/ac_portfolio.png);
}

div#tab_22 {
	background:url(images/na_clients.png) bottom no-repeat;
	z-index:1002;
}

div#tab_22.lighted {
	background:url(images/ac_clients.png);
}

div#tab_18 {
	background:url(images/na_services.png) bottom no-repeat;
	z-index:1001;
}

div#tab_18.lighted {
	background:url(images/ac_services.png);
}

div.restmenu div{
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
	height:55px;
	float:right;
}

div#tab_18 , div#tab_22, div#tab_13 , div#tab_8, div#tab_6 {
	width:171px;
	margin-right:-37px;
}

.hidden_link a {
	display:inline-block;
	font-size:28px;
	text-decoration:none;
	cursor:pointer;
	margin-top:10px
}

.hidden_link a:focus{
	outline : none; 
}

div#subcats {
	float:right;
	margin-top:30px;
	width:620px;
	text-align:right;
	/*padding:  0 0 20px 0;*/
}

ul.subcats {
	margin:0;
	margin-right:10px;
	padding-left:10px;
}

ul.subcats li {
	display:inline;
	margin-left:28px;
}

ul.subcats li a{
	font-size:16px;
	font-weight:bold;
	color: #20465e;
}

a.more-link {
	color:#253988;
}

.comments_div {

	margin-right:40px;
	overflow:auto;
	padding-bottom:10px;
	width:864px;
}

div#archive_n_blogs{
	margin-top:30px;
	float:right;
}

div#archive{
	margin-right:10px;
	font-size:16px;
	
}

div#archive a{
	font-size:16px;
	margin-left:15px;
	font-weight:bold;
	color:#c6c6c6;
}

div#archive a.lighted{
	color:#ee7202;
}


div#blogs{
	float:right;
	margin-right:10px;
}

* html div#blogs{
	margin-right:5px;
}

#navlink a{
	display:inline-block;
	margin-top:15px;
}

img.clients, a img.clients{
	padding:20px;
	border:3px solid #b4b4b4;
	margin:0 30px 30px 30px;
}

img.clients:hover{
	background:#e9e9e9;
}

p.cont_form_submit{
	float:right;
	margin:auto;
}
.enter_symbols{
	position:relative;
	bottom:4px;
}
.no_bottom_border{
	overflow:hidden;
}

.stop_image {
	position:absolute; bottom:0px; left:0px; color:black; z-index:3; height:40px; width:90px; background:black; opacity:0.4; filter: alpha(opacity=40); display:none;
}

.stop_image img{
	cursor:pointer; float:left; margin-left:10px; margin-top:5px;
}

.overlay_img{
	height:100%; width:100%; opacity:0.4; filter: alpha(opacity=40); background-color: rgb(0, 0, 0);
}

.flash_div{
	position:absolute; top:0px; left:0px; display:none;
}

#back_links{
	position:absolute;
	top:0; left:0;
	z-index:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.map_div{
	display:inline-block;
	width:1600;
}

.wpcf7{
	width:739px;
}

.captcha_div{
	float:left; width:300px;
}

.send_email{
	float: left;
}


.cf_table tr td{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.wpcf7-form-control-wrap textarea{
	margin:0;
	padding:0;
	height:90px;
}
#subcats_holder{
	height:18px;
}

div.send_to_links{
	position:absolute;
	height:27px;
	bottom:3px;
	right:0;
}

div.send_to_links img, div.send_to_links img a {
	cursor:pointer;
	padding:0;
	margin:0;
}

* html div.send_to_links{
	position:relative;
	text-align:right;
}
#domTip_tipBox{
	z-index:10000;
}
