/*******************************************************************************
* masterp.css
* -------------------
* created : March 25, 2008
* copyright : Master P.
* creator : Johan den Haan
* email : jdenhaan@gmail.com
* web : http://www.theenterprisearchitect.eu
********************************************************************************
*
* Please contact me if you want to use this template.
*
*******************************************************************************/

/**************************** HTML elements ***********************************/

body, html {
	background: #ffffff;
	color: #7d7d7d;
	margin: 0px;
	padding: 4px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align: center;
}

a {
	color: #38a1e4;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000000;
}

a img{
    border-width: 0px;
}

h1 {	
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-style: normal;
	color: #38a1e4;
}

h1 a, h1 a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #38a1e4;
}

h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-style: normal;
	color: #38a1e4;
}

h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-style: normal;
	color: #7d7d7d;
}

hr {
	height: 0; 
	border-style: dotted; 
	border-width: 1px 0 0 0; 
	border-color: #7d7d7d;
}

/* don't let images break out of container width */
img {
	max-width:100%;
	height:auto;
}

/*********************** STRUCTURAL DIVS ********************************/

/* header - holds title and subtitle */
#header {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #006500;
	background-image: url(header_fill.jpg);
	background-repeat: repeat;
}

/* container containing all content and structural divs */
#container {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

/* main section - containing the content */
#main {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#entryfooter {
  border: 1px solid #bebebe;
	margin: 0px;
	padding: 10px;
}

p.entry-navigation {
	color: #7d7d7d;
	text-align: center;
}

/*********************** INFO **************************************/

.info {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.info a {
  text-decoration: none;
  font-weight: normal;
	color: #7d7d7d;
}

.info a:hover {
	color: #000000;
}


/***MISC*********************************************************/


.pivot-message {
	font-weight: bold;
	border: 1px dashed #666; 
	padding: 5px;
}

.pmo {
	white-space: nowrap;
	
}

.tags {
	display: block;
	margin-top: 6px;
}

.tags a {
	text-decoration: underline;
}

#tagcosmos a {
	text-decoration: none;
}

#tagcosmos {
  text-align: center;
}

#tagpage {
	color: #7d7d7d;
}

