/* 
** This is style sheet applies to multiple templates. To make template specific changes
** edit the template.css file in the templates directory.
*/

body {
	margin:0;
	padding:0;
	color:#465675;
	background-color:#F1BFE2;
	background:url(../../templates/p-1/images/bg.jpg) repeat-x;
}

img {
	border:none;
}

form {
	padding: 0;
}

td {
	vertical-align:top;
}

td,tr,th,p,div { /* These properties control most of the text */
	color:#FEE;
	font-family:Book Antiqua;
	font-size:13px;
	font-weight:bold;
}

table.blog, .blog {
	width:100%;
	padding:5px;
}

.contentheading, .componentheading {
	font-weight:bold;
}
	
.contentpaneopen {
	width:100%;
}
	
.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited {
	font-size:1.2em;
}
		
.moduletable th {
	color:#e98d34;
}
	
.pollstableborder, .poll {
	width:100%;
	text-align:left;
}

h1 {
  font-size:16px;
}
  
h4 {
	color:#FF9900; 
	font-family:Book Antiqua;
	font-size:14px;
	font-weight:bold;
}

h5 {
	color:#FF9900; 
	font-family:Book Antiqua;
	font-size:13px;
	font-weight:bold;
}

h6 {
	color:#FF9900; 
	font-family:Book Antiqua;
	font-size:12px;\
	font-weight:bold;
}

a:link, a:visited {
	color:#D023BE; 
	font-family:Book Antiqua;
	font-size:12px; 
	text-decoration:none;
}

a:hover {
	color:#23598d;
	text-decoration:underline;
}
	
ul {
	margin:0;
  padding-left:5px;
}

li {
	list-style:none;
  padding-bottom:5px;
}

/**
 * General Mambo Styles
 * --------------------
 * The following are styles that are often used
 * site wide by Mambo to provide better control
 * of content's appearences.
 */

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */
	height:1px;
	border:1px solid #314B77;
	background:transparent;
}

.pagenav {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */
	font-weight:normal;
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */
	color:#343A58;
	font-weight:bold;
}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	color:#FF9900;
}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	color:#343A58;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

.smalldark {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#343A58;
	font-weight: normal;
	text-decoration:none;
}

/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
	/* this style applies to most form buttons generated by
	   Mambo and its components. Change its format here*/
	height:20px;
	margin-top:4px;
	border:1px solid #000066;
	text-align:center;
	color:#FFFFFF; 
	background-color:#94B1CF;
	font-family:Book Antiqua;
	font-size:13px;
	font-weight: normal;
}

.inputbox {
	/* Again, the name implies that this style changes the 
	   way those input box looks */
	border:1px solid;
	color:#343A58;
	background:#FFFFFF;
	font-family:Book Antiqua;
	font-size:12px;
}

#menu_bar {
	height:33px;
}