
body {
	margin: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#006699;
	background-color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #9F0000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #9F0000;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #E1F1F6;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	background: url(../images/img01.jpg) repeat center top;
}

#wrapper-bgbtm {
}

/* Header */

#header {
	width: 955px;
	height: 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Logo */

#logo {
	float: left;
	height: 66px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	width: 217px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	text-shadow: #808080 -1px 1px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
}

#logo p {
	display: block;
	margin-top: -10px;
	padding-left: 5px;
	text-shadow: #808080 -1px 1px 2px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	height: 110px;
	padding: 0;
}

#search form {
	height: 50px;
	padding-left: 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 150px;
	padding: 6px 10px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #7F7F81;
}

#search-submit {
	display: none;
}

/* Menu */
#menu {
	width: 958px;
	border-radius: 10px;
	border: 1px solid #222;
	background-color: #111;
	background-image: linear-gradient(#444, #111);
	box-shadow: 0 5px 5px #777;
}

#menu {
position: relative;
z-index: 9999999;
}


#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
}

#menu li {
	float: left;
	border-right: 1px solid #222;
	box-shadow: 1px 0 0 #444;
	position: relative;
}

#menu a {
	float: inherit;
	padding: 6px 30px;
	color: #CCC;	
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	text-shadow: 0 1px 1 #000;
}

#menu li:hover > a {
	color: #639;
}

#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 1;
	visibility:hidden;
	position: absolute;
	top: 30px;
	left: 4;
	z-index: 1;    
	background: #444;	
	background: linear-gradient(#444, #111);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	border-radius: 6px;
	transition: all .2s ease-in-out;  
}

#menu li:hover > ul {
	opacity: 2;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}

#menu ul li {
	float: none;
	display: block;
	border: 1;
	_line-height: 0; /*IE6 only*/
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
	box-shadow: none;    
}
#menu ul a:hover {
	 	
	background-image: linear-gradient(#04acec, #0186ba);
}

#menu ul a {    

	width: 250px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: pre;
	float: none;
	text-transform: none;
}

#menu ul li:first-child > a {
	border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
		position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3; 
	border-bottom-color: transparent; 	
}

#menu ul li:last-child > a {
	border-radius: 0 0 9px 9px;
}
/* Page */

#page {
	width: 960px;
	height: auto;
}

/* Content */

#content {
	float: left;
	width: 705px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		-moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
   -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
   -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
	 behavior: url(/css/border-radius.htc);
    border-radius: 15px;
	
}

.post {
	overflow: hidden;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
   -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
   -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
background: -moz-linear-gradient(top, white 0%, white 45%, #D5E4F3 130%); 
 behavior: url(/css/border-radius.htc);
    border-radius: 15px;
	
}

.post .title {
	letter-spacing: -1px;
	color: #0063A7;
	
}

.post .title a {
	border: none;
	color: #F2AE30;
}

.post .row {
	font-size: 20px;
	font-style: normal;
	font color: #0063A7;
}

.post .meta {
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font color: #0063A7;
	
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
	color: #5383B4;
	
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #06F;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 248px;
	font-size: 12px;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	color: #0063A7;
	
}

#sidebar li ul {
	margin: 0px 20px;
	padding-bottom: 30px;
	font-size: 16px;
}

#sidebar li li {
	line-height: 35px;
	background: url(images/img07.jpg) repeat-x left bottom;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 29px;
	margin-bottom: 20px;
	padding: 11px 0px 0px 30px;
	background: url(images/img02.gif) no-repeat left top;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
	color: #FFFFFF;
}

#sidebar a {
	border: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
	
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0px auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding:0px 0px;
	line-height: normal;
	font-size: 12px;
	text-transform: inherit;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
body {
	background-color: #CCC;
}

#wrapper {
background-color:#FFF
border radius: 10 ;
-moz-border-radius-bottomright: 30px;
border-bottom-right-radius: 30px;
-moz-border-radius-topleft: 30px;
border-top-left-radius: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-left-radius: 30px;
-moz-border-radius-topright: 30px;
border-top-right-radius: 30px;
border: 3.5px solid;

-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
background: -moz-linear-gradient(top, white 0%, white 45%, #D5E4F3 130%); 
 behavior: url(/css/border-radius.htc);
    border-radius: 30px;
	}
		

#wrapper #wrapper-bgbtm #page #page-bgtop #page-bgbtm #content .post .entry p {
	font-size: 12px;
	color: #015EAC;
	
}
#wrapper #wrapper-bgbtm #page #page-bgtop #page-bgbtm #content #content .post .entry table tr td {
	font-size: 12px;
	text-align: justify;
}
.bolt {
	font-weight: normal;
}
#wrapper #wrapper-bgbtm #page #page-bgtop #page-bgbtm #sidebar ul li h2 .bolt {
	color: #0063A7;
}
#wrapper #wrapper-bgbtm #page #page-bgtop #page-bgbtm #sidebar ul li h2 .bolt font b {
	font-size: 9px;
}
#wrapper #wrapper-bgbtm #page #page-bgtop #page-bgbtm #sidebar ul li h2 .bolt font b {
	font-size: 16px;
}
#wrapper #wrapper-bgbtm #page #page-bgtop #page-bgbtm #sidebar ul li h2 .bolt font b {
	font-size: 14px;
	font-weight: bold;
}
.size {
	font-size: 18px;
	color: #333;
}
#wrapper #wrapper-bgbtm #page #page-bgtop #page-bgbtm #sidebar ul li h2 .size b {
	color: #0063A7;
	font-family: "MS Mincho";
	font-style: normal;
}
#wrapper #wrapper-bgbtm #page #page-bgtop #page-bgbtm #content #content .post table tr td {
	color: #0063A7;
	font-size: 18px;
}
#wrapper #wrapper-bgbtm #page #page-bgtop #page-bgbtm #sidebar ul li ul table tr td {
}
#wrapper #wrapper-bgbtm #menu table tr td {
	font-size: 12px;
}
	
#sidebar_prod {
	overflow: hidden;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
   -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
   -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
background: -moz-linear-gradient(top, white 0%, white 45%, #D5E4F3 130%); 
 behavior: url(/css/border-radius.htc);
    border-radius: 15px;	
}

#sidebar_prod inner_sidebar{
	 background-color:#0F6;
	}

.entry {
	font:"Comic Sans MS", cursive ;
	font-size:12px;

}