@charset "utf-8";
/* CSS Document */

/*  
Theme Name: Gevelop
Theme URI: http://www.gevelop.com
Description: A Recent Gevelopment
Version: 1.0
Author: Gevelop.com
Author URI: http://www.gevelop.com/

*/
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, blockquote{
	margin: 0;
	padding: 0;
}

p{
	margin: 6px;
	padding: 6px;
}

body{	
	background-image: url(/images/metal_texture.jpg);
}

h1{
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
h2{
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;	
}
h3{
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}
.logo{
	position: relative;
	left: 30px;
	top: 5px;
	background: transparent;
	display: block;
	z-index: 0;
}

.rightLogo{
	position: relative;
	left: 471px;
	top: -114px;
	width: 506px;
	height: 540px;
	vertical-align: bottom;
	z-index: 1;
}

.page{
	width: 979px;
	background-image: url(/images/planet.png);
	background-repeat: no-repeat;

}

.centerTextBox{
	position: relative;
	left: 20px;
	top: -540px;
	width: 600px;
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	z-index: 2;
	padding: 10px;	
}

.leftTextBox{
	position: absolute;
	left: 650px;
	top: 126px;
	width: 220px;
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	z-index: 3;
}

.fullTextBox{
	position: relative;
	left: 60px;
	top: -540px;
	width: 800px;
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	z-index: 2;
	padding: 10px;	
}


.roundedBox{
	display:block
}
.roundedBox *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#FFFFFF;
}
.roundedBox1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #6d6d6d;
	border-right:1px solid #6d6d6d;
	background:#bfbfbf;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;	
	opacity:.70;
	zoom: 1; /* required for opacity to work in IE -grr */
}
.roundedBox2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #191919;
	border-right:1px solid #191919;
	background:#cecece;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;	
	opacity:.70;
	zoom: 1; /* required for opacity to work in IE -grr */
}
.roundedBox3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 0.7;	
	opacity:.70;
	zoom: 1; /* required for opacity to work in IE -grr */
}
.roundedBox4{
	border-left:1px solid #6d6d6d;
	border-right:1px solid #6d6d6d;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;	
	opacity:.70;
	zoom: 1; /* required for opacity to work in IE -grr */
}
.roundedBox5{
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;	
	opacity:.70;
	zoom: 1; /* required for opacity to work in IE -grr */
}
.roundedBoxMain{
	padding: 10px;
	background: #FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* for older IE browsers note: this has to come first */
	filter: alpha(opacity=70); /* for IE */
	-moz-opacity: 0.7; /* for older mozilla browsers */
	opacity:.70; /* works with most */
	zoom: 1; /* required for opacity to work in IE -grr */
}


.noOpacity{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* for older IE browsers note: this has to come first */
	filter: alpha(opacity=100); /* for IE */
	-moz-opacity: 1.0; /* for older mozilla browsers */
	opacity:1.0; /* works with most */
	zoom: 1; /* required for opacity to work in IE -grr */
}


.footer{
	position: relative;
	text-align: center;
	left: 0px;
	top: -470px;
	color: #FFFFFF;
	font-size: 12px;
	z-index: 4;
	display: block;
}
.footer a:link{
	color:#FFFFFF;

}
.footer a:hover{
	color:#FFFFFF;
}
.footer a:visited{
	color:#FFFFFF;	
}

.biggerFont{
	font-size: 14px;	
}

.centered{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.horizNavigation{
	text-align: center;
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
.horizNavigation a:link{
	color:#b3218e;	
}
.horizNavigation a:hover{
	color:#23b355;
}
.horizNavigation a:visited{
	color:#b3218e;	
}

.sidebar{
	position: absolute;
	left: 570px;
	top: 80px;
	width: 240px;
}
.sidebar ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
.sidebar ul li{
	padding: 10px 0px 10px 0px;	
}
.sidebar ul li h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}
table#wp-calendar{
	width: 100%;
	text-align: center;
}

#container{
	width: 535px;
	padding-left: 10px;
	min-height: 580px;
}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
