﻿/* CSS Document */
/**
 * Theme Name: Hybrid Custom
 * Theme URI: http://link-to-your-site.com
 * Description: Describe what your child theme should be like.
 * Version: 0.1
 * Author: Your Name
 * Author URI: http://link-to-your-site.com
 * Tags: Add, Whatever, Tags, You, Want
 *Template: hybrid
 */

/* Get layout CSS */
/*@import url('../hybrid/library/css/2c-l-fixed.css');*/
/* Get drop-downs CSS */
/*@import url('../hybrid/library/css/drop-downs.css');*/
/* Get default CSS */
/*@import url('../hybrid/library/css/screen.css');*/

html, body
{
	height: 100%;
	margin: 0;
}

strong
{
	font-weight: bold;
}

body
{
	background: transparent url(images/background.tessin.jpg) repeat scroll left top;
	color: #666666;
	font: 13px/20px arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

p
{
	margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	font-weight: normal;
	z-index: 100;
	font-family: font-family: arial, verdana, sans-serif;
	padding-bottom: 5px;
}

h2{ padding-bottom: 15px;}

h2, h3, h4, h5, h6
{
	color: #738038;
}

h1
{
	font-size: 2.2em;
	line-height: 2em;
	color: #738038;
	font-family: 'PT Sans' , century gothic, Times, "Times New Roman" , Serif;
}

#body-container
{
	overflow-x: hidden;	
	overflow-y: hidden;	
	/*width: 960px;	*/
	width: 980px;
	margin-top: 0pt;	
	margin-right: auto;	
	margin-bottom: 0pt;	
	margin-left: auto;
	background-color: transparent;
	background-image: url("images/body-bg.png");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	position: relative;
	padding:0;
	z-index: 1;
	border:0px solid #c0c0c0;
}

#header-container
{
	/*background: transparent url(images/header.jpg) no-repeat scroll left top;*/
	height: 262px;
	position: relative;
	border:0px solid #c0c0c0;
	width:100%;
}

#header
{
	margin: 0;
	position: relative;
	border:0px solid #c0c0c0;
	height:100%;
}

/*  Mainnavigation */
#navigation
{
	background: url("images/navi-bg-tessin.png") no-repeat transparent;	
	position: absolute;
	bottom: 0px;
	left: 109px;
	height: 45px;
	width: 751px;
	overflow: visible;
	padding: 0 0 0 0;
	margin: 0;
	border:0px solid #000000;
}

/* some resets */
#primary-menu li a, #page-nav li a
{
	margin:0;
	padding:0;	
}

#page-nav ul.menu, #page-nav li
{
	list-style:none;
	margin:0;
	padding:0;
}


#page-nav ul.menu
{
	z-index: 9999;	
	margin:0 0 0 28px;	
	float:left;
	display:inline;
}

#page-nav li
{	
	float:left;
	border:0px solid #000000;
}
#page-nav li a
{
	background: none;
	border: none;
	padding:14px 19px 14px 20px;
	font-size: 16px;	
}

#page-nav li a:hover
{
	text-decoration: none;	
	background: transparent url(images/navi-bg.jpg) repeat-x scroll left bottom;
	color: #fff;
}

/* Childstyles */
#page-nav li ul.children
{
	margin-top:12px;	
}
#page-nav ul ul
{
	background-color: #ededed;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	z-index: 100;
}
#page-nav li ul li a
{
	font-size: 13px;
	border-bottom:1px solid #cccccc;
}

#site-description
{
	height: 125px;
	left: 88px;
	position: absolute;
	width: 110px;
}

/**********************************************/
/* sidebar                                    */
/**********************************************/
#primary
{
	float:right;
	padding:0 0 0 0;
	width: 250px;
	border-left: 1px dotted #DBDBDB;	
	height: 100%;
	margin:0 12px 0 0;
	display:inline;
}

#primary p
{
	margin-left: 10px;
	color: #8A8A8A;
	font-size: 11px;
}

#secondary
{
	border-left: 1px dotted #DBDBDB;	
	margin:0 12px 0 0;
	padding:0 0 0 0;
	width: 250px;
	float:right;
	display:inline;
}

/***************************************************/
/* Sidebar Widgets 								   */
/***************************************************/
#customwidget_articlepreview_wrapper
{
	border:0px solid #c0c0c0;
	width:100%;
	height:auto;
}

#customwidget_articlepreview_wrapper .contentrow
{	
	width:225px;
	height:auto;	
	margin:0 0 5px 0;
	font-size:11px;	
	border-bottom:1px dotted #DBDBDB;
	float:left;
	display:inline;
	padding-left:8px;
}


#customwidget_articlepreview_wrapper h3
{
	font-size:13px;
	margin:0;
	padding:0;
	display:block;	
	clear:both;
	float:left;
}


#customwidget_articlepreview_wrapper a
{
	text-decoration:none;	
	color:#8d9c4a;
}

#customwidget_articlepreview_wrapper a:hover
{
	text-decoration:underline;	
	color:#8d9c4a;
}

#customwidget_articlepreview_wrapper .content
{	
	width:100%;
	height:auto;	
	border:none;
	padding:0 0 5px;
	font-size:12px;
	line-height:16px;
	margin-bottom:0px;
}

#customwidget_articlepreview_wrapper img.previewimage
{
	border:1px solid #c0c0c0;
	width:75px;
	height:auto;
	float:left;
	margin:0 5px 0 0;	
}


#customwidget_articlepreview_wrapper .commentrow
{
	border-top:0px solid #c0c0c0;
	width:100%;
	height:auto;
	float:left;
	margin:0 0 0 0;	
}

#customwidget_articlepreview_wrapper .commentrow img
{
	border:0px solid #c0c0c0;	
	float:left;
	margin:0 5px 0 0;	
}

#customwidget_articlepreview_wrapper .commentrow a
{		
	float:left;
	margin:0 0 0 2px;	
	line-height:15px;
}

a img.widgetpic
{
	margin-right:5px;
	position:relative;
	top:4px;
}


/* central container */
#container
{
	margin: 0 auto 0 auto;
	padding: 10px 0 20px 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	clear:both;	
	border:0px solid #c0c0c0;
}

.content
{
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
	width: 670px;
	margin:0;
	padding:0 0 20px 30px;
	border:0px solid #000000;
}

.page-title, .attachment-title
{
	margin: 10px 0 21px;
}


/*********************************************/
/* jqueryslideshow                           */
/*********************************************/
#customwidget_jqueryslideshow_wrapper
{
	position:relative;
}

#jqueryslideshow {
    position:relative;
    height:245px;
	background-color:#999999;
}

#jqueryslideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#jqueryslideshow img.active {
    z-index:10;
	opacity:1.0;
}

#jqueryslideshow img.last-active {
    z-index:9;
}


#slideshow
{
	position: absolute;
	top: 0px;
	left: 9px;
	width: 960px;
	height: 250px;
	background-color: #ffffff;
	z-index: 0;
	border:0px solid #000000;
}

#logo
{
	background: url("images/tessin-logo.png") no-repeat scroll left top transparent;
	position: absolute;
	left: 80px;
	height: 135px;
	width: 135px;
	z-index: 10;
}

/*******************************************************************/
/* Meta Navigation 												   */
/*******************************************************************/
#metanavigation
{
	background: url("images/metanavi-bg-tessin.png") no-repeat scroll left top transparent;
	position: absolute;
	right:60px;
	top: 0;
	width: 158px;
	height: 28px;
	z-index: 10;
}

.metanavigation a
{
	font-size: 11px !important;
	color: #333333 !important;
}

.metanavigation a:hover
{
	color: #8D9C4A !important;
}
.metalink
{
	font-size: 11px;
	padding: 0px 12px 0px 20px;
	color: #666;
}



.metalink:link
{
	color: #666;
}

.metalink:visited
{
	color: #666;
}

.metalink:focus
{
	color: #8D9C4A;
}

.metalink:hover
{
	color: #8D9C4A;
}

.metalink:active
{
	color: #666;
}

.widget-title
{
	background: url("images/sidebar-devider.jpg") no-repeat scroll left bottom transparent;
	color: #738038;
	font-size: 17px;
	font-style: normal;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-left: -3px;
	width:225px;
}

.textwidget
{
	padding-left: 10px;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}



.h4widget
{
	margin: 10px 0 8px 0;
	font-size: 15px;
}


.breadcrumb
{
	margin: 0 0 10px;
	color: #999999;
}

.breadcrumb a
{
	color: #999999;
}

.breadcrumb a:link
{
	color: #999;
}

.breadcrumb a:visited
{
	color: #999;
}

.breadcrumb a:focus
{
	color: #8D9C4A;
}

.breadcrumb a:hover
{
	color: #8D9C4A;
}

.breadcrumb a:active
{
	color: #999;
}



#footer .copyright
{
	bottom: 10px;
	position: absolute;
	right: 370px;
	color: #666;
}



.copyright a
{
	color: #666;
}



.copyright a:hover
{
}



.copyright a:link
{
	color: #999;
}

.copyright a:visited
{
	color: #666;
}

.copyright a:focus
{
	color: #999;
	text-decoration: none;
}

.copyright a:hover
{
	color: #999;
	text-decoration: none;
}

.copyright a:active
{
	color: #999;
}



.sidebar-hookcont
{
	padding-left: 10px;
	margin-top: 5px;
}

.sidebar-hookcont p
{
	font-size: 11px;
}

.sidebar-hookcont h5
{
	color: #535353;
}

span.green
{
	color: #8D9C4A;
}



.widget
{
	margin: 5px 0 5px;
}



#page-nav li li a:hover
{
	color: #fff;
}



a:link
{
	color: #8D9C4A;
}

a:visited
{
	color: #8D9C4A;
}

a:focus
{
	color: #8D9C4A;
	text-decoration: underline;
}

a:hover, a :active
{
	text-decoration: underline;
}

#footer-container
{
	margin: 0;
	padding: 0;
	height: 200px;
	width: 100%;
	position: relative;
	background: transparent url(images/footer-bg.jpg) no-repeat scroll center bottom;
	border:0px solid #c0c0c0;
}

#footer-container a
{
	color: #7e5931;
	margin-right: 5px;
}
#footer-container a:link
{
	color: #7e5931;
}

#footer-container a:visited
{
	color: #7e5931;
}

#footer-container a:focus
{
	color: #fff;
	text-decoration: none;
}

#footer-container a:hover
{
	color: #fff;
	text-decoration: none;
}

#footer-container a:active
{
	color: #fff;
	text-decoration: none;
}
#footer
{
	position: relative;
	color: #444444;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	font-style: normal;
}



#flickr-left
{
	/*background:url("layout/flickr-footer.png") no-repeat scroll left top transparent;*/
	float: left;
	margin: 50px 0 0 20px;
	width: 310px;
}

#flickr-right
{
	float: right;
	margin: 50px 20px 0 0;
	width: 310px;
}

#footer-nav
{
	bottom: 35px;
	left: 340px;
	position: absolute;
	text-align: center;
	width: 290px;
}

#footer .footnavlink a
{
	color: #666666 !important;
	margin-right: 3px;
}

.photo
{
	width: 61px;
	height: 61px;
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 4px;
	border: 2px solid #fff;
}



.byline
{
	margin: 0;
}



/*****************************/
/* buttons 					 */
/*****************************/
.button, .submit, .reset
{
	color: #000000;
}
/*****************************/
/* customblogtemplate styles */
/*****************************/
#customblogtemplate
{
	padding: 0;
	margin: 0;
}
#customblogtemplate .post
{
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e2e2e2;
}
#customblogtemplate h2
{
	margin-top: 5px;
}

#customblogtemplate .entry-content
{
	margin-top: 7px;
}

#customblogtemplate a.comments-link
{
}

.post img
{
	border: 1px dotted #DBDBDB;
	max-width: 568px;
	padding: 3px;
}

.post img:hover
{
	border: 1px solid #DBDBDB;
}

/*****************************************/
/** Image Basic Settings 				 */
/*****************************************/
.alignleft,.left
{
	float:left;margin-right:15px
}
.alignright,.right
{
		float:right;margin-left:15px
}
.aligncenter,.center
{
	display:block;margin:0 auto 21px auto
}
.alignnone,.block
{
	clear:both;margin:0 0 21px 0
}
.clear
{
	clear:both
}
img.alignleft,img.alignright
{
	display:inline
}

/* Customs */
img.alignleft, img.alignright
{
	border: 1px dotted #DBDBDB;
	padding: 2px;
}


img.no-border
{
	border: none;
}
img.no-border
{
	border: none !important;
}

.startcont:hover
{
	background-image: url(wp-content/themes/hybrid-custom/images/startcont-tessin-hover.jpg);
}
div.flickr-thumb
{
	background-color: #22130b;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	float: left;
	height: 75px;
	width: 75px;
	padding: 1px 1px 1px 1px !important;
	margin: 3px 0px 3px 0px !important;
	border:none !important;
}

.linkrepair
{
	border:none;
	margin:0;
	padding:0;
}
