/*
Theme Name: Omikron Media 
Theme URI: http://OmikronMedia.com
Description: An Original Theme Developed for Omikron Media For Omikron Media
Version: 1.0
Author: Omikron Media
Author URI: http://omikronmedia.com
Tags: white, light, blue, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
		+ SEARCHFORM
		+ COMMENTFORM
	- FOOTER
	- USEFUL
		+ WORDPRESS CSS
		+ WIDGETS CSS

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #dbedef url(img/bg.jpg) repeat-x left top;
	color: #333333;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	color: #2684B3;
}

a:hover {
	color:#418486;	
}

p {
	margin: 0 0 5px 0;
	padding: 0px;
	line-height: 22px;
}

img {
	border: none;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 960px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 252px;
	z-index: 2; /* IE z-index bug */
}

#content {
	z-index: 1; /* IE z-index bug */
}

#content-left {
	float: left;
	width: 630px;
	padding: 10px;
	background:#FFF;
	border: thin solid #84B9BA;	
	margin:0px;
	position:relative;
}

#content-left p{
	font-size:0.8em;
	line-height: 1.3em;
	
	margin-bottom:10px;
}

#content-left p a {
	color:#418486;
	font-weight:bold;
}

#content-left p a:hover {
	color:#2684B3;	
}

#content-left p span{
	color:#2684B3;
}

#content-right {
	float: right;
	width: 270px;
	padding: 10px;
	background:#FFF;
	border: thin solid #84B9BA;	
	margin:0px;
}

/*	##################################
   	HEADINGS
	################################## */
#logo{
	background:#FFF;
	height:181px;
}


#blog-title {
	float: left;
	padding: 0px;
	font-size: 18px;
	text-indent:-9999px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	width:208px;
	height:108px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

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

h1#blog-title a:hover {
	text-decoration: underline;
}

h2#home-description {
	float: left;
	padding: 0px;
	text-indent:-9999px;
	background-image: url(img/slogan.jpg);
	background-repeat: no-repeat;
	width:337px;
	height:56px;
	margin-top: 120px;
	margin-left: 75px;
	margin-bottom:0px;
	margin-right:0px;
}

#home-img{
	float:right;
	padding:0px;
	background-image: url(img/building.jpg);
	background-repeat: no-repeat;
	width:247px;
	height:181px;
}

h2#blog-description {
	float: left;
	padding: 0px;
	text-indent:-9999px;
	background-image: url(img/blog-slogan.jpg);
	background-repeat: no-repeat;
	width:340px;
	height:67px;
	margin-top: 115px;
	margin-left: 75px;
	margin-bottom:0px;
	margin-right:0px;
}

#blog-img{
	float:right;
	padding:0px;
	background-image: url(img/blog-img.jpg);
	background-repeat: no-repeat;
	width:166px;
	height:181px;
}

h2#category-title {
	margin: -10px 0 30px 0;
}

h3{
	color:#2684B3;
	font-size: 1.3em;
	margin: 10px 0 10px 0;
	padding: 0px;
}


h3.post-title {
	color:#2684B3;
	font-size:1.5em;
	margin:5px 0;
	padding:0;
}

h3.post-title a {
	text-decoration:none;
}

h3.post-title a:hover {
	border-bottom: none;
	text-decoration:none;
}

h4.sidebar-title {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #4F9698;
	font-weight:bold;
	font-size:1.1em;
}

h4.content-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

#content-left h4{
	color:#2684B3;
	margin: 10px 0 10px 0;
	font-size:1.1em;
}
#content-left h5{
	color:#333;
	font-size:1.05em;
}

#content-left h5 span{
	color:#2684B3;
}

/*	##################################
   	HEADER
	################################## */

#rss {
	position: absolute;
	right: 0px;
	bottom: 40px;
	line-height: normal;
}

#rss a {
	display: block;
	padding: 0 30px 0 0;
	background: url(img/bg-rss.png) no-repeat right center;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	color: #fff;
}

#rss a:hover {
	text-decoration: underline;
}

/* For menu styles please edit /lib/nav.css */

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left, .post, .page {
	margin: 0 0 10px 0;
}

.sticky {
	padding: 20px;
	background: #2a2a2a;
	border: 1px solid #3a3a3a;
}

.tags {
	padding: 0 0 0 15px;
	background: url(img/bg-tags.gif) no-repeat left center;
}
	
.meta {
	padding: 10px 0 0 0;
	background: url(img/blog-seperator.gif) no-repeat center bottom;
	color: #000;
	clear: both;
	height:45px;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

#author{
	margin-left:10px;
	color:#666666;
	margin-bottom:10px;
}

#author span{
	font-size:.8em;
}


.box-left ul, ol, .post ul, ol, .page ul, ol {
	margin: 10px 0 10px 0;
	line-height: 22px;
}

.box-left ul, .post ul, .page ul {
	padding: 0 0 0 30px;
	color:#2684B3;
	font-size:.85em;
	font-weight:bold;
}

.box-left ul li, .post ul li, .page ul li {
	margin: 0px;
	padding: 0 0 10px 0px;
}

#sublist{
	font-size:.8em;
	font-weight:normal;
	line-height:1em;
	list-style-type: disc;
	list-style-position: inside;
}

#sublist ul{
	list-style-position: inside;
	list-style-type: circle;
	line-height:.7em;
	font-weight:normal;
	font-size:.85em;
}

#sublist li{
	background:none;
	padding: 0 0 5px 5px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
}

/** CONTENT RIGHT */

.box-right {
	margin: 0px;
	padding: 5px;
	background-image: url(img/sidebar-seperator.png);
	background-repeat: no-repeat;
	background-position: bottom;	
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px 0 5px 10px;
	background: url(img/bg-list-item-sidebar-blue.gif) no-repeat 0px 8px;
}

.box-right li a {
	padding: 5px 0;
	text-decoration: none;
}

.box-right li ul {
	padding: 5px 0 0 0;
}

/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr {
	height: 1px;
	margin: 20px 0;
	background: #3a3a3a;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
}

th, td {
	padding: 5px 10px;
}

th {
	background: #006990;
	color: #fff;
}

tr.even {
	background: #2a2a2a;
}

pre {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #2a2a2a;
	line-height: 22px;
	border: 1px solid #3a3a3a;
	font-family: Courier, serif;
	overflow-x: scroll;
	overflow-y: visible;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 5px solid #2a2a2a;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	background: #fff;
	border: none;
}

legend {
	color: #006990;
	font-size: 14px;
}

label {
	display: block;
	margin: 0 0 5px 0;
}
	
input, textarea {
	width: 50%;
	height: 23px;
	margin: 0 0 20px 0;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	border: thin solid #5d5d5d;
}

textarea {
	width: 80%;
	height: 150px;
}

select {
	margin: 0 0 20px 0;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: url(img/bg-form-submit-blue.png) no-repeat left top;
	border: none;
	color: #fff;
}
	
/** SEARCHFORM */

#content #searchform {
	width: 250px;
}
	
#searchform #search {
	float: left;
	width: 200px;
	height: 23px;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
}

#searchform #search-submit {
	float: right;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

/** COMMENTFORM */

#comments, #trackbacks {
	margin: 40px 0 0 0;
}

#trackbacks {
	margin: 20px 0 0 0;
}

.comment {
	padding: 0 40px 40px 40px;
	background: #2a2a2a;
}

#trackbacks ul {
	margin: 0 0 40px 0;
	padding: 40px 40px 30px 40px;
	background: #2a2a2a;
	list-style: none;
}

#trackbacks li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 22px;
	background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first {
	padding: 40px;
}

#response {
	margin: 60px 0 0 0;
}

#response fieldset {
	padding: 40px;
}

.comment-left, #commentform-left {
	float: left;
	width: 120px;
	height: 120px;
	background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right {
	float: left;
	width: 430px;
	min-height: 120px;
}

.comment-text {
	padding: 20px;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	color: #5d5d5d;
	line-height: 22px;
}

#response textarea {
	width: 420px;
	height: 100px;
	margin: 0px;
	padding: 5px;
}

#response label {
	display: block;
	line-height: 20px;
}

#response input.text {
	width: 420px;
	height: 20px;
	margin: 0px;
	padding: 5px;
}

#response input.submit {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.comment-author {
	margin: 0px;
	padding: 5px 0;
	color: #006990;
	font-size: 14px;
}

.comment-author a {
	color: #006990;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset {
	padding: 20px 40px;
}

.commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: #2a2a2a;
	list-style: none;
}

.commentlist .avatar {
	float: right;
	margin: 0 20px 10px 20px;
}

.commentlist li a {
	color: #2684B3;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	color: #000;
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border: 1px solid #3a3a3a;
	border-right: none;
}

.reply {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #1f1f1f;
	border: 1px solid #5d5d5d;
	border-right: none;
	border-bottom: none;
	display:none;
}

.reply a {
	display: block;
	height: 25px;
	line-height: 25px;
}

#cancel-comment-reply {
	margin: 5px 0 20px 0;
}

#cancel-comment-reply a {
	color: #6a6a6a;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	background: #ffffff;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	background: #3a3a3a;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
}

#footer {
	width: 960px;
	margin: 0 auto;
	position:relative;
}

#footer h4{
	margin-top: 5px;
	margin-bottom: 5px;	
}
#footer h4 a{
	text-decoration:none;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size:.7em;
	line-height:17px;
	margin-bottom:10px;
}

#footer .meta-social {
	margin-top:10px;	
}

#footer #author{
	font-size:.7em;
	margin-left:0px;
}

#legal {
	text-align:center;
}

#footer-box-left{
	width:448px;
	padding:10px;
	background:#FFF;
	border: thin solid #84B9BA;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer-box-right{
	width:448px;
	padding:10px;
	background:#FFF;
	border: thin solid #84B9BA;
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*	##################################
   	USEFUL
	################################## */

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.aleft {
   	float: left;
}

.aright {
   	float: right;
	margin-top:13px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	text-align: center;
	color: #2684B3;
}

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

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
	color: #2684B3;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	background: #3a3a3a;
}

.portfolio {
	float:left;
	width:315px;
	height:200px;
}

.portfolio-title{
	font-size:1em;
	font-weight:bold;
}

h3.portfolio-title a {
	text-decoration:none;
}

.portfolio ul {
	color:#2684B3;
	font-size:.75em;
	width:150px;
	float:right;
	padding-left:5px;
}

.portfolio li {
	color:#418486;
}

.alignimgportleft {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}



#portfolio{
	color:#418486;	
}


/** Portfolio Slider Content */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	color:#000000;
	}
#slider{ 
	margin-bottom:20px;
	 width:610px;
	}
#slider li{
	overflow:hidden;
	width:610px;
	
}

span#prevBtn a{
	position:absolute;
	left: 0;
	padding-top:5px;
	width:80px;
	height:20px;
	background:#418486;
	text-align:center;
	color:#FFFFFF;
	margin-top:-15px;
}

span#nextBtn a{
	position:absolute;
	right: 0;
	padding-top:5px;
	width:80px;
	height:20px;
	background:#418486;
	text-align:center;
	color:#FFFFFF;
	margin-top:-15px;
}	

.sidebar-news{
	font-size:0.9em;
	margin-top: 0px;
	margin-bottom: 3px;
}
.sidebar-news a{
	text-decoration:none;
}
.box-right p{
	font-size:0.8em;
	line-height:16px;
}
#sidebar-date{
	font-size:0.7em;
	margin-bottom:10px;
}