/*
Theme Name: Studio Theme
Theme URI: http://wordpress.org/
Description: Studio Theme designed by  <a href="http://studiotheme.com/">Rosan Bhati</a>.
Version: 1.6
Author: Rosan Bhati
Author URI: http://studiotheme.com/
Tags: blue, custom header, fixed width, two columns, widgets

	SellDisneyTimeshare v1.5
	 http://mastasoftware.com/

	This theme was designed and built by Rosan Bhati,
	whose blog you will find at http://studiotheme.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */


body {
	font-family:"Trajan Pro", georgia, "Times New Roman", times, serif;
	line-height: 18px;

}


a {
	color:#fff; text-decoration:none;
	font-family:"Trajan Pro", georgia, "Times New Roman", times, serif;
}

h1, h2, h3 {
	font-family:"Trajan Pro", georgia, "Times New Roman", times, serif;
}



#logo {
	float:left;
    width: 350px;
}
#wrap {
    width: 1050px;
	margin: 0 auto;
}
a {
	color:#fff; text-decoration:none;
	font-family:"Trajan Pro", georgia, "Times New Roman", times, serif;
}

h1, h2, h3 {
	font-family:"Trajan Pro", georgia, "Times New Roman", times, serif;
}

img {
	border:none;
}
p {
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 5px;
    margin-top: 5px;
}


a { 
    text-decoration: none; 
}

a:hover { 
    text-decoration: underline; 
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.center {
	text-align: center;
}



#header {
	height: 80px;
	border-bottom: 1px solid #333333;
	width: 1000px;
}

#header h1 {
    font-size: 30px;
    font-weight: 100;
    font-family: serif;
    padding: 10px 0 5px 0;
}

#header h1 a {
    text-decoration: none;
}

#header h1 a:hover {
    text-decoration: underline;
}

#header h2 {
    font-size: 19px;
    font-weight: 100;
    padding: 0 0 0 0;
    letter-spacing: -1px;
    line-height: 12px;
}

/* Menu */

#menu {
	width: 450px;
	height: 30px;
	float: right;
	padding: 20px 0px 0px 0px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a {
	display: block;
	margin: 6px 4px 6px 2px;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 0.8em;
	float: right;
	font-weight: normal;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
    text-decoration: underline;
}

#menu .current_page_item a {

}

#content {
	padding: 10px 0;
	float: left;
}

.articles {
    border-top: 0px #bbb dashed;
}

#content .showtags {
    padding-left: 5px;
    line-height: 20px;
    border-bottom: 1px solid #bbb;
    border-top: 1px dashed #bbb;
}

#content a img {
    padding: 1px;
    
}

#content a img:hover {  
    padding: 1px; 
    border: 0px solid #bbb; 
    background: #999999; 
}

.left {
    width: 1000px;
    float: left;
    text-align: justify;
}

h2 {
	font-size:22.5px;
  	font-weight:normal;
	font-variant:small-caps;
    padding : 15px 0 15px 0;
}

.left h2 a {
}

.left h2 a:hover {
    text-decoration: none;
}

.left ul {
    padding-left: 3em;
}

.left ol {
    padding-left: 3em;
}

.count {
    float: right;
}

.right {
    width: 160px;
    float: right;
    padding: 10px;
    border-left: 0px solid #bbb;
}

.right ul {
    list-style-type: none;
    padding: 5px 10px 10px 10px;
}

.right ul ul{
    margin:0.1667em 0;
    padding:0 0 0 15px;
}

.right h2 {
    height: 30px;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    text-decoration: underline;
}

.right a { 
    text-decoration: none;
    color: #000;
}

.right a:hover {
    text-decoration: underline;
    color: #bbb;
}

.nomove {
    width: 160px;
    float: right;
    padding: 10px;
    border-left: 0px solid #bbb;
}

.nomove ul {
    list-style-type: none;
    padding: 5px 10px 10px 10px;
}

.nomove h2 {
    height: 30px;
    font-size: 15px;
    color: #000;
    line-height: 30px;
}

.nomove a { 
    font-size: 15px;
    color: #000;
}

.nomove a:hover {
    text-decoration: underline;
}

#footer {
    border-top: 1px solid #bbb;
    text-align: center;
    color: #333;
    font-size: 11px;
    padding: 0 0 10px 0;
    margin-top: 10px;
}

/* Search */

#search {
	text-align:right;
	float:left;
	width: 800px;
	height: 40px;
	border: none;
	margin:7px 0px 0px 0px;
}

#search #x {
	display: none;
}

#search #s {
	height:20px;
	width: 127px;
	background: none;
	border: none;
	font: normal 13px Arial, Helvetica, sans-serif;

}

#search br {
	display: none;
}


blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #ffffff;
}

#avatar {
    float: right;
}

#spacer {
    padding-top: 10px;
    border-bottom: 1px #bbb dashed;
}
h2 span {
	/*
	position:absolute;
	right:32px; top:4px;
	*/
	
	font-size:14.17px;
}

h2 strong { font-weight:normal; }


img { 
    border: none; 
}

input, textarea, select {
	font-family:"Trajan Pro", georgia, "Times New Roman", times, serif;
	font-size:1.1em;
	background:transparent;
	border:1px solid #313131;
}

input.f-proceed {
	cursor:pointer;
}

.f-generic p {
	font-size:1.2em;
	text-align:center;	
}

.w-action a {
	color:#4f78a5;
}

.js-count-char {
	color:#4f78a5;
}

.commentlist, .commentlist ol ,.commentlist ul{
	margin:0;
}

.w-scroll p{
display:inline;
padding-left:10px;
text-align:justify;
}

.x-comment .w-hide .url { 
	padding-right:8px;
	color:#4f78a5;
}
.w-scroll{
	width:900px;
}

#darchive ul  {
	margin:0px 0px 0px 0px; 
	line-height:22px;
}



#darchive ul li {
	list-style:none;
	line-height:22px;
	display:inline;
	list-style-type:none;
	margin-left:10px; 
}


#darchive ul li a {


}
#archivehead{
	width:1000px;
	height:35px;
	float:left;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin:0px 0px 2px 0px;
	display:inline;
}
#bottom{
	width:1000px;
	height:40px;
	float:left;
	margin:15px 0px 0px 0px;
	padding:60px 0px 0px 0px;
	border-top: 1px solid #333333;
}
#darchive{
	width:950px;
	float:left;
	border-bottom: 1px solid #333333;
	margin:15px 0px 30px 0px;
}
#archivehead h3{
	font-size:14px;
	margin:7px 0px 0px 10px;
}

.rbor{
	border-right: 1px solid #333333;
	margin:0px 30px 0px 30px;
	padding-left:15px;
}

#archive1{
	float:left;
}

#archive2{
	margin:7px 0px 0px 50px;
	float:left;
}
#archive2 a{

}

body {
    background: #999999;
    color: #333333;;
}
#header h1 a:hover {
    color: #333333;
    text-decoration: underline;
}

a,a:visited,h1,h2,#bottom {
color: #000;
}

.img {
	text-align:center
}