/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {	
	margin: 0;
	padding: 0;
}

body {
    background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
    margin: 0 auto;
    background: #0353f9 url(http://www.iiee.org.ph/home/images/bg_main.gif) repeat-x;
	width: 990px;
}

.othernews {
	font-size: 1.4em;
	color: #ccc;
}


h1, h2, h3 {
	font-family: 'Arial', Helvetica, sans-serif;
}	

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.6em;
    font-weight: bold;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

/* Header */

#header {
    position: relative;
	width: 960px;
	height: 130px;
	margin: 0 auto;
}

#logo {
    position: absolute;
	height: 30px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}	

#menu {
    width: 960px;
    margin: 0 auto;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 0 30px;
	color: #ccc;
}

#content img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}


.post {
}

.post .title {
	margin: 0;
}

.post .title h1, .post .title h2 {
	margin: 0;
	padding: 0;
}

.post .title a {
	border: none;
	color: #666666;
}

.post .meta {
	margin: 0;
	padding: 3px 0 0 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #333;
}

.post .entry {
	padding-bottom: 20px;
}

.post .entry p, .post .entry ol, .post .entry ul {
}

.post .tags {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #DEDEDE;
	font-size: smaller;
	text-align: center;
}

.post .tags a {
	margin-left: 10px;
}

.post .links {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #DEDEDE;
	font-size: smaller;
	text-transform: uppercase;
}

.post .links a {
	font-weight: bold;
}

.post ul {
	padding-bottom: 25px;
}

.post h2, .post h3 {
	padding-top: 20px;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 10px;
}

.sidebar h2 {
	color: #666666;
}

/* Sidebar1 */

#sidebar1 {
	width: 220px;
	background: #fff;
}

#sidebar1 li li {
	margin-left: 10px;
	padding-left: 10px;
}

#sidebar1 h2 {
}

/* Sidebar2 */

#sidebar2 {
	width: 240px;
   	background: #fff;
}

#sidebar2 {
    font-size: 11px;
    color: #333;
}

#president {
    margin: 0 auto;
	width: 220px;
   	background: #fff;
}

#sidebar3 {
	width: 220px;
	background: #fff;
}



/* Footer */

#footer {
    position: relative;
	clear: both;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	color: #ccc;
}

#footer p {
	margin: 0;
	padding: 15px 0px;
	font-size: 11px;
}

#footer .legal {
    padding: 10px;
	text-align: center;
    font-weight: bold;
	font-size: 12px;
}

#footer .credit {
    position: absolute;
    right: 10px;	
    top: 0px;
	height: 40px;
}


#footer a:link {
color: #ccc;
font-weight: bold;
text-decoration: none;
}
#footer a:visited {
color: #ccc;
font-weight: bold;
text-decoration: none;
}
#footer a:hover {
color: #fff;
font-weight: bold;
text-decoration: none;
}
#footer a:active {
color: #ccc;
font-weight: bold;
text-decoration: none;
} 

.clear {
 	clear: both;
}

#sidebar2 .left {
	float: left;
}

#sidebar2 .right {
	float: right;
}

.spacer2 {
	height: 10px;
    }

#iieenews {
    float:right;
    width: 240px;
}

.iieenews2 {
    background-image: url(http://www.iiee.org.ph/home/images/news_arrow.gif);
    background-repeat: no-repeat;
    background-position: center left;
	padding-left: 20px;
}

#related {
    margin: 0 auto;
    width: 180px;
}

.related {
    background-image: url(http://www.iiee.org.ph/home/images/related_arrow.gif);
    background-repeat: no-repeat;
    background-position: center left;
	padding-left: 30px;
    padding-bottom: 5px;
	color: #999;
}

.related a:link {
	color: #333;
	text-decoration: none;
}

.related a:visited {
	color: #333;
	text-decoration: none;
}

.related a:hover {
	color: #ccc;
	text-decoration: none;
}

.related a:active {
	color: #333;
	text-decoration: none;
} 

#members {
	position: absolute;
    background-color: #fff;
	width: 220px;
	top: 10px;
	right: 0px;
}

#membersinner {
	margin: 0 auto;
	width: 210px;
	font-size: 95%;
	color: #000033;
	}

#membersinner a:link {
	color: #000033;
	text-decoration: none;
}

#membersinner a:visited {
	color: #000033;
	text-decoration: none;
}

#membersinner a:hover {
	color: #0033cc;
	text-decoration: none;
}

#membersinner a:active {
	color: #000033;
	text-decoration: none;
} 

#banner {
	margin: 0 auto;
	padding: 3px;
}

.ads {
	color: #ccc;
	font-size: 10px;
	text-transform: uppercase;
}	

#email { 
	position: absolute;
	right: 260px;
	top: 30px;
}

