/*  
Theme Name: Adobe Developer Connection Theme
Theme URI: http://www.adobe.com/devnet/
Description: WordPress theme created with Adobe Dreamweaver CS4
Version: 1.0
Author: Ryan Grabenstein
Author URI: http://www.justdreamweaver.com
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
a { /*-- Removes dotted outline from clicked links in FF --*/
	outline: none;
}
img {
	border:none;
}
.clearer {
	clear:both;
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}
blockquote {
	background: #F2F2F2 url(images/blockquote.png) no-repeat top left;
	border: 1px solid #D7D7D7;
	padding: 10px 10px 10px 40px;
}
/*-- Main structure for the layout --*/
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #000;
}
#background {
	background: #F2F2F2;
}
#featurehotelsWrapper {
width: 100%;
clear: both;
text-align: center;
background:#F2F2F2;
}
#featuredhotels {
width:1000px;
margin: 0 auto;
text-align: left;
color: #FFF;
padding: 10px 0px 5px 0px;
}
#featurepostsWrapper {
width: 100%;
clear: both;
text-align: center;
background:#F2F2F2;
}
#featuredposts {
margin-bottom: 10px ;
height: 220px;
text-align: justify;
padding: 8px;
padding-bottom: 20px;
border: 1px solid #CCC;
background:#FFF url(images/boxbg.png) repeat-x top;
}
#featuredposts ul li {
float:left;
padding-left: 10px;
padding-right: 10px;
width: 300px;
}
.featurebox {
float:left;
padding-left: 10px;
padding-right: 10px;
width: 310px;
}
#featuredposts h5 {
/*	background: url(images/sidebarh3.jpg) repeat top center;*/
/*	background: url(images/sidebarh3.jpg) no-repeat top left;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px; */
	font-size : 18px;
	font-weight : bold;
	font-family:Georgia,Arial,Tahoma,sans-serif;
	font-style:italic;
	color : #9eaf16;
	text-align : left;
	padding:5px 5px 20px 0;
	background:url('images/sh2.jpg') repeat-x center bottom;
	width:650px;

}
#featuredposts h3 {
color: #F90;
font-weight: normal;
letter-spacing: normal;
}
#featuredposts img {
width:100px;
height:100px;
float:left;
margin-right:8px;
border: solid 3px #000;
}
#featuredposts a {
color: #F90;
}
#featuredposts a:hover {
color: #FFF;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1000px;
}
#contentWrapper {
	overflow: hidden;
	clear:left;
}
#sidebar {
	float: right;
	padding: 10px 0px 10px 0px;
	width: 320px;
}
#sidebar-l, #sidebar-r {
	float: right;
	padding: 0px 0px 10px 10px;
	width: 150px;
}
#Content {
	margin: 0 0px 0 0;
	padding: 10px 0px 10px;
	float: left;
	width: 680px;
}
#Footer {
	border-top: solid 1px #666;
	padding: 10px 10px 0px;
	background: #000 url(images/footerbg.png) repeat-x top;
	height: 61px;
	color:#999;
}

/*-- Heading styles --*/
h1 {
	font: normal 26px/36px Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}
h2 {
	font: bold 20px/30px Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}
h3 {
	font: bold 17px/27px Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	color: #069;
}
h4 {
	font: bold 14px/24px Verdana, Geneva, sans-serif;
}
h5 {
	font: bold 13px/20px Verdana, Geneva, sans-serif;
	color: #069;
}
h6 {
	font: bold 12px/18px Verdana, Geneva, sans-serif;
}

/*-- Link styles --*/
a, a:link {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration:underline;
}
a:visited, a:active {
	color: #96C;
}
.entry {
	text-align: justify;
}
.entry img {
        margin-right: 12px;
        margin-left: 12px;
        border: none;
}
.entry a.more-link { /*-- Removes underline from more link --*/
	text-decoration:none;
}
#header a, #header a:link, #header a:active, #header a:visited {
	color: #FFF;
}
#header a:hover {
	color: #0CF;
}
#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	color: #CCC;
}
#Footer a:hover {
	color: #FFF;
}

/*-- Header styles --*/
#headerwrap {
	padding: 0;
	text-align: center;
	background: url(images/headerbg.png) repeat-x top;
}
#header {
	width:960px;
	height:160px;
	margin:0px auto;
	text-align:left;
	background: url(images/header-fill.jpg) no-repeat center top;
}
#header p {
	margin: 0px;
}
#logo {
	float: left;
	width: 500px;
	height: 80px;
	margin-top: 80px;
	margin-left: 40px;
	background: url(images/logo.png) no-repeat top;
}
.title { /*-- This is the title of your blog --*/
	font: bold 30px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	width: 500px;
	padding-top: 15px;
	padding-left: 200px;
}
.title a:hover {
	text-decoration:none;	
}
.description { /*-- This is the line of text below your blog title --*/
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
	float: left;
	clear: left;
	padding-top: 7px;
}
.topnav { /*-- This is the RSS links in the header --*/
	float:right;
	color: #000;
	text-align:right;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-top: 10px;
}

/*-- Header search box styles --*/
#headsearch {
	float:right;
	padding-right: 6px;
	margin-top: 20px;
}
#header #searchform {
	width: 242px;
	height: 31px;
	background: url(images/searchbox.png) left 0px no-repeat;
}
*:first-child+html #header #searchform { /* Filter for IE7 */
	padding: 0px 0;
}
* html #header #searchform { /* Filter for IE6 */
	padding: 5px 0;
}
* html #header #searchbox { /* Filter for IE6 */
	margin-top: 0px;
}
#header #searchbox {
	margin-left: 15px;
	margin-top:8px;
	margin-bottom: 3px;
	width: 180px;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
}
#header #searchbutton {
	width: 30px;
	background: none;
	border: none;
	margin-left:10px;
}
#header #searchbutton:hover {
	cursor: pointer;
}

/* Navigation Styles */
#menu {
	width:960px;
	position:relative;
	margin:0 auto;
	display:block;
	height:35px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#menu ul li a {
	display:block;
	float:left;
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
#menu ul li a:hover {
	color:#FFFFFF;
	height:27px;
	background:transparent url(images/nav_bg.png) 0px -35px no-repeat;
}


/*-- Post styles --*/
.posttitle {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 5px;
}
.posttitle a:hover {
	text-decoration:none;
}
.archivetitle {
	font-size: 21px;
	line-height: 35px;
	color:#666;
	background: url(images/archiveicon.png) no-repeat left center;
	padding-left: 42px;
	margin-bottom:8px;
}
.metablock {
	margin-top: 5px;
	padding-bottom: 20px;
	font-size: 11px;
}
.meta {
	float: left;
	background: url(images/icon-date.png) no-repeat left top;
	padding-left: 22px;
}
.postcomments {
	float: right;
	background: url(images/icon-comment.png) no-repeat left top;
	padding-left: 22px;
}
.tags {
	font-weight: bold;
	margin-bottom: 0px;
}
#navwrap {
	height:35px;
	background: transparent url(images/nav_bg.png) repeat-x top left;
	clear: both;
}

/*-- Sidebar styles --*/
/* 
#sidebar h5 { -- This is the title of each widget --
	background: url(images/sidebarh3-small.jpg) no-repeat top center;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
} */
#sidebar h5 {
	font-size : 18px;
	font-weight : bold;
	font-family:Georgia,Arial,Tahoma,sans-serif;
	font-style:italic;
	color : #9eaf16;
	text-align : left;
	padding:5px 5px 20px 0;
	background:url('images/sh2.jpg') repeat-x center bottom;
	width:120px;
}

#sidebar ul {
	padding: 8px;
	margin-bottom: 10px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar ul ul {
	border:none;
	background:none;
}
#sidebar ul li {
	border: 1px solid #CCC;
	background: #FFF url(images/boxbg.png) repeat-x top;
	margin-bottom:10px;
	padding: 7px;
}
#sidebar ul li ul li {
	margin-left: 8px;
	background: url(images/arrow.png) no-repeat left top;
	padding-left: 9px;
	padding-bottom: 5px;
	border:none;
	margin-bottom:0;
	padding-top: 0px;
}
#sidebar ul.children {
	padding-top:3px;
}
#sidebar ul.children li { /*-- This styles the sub categories in the hierarchy --*/
	background: url(images/childbullets.png) no-repeat left top;
	padding-bottom:2px;
}
#sidebar-top {
	float: right;
	text-align: justify;
	width: 294px;
	height: 120px;
	padding: 8px;
	padding-bottom: 20px;
	border: 1px solid #CCC;
	font-size: 1.2em;
	margin-bottom: 10px;
	background:#FFF url(images/boxbg.png) repeat-x top;
}
#sidebar-top h5 { /*-- This is the title of each widget --*/
/*	background: url(images/sidebarh3.jpg) no-repeat top left;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px; */
	font-size : 18px;
	font-weight : bold;
	font-family:Georgia,Arial,Tahoma,sans-serif;
	font-style:italic;
	color : #9eaf16;
	text-align : left;
	padding:5px 5px 20px 0;
	background:url('images/sh2.jpg') repeat-x center bottom;
	width:280px;

}
#sidebar-middle {
	float: right;
	width: 300px;
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	background:#FFF url(images/boxbg.png) repeat-x top;
}

#300x250 {
	float: right;
	width: 300px;
	height: 260px;
	padding: 5px;
}

#sidebar-bottom {
	float: right;
	width: 308px;
	height: 300px;
	padding-left: 0px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	background:#FFF url(images/boxbg.png) repeat-x top;
}

#sidebar-socialnetwork {
	float: right;
	width: 300px;
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	background:#FFF url(images/boxbg.png) repeat-x top;
}

.ads {
	float: right;
	width: 125px;
	height: 125px;
	padding: 12px;
}
.endline {
  clear: both;
}

.box {
	background: #FFF url(images/boxbg.png) repeat-x top;
	padding: 20px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

/*---Image alignment in posts and pages---*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/*---Image Captions---*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*---Comment Styles---*/
ol.commentlist {
	clear:both;
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}
ol.commentlist p {
	clear:both;
	margin:0;
	padding:0 10px 10px 10px;
}
ol.commentlist ul.children {
	list-style:none;	
}
.avatar {
	float:right;
	padding:2px;
}
div.comment-author {
	margin-top:5px;
	background-color:#EBEBEB;
	border: solid 1px #CCC;
	height:36px;
}
div.comment-author .fn {
	font: bold 18px/36px Verdana, Geneva, sans-serif;
	padding-left:10px;
}
.says {
	display:none;
}
div.comment-meta {
	float:right;
	padding-bottom:8px;
}
#respond {
	clear:both;
}
div.reply {
	text-align:right;
}
div.reply a {
	text-decoration:underline;
}

/* Social Bookmarking */

.bookmark {
	margin: 18px 0 0 -40px;
}

.bookmark ul {
	display: inline;
}

.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}

.bookmark_line img {
	border: 0;
}

.bookmark_icon {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	_filter: alpha(opacity=100);
}

.bookmark_icon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Table */
.even {
	background-color: #CFF;
	height: 35px;
	width:auto;
	font-size: 16px;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
}
.odd {
	background-color: #99F;
	height: 35px;
	width:auto;
	color: #FFF;
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
}

#comment {
	width: 100%;
}