/* 
    Document   : multiselect.css
    Created on : 23.03.2011, 10:03:42
    Author     : Schoenmann Guenter
    Description:	This stylesheet is used to customize the output of postcontent.
					There are basic values defined in this stylesheet on a template basis.

					Do not alter any values here, because this file can be updated by any
					future release version !!!!!!!!

					Instead take the file multiselect_custom.css, which will automatically be
					loaded, if it exists.

					There you can override the standard settings from this file.
					Additionally you can customize the output by adding the extension
					you set in the parameter CSS-ID (eg. xy) to the classes imps-*
					(eg. will become ipms-*-xy).

					You can define CSS-ID for every query or reuse it in different queries.
                    .
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/

=========================================================================
	START OF DEFAULT CLASSES - start copying from here
=========================================================================
*/


/*	div container for complete post
		shortcode - is placed around complete post as a container by get_shortcode_output
*/
.ipms-postcomplete {
	width: 99%;
	padding-bottom: 10px;
    padding-top: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*	classes for $$thetitel$$	*/
.ipms-divtitle {
	width: 100%;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ipms-divtitle h1.ipms-title {
    font-weight: bold;
}

/*	classes for $$thecontent$$	*/
.ipms-divcontent {
	width: 100%;
	text-align: left;
	padding-bottom: 5px;
    padding-top: 5px;
}

.ipms-content {
    font-size: 1em;
    font-weight: normal;
}

/*	classes for $$theexcerpt$$	*/
.ipms-divexcerpt {
	width: 100%;
	text-align: left;
	padding-bottom: 5px;
    padding-top: 5px;
}

.ipms-excerpt {
    font-size: 1em;
    font-weight: normal;
}

/*	classes for $$thepermalink$$	*/
.ipms-divpermalink {
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
    padding-top: 1px;
	font-size: 1em;
    font-weight: normal;
	line-height: 1.1em !important;
}

.ipms-divpermalink a.ipms-permalinklink {
	text-decoration: none;
}

.ipms-divpermalink strong {
}

/*	classes for $$thecategories$$	*/
.ipms-divcategories {
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
    padding-top: 1px;
	font-size: 1em;
    font-weight: normal;
	line-height: 1.1em !important;
}

.ipms-categories {
	line-height: normal;
    font-size: 1em;
    font-weight: normal;
}

.ipms-divcategories a.ipms-catlinks {
	text-decoration: none;
}

.ipms-divcategories strong {
}

/*	classes for $$thetags$$	*/
.ipms-divtags {
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
    padding-top: 1px;
	font-size: 1em;
    font-weight: normal;
	line-height: 1.1em !important;
}

.ipms-tags {
	line-height: normal;
    font-size: 1em;
    font-weight: normal;
}

.ipms-divtags a.ipms-taglinks {
	text-decoration: none;
}

.ipms-divtags strong {
}

/*	classes for $$customfields$$	*/

.ipms-divcustomfields {
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
    padding-top: 1px;
	font-size: 1em;
    font-weight: normal;
	line-height: 1.1em !important;
}

.ipms-customfields {
	line-height: normal;
    font-size: 1em;
    font-weight: normal;
}

.ipms-divcustomfields ul {
	line-height: 1.1em !important;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	margin-bottom: 0px !important;
}

.ipms-divcustomfields ul li {
	padding-top: 2px;
}

.ipms-divcustomfields strong {
}

/*	classes for $$attachmentlinks$$	*/
.ipms-divattachment {
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
    padding-top: 1px;
	font-size: 1em;
    font-weight: normal;
	line-height: 1.1em !important;
}

.ipms-attachment {
	line-height: normal;
    font-size: 1em;
    font-weight: normal;
}

.ipms-divattachment a.ipms-attachmentlinks {
	text-decoration: none;
}

.ipms-divattachment strong {
}

/*	classes for $$theauthor$$	*/
.ipms-divauthor {
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
    padding-top: 1px;
	line-height: 1.1em !important;
}

.ipms-author {
    font-size: 1em;
    font-weight: normal;
}
.ipms-divtags a.ipms-authorlinks {
	text-decoration: none;
}

/*	classes for $$thedate$$	*/
.ipms-divdate {
	width: 100%;
	text-align: left;
	padding-bottom: 1px;
    padding-top: 1px;
	line-height: 1.1em !important;
}

.ipms-date {
    font-size: 1em;
    font-weight: normal;
}


/*  disables output  */
.ipms-none {
	display: none;
}
/*
=========================================================================
	END OF DEFAULT CLASSES  
=========================================================================
*/