/* ---- Comprehensive CSS Reset ---- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* default font-size for common browsers = 16px */
/* font-sizes = desired pixels / default pixels */

/* ---- Theme starts here ---- */

body {
  background: #fff url(images/bg.jpg) no-repeat fixed;
background-color: #3068c7;
  color: #fff;
  font: normal 75%/2.3 Verdana, Helvetica, Arial, sans-serif; /* 12px / 16px = 75% */
  padding-top: 20px;
text-shadow: rgb(52, 52, 52) 0px 1px 0px;  
}

a:link,
a:visited {
  color: #fff;
-webkit-transition: all 0.2s linear; 
text-decoration: none; 
}

a:hover {
  text-decoration: none;
}

a.button {
  background: url(images/bg_button.png) no-repeat center center;
  display: block;
  font-size: 0.92em; /* 11px / 12px = 0.92em */
  height: 28px;
  text-decoration: none;
  text-align: center;
  width: 100px;
}

a:hover.button {
	color:#fff;
}

h2 a:link,
a:visited {
  color: #fff;
  font-weight:normal !important;
  text-decoration:none!important;
	}
	
h3 a:link,
a:visited {
  color: #fff;
  font-weight:none !important;
 text-decoration:none!important;
	}

.container {
  margin: 0 auto;
  width: 960px;
  padding:50px 20px 10px 20px;
}

.content_section {
	width:640px;
}

.img_border {
  border: 8px solid #fff;
}

.left {
  float: left !important;
  margin: 0 30px 30px 0;
}

.right {
  float: right !important;
  margin: 0 0 30px 30px;
}

.hide {
  display: none;
}

p {
  margin: 0 25px 25px 0;
}

h1 {
  margin: 0 auto;
  width: 980px;
}

h2 {
  margin: 5px 25px 10px 0;
  font:24px Georgia;
}

h3{
  font:18px Georgia;
  color:#eee;
}

/* ---- Header ---- */
#header {
	height:110px;
	margin: 0 auto;
	width: 960px;
	padding:0 20px;
	position:relative;
}

#header-ad{
	float:right;
	
}

#header h1{
	width:300px;
	float:left;
}

.footer {
  border-bottom: none;
  padding-top: 10px;
}

/* ---- Navigation ---- */
#navigation {
  float:right;
  position:absolute;
  top:90px;
  margin-bottom:-200px;
}

#navigation li {
  display: block;
  float: left;
  margin-left: 3px;
}

#navigation li a:link,
#navigation li a:visited { 
  background: #2f63c6;
  color: #fff;
  display: block;
  font-size: 1.08em; /* 13px / 12px = 1.08em */
  line-height: 1.5;
  padding: 8px 27px;
  text-decoration: none;
  text-transform: capitalize;
}

#navigation li a:hover,
#navigation li a.current-cat:link,
#navigation li a.current-cat:visited {
  background: #2f36c6;
  color: #fdfdfd;
}

/* ---- Featured ---- */

#featured{
	float:left;
	height:300px;
	width:620px;
	position:relative;
	margin:0 20px 0 0;
}

#featured h2{
	background: url(http://wpshout.com/wp-content/themes/theme/images/title-bg.png) repeat;
	bottom: -10px;
	left: 0px;
	padding: 20px 30px 0px 20px;
	position: absolute;
	text-shadow: rgb(0, 0, 0) 2px 2px 2px;
	font:  28px Georgia;
	color:#fff;
	text-transform:uppercase;
	width:200px;
	height:280px;
}

/* ---- Thumbnails ---- */
.thumbnails {
  display: block;
  float: left;
  margin: 10px 0 10px 0;
}

.thumbnails li {
  display: block;
  float: left;
  width:200px;
  margin:0 10px 10px 0;
}

.thumb-title{
	height:100px;
	width:200px;
	position:relative;
}

.thumb-title h3{
	background: url(http://wpshout.com/wp-content/themes/theme/images/title-bg.png) repeat;
	bottom: 0px;
	left: 0px;
	padding: 10px 20px 0 20px;
	position: absolute;
	font:  14px Georgia;
	color:#fff;
	width:160px;
	text-shadow: #000 1px 1px 1px;
	height:50px;
	text-transform:uppercase;
}

.vertical_thumbnails {
  display: block;
  margin: 10px 0 10px 0 !important;
  width: 280px;
}

.vertical_thumbnails li {
  display: block;
  float: left;
  margin: 0 20px 15px 0;
}

.block_list {
  display: block;
  float: left;
  margin: 10px 0;
}

.block_list li {
  display: block;
  float: left;
  margin-right: 20px;
  width: 300px;
  height:450px;
}

.block_list li ul li {
	height:100px;
	list-style:none;
}

p.blocked {
  clear: left;
  display: block;
  float: left;
  width: 650px;
}

form.common fieldset {
  background: #282828;
  border: 1px solid #333;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  width: 650px;
}

form.common ol li {
  display: block;
  margin-bottom: 50px;
  text-align: right;
}

form.common label {
  float: left;
  margin-top: 7px;
}

form.common input,
form.common textarea {
  background: #0d0d0d;
  border: 1px solid #333;
  color: #999;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 2em; /* 24px / 12px = 2em */
  padding: 3px;
  width: 500px;
}

form.common .error {
  color: #c00;
  float: right;
  font-weight: bold;
  margin: 0;
}

form.common #submit {
  background: url(images/bg_button.png) no-repeat center center;
  color: #5088B2;
  cursor: pointer;
  font-size: 0.92em;
  font-weight: bold;
  height: 30px;
  width: 100px;
}

/* After hack to clear floats */
.container:after,
.center:after,
#navigation:after,
.thumbnails:after,
.vertical_thumbmails:after,
#packages:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
}

.clear{
	clear:both;
}
/*************************************
 Photos Page Specific Styles
*************************************/
.photos_plugin {
  background: #ccc;
  display: block;
  height: 500px;
  margin: 0 auto 40px auto;
  position: relative;
  text-align: center;
  width: 850px;
}


/*************************************
 Prices Page Specific Styles
*************************************/
#packages {
  display: block;
  float: left;
  margin: 10px 0 60px 0;
}

#packages li {
  background: #282828;
  border: 1px solid #333;
  display: block;
  float: left;
  margin-right: 15px;
  width: 308px;
}

.package_features {
  margin: 0 15px 10px 15px;
}

.package_features li {
  background-color: transparent !important;
  border: none !important;
  color: #999;
  float: none !important;
  margin: 0 !important;
  padding-left: 30px;
  width: auto !important;
}

.gold ul li {
  background: url(images/bullet_gold-star.gif) no-repeat center left !important;
}

.gold a.button {
  color: #e4db5c;
}

.silver ul li {
  background: url(images/bullet_silver-star.gif) no-repeat center left !important;
}

.silver a.button {
  color: #9d9d9d;
}

.bronze ul li {
  background: url(images/bullet_bronze-star.gif) no-repeat center left !important;
}

.bronze a.button {
  color: #8a5d00;
}

#packages p {
  padding: 5px 15px 0 15px;
}

#faq_list h3 {
  font-size: 1.17em; /* 14px / 12px = 1.17em */
}

#faq_list h3 a {
  text-decoration: none;
}

/* ---- Aside ---- */

img{float: left;
margin: 0px 10px 10px 0px;}

#aside{
	display: block;
	float: right;
	margin-right: 20px;
	width: 300px;
}

.review{
	height:150px;
	width:300px;
	position:relative;
	clear:both;	
}

.review h2{
	background: url(http://wpshout.com/wp-content/themes/theme/images/title-bg.png) repeat;
	bottom: -10px;
	left: 0px;
	padding: 10px 20px 0 20px;
	position: absolute;
	font:  18px Georgia;
	color:#fff;
	width:260px;
	text-shadow: #000 1px 1px 1px;
	height:50px;
	text-transform:uppercase;
}

/* ---- Content ---- */

#content{
	float:left;
	width:620px;
	margin:0 20px 0 0;
}
