/*
Theme Name: Alexia
Theme URI: http://www.meltingpx.com
Description: <p>Alexia CMS Wordpress Theme</p>
Version: 1.1
Author: ram
Author URI: http://www.meltingpx.com/	
Created Date:16/04/2011
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
All files, unless otherwise stated, are released under the GNU General Public License
Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
	
*/

/* ________________________________________________________________________________________________________________

@ 1. General Typhography
@ 2. Top Menu and header Section
@ 3. Middle content section
@ 3. Blog Section
@ 3. Footer Section

   ________________________________________________________________________________________________________________ */  



/* ________________________________________________________________________________________________________________

                                                  @ General Typhography
   ________________________________________________________________________________________________________________ */  
* {
  margin: 0;
  padding: 0;
}
::selection {
	background: #fa7aa9 /* Safari */
	color:#fff;
	}
::-moz-selection {
	background: #fa7aa9; /* Firefox */
	color:#fff;

}
body {
	font: 14px 'Helvetica Neue', Georgia, sans-serif;
	color: #888;
	background-image: url(images/bg-wood1.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height:18px;


	
}
html{

	background-image: url(images/bg-pattern.png);
	background-repeat: repeat;
	background-color:#f9f9f9;
}
/* default hyper links color 
----------------------------------------------------------------------------------------------------*/
a:link, a, a:visited {
	color: #990000;
	text-decoration:none;
	outline:none;

}
a:hover {
	color:#666;
}

/* default  lists Styles
------------------------------------------------------*/
p{
margin-bottom:20px;
}
/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight:lighter;
	color:#333;
}

h1, h2, h3 {
	margin:0 0 10px 0;
	line-height:1.5em;	
}

h4, h5, h6 {
	margin:0 0 5px 0;	
}

h1 {
	font-size: 24px;
	
}
h2 {
	font-size: 22px;

}
h3 {
	font-size: 18px;
	
}
h4 {
	font-size: 16px;
	
}
h5 {
	font-size: 14px;
	
}
h6 {
	font-size: 12px;

}
hr {
	
	width:100%;	
	color: #333;
	background-color:#ddd;
	height: 1px;
	margin-top:15px;
	margin-bottom:15px;
	border:none;
	clear:left;
	

}

/* Text elements */
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	color:#383737;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:24px;
	padding:10px 20px 10px 45px;
	display:block;
	background-color: transparent;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
	float:left;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	margin-top:10px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}


/* custom lists Styles
------------------------------------------------------*/
ol.ol li {
background-image: url(images/orderd-list.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding:5px 20px 5px 30px;
margin: .1em 0;
list-style:none;
line-height:15px;
}	

ul.ul, ol.ol {
margin-top:10px;
}

ul.ul li {
background-image: url(images/unorder-list.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding:5px 20px 5px 30px;
list-style:none;
line-height:15px;
}

/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 0 0 18px 18px;
	width:auto;
}
.alignleft {
	float: left;
	margin:0px 18px 18px 0;
	width:auto;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img {
	border:none;	
}

.v-space {
	display:block;
	height:20px;
	padding-top:20px;
	width:100%;
	float:left;
	border-top:1px dotted #ccc;
}
.v-space-small{
	display:block;
	height:20px;
	width:100%;
	float:left;
}

.gallery-caption
{
	font-weight:bold;
}
.wp-caption-text{
color:#333;

}
.wp-caption{
font-weight:bold;

}
/* image boders
----------------------------------------------------------------------------------------------------*/
.img-border1{
padding:7px;
background-color:#eee;
border:1px solid #ddd;
}
.img-border2{
padding:4px;
background-color:#eee;
border:1px solid #ccc;
}

.img-border3{
padding:4px;
background-color:#111;
border:1px solid #000;
}

/* top header
----------------------------------------------------------------------------------------------------*/

#header_wrapper{
	width:100%;
	float:left;
	background-color:#000;
	border-top:6px double #990000;
	border-bottom:3px double #000;
	background-image: url(images/texture_transperant.png);
	background-repeat: repeat;
}

#header {
	width:978px;
	position:relative;
	margin:0 auto;
	padding:10px 0;
	background-image: url(images/spark.png);
	background-repeat: no-repeat;
	background-position: -50px top;
	z-index:111;
}

.logo{
	width:20%;


}

#filtering-nav{
	margin-top:50px;
	margin-bottom:50px;
}
#filtering-nav li{
	list-style:none;
	text-align:right;
	display:block;
}

#filtering-nav li a{
	background-color:#990000;
	line-height:1.85;
	font-size:1.75em;
	color:#ccc;
	padding:5px 10px;
	letter-spacing: 1px;

}


#author_desc{
	padding-top:30px;
	float:left;

}
#author_desc h5{
	float:left;
	display:block;
	color:#999;
}


#author_desc h3{


}
/* midddle section
----------------------------------------------------------------------------------------------------*/
.wrapper{
	margin-top:50px;
	margin-bottom:50px;
	min-height:350px;


}
.box {	
	float:left;
	margin-bottom:8px;
	margin-right:8px;
	display:block;
	

	}
.box img {	
	float:left;
	
	}
	
.box_padding span{
	width:152px;
	padding:10px;
	background-color:#000;
	display:block;
	float:left;
	padding-bottom:20px;
}
.box_padding h4{
	line-height:22px;
	margin-bottom:10px;
	color:#ccc;


}


.img-border{
padding:2px;
border:1px solid #333;
background-color:#222;
}

.mid_wrapper{
	padding:20px;
	float:left;
}
	
#content_column{
	float:left;
	width:100%;
	min-height:300px;
}
#content_column_wide{
float:left;
	
}



/* singel page gallery style
----------------------------------------------------------------------------------------------------
*/

.single-page-gallery a img{
float:left;
margin-right:10px;
margin-bottom:10px;
padding:6px;
display:inline-block;
border:1px solid #ccc;

}
.last{
margin-right:0px;
background-color: #00CC33;


}
	
/* ________________________________________________________________________________________________________________

                                                  @ sidebar
   ________________________________________________________________________________________________________________ */ 
#sidebar-home{
padding-top:50px;
padding-bottom:50px;
float:left;
}
#content_column, #sidebar, #content_column_wide{
padding-top:30px;
padding-bottom:30px;
}
h1.page-title{
border-bottom:1px solid #ccc;
padding-bottom:15px;
margin-bottom:15px;
}

#sidebar, li.widget-container{
float:left;
border-right:0px  dotted #333;
color:#999;
margin-right:6%;
width:94%;
display:block;
line-height:1.4;
}

#sidebar a:link, #sidebar a:visited{
color:#666;
line-height:1.80;

}
#sidebar ul {
width:100%;
}

#sidebar h3{
	margin-bottom:15px;
	width:100%;
	border-bottom:3px solid #990000;
	padding-bottom:10px;


	
}

#sidebar ul, #sidebar li{
list-style:none;
float:left;
clear:left;
margin-left:0px;
padding:0px;
}

#sidebar li.widget-container{
margin-bottom:30px;



}
#sidebar li.widget-container a{

color:#999;
background-color:#222;
padding:3px;
}
#sidebar li.widget-container a:hover{
background-color:#444;

}

#sidebar li.widget-container .textwidget p{
margin-bottom:0px;

}

/* ________________________________________________________________________________________________________________

                                                  @ Blog Section
   ________________________________________________________________________________________________________________ */
.sticky{
}

.post  .title_postmeta_box{
	float:left;
	width:530px;}

.post {
	margin-bottom:30px;
	float:left;	
}
.single-page{
margin-bottom:20px;

}
.post img {
	margin-bottom:10px;

}
.post .entry {
	clear:left;
	width:100%;
	
}
.post h3 a {
	display:block;
	width:100%;
	float:left;
	line-height:25px;
	margin-bottom:10px;
	letter-spacing: 1px;	

}
.postmetadata {
color:#555;
}
.postmetadata a:link, .postmetadata a:visited  {
color:#777;
}
.view-more-small {
	display:block;
	background-image: url(images/sprite-small.png);
	background-repeat: no-repeat;
	background-position: -9px -10px;
	display:block;
	width:100px;
	height:33px;
	text-align:center;
	line-height:30px;
	margin-top:10px;
	color:#999;

}
.view-more-small:hover {
	background-image: url(images/sprite-small.png);
	background-repeat: no-repeat;
	background-position: -9px -56px;

}
.view-more-small:link, .view-more-small:visited, .view-more-blog {
	color:#333;
}
.view-more-small:hover, .view-more-blog:hover {
	color:#999;
}
.view-more-blog {

}

.entry-content iframe{
margin-bottom:30px;

}

/* @ links and Archive page style
----------------------------------------------------------------------------------------------------*/
.links ul li, .linkcat{
list-style:none;

}
.links a, .archieves a{
line-height:25px;

}

/* @ comments style
----------------------------------------------------------------------------------------------------*/
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	margin: 0 0 24px 0;
	padding: 20px 20px 0 96px;
	position: relative;
	background-color:#fff;
	border:1px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 24px;
	left: 20px;
}
.comment-author {
}
.comment-author cite {
	color: #303030;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* comments Form
-----------------------------------*/

#respond {
	margin: 24px 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}
#respond p {
	
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;

}

.comment-form-comment label{

float:left;

}
#respond input {
	margin:0 0 9px;
	width:35%;
		background-color:#eee;
	border:1px solid #ddd;
	padding:5px;
	color:#666;
	margin-top:10px;
	clear:both;
	display:block;

	
}
#respond textarea {
	width:98%;
	background-color:#eee;
	border:1px solid #ddd;
	padding:5px;
	color:#666;
	float:left;
	clear:both;
	overflow: auto;	
	margin-top:10px;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
	margin-top:20px;
	float:left;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
	clear:left;
}
#respond #submit{
	-moz-border-radius:5px;
	-webkit-border-radius:15px;
	border-radius:5px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#111));
	background: -moz-linear-gradient(#000, #111);
	background: linear-gradient(#000, #111);
	-pie-background: linear-gradient(#000, #111);
	border:none;
	width:113px;
	height:32px;
	cursor: help;
	background-color:#111;
	border:1px solid #000;
	cursor: help;
	color:#999;
	display:block;
}
#respond .form-submit #submit:hover{
	cursor:default;
}


#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
.avatar {
	padding:5px;
	background-color:#eee;
	border:1px solid #ddd;
	float:right;
	width:auto;
}

/* @ Pagination    style
------------------------------------------------*/
.pagination{
padding:15px 0px;
display:block;
margin-bottom:30px;
float:right;
border-top:1px solid #ccc;
width:100%;

}
.pagination a {
	background-color:#333;
	border:1px solid #444;
	padding:5px 10px;
	margin-right:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:15px;
	border-radius:5px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#555), to(#666));
	background: -moz-linear-gradient(#555, #666);
	background: linear-gradient(#555, #666);
	-pie-background: linear-gradient(#555, #666);
	color:#fff;
	font-weight:bold;
	position:relative;
}

.pagination a:hover {
	background-color:#fff;
	border:1px solid #666;	
	padding:5px 10px;
	margin-right:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#777), to(#888));
	background: -moz-linear-gradient(#777, #888);
	background: linear-gradient(#777, #888);
	-pie-background: linear-gradient(#777, #888);
	color:#ccc;
	font-weight:bold;
	position:relative;
}
.pagination .current {
	background-color:#555;
	border:1px solid #666;
	padding:5px 10px;
	margin-right:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#777), to(#888));
	background: -moz-linear-gradient(#777, #888);
	background: linear-gradient(#777, #888);
	-pie-background: linear-gradient(#777, #888);
	color:#ccc;
	font-weight:bold;
	position:relative;
}
/* contact form 
----------------------------------------------------------------------------------------------------*/
.contact-us .form-col1 {
	color:#999;
	width:100px;
	display:block;
	text-align:left;
	padding-right:10px;
}

.contact-us p span {
margin:0px;
padding:0px;
}
.contact-us input{
	padding:5px;
	border:1px solid #ccc;
	background-color:#f9f9f9;
	width: 20em;
	color:#666;
	margin-top:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contact-us textarea {
	width: 30em;
	padding:5px;
	border:1px solid #ccc;
	background-color:#f9f9f9;
	color:#666;
	margin-top:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height:188px;
    overflow:auto;

}

#contact_box{
position:relative;
margin-bottom:40px;
padding-bottom:50px;

}
.contact-us div#textarea {
    position:absolute;
    top:0px;
    right:0px;
    display:block;

}


input#csubmit {
	width:113px;
	height:42px;
	padding:0px;
	margin:0px;
	background-color:transparent;
	border:none;
}

#alert{
color:#FF3300;

}

/* contact form 7 Plugins tweak or style
----------------------------------------------------------------------------------------------------*/
.wpcf7-form p br {
	display:none;
	display:block;
}
.wpcf7-form textarea {
	margin-top:10px;
}
.wpcf7-form p {
	margin-bottom:10px;
	padding-top:10px;
}
.wpcf7-form input, .wpcf7-form textarea {
	padding:5px;
	border:1px solid #ccc;
	background-color:#f9f9f9;
	color:#666;
	margin-top:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wpcf7-form  .wpcf7-submit {
	background-color:#222;
	border:1px solid #000;
	padding:3px 18px;
	width:100px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	cursor: pointer;
	color:#ccc;
	margin-top:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* ________________________________________________________________________________________________________________

                                                  @ Footer Section
   ________________________________________________________________________________________________________________ */ 
   
   .scroll-top{
   position:absolute;
   top:-25px;
   
   } 

.footer_wrapper{
	background-color:#000;
	float:left;
	width:100%;
	border-top:3px  double #000;
	padding-bottom:30px;
	background-image: url(images/texture_transperant.png);
	background-repeat: repeat;
		color:#333;
}

.footer{
	width:978px;
	margin:0 auto;
	padding:20px 0;

	position:relative;
}
.footer a:link, .footer a:visited{
	color:#555;
	line-height:20px;
}
.footer a:hover{
color:#999 
}

.footer h3{
	border-top:3px double #990000;
	padding-top:20px;
	padding-bottom:10px;
	color:#ccc;
	letter-spacing:1px;
}
.footer  ul{
	list-style:none;
}
.footerbox{
margin-bottom:30px;
clear:left;

}
.footerbox ul{
	margin:0px;
	padding:0px;
	line-height:20px;
}

.preloader { background:url(images/89.gif) center center no-repeat ;  display:inline-block; }
.hover_video {
	position: absolute;
	background:transparent url(images/video.png) no-repeat 54% center;
	
}
.hover_image {
	position: absolute;
	background:transparent url(images/image.png) no-repeat 54% center;
}
.box a img {
	position:relative;
	z-index:2;
}