/*

Theme Name: Magazine
Theme URI: http://magazine.themedemo.net
Description: A Magazine based Wordpress Theme
Version: 1.0
Author: Maximus
Author URI: http://themeforest.net?ref=Maximus
Tags: magazine, clean, news

*/



/*-------------------------------
  BROWSER RESET
-------------------------------*/

html, body, div, span,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
img, ins, kbd, q, s, samp, small, strike, 
strong, 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%;  
    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;  
	}
  
table {  
    border-collapse: collapse;  
    border-spacing: 0;  
	}

.arab {
   font-size: 22px; font-family: "Traditional Arabic","Arabic Typesetting",Tahoma,sans-serif; text-align: right;
}


/*-------------------------------
  GLOBAL
-------------------------------*/

html {
	background: #fafaf7 url(images/bg.jpg);
	}

body {
	background: url(images/headerBG.gif) repeat-x;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	}

a       { text-decoration: none; color: #777777; }
a:hover { text-decoration: underline; }
	
h1 { font-size: 20px; line-height: 22px; }
h2 { font-size: 18px; line-height: 22px; }
h3 { font-size: 18px; line-height: 22px; }
h4 { font-size: 16px; line-height: 22px; }
h5 { font-size: 14px; line-height: 22px; }

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #262626;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	}
	
h1 a:hover, h2 a:hover, 
h3 a:hover, h4 a:hover, h5 a:hover {
	color: #000000;
	text-decoration: none;
	}

.clear  { clear: both; }
.fl     { float: left; }	
.fr     { float: right; }

ul.post-meta li {
	display: inline-block;
	padding: 2px 0 4px 22px;
	margin-right: 20px;
	color: #777777;
	text-transform: uppercase;
	font-size: 10px;
	line-height: normal;
	}

ul.post-meta .category { background: url(images/iconSprite.png) no-repeat 0 -34px; }
ul.post-meta .comments { background: url(images/iconSprite.png) no-repeat 0 -65px; }
ul.post-meta .date     { background: url(images/iconSprite.png) no-repeat 0 -94px; }



/*-------------------------------
  NAVIGATION
-------------------------------*/

.nav {
	width: 980px;
	height: 64px;
	margin-bottom: 45px;
	}

.nav li {
	float: left; 
	margin-right: 60px;
	height: 64px;
	}

.nav li:last-child {
	margin-right: 0;
	}

.nav li a {
	display: block;
	color: #ffffff;
	font: normal 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
	text-shadow: #000000 0px 1px 1px;
	padding: 11px 0 17px 0;
	height: 36px;
	}

.nav li em {
	color: #888888;
	text-transform: uppercase;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-shadow: none;
	}
	
.nav li a:hover,
.nav li a:hover em {
	text-decoration: none;
	color: #E4E4E4;
	}

/* Navigation Dropdown Menu */		

.nav li:hover {
	visibility: inherit;
	}

.nav li:hover ul,
.nav li.sfhover ul {
	left: 0px;
	}

ul.nav li:hover li ul,
ul.nav li.sfhover li ul {
	top: -999em;
	}

ul.nav li li:hover ul,
ul.nav li li.sfhover ul {
	left: 195px;
	top: 0;
	}

ul.nav li li:hover li ul,
ul.nav li li.sfhover li ul {
	top: -999em;
	}

ul.nav li li li:hover ul,
ul.nav li li li.sfhover ul {
	left: 195px;
	top: 0;
	}

.nav li ul {
	margin-left: -25px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 195px;
	z-index:999 !important;
	list-style: none;
	padding: 0 10px 5px 10px;   
	border: 1px solid #020202;
	border-top: none;
	background: #313131;
	}

.nav li li {
	width: 195px;
	z-index:1000;
	border-bottom: 1px dotted #434343;
	margin-left: 0;
	line-height: 30px;
	height: auto;
	}
	
.nav li li a {
	font-size: 10px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 2px;
	height: auto; 
	}

.nav li li:last-child {
	border-bottom: none;
	}

.nav li li a, .nav li li a:visited, 
.nav li.current_page_parent li.current_page_item a, 
.nav li.current_page_parent li.current_page_item a:visited {
	color: #e4e4e4 !important;
	padding: 10px 0 10px 10px !important;
	}

.nav li li a:hover, .nav li li a:active,
.nav li.current_page_parent li.current_page_item a:hover, 
.nav li.current_page_parent li.current_page_item a:active {
	color: #FFF !important;
	}	
	
.nav li:hover ul, .nav li li:hover ul, 
.nav li li li:hover ul, .nav li.sfhover ul, 
.nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
	}

.nav ul ul {
	margin: -1px 0 0 10px !important;
	border-top: 1px solid #020202;
	}

.nav a.sf-with-ul {
	padding-right: 0;
	min-width: 1px;
	}

.nav li .sf-sub-indicator {
	display: none;
	}

.nav li li .sf-sub-indicator {
	color: #a4c1c8;
	position: relative;
	display: inline;
	width: 5px;
	height:	5px;
	text-indent: -999em;
	margin-bottom: 0;
	padding-left: 2px;
	overflow: hidden;
	}



/*-------------------------------
  HEADER
-------------------------------*/

#header {
	background: url(images/headerGlow.png) no-repeat;
	width: 980px;
	margin-bottom: 45px;
	}



#header form {
	float: right;
	background: url(images/searchBox.gif) no-repeat;
	width: 285px;
	height: 39px;
	margin-top: 4px;
	}

#header input[type=text] {
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Georgia, Helvetica;
	color: #666666;
	padding: 14px 20px 14px 15px;
	width: 200px;
	}

#header form span {
	float: right;
	width: 45px;
	height: 39px;
	}

#header form a {
	cursor: pointer;
	float: right;
	width: 45px;
	height: 39px;
	}
	
	
	
/*-------------------------------
  LAYOUT STRUCTURE
-------------------------------*/

.container {
	width: 980px;
	margin: 0 auto;
	}

#main {
	background: url(images/mainBG.png) repeat-y #FFFFFF;
	border: 1px solid #e0e0e0;
	box-shadow: #e9e9e9 0 1px 3px;
  	-webkit-box-shadow: #e9e9e9 0 1px 3px;
  	-moz-box-shadow: #e9e9e9 0 1px 3px;
	}

.sidebar {
	float: left;
	width: 220px;
	}
	
#content {
	float: left;
	width: 490px;
	padding: 30px 24px 0 24px;
	}
	


/*-------------------------------
  BILLBOARD
-------------------------------*/

#billboard {
	float: left;
	width: 978px;
	border-bottom: 1px solid #e6e6e6;
	background: white;
	position: relative;
	height: 446px;
	}

#billboard h1 {
	position: absolute;
	top: -45px;
	left: 0;
	font-size: 15px!important;
	font-style: italic!important;
	font-weight: bold;
	line-height: 22px;
	}



#billboard .slide {
	float: left;
	width: 908px;
	padding: 35px 35px 12px 35px;
	border-bottom: 1px solid #e6e6e6;
	display: none;
	height: 255px;
	position: absolute;
	top: 0;
	left: 0;
	}

#billboard .slide .slide-content {
	float: left;
	width: 612px;
	}

#billboard .slide img {
	float: left;
	margin-left: 55px;
	box-shadow: #cccccc 0 1px 3px;
  	-webkit-box-shadow: #cccccc 0 1px 3px;
  	-moz-box-shadow: #cccccc 0 1px 3px;
  	background: #ffffff;
	}
			
#billboard .slide h2,
#billboard .slide p,
#billboard .slide ul.post-meta {
	margin-bottom: 25px;
	}
		
#billboard .slide h2  {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 30px;
	}
		
#billboard .slide p a {
	font-size: 13px;
	color: #22649d;
	}
	
#billboard .slide p.continue {
	margin-bottom: 0px;
	
	}


/* thumbs */

#thumbs {
	float: left;
	width: 950px;
	background: url(images/tabsBG.png) repeat-x;
	padding: 0px 14px;
	position: absolute;
	top: 302px;
	}

#thumbs .tabs {
	float: left;
	width: 950px;
	}

#thumbs .tabs a {
	width: 100px;
	height: 100px;
	display: inline-block;
	border: none;
	padding: 23px 17px;
	}

#thumbs .tabs a.current {
	background: url(images/selectorArrow.png) no-repeat top center;
	}

#thumbs .tabs img {
	box-shadow: #999999 0 1px 3px;
  	-webkit-box-shadow: #999999 0 1px 3px;
  	-moz-box-shadow: #999999 0 1px 3px;
  	background: #ffffff;
	}
		


/*-------------------------------
  POST & POST CONTENT
-------------------------------*/

#content .post {
	margin-bottom: 60px;
	}
	
#content .post h1 {
	margin-bottom: 10px; margin-top: 15px;
	line-height: 30px;
	font-size: 22px;
	}

#content .post ul.post-meta {
	margin-bottom: 20px;
	}
	
#content .post-content img.wp-post-image {
	margin: 30px 0;
	}
	
#content .post-content a {
	color: #6E919A;
	}
	
#content .post-content p, 
#content .post-content ul,
#content .post-content ol,
#content .post-content dd,
#content .post-content pre,
#content .post-content blockquote {
    margin-bottom: 20px;
	line-height: 22px;
	}
	
#content .post-content sup    { bottom: 1ex; }	
#content .post-content sub    { top: .5ex; }
#content .post-content ins    { text-decoration: none; }
#content .post-content dl     { margin:0 1.5em; }
#content .post-content dt     { font-weight:bold; }
#content .post-content strong { font-weight: bold; }

#content .post-content ul,
#content .post-content ol {
	margin-left: 25px;
	}
	
#content .post-content ul,
#content .post-content ul li {
	list-style-type: disc;
	list-style-position: inside;
	}
	
#content .post-content ol,
#content .post-content ol li {
	list-style-type: decimal;
	list-style-position: inside;
	}
	
#content .post-content ol ol {
	list-style: upper-alpha;
	}
	
#content .post-content ol ol ol {
	list-style: lower-roman;
	}
	
#content .post-content ol ol ol ol {
	list-style: lower-alpha;
	}
	
#content .post-content ul ul, 
#content .post-content ol ol, 
#content .post-content ul ol, 
#content .post-content ol ul {
	margin-bottom: 0;
	}
		
#content .post-content cite, 
#content .post-content em, 
#content .post-content i {
	font-style: italic;
	}
				
#content .post-content abbr, 
#content .post-content acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
	}
		
#content .post-content sup,
#content .post-content sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	}
		
#content .post-content pre,
#content .post-content code {
	font: 12px Monaco, monospace;
	line-height: 18px;
	}
	
#content .post-content blockquote {
	padding: 20px;
	padding-bottom: 10px;
	background: #f3f3f3;
	border-left: 3px solid #dddddd;
	}
	
#content .post-content blockquote.left {
	float: left;
	margin-right: 20px;
	text-align: right;
	width: 33%;
	border: none;
	border-left: 3px solid #dddddd;
	}
	
#content .post-content blockquote.right {
	float: right;
	margin-left: 20px;
	text-align: left;
	width: 33%;
	border: none;
	border-right: 3px solid #dddddd;
	}



/*-------------------------------
  WIDGET STRUCTURE
-------------------------------*/

.widget {
	padding: 0 18px 30px 18px;
	border-bottom: 1px solid #e6e6e6;
	}

.widget:last-child {
	border-bottom: none;
	}
	
h3.widget-title {
	background: url(images/iconSprite.png) no-repeat 0 3px;
	padding-left: 24px;
	margin-bottom: 15px;
	}
	
.widget ul {
	padding-left: 25px;
	}
	
.widget-top {
	display: block;
	height: 36px;
	margin: 0 -18px;
	background: url(images/widgettop.png);
	}
	
.widget_nav_menu li a, 
.widget_links li a {
	text-transform: uppercase;
	font-size: 10px;
	}



/*-------------------------------
  POPULAR POSTS - WIDGET
-------------------------------*/

.popular_by_views .post {
	margin-bottom: 30px;
	}

.popular_by_views .post:last-child {
	margin-bottom: 0;
	}

.popular_by_views .post img {
	margin: 15px 0;
	width: 185px;
	box-shadow: #999999 0 1px 3px;
  	-webkit-box-shadow: #999999 0 1px 3px;
  	-moz-box-shadow: #999999 0 1px 3px;
	}

.popular_by_views .post h2 a {
	font-size: 16px;
	line-height: 21px;
	}

.popular_by_views .post ul.post-meta {
	margin-top: 15px;
	padding-left: 0;
	}

.popular_by_views .post ul.post-meta li {
	display: block;
	margin-bottom: 6px;
	float: none;
	}



/*-------------------------------
  RECENT TWEETS - WIDGET
-------------------------------*/

#twitter span.date {
	color: #777777;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	font-family: Georgia, helvetica;
	}

#twitter li {
	padding-bottom: 30px;
	}

#twitter p.tweet_text {
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	padding-bottom: 10px; 
	}

#twitter p.tweet_text a {
	color: #6e919a;
	text-decoration: none;
	}

#twitter p.link a {
	margin-left: 24px;
	color: #6e919a;
	font-size: 13px;
	text-transform: none;
	}



/*-------------------------------
  FLICKR PHOTOS - WIDGET
-------------------------------*/

#flickr #flickr_badge_wrapper {
	padding-top: 10px;
	}

#flickr .flickr_badge_image {
	float: left;
	}

#flickr .flickr_badge_image img {
	margin: 0 8px 8px 0;
	height: 55px;
	width: 55px;
	}

#flickr #flickr_badge_image3 img,
#flickr #flickr_badge_image6 img,
#flickr #flickr_badge_image9 img {
	margin-right: 0;
	}



/*-------------------------------
  SPONSORED ADS - WIDGET
-------------------------------*/

#text-3 {
	padding: 20px 0 15px 10px;
	}
	
#text-3 span.widget-top {
	display: none;
	}

#text-3 a:hover {
	text-decoration: none;
	}

#text-3 a span {
	display: block;
	color: #777777;
	width: 200px;
	font-size: 10px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 20px;
	} 

#text-3 a:hover span {
	text-decoration: underline;
	}



/*-------------------------------
  NEWSLETTER SIGNUP - WIDGET
-------------------------------*/

#enews p {	
	font-size: 12px;
	margin: 20px 0;
	}

#enews #subbox {
	width: 165px;
	}



/*-------------------------------
  AUTHOR INFO - WIDGET
-------------------------------*/

#related-posts,
#author-info,
#comments,
#respond {
	padding: 40px 25px 50px 25px;
	margin: 0 -24px;
	border-top: 1px solid #E6E6E6;
	background: url("images/widgettop.png") repeat-x top;
	}
	
body.author #author-info,
body.archive #author-info,
body.search-results #author-info {
	margin: 0 -25px 40px -25px;
	padding: 37px 25px 41px 25px;
	border-bottom: 1px solid #E6E6E6;
	border-top: none;
	}
	
body.author #content,
body.archive #content,
body.search-results #content {
	padding-top: 0;
	}
		
#related-posts li,
#archives li {
	margin-bottom: 25px;
	}
	
ul.archive-list {
	margin: 0 0 75px 25px;
	}
	
#related-posts li .related-thumb,
#author-info .author-thumb,
.comment-thumb,
#archives .archives-thumb  {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 25px;
	}
	
#related-posts li .related-thumb a img,
#author-info img,
.comment-thumb img,
#archives .archives-thumb img {
	box-shadow: #999999 0 1px 3px;
  	-webkit-box-shadow: #999999 0 1px 3px;
  	-moz-box-shadow: #999999 0 1px 3px;
  	background: #ffffff;
	}

#related-posts li .related-content,
#archives .archives-content {
	float: left;
	}
	
#related-posts li .related-content h3,
#author-info .author-content h3,
.comment-content p.comment-name,
#archives .archives-content h3 {
	padding-top: 2px;
	margin-bottom: 7px;
	}
	
#author-info .author-content,
.comment-content {
	color: #777777;
	text-transform: uppercase;
	font-size: 10px;
	margin-left: 80px;
	}
	
#author-info .author-content p,
.comment-content p {
	margin-bottom: 10px;
	color: #333333;
	text-transform: none;
	font-size: 13px;
	}
	
#related-posts li .related-content h3 a,
#author-info .author-content h3,
.comment-content p.comment-name,
#archives .archives-content h3 a {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	color: #202020;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	}
	
#related-posts li .related-content ul.post-meta,
#archives .archives-content ul.post-meta {
	padding-top: 0;
	margin-bottom: 0;
	}
	
#related-posts li .related-content ul.post-meta li,
#archives .archives-content ul.feedbackButtons li {
	margin-bottom: 0;
	}
	
.author-content, .author-thumb,
.comment-content, .comment-thumb {
	padding-top: 15px;
	}
		
.comment-content p.comment-name a,
.comment-content p.comment-name {
	font-size: 14px !important;
	color: #202020 !important;
	line-height: 1 !important;
	}

	
#author-info .author-content h3 em,
.comment-content p.comment-name em {
	color: #777777;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-style: normal;
	}
	
.category #author-info h3,
.search-results #author-info h3 {
	margin-bottom: 0;
	}



/*-------------------------------
  COMMENTS
-------------------------------*/

#comments ol li {
	margin-bottom: 20px;
	}
	
#comments ol li p.comment-name {
	display: block;
	}
		
#comments ol li .comment-reply a {
	font-size: 10px !important;
	color: #6E919A !important;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	}

#comments ol ul.children {
	margin-top: -20px;
	padding: 15px 0 0 14px;
	border-left: 1px solid #e0e0e0;
	}
	
#comments ol ul.children .comment-thumb {
	margin-right: 10px;
	}
#comments ol ul.children .comment-content {
	margin-left: 65px;
	}
	
#comments ol ul.children .comment-thumb img {
	width: 40px;
	height: 40px;
	}
	


/*-------------------------------
  RESPOND FORM
-------------------------------*/
	
#respond form {
	padding-top: 15px;
	}
	
		
	
/*-------------------------------
  POST PAGINATION
-------------------------------*/

.pagination {
	margin-bottom: 35px;
	}
	
.pagination a {
	font-size: 10px;
	color: #777777;
	text-transform: uppercase;
	padding: 3px 0;
	}

.pagination .left a {
	background: url(images/arrowLeft.png) no-repeat left;
	padding-left: 24px;
	}

.pagination .right a {
	background: url(images/arrowRight.png) no-repeat right;
	padding-right: 24px;
	}

	
	
/*-------------------------------
  FORMS & BUTTONS
-------------------------------*/

#main label {
	color: #777777;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	margin-left: 10px;
	}

#main input[type=text],
#main textarea {
	background: none;
	border: 1px solid #dddddd;
	text-transform: uppercase;
	font-size: 10px;
	font-style: normal;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #666666;
	padding: 12px 4px 12px 12px;;
	width: 250px;
	margin-bottom: 15px;
 	box-shadow: #f5f5f5 1px 1px 2px inset;
  	-webkit-box-shadow: #f5f5f5 1px 1px 2px inset;
  	-moz-box-shadow: #f5f5f5 1px 1px 2px inset;
	}
		
#main textarea {
	width: 375px;
	}
	
/* Button Class */

#main button {
	background: transparent url(images/btnRight.gif) no-repeat scroll top right;
	background-color: none;
	display: block;
	height: 30px;
	margin-left: -1px;
	box-shadow: #f6f6f6 1px 1px 1px;
	-webkit-box-shadow: #f6f6f6 1px 1px 1px;
	-moz-box-shadow: #f6f6f6 1px 1px 1px;
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible;
	}

#main button::-moz-focus-inner {
	border: none;
	}

#main button:hover {
	background: url(images/btnRightHover.gif) no-repeat scroll top right;
	}

#main button span {
	background: transparent url(images/btnLeft.gif) no-repeat;
	display: block;
	position: relative;
	white-space: nowrap;
	padding: 9px 24px 0 24px;
	margin-right: -1px;
	height: 30px;
	color: #ffffff;
	text-shadow: #9dabaf -1px 1px 0px;
	font-weight: bold;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 10px;
	text-transform: uppercase;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#main button span {
		margin-top: -1px;
		}
	}

#main button:hover span {
	background: url(images/btnLeftHover.gif) no-repeat;
	}

#main button:hover {
	text-decoration: none;
	}
	


/*-------------------------------
  MISCELLANEOUS
-------------------------------*/

#archives {
	padding-top: 50px;
	}
	
/* Default WordPress Classes */
	
.entry-content img {
    margin: 0 0 18px 0;
	}
	
.alignleft,
img.alignleft {
	float: left;
    margin-right: 30px;
    margin-bottom: 10px;
	box-shadow: #efefef 0 1px 3px;
  	-webkit-box-shadow: #efefef 0 1px 3px;
  	-moz-box-shadow: #efefef 0 1px 3px;
	}
	
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left: 30px;
    margin-bottom: 10px;
	box-shadow: #efefef 0 1px 3px;
  	-webkit-box-shadow: #efefef 0 1px 3px;
  	-moz-box-shadow: #efefef 0 1px 3px;
	}
	
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-bottom: 10px;
	box-shadow: #efefef 0 1px 3px;
  	-webkit-box-shadow: #efefef 0 1px 3px;
  	-moz-box-shadow: #efefef 0 1px 3px;
	}
	
.wp-caption {
	border: 1px solid #e8e8e8;
	text-align: center;
	background-color: #f6f6f6;
	padding-top: 4px;
	box-shadow: #efefef 0 1px 3px;
  	-webkit-box-shadow: #efefef 0 1px 3px;
  	-moz-box-shadow: #efefef 0 1px 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	box-shadow: none;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
	}

#content .post-content .wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 22px;
	padding: 0 4px 3px;
	margin: 0;
	margin-bottom: 0;
	color: #777777;
	}
	
.gallery img {
    margin: 0;
	}

.wp-smiley { 
	max-height: 12px;
	margin: 0 !important;
	}



/*-------------------------------
  FOOTER
-------------------------------*/

#footer {
	background: url(images/footerBG.gif) repeat-x;
	margin-top: 50px;
	color: #888888;
	font-size: 10px;
	text-transform: uppercase;
	}

#footer a {
	color: #bebebe;
	}

#footer .copyright {
	background: url(images/footerGlow.png) no-repeat center;
	width: 980px;
	margin: 0 auto;
	height: 40px;
	padding-top: 24px;
	}
