/* -------------------------------------------------------------- 
   
   base.css
   * bilgeadam.com base css file for screen media.

	Font sizes:
		10px = 0.8333em; 
		12px = 1.0em; 
		14px = 1.1666em; 
		16px = 1.3333em; 
		18px = 1.5em; 

-------------------------------------------------------------- */

/* Load libraries. 
   reset, typography, forms, etc. */

@import url("reset.css");
@import url("typography.css");
@import url("forms.css");


/* Load layout. */

@import url("layout.css");

.clear {
	clear: both;
}

.extra iframe {
	margin-bottom: -5px;
}

a:active,
a:focus {
	outline: 0;
}

.quite {
	color: #697882;
}

#vendors {
	
}
/*  
    root element for the scrollable.  
    when scrolling occurs this element stays still.  
*/ 
div.scrollable { 
     
    /* required settings */ 
    position:relative; 
    overflow:hidden;
    width: 910px;
    height: 50px;
} 
 
/*  
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items {     
    /* this cannot be too large */ 
    width:10000em;     
    position:absolute;
} 
 
/*  
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items img { 
    float:left; 
    margin: 0 8px;
} 
 
/* you may want to setup some decorations to active item */ 
div.items div.active { 
    border:1px inset #ccc;         
    background-color:#fff; 
}

a.scroller {
	position: relative;
	display: block;
	padding: 10px 0;
	width: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #999;
}

a.scroller:hover {
	background: #d8dcdf;
	color: #3b444a;
	text-decoration: none;
}

a.prevPage {
	float: left;	
}

a.nextPage{
	float: right;
}

.media .extra,
.media .extra .heading,
.media .extra .stack {
	background: none;
	border: none;
	padding: 0;
}

.media .extra {
	background: #ebedef;
}
.media .extra .heading {
	font-size: 1.2em;
	color: #b46400;
	padding: 10px;
}
.media .extra .item {
	float: none;
	width: 95%;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px 0;
}
.media .extra .title {
	font-size: 1em;
}
.media .extra .pager {
	clear: none;
	color: #999;
	padding: 10px;
	border: 0;
}

.media .extra .stack {
	height: 350px;
	overflow: auto;
	padding: 0 10px;
}

.media .extra .item {
	float: none;
}

.media .extra .picture {
	margin-right: 10px;
}

.contact {
	line-height: 24px;
	font-size: 1.2em;
}

dfn {
	font-style: normal;
}
.contact dfn {
	width: 60px;
	float: left;
}
dfn.phone {
	background: url(../img/ico_phone.gif) no-repeat left;
	padding-left: 20px;
}
dfn.fax {
	background: url(../img/ico_fax.gif) no-repeat left;
	padding-left: 20px;
}
dfn.email {
	background: url(../img/ico_email.gif) no-repeat left;
	padding-left: 20px;
}

/* Colors
-------------------------------------------------------------- */
.blue,
.extra,
.intro {
	background: #e7f3ff;
	border-color: #b4daff;
	color: #002c56;
}

.grey,
.featuring,
.promo {
	background: #f3f4f5;
	border-color: #d8dcdf;
	color: #3b444a;
}

.yellow,
.form.extra,
.form stack {
	background: #fff4e7;
	border-color: #ffd4b4;
	color: #563000;
}

.extra .heading {
	color: #005BB4;
	background: #b4daff;
}

.block .heading {
	background: #d8dcdf;
	color: #535e66;
}

.form .heading {
	background: #ffd4b4;
	color: #b46400;
}

.featuring,
.extra {
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

/* Rulers
-------------------------------------------------------------- */
.extra .heading,
.extra .stack,
.block .heading,
.block .stack {
	padding: 10px 15px;
	margin: 0;
}

.item,
.pager {
	clear: both;
	border-top: 1px solid #d8dcdf;
	padding: 10px 0;
	margin: 0;
}

.pager .disabled {
	display: none;
}

.pager a,
.pager span {
	position: relative;
	padding: 2px 5px;
}
.pager a:hover {
	background: #fff4e7;
}
.pager .pager {
	border: none;
	font-size: 1.2em;
}


.intro,
.columned,
.item,
attachments {
	display: inline-block;
}

.columned .item {
	clear: none;
	float: left;
	width: 48%;
	padding: 0;
	margin: 10px 0;
	padding-right: 2%;
	border: none;
}

.columned .odd {
	clear: both;
}

.wide .columned {
	display: block;
}

.wide .item {
	clear: left;
	display: block;
}

.wide .columned .item {
	width: 31.333%;
	padding-right: 0;
	margin: 0 1%;
	margin-bottom: 20px;
	clear: none;
}

.intro {
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	font: 13px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}

.block p,
.block .title,
p.url {
	margin: 0;
}

.item .title {
	margin-bottom: 10px;
}
.summary {
	margin-bottom: 5px;
}

.section {
	padding: 10px 0;
	border-top: 1px solid #d8dcdf;
	background: url(../img/question_mark.gif) no-repeat right 15px;
}

.stack .more {
	padding-top: 5px;
}

.more big {
	margin-right: 5px;
}

.attachments {
	margin-bottom: 1em;
	border-top: 1px solid #efefef;
	padding-top: 10px;
}

.attachments .file img {
	margin-right: 5px;
}

/* Typo
-------------------------------------------------------------- */
.more,
.further,
.pager {
	margin: 0;
	color: #697882;
}

h1.heading {
	font-size: 18px;
	color: #005bb4;
	padding: 15px 0;
	margin: 0;
}

h2.heading {
	font-size: 18px;
	color: #b46400;
	padding: 10px 0;
	margin: 0;
}

h3.heading {
	font-size: 14px;
	color: #b46400;
}

.content h2 {
	color: #b46400;
	font-size: 18px;
}
.content h3 {
	color: #005bb4;
	font-size: 14px;
}

.section .heading {
	line-height: 24px;
	padding: 0;
	margin-bottom: 10px;
}

.extra .title {
	margin-bottom: 10px;
}

.sitemap .heading {
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d8dcdf;
}

/* Anchors
-------------------------------------------------------------- */
a {
	color: #005bb4;
	text-decoration: underline;
}

a:hover,
.more a,
.further a,
.pager a,
.sitemap a:hover,
p.url a {
	color: #b46400;
	text-decoration: underline;
}

.heading a,
.title a,
.menu a,
.pager a {
	text-decoration: none;
}

.heading a:hover,
.title a:hover,
.menu a:hover,
.more a:hover {
	text-decoration: underline;
}

.section a {
	color: #005bb4;
}
.section .heading a {
	color: #b46400;
}
.sitemap a {
	text-decoration: none;
	color: #3b444a;
}

/* Pictures
-------------------------------------------------------------- */
.picture {
	border: 1px solid #697882;
}

.picture img {
	display: block;
}

.item .picture,
.featuring .picture,
.content .picture {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.attachments .picture {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.intro .picture {
	float: right;
	margin-left: 15px;
}

.extra .picture {
	border: none;
	margin: 0;
	margin-bottom: 10px;
	margin-right: 10px;
}

.main .logo img {
	margin-right: 1em;
}

/* Lists
-------------------------------------------------------------- */
.extra ul,
.sitemap {
	line-height: 20px;
	list-style: url(../img/bullet_tri_blue.gif);
}


.extra ul 
{
    list-style-image:none;
	line-height: 20px;

}


.index .extra ul,
.page .extra ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}

.index .extra li,
.page .extra li {
	padding: 5px 0;
	padding-left: 15px;
	background: url(../img/bullet_tri_blue.gif) no-repeat left 10px;
	border-bottom: 1px solid #cde6ff;
}

.sitemap {
	margin: 0;
	padding: 0;
}

dl.detail {
	border-bottom: 1px solid #d8dcdf;
}

dl.detail dt {
	clear: left;
	float: left;
	width: 100px;
	padding: 5px 0;
	border-top: 1px solid #d8dcdf;
}

dl.detail dd {
	padding: 5px 0;
	margin: 0;
	border-top: 1px solid #d8dcdf;
}

/* Forms
-------------------------------------------------------------- */
.form.extra p {
	margin: 10px 0;
}
.form.extra .text {
	width: 75%;
}

.form dl,
.form dt,
.form dd {
	margin: 0;
	padding: 0;
}

.form .text {
	margin: 0;
	line-height: inherit;
}

.form.content dt {
	border-top: 1px dotted #d8dcdf;
	padding: .5em 0;
}
.form.content dd {
	margin-bottom: 1em;
}

.form dd label {
	font-weight: normal;
	margin-right: 1em;
}

.form.content .buttons {
	border-top: 1px dotted #d8dcdf;
	padding: 10px;
	padding-left: 21%;
}

.form.content textarea {
	height: inherit;
	width: inherit;
}