@charset "UTF-8";
/* 
	CSS Document for NgutakNgatik.com
	Copyright (c) 2009 Neuro-Designs. All rights reserved.
*/

@import url("_styles_reset.css");

/* IE Warning */
#IEWarning {
	width: 100%;
	background: #f00;
	clear: both;
	padding: 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		font-weight: bold;
		color: #fff;
		}
		
		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

/* General Settings */
body {
	background: #fffdee url("/images/bg.jpg");
	font: 10px/20px helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	border-top: 8px solid #1c6f73;
	}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	font-weight: bold;
	color: #1c6f73;
	text-decoration: none;
	}
	
	a:hover {
		color: #7dbd7b;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

h2 {
	font-size: 1.8em;
	}
	
h3 {
	margin-bottom: 10px;	
	font-size: 1.4em;
	}
	
h4 {
	font-size: 1.2em;
	}
	
p {
	margin-bottom: 10px;
	font-size: 1.2em;
	}
	
strong {
	font-weight: bold;
	}
	
em, cite {
	font-style: italic;
	}
	
small {
	font-size: 0.9em;
	}
		
/* Additional Classes */

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}
	
/* Layout Settings */

h1 {
	width: 300px;
	height: 167px;
	}
	
	h1 a {
		display: block;
		width: 300px;
		height: 167px;
		background: url("images/logo.png") 0 0 no-repeat;
		margin: 0px;
		text-align: left;
		text-indent: -80000em;
		text-decoration: none;
		}

#header {
	width: 100%;
	min-width: 960px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	}
	
	#header .plc {
		width: 960px;
		margin: 0px auto;
		padding: 20px 0px;
		}

	#pgHome #header .plc {
		width: 960px;
		margin: 0px auto;
		padding: 20px 0px;
		text-align: center;
		}

	#pgForum #header {
		width: 100%;
		min-width: 960px;
		margin: 0px auto;
		padding: 0px;
		clear: both;
		}
		
		#pgForum #header .plc {
			width: 940px;
			margin: 0px auto;
			overflow: hidden;
			}

			#pgForum #header .plc #menu {
				width: 790px;
				height: 84px;
				float: left;
				position: relative;
				}
				
				#pgForum #header .plc #menu ul {
					position: absolute;
					bottom: 1px;
					}
					
					#pgForum #header .plc #menu ul li {
						float: left;
						padding-right: 15px;
						font-size: 1.4em;
						}
						
						#pgForum #header .plc #menu ul li a:link, #pgForum #header .plc #menu ul li a:visited {
							}
							
							#pgForum #header .plc #menu ul li a:hover {
								}
			
			#pgForum #header .plc #logo {
				width: 150px;
				float: right;
				}

				#pgForum #header .plc #logo h1 {
					width: 150px;
					height: 84px;
					}
	
					#pgForum #header .plc #logo h1 a {
						display: block;
						width: 150px;
						height: 84px;
						background: url("images/logo_small.png") 0 0 no-repeat;
						margin: 0px;
						text-align: left;
						text-indent: -80000em;
						text-decoration: none;
						}

#contentsHome {
	width: 940px;
	margin: 200px auto;
	margin-bottom: 100px;
	padding: 0px 10px;
	overflow: hidden;
	clear: both;
	}
	
	#contentsHome .left {
		width: 350px;
		float: left;
		}

	#contentsHome .right {
		width: 590px;
		float: left;
		}
	
	#contentsHome h3 {
		font-size: 2.2em;
		margin-top: 20px;
		}

	#contentsHome p.footerHome {
		font-size: 1em;
		margin-top: 10px;
		color: #999;
		}
		
		#contentsHome p.footerHome a:link, #contentsHome p.footerHome a:visited {
			color: #999;
			}
			
			#contentsHome p.footerHome a:hover {
				color: #1c6f73;
				}
	
	#contentsHome input.searchText {
		background: #fff;
		width: 500px;
		margin: 0px 3px 0px 0px;
		padding: 10px;
		border: 1px solid #1c6f73;
		font: 20px helvetica, arial, sans-serif;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
	
	#contentsHome input.searchButton {
		background: #1c6f73;
		width: 60px;
		margin: 0px;
		padding: 10px;
		border: 1px solid #1c6f73;
		font: bold 20px helvetica, arial, sans-serif;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
	
		#contentsHome input.searchButton:hover {
			background: #7DBD7B;
			}
		
#forumPlacement {
	width: 940px;
	background: #fff;
	padding: 0px 10px 10px 10px;
	margin: 0px auto;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #eaeaea;
	}

#footer {
	width: 960px;
	margin: 0px auto;
	margin-bottom: 40px;
	padding: 0px;
	font-size: 0.9em;
	color: #333;
	}
	
	#footer p {
		font-size: 1.1em;
		padding: 0px 10px;
		color: #999;
		}
		
		#footer p a:link, #footer p a:visited {
			color: #999;
			}
			
			#footer p a:hover {
				color: #1c6f73;
				}