/*
Theme Name: Andrea
Theme URI: http://lucianmarin.com/
Description: Most beautiful WordPress theme ever made, inpired by an incredible woman.
Version: 0.3
Author: <a href="http://lucianmarin.com/">Lucian E. Marin</a>
Tags: white, two columns, fixed width, light, minimal
For the WordPress community (GPL), enjoy it guys.
by Lucian E. Marin - lucianmarin.com
*/

body {
	font-family: 'Droid Sans', arial, serif;
	font-size:12px;
	color:#fff;
	padding:0 0 15px 0;
	margin:0;
	background-attachment: fixed;
	background-image: none;
	background-repeat: repeat-x;
	background-color:#062342;
}

* {
padding:0;
margin:0;
}

a {
color:#87b2d8;
text-decoration:none;
}

a:hover {
color:#fff;
text-decoration:none;
}

h1, h2, h3, h4 {
font-family: 'Droid Sans', arial, serif;;
font-weight:normal;
}

input, select {
font-family: Verdana, Geneva, sans-serif;
font-size:11px;
}

textarea {
font-family: Verdana, Geneva, sans-serif;
font-size:12px;
}

abbr {
border:none;
}

#wrap {
width:960px;
margin:0 auto;
}

/* IMG Slider CSS */

.fadein { 
	position:relative; 
	height:200px;
	z-index: 0;
	overflow:hidden;
}
.fadein img { 
	position:absolute; 
	left:0; 
	top:0; 
} 


/* Header */

#header {
	height: 200px;
	margin: 0 0 10px 0;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
}

#headerText {
	z-index: 1;
	position: absolute;
	padding: 8px 16px 8px 160px;
	background-image: url(./sax_logo2.png);
	background-repeat: no-repeat;
	background-position: 15px 1px;
	background-color:#000000;
	margin-top: 20px;
	border-radius: 0 10px 10px 0;
	-moz-box-shadow: 5px 5px 5px #000;  
	-webkit-box-shadow: 5px 5px 5px #000;  
	box-shadow: 5px 5px 5px #000;
}


#header h1 {
	font-size: 32px;
	letter-spacing: -1px;
	color:#4e8abe;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -5px;
	margin-left: 0;
	font-weight: bold;
}

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

#header h2 {
	font-size:18px;
	color:#4e8abe;
	text-transform: uppercase;
	margin: 0px;
}

#menu {
font-size:13px;
background:#FFFFFF;
position:relative;
padding:5px;
margin:0 0 10px 0;
width:950px;
text-align:left;
-moz-border-radius: 5px;
border-radius: 5px;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */ 
}

#menu a {
	color:#333333;
	text-transform: uppercase;	
}

#feed {
float:right;
padding:3px 10px;
}

#feed a {
padding:0;
}

#menu ul {
float:left;
list-style:none;
}

#menu li {
float:left;
padding:3px 10px;
border-right:#EEEEEE 1px solid;
}

#menu li:last-child {
border:none;
}

#special {
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:right;
	width: 688px;
	text-align:left;
	background-color:#FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
	color:#000000;
}

#content {
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:right;
	width: 688px;
	text-align:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
	background: #000000; /* for non-css3 browsers */
}

#content h1{
	font-size: 26px;
	color:#999999;
	font-weight: bold;
	background-color:#333333;
	padding-left: 10px;
	margin-left: -10px;
	margin-right: -10px;
}


#content h2 {
	text-transform: uppercase;
	font-size:32px;
	color:#6799c8;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-weight:bold;
}

#content h2 a {
color:#fff;
text-decoration:none;
}

#content h2.archive {
font-size:18px;
color:#4e8abe;
padding:10px 0 5px 0;
}

#content a.commentsLink {
color:#6799c8;
}

/* Navigation */

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.navpost {
font-size:11px;
margin:0 0 20px 0;
}

.navpost div {
background:#002a53;
color:#87b2d8;
padding:2px 4px;
}

.navpost a {
color:#87b2d8;
text-decoration:none;
}

.navpost a:hover {
color:#fff;
text-decoration:none;
}

.navigation {
font-size:11px;
margin:0 0 20px 0;
}

.navigation a {
background:#002a53;
display:block;
color:#87b2d8;
text-decoration:none;
padding:2px 4px;
}

.navigation a:hover {
color:#fff;
text-decoration:none;
}

/* Main for posts */

.main{
min-height: 315px;
overflow: auto;
}

#gb .main{
min-height:50px !Important;
}

.main h3 {
font-size:15px;
font-weight:bold;
margin:0 0 15px 0;
}

.main img {
padding:0 10px 10px 0;
border:none;
}

.main a {
color:#87b2d8;
}

.main a:hover {
color:#4e8abe;
}

.main a img {
padding: 0 10px 10px 0;
border:none;
}

.main a:hover img {
padding: 0 10px 10px 0;
border:none;
}

.main p {
line-height:18px;
padding-bottom: 15px;
}

.main ol {
line-height:18px;
margin:0 0 15px 30px;
}

.main ul {
line-height:18px;
margin:0 0 15px 30px;
}

.main li {
margin:0 0 5px 0;
}

.stamp {
font-size:11px;
color:#4e8abe;
margin:0 0 15px 0;
}

.video {
width: 100%;
height:250px;
}

.stamp a {
color:#87b2d8;
text-decoration:none;
}

.stamp a:hover {
color:#fff;
}

.meta {
font-size:11px;
line-height:16px;
color:#4e8abe;
border-top:#005595 1px dotted;
border-bottom:#005595 1px solid;
margin:0 0 15px 0;
padding:5px 5px 5px 0px;
}

img.wp-smiley {
margin:0;
padding:0;
border:none;
}

blockquote {
background: none repeat scroll 0 0 #333333;
margin:0 0 20px 8px;
padding: 9px 15px;
width: 125px;
border-radius: 6px;
}

blockqute, .point {
	background-image: none;
	padding-left: 12px;
}

blockquote p {
padding:0 !Important;
}

.warning p {
font-size:13px;
margin:9px 0 0 20px;
padding:0 0 0 10px;
border-left:#005595 1px solid;
}

/* Sidebar */

#sidebar input { 
margin-bottom: 10px !IMPORTANT ;
width: 83%;
}


#sidebar {
font-size:11px;
float:left;
width: 220px;
margin-right:10px;
margin-bottom: 20px;
padding:0 10px 20px 10px;
text-align:left;
-moz-border-radius: 10px;
border-radius: 10px;

background: #000; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* for IE */
background: -webkit-gradient(linear, left bottom, left top, from(#333), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(center bottom,  #333,  #000); /* for firefox 3.6+ */ 
}

#sidebar h3 {
	border-bottom:#005595 1px dotted;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	margin:22px 0 8px 0;
	background-image: none;
	padding-left: 4px;
	padding-bottom: 4px;
}

#sidebar .eventIMG {
height: 55px;
float: left;
margin-right: 5px;
border:none;
}

#sidebar ul {
list-style:none;
}

#sidebar ul ul {
margin:5px 0 0 0;
}

#sidebar ul ul ul {
margin:5px 0 0 10px;
}

#sidebar ul li {
padding:0 0 5px 0;
clear:both;
height:78px;
}

#author h3 {
margin:5px 0 5px 0;
}

/* Forms: input, textarea */

input {
background:#222222;
padding:6px 17px;
border:none;
border-bottom:#555555 1px solid;
color:#fff;
-moz-border-radius: 10px;
border-radius: 10px;
}

textarea {
background:#333333;
width:400px;
padding: 6px 9px;
border:none;
border-bottom:#666666 1px solid;
color:#fff;
border-radius: 10px;
-moz-border-radius: 10px;
}

#searchform {
margin:15px 0 0 0;
}

.searchinfo {
padding:5px 0 0 0;
}

#searchform input {
background:#002a53;
display:block;
padding:3px 5px;
border:#004b8d 1px solid;
color:#a0cbed;
}

#searchform input:hover {
background:#004b8d;
cursor:pointer;
border:#004b8d 1px solid;
color:#fff;
}

#searchform #s {
background:#002a53;
padding:3px 5px;
border:none;
border-bottom:#004b8d 1px solid;
color:#fff;
cursor:text;
}

input.submit {
background:#002a53;
display:block;
padding:4px 15px;
margin:0 0 10px 0;
border:#004b8d 1px solid;
color:#a0cbed;
cursor:pointer;
}

input.submit:hover {
background:#004b8d;
cursor:pointer;
border:#004b8d 1px solid;
color:#fff;
}

/* Comments */

.postinput small {
font-size:11px;
margin:0 0 0 5px;
}

p.logged {
font-size:12px;
}

h3.reply {
font-size:15px;
margin:0 0 10px 0;
}

.nocomments {
margin:0 0 30px 0;
}

ol.commentList {
list-style:none;
margin:10px 0 30px 0;
}

.commentList li {
padding:0 0 10px 0;
}

.commentList li.bypostauthor .commentText {
border-top:#007dc3 3px solid;
}

.commentMod {
background:#002a53;
padding:1px 3px;
margin:0;
}

.commentAuthor {
padding:10px 0;
margin:0 0 0 10px;
color:#4e8abe;
}

.commentAuthor img {
float:left;
margin:5px 12px 0 0;
}

.commentAuthor p {
padding:3px 0 0 0;
}

.commentAuthor small {
font-size:11px;
}

.commentText {
background:#002a53;
padding:10px;
border-top:#004b8d 3px solid;
}

.commentText p {
line-height:18px;
margin:7px 0;
}

.commentMeta {
font-size:12px;
color:#4e8abe;
}

#commentForm p {
color:#4e8abe;
font-size:11px;
line-height:18px;
margin:0 0 15px 0;
}

/* Footer */

#footer {
background:#000000;
position:relative;
font-size:11px;
color:#EEEEEE;
margin:0 auto;
padding:10px;
width: 950px;
text-align:left;
-moz-border-radius: 5px;
border-radius: 5px;
}

#footer a {
color:#87b2d8;
text-decoration:none;
}

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

#top {
float:right;
}

#top a {
background: none;
padding:0 0 1px 0;
}

/* Widgets */

.wp-caption {
border:1px solid #00377c;
text-align:center;
background-color:#001e42;
padding-top:4px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

#wp-calendar {
padding:10px 0 0 0;
}

#wp-calendar caption {
text-align:left;
padding:0 0 3px 0;
}

#wp-calendar tr th,
#wp-calendar tr td {
padding:0 4px 0 0 ;
text-align:right;
}

#wp-calendar td a {
font-weight:bold;
}

#wp-calendar td a:hover {
font-weight:bold;
}

/* Round Corners */

.corner-TL{
background: none;
display:block;
position:absolute;
top:0;
left:0;
width:10px;
height:10px;
overflow:hidden;
}

.corner-TR{
background: none;
display:block;
position:absolute;
top:0;
right:0;
width:10px;
height:10px;
overflow:hidden;
}

.corner-BL{
background: none;
display:block;
position:absolute;
bottom:0;
left:0;
width:10px;
height:10px;
overflow:hidden;
}

.corner-BR{
background: none;
display:block;
position:absolute;
bottom:0;
right:0;
width:10px;
height:10px;
overflow:hidden;
}

/* Self-Clear Floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* IE6/7 Hacks */

* html .group {
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}

/*
     FILE ARCHIVED ON 16:34:40 Dec 19, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:26:59 Apr 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.408
  load_resource: 379.164
  PetaboxLoader3.resolve: 286.692
  PetaboxLoader3.datanode: 67.142
*/