/*
 Theme Name: Sydlexia
 Theme URI: http://www.kazdan.com
 Description: Sydlexia is a 2 columns Wordpress theme. Clean, simple and lightwieght theme.
 Version: 1.0
 Author: Kazdan.com (Current Modification) Original Info: This theme was designed and built by Bob of <a href="http://www.blogohblog.com/">Blog Oh Blog</a> based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
 Author URI: http://www.kazdan.com/
 */
body {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background-color: #333333;
	color: #dddddd;
}

/* General Links and Images */
img {
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #888888;
	border: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #00ff00;
	border: none;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
/* The Heading */ #top {
	width: 97%;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
} #header {
	padding: 0;
	width: 100%;
	border: 1px solid #000000;
} #headerBanner {
	background-color: #ffffff;
	text-indent: -10000px;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
} #headerBannerImage {
	margin: 0 auto;
	display: block;
	background: url(http://www.sydlexia.com/imagesandstuff/banners/imagerotator.php) no-repeat left;
	height: 100px;
	width: 900px;
	margin-bottom: 0px;
} #nav {
	background-color: #222222;
	height: 35px;
	border: #888888 2px solid;
	margin: 0;
	padding: 0;
	text-align: center;
} #nav2 {
	font-weight: 700;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

ul.nav2 {
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.nav2 li {
	display: inline;
	text-align: center;
	list-style-type: none;
}

ul.nav2 li a, ul.nav2 li a:link, ul.nav2 li a:visited {
	display: inline;
	text-decoration: none;
	color: #888888;
	padding: 10px 3px 9px 3px;
	margin: 2px;
}

ul.nav2 li a:hover {
	color: #00ff00;
	text-decoration: none;
	border: 2px solid #888888;
	background-color: #333333;
	margin: 0px;
}

ul.nav2 li a:active {
	color: #ffffff;
	text-decoration: none;
}

ul.nav2 li.current_page_item a {
	text-decoration: underline;
	color: #888888;
}

ul.nav2 li ul {
	float: left;
	margin: 0;
	padding: 0;
}

#navBarLoginText {
	margin:8px auto 0 auto;
}

/* The main page content.  Everything between the header and footer */ #main {
	width: 97%;
	margin: 0 auto;
	padding: 0;
} #content {
	width: 77%;
	padding: 0 .5% 0 0;
	border-right: 1px #888888 solid;
	float: left;
	display: inline;
} #sidebar {
	padding: 0;
	display: inline;
	float: right;
	width: 20%;
	white-space: nowrap;
}

/* Page Title */
.pagetitle {
	font-size:1.2em;
}

/* Post Styles */ .postTitle {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
} .postTitle a:link, .postTitle a:visited {
	text-decoration: none;
	color: #9966ff;
	border: none;
} .postTitle a:active, .postTitle a:hover {
	text-decoration: underline;
	color: #9966ff;
	border: none;
} .postmetadata {
	background: #222222;
	padding: 5px;
	border-top: 1px solid #222222;
}

span.metaComment {
	border: 0;
	margin: 0;
	padding-bottom:5px;
}

/* span.metaComment:before{content:"|"} */

span.metaCategory {
	border: 0;
	margin: 0;
	padding-bottom:5px;
}

metaSocial {
	float: right;
}

/* Post Area */
div.syd_postHeading {
	padding: 10px 1.5% 10px 1.5%;
	font-variant: small-caps;
	width: 100%;
	border: 1px solid #000000;
	background-color: #282828;

}

div.syd_postHeading h2 {
	font-size: 1.25em;
}

div.syd_postHeading abbr {
	font-family: tahoma, verdana;
	font-size: 8pt;
	border-bottom: none;
}

div.postText {
	padding:10px 1% 10px 1%;
}
div.postText input[type="radio"]{
	border:none;
	background:inherit;
}
div.postText input[type="submit"] {
	color:#000000;
	background-color:#aaaaaa;
	border-style:outset;
	border-left-color:#ffffff;
	border-top-color:#ffffff;
	border-right-color:#333333;
	border-bottom-color:#333333;
	padding: 2px 5px 2px 5px;
}
div.postText input[type="submit"]:active {
	border-style:inset;
	border-right-color:#ffffff;
	border-bottom-color:#ffffff;
	border-left-color:#333333;
	border-top-color:#333333;
}


.entry {
	float: left;
	width: 98%;
	margin: 0;
	padding:0;
	overflow: hidden;
	background-color: #2f2f2f;
	border: 1px solid #2d2d2d;
	border-right: 1px solid #222222;
	border-left: 1px solid #222222;
	border-bottom: 1px solid #222222;
	margin-bottom: 1%;

	/*
	 filter:alpha(opacity=85);
	 opacity:0.85;
	 */
}

h2.center {
	text-align: center;
	font-size: 1.2em;
}

/* Bottom of Page Navigation Links */ .navigation {
	width: 98%;
} .navigationPrevious {
	float: right;
} .navigationNext {
	float: left;
}

/* Side Bar */ #rsidebar {
	white-space: normal;
	float: right;
	width: 100%;
	padding:0 1% 0 1%;
	margin:0;
	overflow: hidden;
	display: inline;
} #rsidebar h2 {
	width:100%;
	font-size: 1.1em;
	line-height: 1.3em;
	border-bottom: 1px solid #888888;
	color: #cccccc;
	margin: 0 0 5px 0;
	padding: 5px 2% 5px 2%;

} #rsidebar h2 a:link, #rsidebar h2 a:visited {
	color: #cccccc;
} .rsswidget img {
	visibility: hidden;
	height: 0;
	width: 0;
} #rsidebar ul {
	margin: 0;
	padding: 0;
	display: block;
} #rsidebar ul li {
	list-style-type: none;
	margin: 0 0 1%;
	padding: 0;
} #rsidebar ul li ul {
	margin: 0;
	padding: 0 1%;
} #rsidebar ul li ul li {
	margin: 0;
	padding: 0 0 2% 5.5%;
	font-size: .8em;
	line-height: 1.25em;
} #meta ul li a abbr {
	border: none;
}

/* Search Bar */ #searchform {
	display: inline;
	margin:0 auto;
} #s {
	width: 55%;
} #searchSubmitContainer {
	display: inline;
	width: 35%;
}
.NoPostsFound {
	padding:10px 0 10px 0;
	font-size:1.2em;
	text-align:center;
	margin:auto;
	font-weight:normal;
}

/* Footer */ #footer {
	clear: both;
	height: 5px !important;
	margin: 0;
	padding: 0;
} #footerbox {
	background: #333333;
	height: 30px;
	line-height: 30px !important;
	margin: 0;
	padding: 0;
}

/* Comment Area */ .boxcomments {
	border: 1px solid #cccccc;
	margin: 10px;
	padding: 10px;
}

/* Comment Display */ .commentsCount {
	font-size: 1.2em;
} .commentlist {
	margin: 0;
} .commentArea {
	border: 1px solid #222222;
	padding: 3px 10px 3px 10px;
	margin: 3px;
	background-color: #444444;
} .commentPost {
	color: #cccccc;
} .commentAuthor {
	color: #9966ff;
	font-size: .8em;
	text-align: right;
} .commentAuthor a:link, .commentAuthor a:visited {
	color: #9966ff;
} .commentAuthor a:hover, .commentAuthor a:active {
	color: #cccccc;
}

/* Comment Form */ .commentColumn {
	display: block;
} .commentRow {
	display: inline;
} #postCommentLabel {
	font-size: 1.2em;
	line-height: 1.25em;
	text-transform: uppercase;
	width: 90%;
	border-bottom: 1px solid #999999;
	margin-bottom: .5em;
} #commentform {
	width: 98%;
	margin: 0;
	padding: 10px;
	color: #FFFFFF;
} #commentform label {
	display: block;
	color: #9966ff;
} #commentform input {
	width: 170px;
	margin: .75em;
	padding: 1px;
} #commentform textarea {
	width: 90%;
	padding: 0;
	margin: .75em;
}
/* Trackback */
.trackbacksbox {
	border: 1px solid #cccccc;
	margin: 10px;
	padding: 10px;
}
.tblist {
	padding:5px 5% 10px 5%;
	list-style-position:inside;
}
.tblist h2 {
	font-size:1.2em;
	padding-left:0;
}
.tblist li {
	padding:3px 0 3px 5%;
}


/* Footer Style */
div.FooterText {
	display: inline;
} #footerComment {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
} #FooterContent {
	display: block;
	font-family: "Times New Roman";
	font-size: .8em;
	text-align: center;
	padding: 1em;
}

/* Input, TextArea, Select & Submit */
input, textarea {
	border: 2px groove #000000;
	background-color: #222222;
	color: #eeeeee;
}

input:focus, textarea:focus {
	border-color: #00ff00;
}

input:active, textarea:active {
	border: 2px groove #9966ff;
}

select {
	border: 1px solid #000000;
	background-color: #444444;
	color: #999999;
	width: 98%;
}

select:focus {
	color: #9966ff;
}

/* Widgets */ .widget {
	padding: 5px;
	color: #cccccc;
} .widgettitle {
	border: none;
	margin-bottom: 2px;
	line-height: 150%;
}

/* 404 Error */ #Error404 {
	text-align: center;
	font-size: 1.5em;
	width: 80%;
}
/* Post Captions */

.wp-caption {
	border:1px solid #222222;
	padding:5px;
	text-align:center;
	background-color:#444444;
}
.wp-caption-text {
	font-family:verdana;
	font-size:80%;
	padding:0 3px 0 3px;
}

/* Special Author Posts */
/*
.SpecialAuthor_Syd_Lexia {
	border:1px solid #444400;
	background-color:#333300;
	padding:3px 1% 3px 1%;
}
.SpecialAuthor_GPFontaine {
	font-family:"Courier New", Courier, monospace;
}
*/


/* Facebook Connect */
.fbc_connect_button_area {
  /* float: none;
  margin-top: 6px;
  padding-top: 6px;
  margin-left: 9px;
  padding-left: 9px;
  */
}
.fb-loginbutton {
	border:4px solid #00ff00;
}
.fbc_profile_pic {
  float: right;
  padding: 0 5px 5px 5px;
}


.fbc_profile_header {
  text-align: right;
  padding: 5px;
  padding-top: 10px;
  border: gray dotted 1px;
  background: white;
  width: 175px;
}

.fbc_loginstate_top {
	display:none; /* This blocks the Facebook Connect Floating Box */
  position: absolute;
  right: 0;
  top: 0;
}
/* End Facebook Connect */
/* Facebook SDK */
.connect_widget_text {
	color:#888888 !important;
}
/* End Facebook SDK*/