/*   
Theme Name: Custom
Theme URI: http://babelfish.my42.org/
Description: Design for babelfish.
Author: kaye lam
Author URI: http://babelfish.my42.org/
Version: 1.0
*/

/* @group css reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* @end */

body {
	/*font: 14px/1.3em georgia;*/
	font: 14px/1.8em "helvetica neue", arial, verdana, sans-serif;
	color:#666;
	margin:0;
	background-image: url(imgs/bg.png);
}

#topimg {
	background: url(imgs/topbg.png) repeat 0 0;
	position: static;
	top: 0;
	left: 0;
	visibility: visible;
	height: 244px;
	width: 900px;
}

#headimg {
	background: url(imgs/header.png) no-repeat;
	width: 367px;
	height: 240px;
	position: relative;
	top: 0;
	left: 90px;
	visibility: visible;
}

#nav {
	position: absolute;
	top: 225px;
	left: 97px;
	height: 40px;
	z-index: 3;

}

#menu {
	
	border-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
	height: 38px;
	background: url(imgs/nav3.png) no-repeat;
}

#menu li {
	margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
    top: 0;
}

#menu li, #menu a {
	height: 38px;
	display: block;
	text-decoration: none;
}

.home {
	left: 0;
	width: 100px;
}
.about {
	left: 100px;
	width: 101px;
}
.contact {
	left: 200px;
	width: 100px;
}
.home a:hover {
	background: url(imgs/nav3.png) 0 -40px no-repeat;
}
.about a:hover {
	background: url(imgs/nav3.png) -100px -40px no-repeat;
}
.contact a:hover {
	background: url(imgs/nav3.png) -200px -40px no-repeat;
}



#main-wrap {
	background-color: #cac2b3;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-width: 1000px;
	top: 0;
	position: relative;
	/*margin-bottom: 30px;*/
}

.content {
	width: 800px;
	color: #1f1d1b;
	text-shadow: #E3D7C3 0 1px 0;
	padding-left: 100px;
	padding-top: 30px;
	padding-bottom: 25px;
	text-align: justify;
	z-index: 1;
}

.content p, #aux-col1 p  {
	margin:0.5em 0 1.2em;
	font-size: 14px;
	line-height: 1.8em;
}


.content a, .content a:link {
	color: #513326;
	text-decoration: none;
}


.content a:active, .content a:visited {
	color: #513326;
}

.content a:hover {
	color: #815440;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color: #6a4533;
	letter-spacing:-1px;
	margin:20px 0;
	text-shadow: 0 1px 0 #ede3d3;
}

h1 a {
	text-decoration:none;
	color:#333;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #4a2e22;
	letter-spacing:-1px;
	margin:20px 0;
	text-shadow: 0 1px 0 #ede3d3;
}

h3 {
	color: #523426;
	/*font-size: 16px;*/
	font-weight: bold;
	margin:10px 0;
	font:16px Trebuchet MS;
}

small {
	font-size: 11px;
}



#header {
	border-top:20px solid #BCE77C;
}

#header .description {
	float:right;
	margin:45px 0 0 0;
	color:#222;
}

#header h1 {
	margin:15px 0 0 0;
	padding:25px 25px 40px 0;
	border-bottom:20px solid #fafafa;
	text-shadow: 0 1px 0 #E0E8F5;
}

#wrapper {
	width:760px;
	margin:0 auto;
	
}

.clear {
	clear:both;
}

#aux-wrap {
	min-width: 1000px;
	top: 0;
	position: relative;
	margin-bottom: 30px;
	padding-top: 10px;
	border-top: 2px solid #060606;
}

#aux-content {
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	line-height: 16px;
	padding-left: 100px;
	width: 900px;
	text-align: justify;
	z-index: 1;
	position: relative;
}

#aux-content h2 {
	font-size:20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff6dc;
	text-shadow: #000 1px 1px 0;
	padding:0 0 3px 0;
}

#aux-col1 {
	width: 250px;
	float: left;
	padding: 10px;
}

#aux-col2 {
	float: left;
	width: 250px;
	left: 25px;
	position: relative;
	top: 0;
}

#aux-col3 {
	width: 250px;
	/*left: 550px;*/
	top: 0;
	float: right;
}

#footer {
	clear: both;
	top: 0px;
	min-width: 900px;
	background: #002947;
	position: relative;
	padding: 10px;
	border-top: 1px solid #fff;
	text-align: right;
}

#footer p {
	left: 100px;
	color: #fff;
	font: 0.8em verdana, arial;
}

#aux-wrap a, #aux a:link, #footer a, #footer a:link {
	color: #c9deff;
	text-decoration: none;
}

#aux-wrap a:active, #aux a:visited, #footer a:active, #footer a:visited {
	color: #c0d6f6;
	text-decoration: none;
}

#aux-wrap a:hover, #footer a:hover {
	color: #fff;
	text-decoration: none;
}

p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

/* img {
	background:#ccc;
	padding:1px;
	border:5px solid #eee;
}*/

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}

.navlink {
	background-color: #6a4533;
	color: #cac2b3;
	text-decoration: none;
	text-shadow: none;
	text-align: right;
	padding: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.navlink:hover {
	background-color: #6a4533;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: none;
	border-left: none;
}

.navlink a, .navlink a:link, .navlink a:visited {
	color: #cac2b3;
	text-decoration: none;
	text-shadow: none;
}
.moretext, .moretext a, .moretext a:link, .moretext a:visited {
	background-color: #6a4533;
	color: #cac2b3;
	text-decoration: none;
	text-shadow: none;
	padding: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.moretext:hover {
	background-color: #6a4533;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: none;
	border-left: none;
}

.post {
	margin-bottom: 20px;
	border-bottom: 1px dotted #222;
}

.widget ul li {
	border-bottom: 1px solid #fff;
	/*background: #00395f;*/
	padding: 7px;
}

.widget ul li:hover {
	background: #004776;
}

