/*
Theme Name: Omnilia SoWhat
Theme URI: http://www.omnilia.net/sowhat/
Description: Based on Precious
Version: 2.0 
Author: vaccarip
Author URI: http://omnilia.net/
Tags: 

 * @package WordPreciousss
 * @subpackage Precious_Parent_Theme


*/

body {
	color:#FCFCFC;
	font-size:62.5%;
	font-style:normal;
	margin:0;
	padding:0 1em;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	background-color: #1e0202;
	background-attachment: fixed;
	background-image: url(images/bksowhat.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*some class styling*/
.sidenote {
padding:5px;
border: 1pt solid #ccc;
float:right;
}
.sidequote {
background:#eee;
font-style:italic;
font-family:Georgia, Serif;
font-size:1.1em;
padding:5px;
border: double #ccc;
border-width:2px 0px;
float:left;
margin: 0px;
margin-right: 10px;
}
.border,   hr {
border: 1pt solid #ccc;
}
 .doubleborder {
border: 5px double #ccc;
padding: 3px;
}
blockquote {
border-left: 3px solid #369;
padding-left: 5px;
}

/*linkcolors for default skin*/
a:link {
	color : #F00;
	text-decoration : underline;
} 
 a:visited {
	color : #A80000;
	text-decoration : underline;
} 
 a:hover {
	color :#DF2D09;
	text-decoration:underline;
} 
 a:active {
	color : #DE2C08;
} 

/*header styles*/
h1, h2, h3, h4, h5, h6, #commentbox legend, #searchform label, #wp-calendar caption{
	font-family :'URW Gothic L', 'Century Gothic', 'Trebuchet MS', Tahoma, Arial, 
	Verdana, Helvetica, Sans-Serif;
	color : #FF8043;
	margin: 10px 0px;
	padding:2px 0px;
	font-weight:normal;

}


/*Wrap*/
#wrap {
	background : transparent;
	padding:0px;
	font-size:1.1em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 1100px;
}


/*Access navigation*/
#accessnav, #footer, #footer ul {
margin:0px;
padding:0px;
}
#accessnav li:before {
content: "\00BB \0020";
}

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


#footer {
clear:both;
}


/*header*/

#header {
	background:transparent;
	text-align:left;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #4C100C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	height: 250px;
}
#header h1{
font-size:3em;
margin:2px 0px;
}
#header p {
margin:2px 0px;
padding:0px;
}
#header h1 a:link, #header h1 a:visited {
color:#369;
font-weight:normal;
text-decoration:none;
}
#header h1 a:hover, #header h1 a:active {
color:#333;
text-decoration:none;
}



/*content div*/
#content {
	margin-right:0px;
	width: 580px;
	float: left;
	font-size:13px;
	line-height:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h2#pagetitle, h2#comments{
color:#FF8043;
font-weight:normal;
padding: 10px 0px 3px;
}
h2#pagetitle {
padding:3px 0px;
}

#content h3.posttitle,  #content h2.posttitle {
	border-bottom:1px solid #4C100C;
border-top:1px solid #4C100C;
padding-bottom:6px;
padding-top:3px;

}
#content h3.posttitle a {
font-size:1.2em;
}
#content h2.posttitle a {
font-size:23px;
}

#content h3 a:link,  #content h3 a:visited, #content h2 a:link,   #content h2 a:visited  {
	color:#900;
	font-weight: normal;
	text-decoration:none;
}
#content h2 a:hover, #content h2 a:active,  #content h3 a:hover,  #content h3 a:active {
	color:#900;
}
.post {
margin: 15px 0px 25px;
clear:both;
}
.sticky {
background:#eee;
border:1px solid #ccc;
padding: 10px;
}
.postmeta {
font-size:0.9em;
clear:both;
padding: 2px;
}
.postmeta p {
margin:1px 0px;
padding:0;
}
.wp-caption {
background:#eee;
border:1px solid #ccc;
}

/*Comments*/
#commentbox,  #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4C100C;
}
#commentbox ol {
list-style: none outside;
}
#commentlist li {
	border:1px solid #ccc;
	padding: 3px;
	margin: 5px 0px 10px;
	background-color: #300;
}
#commentlist li.alt {
background:#330000;
}

#commentlist li.bypostauthor {
	background-color: #000;
}
ul.children {
list-style:none outside;

}
 .commentmeta {
font-size:0.9em;
text-align:right;
}
img.avatar {
border:1px solid #ccc;
background:#fcfcfc;
margin: 5px;
float:right;
padding:2px;
}



/*sidebar*/
#sidebar {
	width: 220px;
	float:left;
	font-size:1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	overflow: hidden;
}
#sidebar h2, #sidebar label {
	font-size:1.2em;
	margin:5px 0px 2px;
	font-weight: normal;
}
#sidebar a {
text-decoration: none;
}
#sidebar ul {
list-style:none outside;
padding: 2px 0px;
margin:2px 0px;
}
#sidebar li {
margin:0px;
padding: 3px 2px;
}
#sidebar li li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A86B3E;
}
#sidebar li li li:before {
content: "\00BB \0020";
}

#sidebar li li li, #sidebar li ul.wp-tag-cloud li  {
border: none;
}


#sidebar form, #sidebar fieldset {
margin:0px;
padding:0px;
}
#sidebar label {
display:block;
}
#sidebar input#searchquery, #sidebar input#search-widget{
width:50%;
}
#sidebar input.submit {
width:20%;
}

/* Widget styling*/
 td#today { 
background:#ccc;
}
#wp-calendar caption {
font-size: 1.1em;
text-align: left;
}

/*forms*/
input , textarea, select, option {
	font-family : Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size:1em;
	padding: 2px;
	border:1px solid #350000;
	color : #FFF;
	margin: 2px;
	background-color: #600;
}
 fieldset,  legend {
	background:transparent;
	color : #900;
	border: none;
	padding: 5px;
}
 label,  legend {
font-weight:normal;
}

/*other styling*/
#wpfooter {
text-align: center;
}

/*and just to make this go through WP Themes directory*/
.alignright, .alignleft, .aligncenter, .wp-caption { }
#calendario {
	float: left;
	width: 1100px;
	clear: left;
	margin-bottom: 20px;
}

/*sidebar2*/
#sidebar2 {
	width: 260px;
	float:left;
	font-size:1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidebar2 h2, #sidebar label {
	font-size:1.2em;
	margin:5px 0px 2px;
	font-weight: normal;
}
#sidebar2 a {
text-decoration: none;
}
#sidebar2 ul {
list-style:none outside;
padding: 2px 0px;
margin:2px 0px;
}
#sidebar2 li {
margin:0px;
padding: 3px 2px;
}
#sidebar2 li li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A86B3E;
}
#sidebar2 li li li:before {
content: "\00BB \0020";
}

#sidebar2 li li li, #sidebar li ul.wp-tag-cloud li  {
border: none;
}


#sidebar2 form, #sidebar fieldset {
margin:0px;
padding:0px;
}
#sidebar2 label {
display:block;
}
#sidebar2 input#searchquery, #sidebar input#search-widget{
width:50%;
}
#sidebar2 input.submit {
width:20%;
}
/*sidebar3*/
#sidebar3 {
	width: 250px;
	float:left;
	font-size:1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 250px;
	list-style-position: inside;
	list-style-type: none;
	margin-left: -40px;
}
#sidebar3 h2, #sidebar label {
	font-size:1.2em;
	margin:5px 0px 2px;
	font-weight: normal;
}
#sidebar3 a {
text-decoration: none;
}
#sidebar3 ul {
	list-style:none outside;
	list-style-position: inside;
	list-style-type: none;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: -10px;
}

#widgetup {
	float: left;
	height: 150px;
	width: 150px;
}
#logospace {
	float: left;
	height: 150px;
	width: 900px;
	left: 98px;
	top: 75px;
}
/*sliding panel*/
/* Extra div to handle some IE scenarios with absolute positioning. */
#sliding-panel-container {
	position: relative;
	display: table;
	z-index: 999;
	width: 100%;
	}

/* Sliding panel. */
#sliding-panel {
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}

/* The part of the panel that actually slides. */
#sliding-panel .panel {
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 350px;
	font-style:normal;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	background-color: #1e0202;
	background-image: url(images/bksowhat.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	}

/* Widget container. */
#sliding-panel .panel-content {
	overflow: hidden;
	width: 1150px;
	height: 350px;
	margin: 15px auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #333;
	}

/* Sliding panel widgets. */
#sliding-panel .widget {
	overflow: hidden;
	float: left;
	width: 336px;
	height: 250px;
	margin: 0;
	font-size:1em;
	background: transparent;
	border: none;
	border-right: 1px solid #333;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	}
#sliding-panel .widget-inside {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/* Sliding panel widget titles. */
#sliding-panel .widget-title {
	margin: 0 0 5px 0;
	padding: 0;
	font-size:1.2em;
	text-transform: none;
	background: transparent;
	border: none;
	}

/* Sliding panel widget lists. */
#sliding-panel .widget ul {
	list-style:none outside;
    padding: 2px 0px;
    margin:2px 0px;
	}
#sliding-panel .widget ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A86B3E;
	margin:0px;
    padding: 3px 2px;
	background: transparent;
	
	}

/* Sliding panel widget links. */
#sliding-panel .widget a {
	text-decoration: none;
	}


/* Toggle div wrapper. */
#sliding-panel .tab {
	position: relative;
	top: 0;
	z-index: 9999;
	height: 37px;
	border-top: 2px solid #040D12;
	}

/* Wrapper for the open/close button. */
#sliding-panel .tab .toggle {
  	clear: both;
	display: block;
	position: relative;
	width: 960px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	}

/* Open/close link. */
#sliding-panel .tab a {
	display: block;
	float: right;
	position: relative;
	width: 150px;
	height: 35px;
	top: -1px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
  	background: #ff7101;
 	text-align: center;
	}

/* Open link. */
#sliding-panel .tab a.open {
	}

/* Close link. */
#sliding-panel .tab a.close {
	}

/* Open/close link hover. */
#sliding-panel .tab a:hover {
	cursor: pointer;
	text-decoration: underline;
	}

/* Open/close link array (&urarr;). */
#sliding-panel .tab a .arrow {
	font-style: normal;
	}

#closecal {
	font-style: normal;
	float: right;
}
#closecal a {
	font-style: normal;
	display: block;
	float: right;
	position: relative;
	width: 80px;
	height: 25px;
	top: -1px;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	background-color: #ff7101;
	text-align: center;
	font-size: small;
	margin-top: 5px;
	margin-right: 48px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#closecal a:hover {
	cursor: pointer;
	text-decoration: underline;
	}
#content-xl {
	margin-right:0px;
	width: 850px;
	float: left;
	font-size:1.1em;
	line-height:1.6em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#menucal ul{
	list-style-position: inside;
	list-style-type: none;
	padding-top: 5px;
}
#menucal ul li{
	height: 41px;
	width: 243px;
	padding-bottom: 5px;
}
#menucal ul li a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
