@import url(garland-admin.css);
/*
 *  Author     :    Christopher Robinson
 *  Email      :    christopher@edg3.co.uk
 *  Website    :    http://www.edg3.co.uk/
 *  Customized by siteform
*/

/* general */

body
{
    background: #fff url('objects/background_body.jpg') repeat-x top;
    color: #666;
    font-size: 0.8em;
    font-family: Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6,
#header p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a
{
    color: #9447D1;
    text-decoration: none;
}

a:hover
{
    color: #666;
    text-decoration: underline;
}
h1 a{
	color: #666;
}
h1 a:hover{
	text-decoration: none;
	color: #9447d1;
}
blockquote
{
    background: #f1f1f1;
    border-left: 2px solid #7534aa;
    color: #666;
    display: block;
    font-style: oblique;
    line-height: 20px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.left
{
    float: left;
    margin: 0 10px 0 0;
}

.right
{
    float: right;
    margin: 0 0 0 10px;
}

/* header */
#header
{
    /*background: url('objects/background_header.jpg');*/
    background: url('objects/bg_header.png') no-repeat 243px 64px;
    width: 760px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}

#header:after
{
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

#header h1
{
    color: #666;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: -2px;
    margin: 0 0 40px 0;
    padding-top: 25px;
    
}

#header p
{
    color: #fff;
    /*font-weight: bold;*/
    float: right;
    padding-right: 20px;
    padding-top: 105px;
    font-size: 18px;
    margin: 18px 0 0;
}

/* Primary links */
#primary_links ul
{
    list-style: none;
}

#primary_links ul li
{
    display: block;
    width: 190px;
}

#primary_links ul li a
{
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 10px;
}

#primary_links ul li a:hover
{
    background: #b484da;
    color: #eee;
    text-decoration: none;
}

/* Secondary links */
#secondary_links
{
    position: absolute;
    top: 5px;
    right: 0;
    color: #9447D1;
}

#secondary_links ul li
{
    display: inline;
    margin: 0;
    padding: 0;
}

#secondary_links ul li a
{
    display: inline;
    padding: 5px;
    margin: 0;
}

#secondary_links ul li a:hover
{
    background: #b484da;
    color: #eee;
    text-decoration: none;
}


/* content */
#content
{
    height: auto;
    margin: 0 auto;
    width: 760px;
}

#content:after
{
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
} 


/* sidebar */
#sidebar
{
    float: left;
    width: 210px;
}

#sidebar h1
{
    border-bottom: 2px solid #7534aa;
    color: #666;
    font-size: 165%;
    font-weight: 400;
    line-height: 30px;
    padding: 0 10px;
}

#sidebar h2
{
    border-bottom: 2px solid #7534aa;
}

#sidebar p
{
    background: #f1f1f1;
    color: #666;
    display: block;
    font-size: 90%;
    line-height: 20px;
    margin: 10px 0;
    padding: 10px;
}

#sidebar p a.more
{
    display: block;
    text-align: right;
}

#sidebar ul
{
    margin: 10px;
}

#sidebar ul li
{
    border-bottom: 1px solid #b484da;
    list-style: none;
    padding: 5px 2px;
}

#sidebar ul li a
{
    display: block;
    text-decoration: none;
}

#sidebar ul li a:hover
{
    text-decoration: underline;
}

#user-login-form ul, #user-login-form li, #user-login-form a
{
    padding-left: 0px;
    margin-left: 0px;
}


/* Main */
.node .content{
	padding: 10px;
	line-height: 1.5em;
}
#main
{
    float: right;
    width: 520px;
}

#main p
{
   margin: 0 0 0.8em;
}
#main p.preset-small,
#main p.preset-middle{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px; 
}

#main h1
{
    border-bottom: 2px solid #7534aa;
    color: #666;
    font-size: 165%;
    font-weight: 400;
    line-height: 30px;
    padding: 0 10px;
}

#main h2
{
    border-bottom: 2px solid #7534aa;
    margin-bottom: 0.5em;
    font-size: 19px;
}
/*#navbar{
	min-height: 60px;
}*/
#block-views-sidebar_gallery-block_1,
#block-views-sidebar_gallery-block_2{
	margin: 82px 0 10px;
}
#block-views-sidebar_gallery-block_1 .views-row,
#block-views-sidebar_gallery-block_2 .views-row{
	margin: 0 0 10px;
}
.teaser-view h3{
	margin-bottom: 0.5em;
}
.teaser-view .content{
	padding: 0;
}
.read-more strong{
	font-weight: normal;
}
/* footer */
#footer
{
    margin: 30px auto;
    width: 760px;
}

#footer:after
{
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

#footer p
{
    border-top: 2px solid #7534aa;
    color: #666;
    font-size: 90%;
    line-height: 20px;
    padding: 10px;
    text-align: center;
}

fieldset.data-expose{
	border: none;
	background: none;
}
html.js fieldset.collapsed.data-expose legend a,
html.js fieldset.collapsible.data-expose legend a,
.data-expose legend a{
	display: block;
	width: 92px;
	height: 92px;
	position: relative;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.data-expose legend a span{
	width: 92px;
	height: 92px;
	background: url(objects/but_expose.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
}
html.js fieldset.collapsed.data-expose{
	/*margin-bottom: 80px;*/
	height: 92px;
	margin: 1em 0 0;
}
html.js fieldset.collapsed.data-expose span{
	display: block;
}
/* Drupal specific style */
.admin .left, .admin .right
{
    width: 40% !important;
}

