﻿/*------------------------------------------------------------------
[Master Stylesheet]

Project:		Högskolecentrum Vimmerby
Version:		3.0
Created On:		2008-11-27
Last change:	2008-11-27
Assigned to:	Kim Gunnarsson, Mindbite
Primary use:	Corporate Website
-------------------------------------------------------------------*/

@import "reset.css";
@import "960.css";

/*--------------------------------------------------------------------------------------------------
Body and text
--------------------------------------------------------------------------------------------------*/
body									{font: normal 11px/16px Verdana, Arial, Sans-Serif; color: #333; margin: 0; padding: 0; background: #dedede; text-align: center;}

h1										{font: bold 26px sans-serif; color: #000; margin: 0 0 10px;}
h2										{font: bold 15px sans-serif; color: #000; margin: 10px 0 5px;}
h3										{font: bold 12px sans-serif; color: #000; border-bottom: solid 1px #f2f2f2; padding: 0 0 5px; margin: 5px 0 10px;}
h4										{font: bold 12px sans-serif; color: #000; margin: 5px 0 3px;}
h3.group								{padding-top: 15px; font: bold 14px/18px sans-serif; border-top: solid 0px #ccc; clear: both;}

a										{color: #911116;}
a:hover									{text-decoration:none;}

.clearer								{height: 0; font-size: 0; line-height: 0; clear: both;}

/*--------------------------------------------------------------------------------------------------
Layout
--------------------------------------------------------------------------------------------------*/

img										{border: 0;}
img.left								{float: left; margin: 0 10px 5px 0;}
img.right								{float: right; margin: 0 0 5px 10px;}
.left									{float: left; margin: 0 10px 5px 0;}
.right									{float: right; margin: 0 0 5px 10px;}

#searcharea								{}
#searcharea #searchbox					{position: relative; background: url(../gfx/searcharea-bg.png) no-repeat top left; width: 192px; float: right; z-index: 1; width: 392px !important; padding: 15px 0 15px; margin: 0 5px -45px;}
#searcharea #searchbox	label			{display: inline; margin-right: 8px; font-size: 9px;}
.txtSearchSite							{width: 204px; padding: 5px 3px 3px 8px; border: 0; height: 17px; background: url(../gfx/fancysearch-bg.gif) no-repeat left top; margin: 0 -5px 0 0; font-size: 11px;}
.btnSearchSite							{margin: 0 0 -8px;}

#hogskolecentrum						{clear: both; text-align: left; background: #fff url(../gfx/page-bg.gif) no-repeat bottom; padding: 0 0 20px !important;}

#masthead								{background: url(../gfx/page-bg-top.gif) no-repeat top left; padding: 12px 0 0;}
#masthead img							{margin-left: 10px;}

#container								{margin-top: 15px;}
#content								{line-height: 1.7em;}
#container #content ul					{padding: 5px 10px; margin: 5px 15px; list-style: disc;}
#container #content ol					{padding: 5px 10px; margin: 5px 15px; list-style-type: decimal;}
#container #content ul li				{list-style: disc; font-size: 11px; color: #585857;}
#container #content ol li				{list-style: decimal; font-size: 11px; color: #585857;}
#container #content p					{margin: 5px 0 20px 0;}

#sidebar .puff							{clear: both;}
#sidebar .puff-content					{background: url(../gfx/puff-bg.gif) no-repeat bottom; margin: 0 0 15px; float: left; width: 200px; padding: 10px 10px 15px;}
#sidebar .puff h2						{background: #e9e9e9 url(../gfx/puff-bg-top.gif) no-repeat top; padding: 10px 10px 0; margin: 0;}

#footer									{clear: both; text-align: left; margin: 10px auto;}
#footer #mindbite						{text-align: right;}
address.footer							{font: bold 10px Sans-Serif; clear: both; color: #000; float: left;}
address.footer strong					{display: none;}
address.footer span.tel strong			{display: inline;}
address.footer span.fax strong			{display: inline;}
address.footer a						{color: #000;}
address.footer a:hover					{color: #911116; text-decoration: none;}

.puffl									{width: 200px; float: left; display: inline-block; padding: 10px; margin: 10px; background: #fff url(../gfx/bg_puff.gif) top repeat-x;}
.puffr									{width: 200px; float: right; display: inline-block; padding: 10px; margin: 10px; background: #fff url(../gfx/bg_puff.gif) top repeat-x;}

div.company								{width: 240px; height: 105px; margin: 20px 20px 20px 0; float: left; overflow: hidden;}
div.company	h2							{margin: 0 0 5px 0; font-size: 1.3em; line-height: 18px;}
div.company	p							{margin: 0 !important; line-height: 16px; clear: both;}
h2.group								{clear: both;}


/*--------------------------------------------------------------------------------------------------
Menu
--------------------------------------------------------------------------------------------------*/

ul#menu									{margin: 0; padding: 5px 0 0 5px; list-style: none; float: left;}
ul#menu ul								{margin: 0 0 5px 7px; padding: 0; list-style: none;}
ul#menu ul ul							{margin: 0; padding: 0 0 0 10px; list-style: none;}
ul#menu li a							{display: block; margin: 1px 0; padding: 8px 15px 8px 10px; background: #e1e1e1; font: bold 10px Verdana, Arial, Sans-Serif; color: #000; text-decoration: none;}
ul#menu li a:hover						{background: #911116; color: #fff;}
ul#menu li.on a							{display: block; margin: 1px 0; padding: 8px 15px 8px 10px; background: #911116; font: bold 10px Verdana, Arial, Sans-Serif; color: #fff; text-decoration: none;}

ul#menu li.on li						{margin: 0 0 0 3px; padding: 2px 0; border-bottom: solid 1px #e9e9e9;}
ul#menu li.on li a						{margin: 0; padding: 4px 0 4px 15px; background: #fff url(../gfx/arrow.gif) no-repeat left !important;}
ul#menu li.on li a:hover				{color: #911116; background: #fff url(../gfx/arrow.gif) no-repeat left !important;}
ul#menu li.on li.on a					{color: #911116; font-weight:bold;}
ul#menu ul li							{padding: 5px 0;}

#menu li.on li a, #menu li.on li.on li a { font: normal 10px Verdana, Arial, Sans-Serif; color: #000; text-decoration: none;}

/*--------------------------------------------------------------------------------------------------
AddOns etc
--------------------------------------------------------------------------------------------------*/

span.smark								{background-color: #ccc; padding: 0 2px;}

ol.searchresult li						{margin-bottom: 20px;}
ol.searchresult h3						{margin: 0 0 5px 0;}
ol.searchresult h3 a					{text-decoration: none;}
ol.searchresult p						{margin: 3px 0;}

address.staff							{margin: 20px 0; display: block; clear: both;}
address.staff span						{margin: 0 0 3px 0; font: normal 12px Sans-Serif; display: block;}
address.staff span.wrapper				{width: 300px; float: left;}
address.staff span.photo				{width: 120px; margin-right: 5px; float: left;}
address.staff span.n					{margin-bottom: 5px; font-size: 14px; font-weight: bold;}
address.staff span.title				{margin: 10px 0; font-size: 14px;}
address.staff span.value				{display: inline;}

div.gallery								{width: 100%; margin: 10px 0; clear: both; float: left;}
p.gallerybreadcrumb						{margin: 10px 0 5px 0; padding: 5px; background: #f5f5f5; border: solid 1px #eee;}
a.gallerydir							{width: 120px; height: 120px; margin: 0 5px 5px 0; padding: 5px; overflow: hidden; float: left; background: #fff; color: #000; text-decoration: none; text-align: center; display: block;}
a.galleryimg							{width: 120px; height: 120px; margin: 0 5px 5px 0; padding: 5px; overflow: hidden; float: left; background: #fff; color: #000; border: solid 1px #eee; text-decoration: none; text-align: center; display: block;}
a.gallerydir:hover						{color: #000; background: #f5f5f5;}
a.galleryimg:hover						{color: #000; background: #f5f5f5;}
a.gallerydir span, a.galleryimg span	{margin: 3px 0 0 0; display: block; clear: both; font: normal 11px Sans-Serif;}

body#viewphoto							{height: auto; margin: 10px; padding: 0; font: normal 12px Sans-Serif; color: #fff; background: #000;}
body#viewphoto h1						{font: bold 18px Sans-Serif; color: #fff;}
body#viewphoto p						{margin: 5px 0; color: #fff;}

fieldset.contact						{border: 0; margin: 10px 0; padding: 0;}
fieldset.contact legend					{margin: 0 0 5px -7px; padding: 0; font: bold 12px Sans-Serif; color: #000; display: none;}
fieldset.contact p						{margin: 5px 0;}
fieldset.contact label					{display: block;}
fieldset.contact label .rfv				{font-size: 11px; color: #f00;}
fieldset.contact input					{width: 250px; padding: 0 2px; font: normal 12px Sans-Serif; color: #000;}
fieldset.contact input.captcha-input	{width: 60px;}
fieldset.contact textarea				{width: 250px; height: 100px; padding: 2px; font: normal 12px Sans-Serif; color: #000; overflow: auto;}
fieldset.contact .btn					{width: auto;}

fieldset.loginprotectedpage				{border: 0; margin: 10px 0; padding: 0;}
fieldset.loginprotectedpage legend		{margin: 0 0 5px -7px; padding: 0; font: bold 12px Sans-Serif; color: #000;}
fieldset.loginprotectedpage p			{margin: 5px 0;}
fieldset.loginprotectedpage label		{display: block;}
fieldset.loginprotectedpage label .rfv	{font-size: 11px; color: #f00;}
fieldset.loginprotectedpage input		{width: 250px; padding: 0 2px; font: normal 12px Sans-Serif; color: #000;}
fieldset.loginprotectedpage .btn		{width: auto;}

dl#pageproperties						{width: 100%; margin: 20px 0; display: block; clear: both;}
dl#pageproperties dt					{width: 110px; font: bold 11px Sans-Serif; float: left;}
dl#pageproperties dd					{font: normal 11px Sans-Serif;}
dl#pageproperties dd a					{}

ul.sitemap								{margin: 5px 0 5px 20px; list-style-type: square;}
ul.sitemap ul							{margin: 5px 0 5px 20px; list-style-type: square;}

ul.breadcrumb							{margin: 0; padding: 0; list-style: none;}
ul.breadcrumb li						{margin-right: 5px; padding: 0; line-height: 25px; display: inline;}
ul.breadcrumb li.delimiter				{font-weight: bold;}

ul.documentlibrary						{list-style: none; margin: 0; padding: 0;}
ul.documentlibrary li					{line-height: 20px;}
ul.documentlibrary li img				{vertical-align: top;}
ul.documentlibrary li a					{margin: 0 0 0 6px;}


/*--------------------------------------------------------------------------------------------------
CE
--------------------------------------------------------------------------------------------------*/
div.largeimage							{display:none; position: absolute; left:200px; background-color:#fff; border:solid 1px #ccc;}
div.largeimage a						{margin:10px; display: block;}

ol.guestbook							{width: 70%; margin: 0; padding: 0; list-style: none; float: left;}
ol.guestbook li							{margin: 0 0 10px 0; padding: 10px; background: #f5f5f5;}
ol.guestbook h3							{margin: 0; font: bold 11px Sans-Serif;}
ol.guestbook p							{margin: 0;}
ol.guestbook p.report					{margin-bottom: 10px;}
ol.guestbook a							{text-decoration: none; color: Blue;}
ol.guestbook a.reported					{text-decoration: none; color: Red;}

ol.guestbook li.pager					{margin: 0; padding: 0; line-height: 20px; text-align: center; background: none !improtant; clear: both;}
ol.guestbook li.pager a					{text-decoration: none;}
ol.guestbook li.pager a:hover			{text-decoration: underline;}
ol.guestbook li.pager a.left			{float: left;}
ol.guestbook li.pager a.right			{float: right;}

fieldset.guestbook						{width: 25%; padding: 10px; background: #f5f5f5; border: 0; float: right;}
fieldset.guestbook legend				{margin: 0 0 10px -7px; padding: 0; font: bold 14px Sans-Serif; color: #000;}
fieldset.guestbook p					{margin: 5px 0;}
fieldset.guestbook p.info				{margin: 10px 0;}
fieldset.guestbook p.error				{color: Red;}
fieldset.guestbook p.done				{color: Green;}
fieldset.guestbook p.checkbox			{margin: 0 0 10px 0;}
fieldset.guestbook p.checkbox label		{margin: 0 0 0 3px; vertical-align: middle; display: inline;}
fieldset.guestbook p.checkbox input		{width: auto; vertical-align: middle;}
fieldset.guestbook label				{display: block;}
fieldset.guestbook label span			{color: Red; visibility: hidden;}
fieldset.guestbook input				{width: 97%; font: normal 11px Sans-Serif;}
fieldset.guestbook textarea				{width: 97%; height: 80px; font: normal 11px Sans-Serif; overflow: auto;}
fieldset.guestbook input.btn			{width: auto;}

fieldset.guestbook fieldset				{margin: 0; padding: 0; border: 0; display: none;}
fieldset.guestbook fieldset legend		{display: none;}

ul.banners 								{margin: 20px 0; padding: 0; list-style: none;}
ul.banners li							{margin: 5px 0;}

