/*********************************************************************************************

Theme Name: On Demand
Theme URI: http://www.press75.com/
Description: Designed by Jason Schuller
Version: 2.3.3
Author: Press75.com
Author URI: http://www.press75.com/

**********************************************************************************************

Designed and Built by Jason Schuller - theSevenFive.com

CSS, XHTML and Design Files are all Copyright 2007-2011 Circa75 Media, LLC

Be inspired, but please don't steal :)

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Basic Setup  -----------------------  All Theme Files
2.  Header Styles  ---------------------  header.php
3.  Navigation and Menu Styles  --------  header.php
4.  Search Form  -----------------------  searchform.php
5.  Main Content Containers  -----------  home.php, index.php, single.php, page.php
6.  Carousel Styles  -------------------  home.php
7.  Carousel Content  ------------------  home.php
8.  Featured Categories  ---------------  home.php
9.  Gallery and Post Thumbnail Styles  -  home.php, index.php
10. Post Content Styles ----------------  index.php, single.php, page.php
11. Post Comment Styles ----------------  single.php
12. Sidebar and Widgets  ---------------  sidebar.php
13. Footer Styles  ---------------------  footer.php
14. CSS3 Elements  ---------------------  style.css3.css
15. IE7 Styles  ------------------------  style.ie7.css
16. IE8 Styles  ------------------------  style.ie8.css

**********************************************************************************************/


/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

q:before, q:after {content: '';}
abbr, acronym {border: 0;}


/*********************************************************************************************

1. Basic Setup  -----------------------  All Theme Files

*********************************************************************************************/
body {
background: #FFFFFF;
width: auto;
height: auto;
font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 18px;
color: #555555;
text-align:right;
}

h1 {
font-size: 30px;
font-weight: normal;
margin: 0 0 15px 0;
}

h2 {
    font-family: arial;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: right;
}

h3 {
font-size: 14px;
font-weight: normal;
margin: 0 0 5px 0;
}

h4 {
font-size: 12px;
font-weight: normal;
margin: 0 0 2px 0;
}

blockquote {
    border-right: 3px solid #999999;
    color: #A0A0A0;
    direction: rtl;
    font-style: normal;
    padding: 0 15px 0 0;
}

strong {font-weight: bold;}

a:link, a:visited {
color: #444444;
}

a:hover {
color: #808080;
}

abbr,acronym {
border-bottom: 1px dotted;
cursor: help;
} 

em {font-style: normal;}
ol,ul {margin: 0;}
ol li {list-style: decimal outside;direction:rtl;}
ul li {list-style: none;}

th,td {
border: 1px solid;
padding: 8px;
}

th {
font-weight:bold;
text-align:center;
}

caption {
margin-bottom: 8px;
text-align: center;
}

fieldset,table {margin-bottom: 15px;}
p {margin-bottom: 15px;direction:rtl;}
a:link, a:visited {text-decoration: none;}

:focus {
outline: 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}


/*********************************************************************************************

2. Header Styles  ---------------------  header.php

*********************************************************************************************/
#header {
background: url(images/header-bg.jpg) bottom left repeat-x;
width: 100%;
float: left;
}

#header-inside {
width: 980px;
margin: 0px auto;
}

#full-width-ad {
border: 1px solid #E1E1E1;
background: #F6F6F6;
width: 980px;
float: left;
text-align: center;
margin: 30px 0 0 0;
padding: 10px 0 10px 0;
}

#header-left { /* For the Logo */
width: 572px;
float: right;
padding: 20px 0 0;
}

#header-left h1 {
font-size: 50px;
margin: 18px 0 0 0;
}

#header-right {
text-align: right;
width: 290px;
float: left;
}

#header-right2 {
text-align: right;
width: 465px;
float: left;
}


/*********************************************************************************************

3. Navigation and Menu Styles  --------  header.php

*********************************************************************************************/
#navigation {
width: 100%;
float: left;
font-size: 12px;
}

.navigation-inside {
background: url(images/menubar.png) top left no-repeat;
width: 980px;
margin: 0px auto;
height: 31px;
}

.navigation-video {
background: url(images/menubar-home.png) top left no-repeat;
height: 35px;
}

.navigation-category {
background: url(images/menubar.png) top left no-repeat;
height: 31px;
}

.menu, .menu * { /* SuperFish Menu Styles */
margin: 0;
padding: 0;
list-style: none;
position:relative;
z-index: 99;
}

.menu {
    float: right;
    padding: 6px 0 0 15px;
    width: 900px;
}

.menu a {
display: block;
position: relative;
}

.menu a, .menu a:visited  {
color: #D5D5D5;
}

.menu a:hover  {
color: #B9B9B9;
}

.menu ul li {
width: 100%;
}

.menu ul {
position: absolute;
top: -15000px;
width: 160px; /* Left Offset of Sub-Menus Need to Match */
}

.menu li:hover ul, 
.menu li.sfHover ul {
right: -15px;
top: 22px; /* Match Top UL List Item Height */
z-index: 10000;
}

ul.menu li:hover li ul, 
ul.menu li.sfHover li ul {
top: -15000px;
}

ul.menu li li:hover ul, 
ul.menu li li.sfHover ul {
left: 160px; /* Match ul width. */
top: 0;
}

ul.menu li li:hover li ul, 
ul.menu li li.sfHover li ul {
top: -15000px;
}

ul.menu li li li:hover ul, 
ul.menu li li li.sfHover ul {
left: 160px; /* Match ul Width. */
top: 0;
}

.menu li {
float: right;
position: relative;
padding: 0 20px 0 0;
}

.menu li:hover {
visibility: inherit; /* Fixes IE7 Sticky Bug */
}

.menu li ul {
background: #FFFFFF;
font-size: 12px;
width: 125px;
margin: 10px 0 0 0;
padding: 10px 40px 10px 15px;
}

.menu li ul a:link, .menu li ul a:visited {
color: #555555;
}

.menu li ul a:hover {
color: #888888;
}

.menu li li {
background: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-transform: none;
}

.menu li li ul {
background: #FFFFFF;
margin: -10px 0 0 -50px;
}

li.subscribe {
background: url(images/rss.png) top left no-repeat;
padding: 0 15px 0 20px;
float: right;
}

li.subscribe:hover {
background: url(images/rss.png) top left no-repeat;
}

li.twitter {
background: url(images/twitter.png) top left no-repeat;
padding: 0 20px 0 20px;
float: right;
}

li.twitter:hover {
background: url(images/twitter.png) top left no-repeat;
}

/*********************************************************************************************

4. Search Form  -----------------------  searchform.php

*********************************************************************************************/
#site-search {
    background: url("images/search.png") no-repeat scroll left top transparent;
    float: left;
    height: 50px;
    margin: 60px 0 0 30px;
    width: 350px;
}

input#s {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #444444;
    direction: rtl;
    float: right;
    font-family: tahoma;
    font-size: 13px;
    margin: 16px 15px 0 0;
    text-align: right;
    width: 260px;
}

input#search-submit {
    background: url("images/search-submit.png") repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 50px;
    margin: 0 16px 0 0;
    width: 55px;
}

input#search-submit:hover {
background: url(images/search-submit.png) 0 -50px;
color: #FFFFFF;
}


/*********************************************************************************************

5. Main Content Containers  -----------  home.php, index.php, single.php, page.php

*********************************************************************************************/
#content {
width: 100%;
float: left;
}

#content-inside {
width: 980px;
margin: 0px auto;
}

#post-container {
width: 980px;
float: left;
}

#posts {
border-left: 1px solid #E1E1E1;
width: 660px;
float: right;
padding: 25px 0 30px 0;
}

#posts-page {
border-left: 1px solid #E1E1E1;
width: 660px;
float: right;
padding: 25px 0 0 0;
}

#posts-full {
width: 980px;
float: left;
padding: 25px 0 0 0;
}

#paginate {
border-top: 1px solid #E1E1E1;
width: 655px;
float: right;
margin: -30px 0 0 0;
padding: 5px 5px 5px 0;
}


/*********************************************************************************************

6. Carousel Styles  -------------------  home.php

*********************************************************************************************/
.coda-slider, .coda-slider .panel {
background: #282828;
width: 980px;
height: 380px;
} 

.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
width: 980px;
}

#coda-nav {
width: 980px;
position: relative;
}

.coda-nav-left a {
background: url(images/left.png) 0 0;
position: absolute;
width: 58px;
height: 102px;
top: 125px;
left: -5px;
z-index: 500000;
}

.coda-nav-left a:hover {
background: url(images/left.png) 0 -102px;
}

.coda-nav-right a {
background: url(images/right.png) 0 0;
position: absolute;
width: 58px;
height: 102px;
top: 125px;
right: -5px;
z-index: 500000;
}

.coda-nav-right a:hover {
background: url(images/right.png) 0 -102px;
}

.coda-slider-wrapper {
clear: both;
overflow: auto;
}

.coda-slider {
float: left;
overflow: hidden;
position: relative;
}

.coda-slider .panel {
display: block;
float: left;
}

.coda-slider .panel-container {
position: relative;
}


/*********************************************************************************************

7. Carousel Content  ------------------  home.php

*********************************************************************************************/
.featured-post {
background: #282828;
color: #B7B7B7;
width: 840px;
height: 315px;
margin: 30px 0 0 70px;
}

.attachment-featured {
float: left;
}

.featured-post-description h2 a {
  color: #D5D5D5;
    font-size: 23px;
    font-weight: bold;
}

.featured-post-description h2 a:hover {
    font-size: 23px;
    font-weight: bold;
color: #B9B9B9;
}

.featured-post-description {
width: 250px;
float: right;
margin: 0 0 0 30px;
direction: rtl;
}

.continue {
background: url(images/button.png) 0 0;
width: 143px;
height: 28px;
float: left;
text-align: center;
margin: 0 0 0 -2px;
padding: 7px 0 0 0;
}

.continue:hover {
background: url(images/button.png) 0 -35px;
}

a.continue {
color: #D5D5D5;
}


/*********************************************************************************************

8. Featured Categories  ---------------  home.php

*********************************************************************************************/
#featured-categories {
background: url(images/categories.png) top left no-repeat;
width: 980px;
float: left;
height: 160px;
}

.featured-category {
background: url(images/category.png) top left no-repeat;
width: 90px;
height: 90px;
float: right;
margin: 30px 20px 0 0;
padding: 10px 0 0 10px;
}

#categories a {
color: #D5D5D5;
float:left;
position:relative;
}

#categories span {
display: none;
background: url(images/tip.png) top left no-repeat;
width: 152px;
height: 38px;
position: absolute;
left: -35px;
text-align: center;
padding: 5px 0 0 0;
}


/*********************************************************************************************

9. Gallery and Post Thumbnail Styles  -  home.php, index.php

*********************************************************************************************/
.gallery-item {
width: 200px;
float: right;
 margin: 0 10px 20px;
}

.gallery-item-single {
margin: 0;
}

.gallery-item h2 {
border-bottom: 1px solid #E1E1E1;
font-size: 15px;
margin: 0 -5px 5px 0;
padding: 0 0 5px 5px;
direction: rtl;
}

.instant {
display: none;
}

.instant-view {
text-align: center;
}

.post-thumbnail {
width: 200px;
height: 150px;
float: left;
margin: 0 0 10px 0;
}

.thumbnail-frame {
background: url(images/frame.png) 0 0;
width: 200px;
height: 150px;
position: absolute;
}

.thumbnail-frame:hover {
background: url(images/frame.png) 0 -150px;
width: 200px;
height: 150px;
position: absolute;
}

.thumbnail-frame-video {
background: url(images/frame-video.png) 0 0;
width: 200px;
height: 150px;
position: absolute;
}

.thumbnail-frame-video:hover {
background: url(images/frame-video.png) 0 -150px;
width: 200px;
height: 150px;
position: absolute;
}

.attachment-post-thumbnail {
margin: 10px 0 0 10px;
}

ul.post-meta {
font-size: 11px;
margin-right: -10px;
}

ul.post-meta li {
    direction: rtl;
    margin: -2px 0 0;
    padding-right: 4px;
	 padding-bottom: 5px;
}

li.date {
border-bottom: 1px solid #E1E1E1;
color: #666666;
font-size: 13px;
padding: 0 0 2px 5px;
}

li.categories {
border-bottom: 1px solid #E1E1E1;
color: #888888;
font-size: 12px;
padding: 5px 0 2px 5px;
}

li.categories a:link, li.categories a:visited {
color: #888888;
font-size: 12px;
}

li.categories a:hover {
color: #B1B1B1;
}

li.comments {
color: #AAAAAA;
font-size: 11px;
padding: 5px 0 0 5px;
}

li.comments a:link, li.comments a:visited {
color: #AAAAAA;
font-size: 11px;
}

li.comments a:hover {
color: #CCCCCC;
}


/*********************************************************************************************

10. Post Content Styles ----------------  index.php, single.php, page.php

*********************************************************************************************/
#video-container {
background: #282828;
width: 980px;
float: left;
text-align: center;
padding: 30px 0 34px 0;
}

iframe {
z-index: 0;
}

.post-item {
padding-left: 5px;
}

.post-details {
width: 655px;
float: left;
margin: 0 0 15px 0;
}

.post-details-full {
width: 970px;
}

.details {
width: 455px;
float: left;
}

.post-details h2 {
    border-bottom: 1px solid #E1E1E1;
    font-family: arial;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0 5px 12px;
	direction:rtl;
}

ul.post-meta-post {
margin-bottom: 0;
margin-right: 0;
}

.post-meta-post li {
padding-left: 0;
}

.post-content {
    float: right;
    font-size: 13px;
    line-height: 22px;
    padding: 0 0 20px;
    width: 635px;
	direction: rtl;
}

.post-content a {
text-decoration: underline;
}

.post-content-full {
width: 970px;
}

.post-content h1 {
    font-family: arial;
    font-size: 29px;
    font-weight: bold;
    margin: 10px 0;
}

.post-content h2 {
    font-family: arial;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}

.post-content h3 {
    font-family: arial;
    font-size: 23px;
    font-weight: bold;
    margin: 10px 0;
}

.post-content h4 {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.post-content ul {
margin: 0 0 15px 0;
}

.post-content ul li {
background: url(images/bullet.jpg) top right no-repeat;
padding: 0 15px 0 0;
}

.post-content ol {
margin: 0 15px 15px 0;
}

p img {
padding: 0;
max-width: 100%;
}

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

img.alignright {
float: right;
padding: 5px;
margin: 0 0 2px 15px;
}

img.alignleft {
float: left;
padding: 5px;
margin: 0 15px 2px 0;
}

.wp-caption {
background: #F6F6F6;
text-align: center;
padding: 10px 5px 5px 5px;
margin: 5px 0 20px 0;
}

.wp-caption.alignright {
margin: 0 0 25px 25px;
}

.wp-caption.aligncenter {
margin-left: auto;
margin-right: auto;
}

.wp-caption.alignleft {
margin: 0 25px 25px 0;
}

.wp-caption img {
padding: 0;
margin: 0 0 5px;
}

.wp-caption-text {
margin: 10px 0 0;
padding: 0;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
font-size: 12px !important;
text-align: center; 
margin: 0;
padding: 0;
}

h4.not-here {
font-size: 18px;
}


/*********************************************************************************************

11. Post Comment Styles ----------------  single.php

*********************************************************************************************/
#comments-meta {
border-top: 1px solid #E1E1E1;
width: 655px;
float: left;
margin: 0;
padding: 0 0 0 5px;
}

#comments {
border-top: 1px solid #E1E1E1;
width: 635px;
float: right;
padding: 0 0 0 20px;
}

#comments-meta p {
margin: 0;
padding: 5px 3px 5px 0;
direction: rtl;
}

#comments ol {
margin: 0 0 20px 0;
}

#comments ol li {
list-style: none;
}

ol.commentlist li {
background: url(images/comment.png) top right no-repeat;
padding: 10px 32px 0 0;
margin: 20px 0 20px 0;
}

ol.commentlist li.alt {

padding: 10px 32px 0 0;
margin: 20px 0 20px 0;
}

ol.commentlist li ul.children { 
list-style: none; 
text-indent: 0; 
}

ol.commentlist li ul.children li {

padding: 10px 32px 0 0;
margin: 20px 0 20px 0;
}

ol.commentlist li ul.children li.alt {
padding: 10px 32px 0 0;
margin: 20px 0 20px 0;
}

.comment-meta {
font-size: 11px;
margin: 0 0 12px 0;
}

.comment-meta a {
color: #888888;	
}

span.says {
display: none;
}

.comment-author {
font-size: 14px;
}

.avatar {
background: #F6F6F6;
float: left;
margin: -8px 20px 20px 0;
padding: 8px;
}

div.reply {
font-size: 11px;
}

div.reply a {
background: url(images/reply.jpg) left no-repeat;
color: #888888;
padding: 0 0 0 18px;
}

.cancel-comment-reply a {
display: none;
}

#respond {
width: 100%;
padding: 20px 0 34px 5px;
}

#author, #email, #url, #comment {
background: #FFFFFF url(images/fields.jpg) top right repeat-x;
border: 1px solid #E1E1E1;
font-family: Tahoma, Helvetica, Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 18px;
color: #555555;
padding: 6px 4px 6px 4px;
}

#comment {
width: 98%;
max-width: 625px;
}

input#submit {
    background: url("images/button.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #D5D5D5;
    cursor: pointer;
    float: right;
    font-family: tahoma;
    height: 35px;
    margin: 0 0 0 -2px;
    padding: 0 0 2px;
    text-align: center;
    width: 143px;
}

input#submit:hover {
background: url(images/button.png) 0 -35px;
}


/*********************************************************************************************

12. Sidebar and Widgets  ---------------  sidebar.php

*********************************************************************************************/
#sidebar {
  border-right: 1px solid #E1E1E1;
    float: left;
    margin: 0 -1px 0 0;
    width: 319px;
}

#sidebar h3 {
font-size: 16px;
color: #444444;
margin: 0 0 2px 0;
direction: rtl;
font-weight: bold;
font-family:arial;
text-decoration:underline;
}

#sidebar p {
margin: 0 0 10px 0;
}

.widget  {
    background: url("images/widget.png") no-repeat scroll right top transparent;
    color: #666666;
    float: right;
    padding: 22px 19px 14px 0;
    width: 300px;
	direction: rtl;
}

.cat-post-item {
width: 300px;
float: left;
margin: 10px 0 0 0;
}

.cat-post-content {
padding: 2px 0 0 0;
}

.post-thumbnail-side {
    float: right;
    height: 102px;
    margin: 0 0 10px 12px;
    width: 102px;
}

.post-thumbnail-side img {
padding: 11px;
}

.thumbnail-frame-side {
background: url(images/frame-side.png) 0 0;
width: 102px;
height: 102px;
position: absolute;
}

.thumbnail-frame-side:hover {
background: url(images/frame-side.png) 0 -102px;
}

.sidebar-ad {
margin: 5px 0 20px 25px;
}

a.simple-ads {
background: none;
}


/*********************************************************************************************

13. Footer Styles  ---------------------  footer.php

*********************************************************************************************/
#footer {
width: 100%;
float: left;
}

#footer-inside {
width: 980px;
margin: 0px auto;
}

#footer-content {
border-top: 1px solid #E1E1E1;
width: 980px;
float: left;
padding: 10px 0 30px 0;
}

#footer-content h3 {
font-size: 14px;
color: #444444;
margin: 0 0 2px 0;
padding: 0 0 0 5px;
}

#footer-content p {
color: #666666;
font-size: 13px;
margin: -2px 0 0 0;
padding: 0 0 0 5px;
}

#footer-content a {
color: #666666;
}


.wpcf7-form p{
    color: #5C5C5C;
    font-family: tahoma;
    font-size: 12px;
    text-align: right;

}
.wpcf7-form p input{
    background-color: #FCFCFC;
    border: 1px solid #EEEEEE;
    color: #6D974B;
    font-family: tahoma;
    font-size: 13px;
    padding: 6px 5px;
}

.wpcf7-form p textarea{
    background-color: #FCFCFC;
    border-color: #EAE8E8;
    color: #000000;
    font-family: tahoma;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px;
    width: 500px;
}

.form7submit  {
display: block;
width: 307px;
}

.wpcf7-form {
    border: 1px solid #EAEAEA;
    margin: 20px 0 0;
    padding: 20px;
}

#iconlist{
width:150px;
}

#rssp{
	float:left;
	padding-top:9px;
	padding-left:5px;
}

#rssc{
	float:left;
	padding-top:9px;
	padding-left:5px;
}

/* Styles for one-column display */
#wp125adwrap_1c { width:100%;margin-top:10px; }
#wp125adwrap_1c .wp125ad { margin-bottom:10px; }

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; }
#wp125adwrap_2c .wp125ad {  
    border: 1px solid #D8D8D8;
    float: right;
    margin: 4px;
    padding: 7px;
    width: 125px; 
	text-align: center;
	}
	
	




	div.sociable {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #D1D1D1;
    font-size: 12px;
    margin: 16px 0;
    padding: 10px;
}
span.sociable_tagline {
    position: relative;
}
span.sociable_tagline span {
    display: none;
    width: 14em;
}
span.sociable_tagline:hover span {
    background: none repeat scroll 0 0 #FFFFEE;
    border: 1px solid #CCCCCC;
    color: black;
    display: block;
    line-height: 1.25em;
    position: absolute;
    top: -5em;
}
.sociable span {
    display: block;
}
.sociable ul {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
}
.sociable ul li {
    background: none repeat scroll 0 0 transparent;
    display: inline !important;
    list-style-type: none;
    margin: 0;
    padding: 1px;
}
.sociable ul li:before {
    content: "";
}
.sociable img {
    border: 0 none;
    float: none;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
}
.sociable-hovers {
    opacity: 0.4;
}
.sociable-hovers:hover {
    opacity: 1;
}


.commentlist .bypostauthor { 
background:url("images/commenta.png") no-repeat scroll right top transparent;
}

.bypostauthor { 
background:url("images/commenta.png") no-repeat scroll right top transparent;
}

ol.bypostauthor li {
background: url(images/commenta.png) top right no-repeat;
padding: 10px 32px 0 0;
margin: 20px 0 20px 0;
}

ol.commentlist .bypostauthor li.alt {
background: url(images/commenta.png) top right no-repeat;
padding: 10px 32px 0 0;
margin: 20px 0 20px 0;
}


ol.commentlist .bypostauthor li ul.children li {
background: url(images/commenta.png) top right no-repeat;
padding: 10px 32px 0 0;
margin: 20px 0 20px 0;
}

ol.commentlist .bypostauthor li ul.children li.alt {
background: url(images/commenta.png) top right no-repeat;
padding: 10px 32px 0 0;
margin: 20px 0 20px 0;
}






/* =Custom Contact Form with jQuery
----------------------------------------------- */

/* Add curved borders to various elements */
#contactForm, .statusMessage, input[type="submit"], input[type="button"] {
    background: none repeat scroll 0 0 #6D974B !important;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF !important;
    font-size: 14px !important;
    padding: 4px 14px !important;
}

/* Style for the contact form and status messages */
#contactForm, .statusMessage {
  color: #666;
  background-color: #ebedf2;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
}

/* The form dimensions */
#contactForm {
  width: 40em;
  height: 41em;
  padding: 0 1.5em 1.5em 1.5em;
  margin: 0 auto;
}

/* Position the form in the middle of the window (if JavaScript is enabled) */
#contactForm.positioned {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}


/* The header at the top of the form */
#contactForm h2 {
  font-size: 2em;
  font-style: italic;
  letter-spacing: .05em;
  margin: 0 0 1em -.75em;
  padding: 1em;
  width: 19.5em;  
  color: #aeb6aa;
  background: #dfe0e5 url('images/stamp.jpg') no-repeat 15em -3em; /* http://morguefile.com/archive/display/606433 */
  border-bottom: 1px solid #aaa;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;  
  border-radius: 10px 10px 0 0;
}

/* Give form elements consistent margin, padding and line height */
#contactForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contactForm ul li {
  margin: .9em 0 0 0;
  padding: 0;
}

#contactForm input, #contactForm label {
  line-height: 1em;
}

/* The field labels */
#contactForm label {
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 28%;
  padding: .4em 0 .0 0;
  margin: .15em .5em 0 0;
  font-weight: bold;
}

/* The fields */
#contactForm input, textarea , select {
  display: block;
  margin: 0;
  padding: .4em;
  width: 67%;
  font-family: "Georgia", serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  background: #fff;
}

#contactForm textarea {
  height: 13em;
  line-height: 1.5em;
  resize: none;
}


/* Place a border around focused fields, and hide the inner shadow */
#contactForm *:focus {
  border: 1px solid #66f;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* The Send and Cancel buttons */
#contactForm input[type="submit"], #contactForm input[type="button"] {
  float: right;
  margin: 2em 1em 0 1em;
  width: 10em;
  padding: .5em;
  border: 1px solid #666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  color: #fff;
  background: #0a0;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  opacity: .7;
  -webkit-appearance: none;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

#contactForm input[type="submit"]:hover,
#contactForm input[type="submit"]:active,
#contactForm input[type="button"]:hover,
#contactForm input[type="button"]:active {
  cursor: pointer;
  opacity: 1;
}

#contactForm input[type="submit"]:active, input[type="button"]:active {
  color: #333;
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}

#contactForm input[type="button"] {
  background: #f33;
}

.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li {
    float: right !important;

}
.ui-state-default a {
    font-family: arial !important;
    font-size: 16px !important;
    font-weight: bold !important;
}


/* Some IE7 hacks and workarounds */

<!--[if lt IE 8]>
/* IE7 needs the fields to be floated as well as the labels */
#contactForm input, textarea {
  float: right;
}

#formButtons {
  clear: both;
}

/*
  IE7 needs an ickier approach to vertical/horizontal centring with fixed positioning.
  The negative margins are half the element's width/height.
*/
#contactForm.positioned, .statusMessage {
  left: 50%;
  top: 50%;
}

#contactForm.positioned {
  margin-left: -20em;
  margin-top: -16.5em;
}
<![endif]-->