/* 

Theme Name: Adventure Photography WordPress Theme
Author: Phoenix 
Author URI: http://themeforest.net/user/Phoenix 
Version: 1.0.9
Description: For 3.0+ 
 
*/

/* -- 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, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
	background: transparent;
	list-style-type: none;
}
fieldset { display: none;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 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;
}

body {

font-family: "DroidSans", Arial, sans-serif;
font-size: 12px;
background: url(theme_images/bg.gif);
color: #333;

}

a {

text-decoration: none;
color: #444;

}

h1.title {

font-size: 40px;
margin: 0px;
padding: 20px;
text-transform: uppercase;
width: 100%;
background: #333;
background: rgba(0,0,0,0.2);
border-bottom: 1px solid #999;
color: #fff;

}

h1.blogtitle {

font-size: 40px;
margin: 0px;
text-transform: uppercase;
width: 100%;
color: #fff;

}

h1 {

font-size: 50px;
padding-top: 20px;
padding-bottom: 20px;

}

h2 {

font-size: 46px;
padding-top: 20px;
padding-bottom: 20px;

}

h3 {

font-size: 42px;
padding-top: 20px;
padding-bottom: 20px;

}

h4 {

font-size: 38px;
padding-top: 20px;
padding-bottom: 20px;

}

h5 {

font-size: 34px;
padding-top: 20px;
padding-bottom: 20px;

}

h6 {

font-size: 30px;
padding-top: 20px;
padding-bottom: 20px;

}


form {

margin-top: 20px;

}

.ie_background {

overflow: hidden;

}

/* -|- COMMON CLASSES -|- */

.clear {

clear: both;

}

#left_content_wrapper {

position: fixed;
top: 0px;
left: -600px;
z-index: 5;
background: #cfcfcf url(images/bg.png);
border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-right-radius: 7px;
box-shadow: 0px 0px 3px #333;
-moz-box-shadow: 0px 0px 3px #333;
-webkit-box-shadow: 0px 0px 3px #333;
padding-top: 10px;

}

/* -- MENU  -- */

#menu {

padding-top: 10px;

}

#menu li {

position: relative;

}

#menu li a {

display: block;
padding: 10px;
padding-bottom: 10px;
text-transform: uppercase;
font-size: 23px;
color: #444;
border-top: 1px solid #eee;

}

#menu ul {

padding: 0px;
margin: 0px;

}

#menu li:last-child a {

border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-right-radius: 7px;

}

#menu li a:hover {

background: rgba(255,255,255, 0.2);

}

#menu li.current-menu-item a {

color: #ffffff;
background: #849f4c;

}

#menu li ul li.current-menu-item a {

background: #849f4c;

}

#menu li.current-menu-item ul li a {

background: url(images/bg.png);

}

#menu li ul {

position: absolute;
top: 0px;
left: 100%;
height: 20px;
z-index: 12;
display: none;

}

#menu li ul li a {

background: #cfcfcf url(images/bg2.png);
padding: 10px 30px 10px 30px;
border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
color: #333;
width: 200px;

}

#menu li ul li a:hover {

background: #dddede;

}

#menu li:hover > ul {

display: block;

}

#menu li.current_menu_item ul li a {

color: #333;

}

#menu li.current-menu-item ul.sub-menu li a {

color: #444;

}

/* -- FOOTER -- */

#footer {

position: fixed;
bottom: 0px;
left: 0px;
color: #000;
padding: 10px;
z-index: 4;
font-size: 11px;
text-shadow: 0px 0px 3px #fff;
font-weight: bold;

}

#footer span {

display: block;
padding-top: 10px;
color: #000;

}

#footer span a {

color: #000;

}

/* -- STANDARD PAGE -- */

#standard_page {

position: fixed;
top: 0px;
right: -850px;
height: 100%;
z-index: 4;
width: 500px;
background: #cfcfcf url(images/bg.png);
box-shadow: 0px 0px 6px #000;
-moz-box-shadow: 0px 0px 6px #000;
-webkit-box-shadow: 0px 0px 6px #000;
padding: 0px;
overflow-y: auto;
overflow-x: hidden;

}

#standard_body {

padding: 25px 70px 15px 20px;
text-shadow: #eee 1px 1px 1px;
line-height: 25px;
overflow: hidden;

}

#show_hide_content_button {

position: fixed;
width: 50px;
height: 80px;
background: url(images/arrow-right.png) no-repeat;
background-position: 0px 25px;
top: 0px;
right: 3px;
z-index: 12;
cursor: pointer;

}

/* -|- PORTFOLIO -|- */

#portfolio_wrapper {

width: 488px;
margin-top: 20px;
line-height: 25px;
text-shadow: #ccc 1px 1px 1px;

}

.portfolio_post {

width: 150px;
height: 120px;
background: #fff;
margin: 0px 35px 30px 0px;
float: left;
position: relative;
overflow: hidden;
cursor: pointer;
text-shadow: none;

}

.portfolio_post.last {

margin-right: 0px;

}

.portfolio_post_title {

color: #3788c1;
position: absolute;
bottom: 0px;
padding: 5px 15px 5px 15px;
margin: 5px;
background: rgba(0, 0, 0, 0.8);
font-size: 11px;
width: 110px;

}

.portfolio_post_image {

padding: 5px;

}

.light_box_rel img {

display: none;

}

.portfolio_post_three {

width: 210px;
height: 160px;
background: #fff;
margin: 0px 30px 30px 0px;
float: left;
position: relative;
overflow: hidden;
cursor: pointer;
text-shadow: none;

}

.portfolio_post_title_three {

color: #3788c1;
position: absolute;
bottom: 0px;
padding: 5px 15px 5px 15px;
margin: 5px;
background: #000;
background: rgba(0, 0, 0, 0.8);
font-size: 11px;
width: 170px;

}

.portfolio_post_two {

width: 160px;
height: 240px;
background: #fff;
margin: 0px 40px 35px 30px;
float: left;
position: relative;
overflow: hidden;
cursor: pointer;
text-shadow: none;

}

.portfolio_post_title_two {

color: #3788c1;
position: absolute;
bottom: 0px;
padding: 5px 15px 5px 15px;
margin: 5px;
background: #000;
background: rgba(0, 0, 0, 0.8);
font-size: 11px;
width: 275px;

}

.portfolio_post_one {

width: 310px;
height: 500px;
background: #fff;
margin: 0px 0px 30px 30px;
float: left;
position: relative;
overflow: hidden;
cursor: pointer;
text-shadow: none;

}

.portfolio_post_title_one {

color: #3788c1;
position: absolute;
bottom: 0px;
padding: 5px 15px 5px 15px;
margin: 5px;
background: #000;
background: rgba(0, 0, 0, 0.8);
font-size: 11px;
width: 270px;

}

#portfolio_page_image img {

border: 5px solid #fff;
margin-bottom: 20px;
background: #fff;

}

#portfolio_page_info {

float: left;
width: 221px; /* Extra Pixel For Dotted Fix */

}

#portfolio_page_info h3 {

padding-top: 0px;
margin-top: -3px;
padding-bottom: 10px;
border-bottom: 1px solid #aaa;

}

#portfolio_page_body {

float: left;
width: 440px;

}

#portfolio_page_info ul li {

padding: 10px;
padding-left: 30px;
border-bottom: dotted #999 1px;
background-position: 0px 13px;

}

#portfolio_page_date {

background: url(images/calendar-month.png) no-repeat;
font-weight: bold;

}

#portfolio_page_author {

background: url(images/author.png) no-repeat;

}

#portfolio_page_cat {

background: url(images/folder-horizontal-open.png) no-repeat;

}

#portfolio_page_comments {

background: url(images/balloon-left.png) no-repeat;

}

#portfolio_page_tags {

background: url(images/tag.png) no-repeat;

}

/* -|- COLUMNS -|- */

.col_2_numbered {

width: 48%;
margin-right: 4%;
float: left;
position: relative;
margin-top: 10px;
margin-bottom: 10px;

}

.col_2_numbered#last {

margin-right: 0%;

}

.col_2_numbered h2 {

font-size: 30px;
position: absolute;
left: 50px;
top: 0px;
padding: 0px;

}

.col_2_numbered span.number {

position: absolute;
left: 0px;
top: 0px;
z-index: 60;
display: block;
background: #999;
padding: 10px 13px 10px 13px;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
font-weight: bold;
color: #fff;
text-shadow: #ccc 0px 0px 0px;
line-height: 1;

}

.col_2_numbered.last {

margin-right: 0%;

}

.numbered_column_content {

padding-top: 50px;
line-height: 25px;
text-shadow: 1px 1px 1px #eee;

}

.col_3_numbered {

width: 30%;
margin-right: 5%;
float: left;
position: relative;
margin-top: 10px;
margin-bottom: 10px;

}

.col_3_numbered.last {

margin-right: 0%;

}

.col_3_numbered h2 {

font-size: 30px;
position: absolute;
left: 50px;
top: 0px;
padding: 0px;

}

.col_3_numbered span.number {

position: absolute;
left: 0px;
top: 0px;
z-index: 60;
display: block;
background: #999;
padding: 10px 13px 10px 13px;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
font-weight: bold;
color: #fff;
text-shadow: #ccc 0px 0px 0px;
line-height: 1;

}

.col_2 {

width: 48%;
margin-right: 4%;
float: left;
position: relative;
margin-top: 10px;
margin-bottom: 10px;

}

.col_2.last {

margin-right: 0%;

}

.col_3 {

width: 30%;
margin-right: 5%;
float: left;
position: relative;
margin-top: 10px;
margin-bottom: 10px;

}

.col_3.last {

margin-right: 0%;

}

.col_4 {

width: 22%;
margin-right: 4%;
float: left;
position: relative;
margin-top: 10px;
margin-bottom: 10px;

}

.col_4.last {

margin-right: 0%;

}

.col_two_third {

width: 65%;
margin-right: 5%;
float: left;
margin-top: 10px;
margin-bottom: 10px;

}

.col_two_third.last {

margin-right: 0px;

}

/* -|- CONTACT FORM -|- */

.input_text {

padding: 10px;
margin-bottom: 5px;
border: 1px solid #aaa;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-family: Arial;
width: 410px;
color: #333;
font-size: 12px;

}

.submit {

border: none;
padding: 15px 18px 15px 18px;
font-family: Arial;
cursor: pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #eee;

}

/* -|- SHORTCODES -|- */

.success_box {

padding: 10px 10px 8px 60px;
display: block;
background: #d9efca url(images/success.png) no-repeat;
background-position: 8px 7px;
border: 1px solid #58d93f;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 10px 0px 10px 0px;

}

.alert_box {

padding: 10px 10px 8px 60px;
display: block;
background: #f6f3d4 url(images/alert.png) no-repeat;
background-position: 8px 7px;
border: 1px solid #f1f338;
border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 10px 0px 10px 0px;

}

.error_box {

padding: 10px 10px 8px 60px;
display: block;
background: #ffbfb2 url(images/error.png) no-repeat;
background-position: 8px 9px;
border: 1px solid #ef4f17;
border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 10px 0px 10px 0px;

}

.download_box {

padding: 10px 10px 8px 60px;
display: block;
background: #f4dec7 url(images/download.png) no-repeat;
background-position: 10px 7px;
border: 1px solid #bb8454;
border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 10px 0px 10px 0px;

}

.button {

padding: 8px 12px 8px 12px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-shadow: none;
color: #fff;

}

.img_left {

float: left;
margin: 0px 15px 15px 0px;

}

.img_right {

float: right;
margin: 0px 0px 15px 15px;

}

ul.pointer_list li {

background: url(images/pointer.png) no-repeat;
background-position: 0px 4px;
padding-left: 40px;

}

.dropcap {

padding: 12px;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
float: left;
margin: 5px 10px 0px 0px;
line-height: 13px;
font-size: 24px;
font-weight: bold;
text-shadow: none;

}

.highlight {

border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow: none;
padding: 3px;
margin: 0px 4px 0px 2px;

}

.pullquote {

float: left;
width: 200px;
padding: 20px;
border: 1px solid #fff;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin: 10px 15px 10px 0px;
background: #eee;
box-shadow: 0px 0px 3px #777;
-moz-box-shadow: 0px 0px 3px #777;
-webkit-box-shadow: 0px 0px 3px #777;

}

.pullquote_right {

float: right;
width: 200px;
padding: 20px;
border: 1px solid #fff;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin: 10px 10px 10px 10px;
background: #eee;
box-shadow: 0px 0px 3px #777;
-moz-box-shadow: 0px 0px 3px #777;
-webkit-box-shadow: 0px 0px 3px #777;

}

/* -|- SOCIAL ICONS -|- */

#social_icons {

padding-bottom: 10px;

}

#social_icons ul li {

display: inline;
float: left;
margin-right: 10px;
margin-left: -2px;

}

/* IE BG IMG */

img.bg {
       
        min-height: 100%;
        min-width: 1024px;

       
        width: 100%;
        height: auto;

        
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1024px) {
        img.bg {
                left: 50%;
                margin-left: -512px;   
        }
}

/* -|- BLOG POST -|- */

.blog_post {

margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #bbb;
width: 440px !important;

}

.blog_post:last-child {

border-bottom: 0px;

}

/* -|- COMMENTS -|- */

#comments {

padding-top: 10px;
width: 700px;
position: relative;

}

#comments h1 {

padding-bottom: 25px;

}

#comments h2 {

margin-bottom: 5px;

}

#comments li {

margin-bottom: 10px;

}

#comments li ul {

padding-left: 10px;
padding-bottom: 10px;

}

#comments .pos {

border-top: 1px solid #eee;
padding: 10px 0px 10px 0px;
position: relative;
font-size: 11px;

}

#comments ul.commentlist li .comment_left {

float: left;
font-size: 11px;
width: 150px;

}

#comments ul.commentlist li .comment_right {

float: left;
margin-left: 10px;
width: 540px;

}

#comments ul.commentlist ul.children {

padding-left: 50px;
padding-top: 30px;

}

#comments ul.commentlist ul.children li .comment_left {

float: left;
font-size: 11px;
width: 150px;

}

#comments ul.commentlist ul.children li .comment_right {

float: left;
margin-left: 10px;
width: 490px;

}

#comments ul.commentlist ul.children ul.children li .comment_left {

float: left;
font-size: 11px;
width: 150px;

}

#comments ul.commentlist ul.children ul.children li .comment_right {

float: left;
margin-left: 10px;
width: 440px;

}

#comments ul.commentlist ul.children ul.children ul.children li .comment_left {

float: left;
font-size: 11px;
width: 100px;

}

#comments ul.commentlist ul.children ul.children ul.children li .comment_right {

float: left;
margin-left: 10px;
width: 480px;

}

#comments ul.commentlist ul.children ul.children ul.children ul.children li .comment_left {

float: left;
font-size: 11px;
width: 100px;

}

#comments ul.commentlist ul.children ul.children ul.children ul.children li .comment_right {

float: left;
margin-left: 10px;
width: 390px;

}

#comments ul.commentlist ul.children ul.children ul.children ul.children ul.children li .comment_left {

float: left;
font-size: 11px;
width: 100px;

}

#comments ul.commentlist ul.children ul.children ul.children ul.children ul.children li .comment_right {

float: left;
margin-left: 10px;
width: 390px;

}

.comment_left img {

border: 5px solid #eee;

}

ul.children {

padding-left: 60px;

}

#comments .reply {

margin-top: 20px;
margin-bottom: 20px;

}

#comments .reply a, #comments #submit {

padding: 10px 13px 10px 13px;
background: #999;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #fff;
text-shadow: none;
border: none;
font-family: "DroidSans", Arial, sans-serif;
cursor: pointer;

}

#comments #author, #comments #email, #comments #url {

width: 400px;
border: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #bbb;
padding: 10px;
margin-bottom: 10px;
margin-right: 5px;
border: 1px solid #999;
font-family: "DroidSans", Arial, sans-serif;

}

#comments #comment {

width: 600px;
border: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #bbb;
padding: 10px;
border: 1px solid #999;
margin-bottom: 10px;
font-family: "DroidSans", Arial, sans-serif;

}

#post_links {

padding-bottom: 50px;
width: 700px;

}

#post_links a, .more-link {

padding: 8px 10px;
background: #999;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #fff;
text-shadow: none;
font-size: 11px;

}

#post_links .no_post {

padding: 8px 10px;
background: #aaa;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #333;
text-shadow: none;
font-size: 11px;

}

#post_links_left {

float: left;
width: 300px;

}

#post_links_right {

float: right;

}

#p_slider {

border-bottom: 1px solid #aaa;
margin-bottom: 20px;
width: 700px;

}

#standard_page p {

margin-bottom: 20px;

}