f/*
Theme Name: AllInclusivePortal.se
Theme URI: http://www.allinclusiveportal.se
Description: AllInclusivePortal.se
Author: PC
Author URI: -


/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif;

}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color:#0000ff;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing: 1px;
font-size:2em;
}
 
h2 {
padding:10px 0;
letter-spacing: 1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
	border: 1px solid #000;
	margin-left: 3px;
	margin-right: 3px;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing: 1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration: none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:830px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }





/*-----------Block Level Elements--------------*/

body {
	font: 14px Helvetica, Arial;
	background: url("images/bg.png") repeat-x #fff;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#page {
	width: 850px;
	max-width: 100%;
	min-width: 500px;
	margin: 20px auto;
}

#header {
	background: url("images/header.jpg") #FFAE7A;
	width: 100%;
	height: 160px;
	border: 0;
	margin-top: 15px;
	text-align: center;
}

#headerimg {
	float: right;
	text-align: right;
	margin: 3px 3px 0px 0px;
}

#tags {
	float: left;
	background: #eeeeff;
	border: 1px solid;
	height: 45%;
	width: 490px;
	text-align: center;
	margin-left: 2px;
	margin: 50px 3px 3px 1px;
}



.description {

}


#wrapper {
	width: 100%;
	margin: 0 auto; 
}

#content {
	position:relative;
	float: right;
	width: 560px;
	min-height: 2000px;
	height: auto !important;
	height: 2000px;
	margin-top: -1px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 3px 3px 3px 3px;
	background-color: #eee;
	text-align: left;
	border: 0;
	}


#right {
	float: left;
	width: 280px;
	min-height: 2000px;
	height: auto !important;
	height: 2000px;
	background-color: #eee;
	margin-top: -1px;
	margin-bottom: 2px;
	border: 0;
	text-align: left;
}


#footer {
	width: 100%;
	height: 50px;
	clear: both;
	background-color: #FFAE7A;
	text-align: center;
	border: 1px solid;
}


input.btn {
	color: #fff;
	border-style: groove;
	background-color: #ccccff;
	font: Verdana, Arial, Helvetica;
	font-size: small;
	font-weight: bold;
}


/*-------------Headings-------------*/

h1 {
	font-size: 2.4em;
}

h2 {

}

h3 {
	font-size: 1.2em;

}

h4 {

}

h5 {

}

#header h2 {
	font-size: 3em;
}

#header ul {
	background: #ccccff;
	padding-bottom: 25px;
}


#header li {
	float:left;
	margin:0;
	padding: 5px;
	list-style-type:none;
	white-space:nowrap;
	overflow: hidden;
}

#header a {
	text-decoration: none;
	color: #000099;

}

#header a:hover {
	color: #cc5500;
}


#header img {
	border: 0;
}



/*-------------The Post-------------*/


.post {
	margin-bottom: 15px;
}

.post p {

}

.post h2 {
	margin-top: 10px;
}

.post a {
	text-decoration: none;

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}


blockquote {
	border: 2px coral solid; border-color: eeeeff#; border-style: dotted;

}

cite {

}

a img {

}

acronym, abbr {

}






/*--------------Leftright sidebar------------*/
 

#content h3 {
	font-size: 1.3em;
	color: #586B7A;
}

#content ul {
	list-style-type: circle;
}


#content ul li a {
	text-decoration: none;
}

#content ul li a:hover {
	color: #cc5500;
}



/*--------------Footer------------*/

#footer a {
	text-decoration: none;
}



/*--------------Header------------*/



#header a {
	color: #0000ff;
	text-decoration: none;

}

#header a:hover {
	color: #cc5500;
}

#header a:visited {
	text-decoration: none;

}





/*--------------Right sidebar------------*/
 
#right ul {
	list-style-type: none;
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	line-height: 12pt;
}

#right ul h3 {
	font-size: 1.3em;
	color: #586B7A;
	margin-top: 15px;

}

#right ul h2 {

}

#right ul li {

}

#right ul ul {

}

#right ul ul li {

}

#right ul ul ul {

}

#right p {

}

#right a {
	text-decoration: none;

}

#right a:hover {
	color: #cc5500;
}

#right a:visited {
	text-decoration: none;

}


#right img {
	border: 0;

}



/*--------------Comments--------------*/


ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {
	text-decoration: none;

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {
	float: right;
}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {
	text-decoration: none;

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

img {
	border: 1px solid #000;
	margin: 0px 3px 3px 0px;
}



/*-------------Other------------------*/

hr {

}



/*-------------Menu RIA------------------*/



/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("images/off.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #004c99;
	border-top:1px solid #74b0c6;
	border-right:1px solid #74b0c6;
	border-left:1px solid #74b0c6;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#6d7078;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("images/divider.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("images/hover.gif") no-repeat top right;	
	}




