/*
Theme Name: Mediashop
Description: 2 column, widget-ready Wordpress theme customized for Mediashop PR. Please report any bugs to <a href="http://www.direct2s.com/contact.htm">DSS</a>. 
Author: DSS - Direction Software Solutions
Author URI: http://www.direction.biz
Version: 1.0


RE-RELEASING THIS THEME TO MAKE YOUR OWN IS STRICTLY PROHIBITED!


*/


/* Basics */

* { padding: 0; margin: 0; }

body {
	background: #2E2E27 url(images/body.jpg) repeat-x fixed;
	color: #000;
	font-family: Verdana;
	margin: 20px;
  }

img {
	padding: 0;
	border: none;
  }

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
  }

img.right {
	padding: 0 0 12px 12px;
	background: #fff;
	margin: 10px;
	float: right;
  }

img.left {
	padding: 0 12px 12px 0;
	float: left;
  }
  

/* Links */


a {
	color: #F26721;
	text-decoration: none;
  }

a:hover {
	color: #000;
	text-decoration: underline;
  }

a:visited {
	color: #F26721;
  }
  
code {
	font-family: Tahoma;
	font-size: 8pt;
	background-color: #F7F7F7;
	padding: 4px;
	color: #2e2e26;
	overflow: hidden;
	}
	
blockquote {
	color: #000; 
	margin: 0 30px 2px 30px; 
	border-left: 1px dotted #989898;
	background: #fff;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-family: Arial;
}
	

/* Container */

#container {
	display: block;
	margin: 0 auto;
	width: 760px;
	position: relative;
	background: #ffffff url(images/bg.jpg) repeat-y;
	border: 0px solid #ffffff;
}
	
	
	
/* Header */

#header {
	width: 760px;
	background: #ffffff url(images/topbarblog.jpg) top center no-repeat;
	padding: 0px;
	height: 128px;
	color: #fff;
	}

#header h1 {
	font-family: Tahoma;
	font-size: 20pt;
	font-weight: bold;
	padding: 110px 0 0 18px;
	margin:0;
	color: #fff;
	}
	
#header h1 a {
	color: #fff;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #D2D1CC;
	text-decoration: none;
	}
	
#header h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	padding: 0 0 0 18px;
	margin:0;
	color: #F26721;
	}

#inside-top{
	width:760px;
	height:113px;
	background-image:url(images/topbar.jpg);
}
.inside-top-heading{
	height:55px;
	padding:30px 37px 10px 0;
	text-align:right;
}
.inside-top-menu{
	height:18px;
	padding:0 37px 0 0;
	font-family: Times New Roman;
	font-size: 20px;
	color: #f26721;
	text-decoration: none;
	text-align:right;
	font-weight: normal;
	letter-spacing: -1px;
}
.inside-top-menu a:link, .inside-top-menu a:visited {
	font-family: Times New Roman;
	font-size: 20px;
	color: #526364;
	text-decoration: none;
	text-align:right;
	font-weight: normal;
	letter-spacing: -1px;	
}
	
#orangebar {
	margin: 0;
	width: 100%;
	height: 72px;
	background: #f26721 url(images/menu.jpg);
	font-family: Verdana;
	font-size: 8pt;
	list-style: none;
	line-height: 1;
	border-top: 0px solid #fffff;
}	

/* Navigation */

#nav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 72px;
	background: #f26721 url(images/menu.jpg);
	font-family: Times New Roman;
	font-size: 8pt;
	list-style: none;
	line-height: 1;
	border: 0px solid #fffff;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	line-height: 14pt;
	padding: 4px 9px 2px 9px;
	color:#fff;
	text-decoration: none;
}

#nav a:hover {
	background-color:#fff;
	color: #797979;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #919191;
	width: 180px;
	left: -999em; 
	margin: 0;
	padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a{
	background: #919191;
	list-style: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight: 300;
	text-align: left;
	padding: 6px;
	width: 180px;
	letter-spacing: 1px;
}

#nav li ul a:hover{
	background: #fff;
	color: #5B5B5B;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* SidebarNav */
.subscribe{
	width:80px;
	margin-left:12px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:left;
	font-family: Arial;
	font-size: 11px;
	color: #f26721;
	font-weight: bold;
	text-decoration: none;
	line-height:normal;
}

.left-menu{
	width:80px;
	padding-right:10px;
	float: left;
	color: #000;
	padding-left: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	color: #f26721;
	font-weight: bold;
	text-decoration: none;
	line-height:17px;
}
.left-menu a:link, .left-menu a:visited {
	text-align:left;
	font-family: Arial;
	font-size: 11px;	
	color: #5c5857;
	font-weight: bold;
	text-decoration: none;
	line-height:17px;
}

/* Sidebar */

#sidebar {
	width: 180px;
	padding-left:20px;
	padding-right:10px;
	float: left;
	color: #000;
	/*padding: 0;*/
	list-style-type: none;
}

#sidebar h2 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-indent: 17px;
	padding: 3px;
	margin: 0;
	text-transform: capitalize;
	color: #ffffff;
	background: #f26721;
	border: 1px solid #e3e3e3;
}


#sidebar a {
	font-family: Arial;
	font-size: 12px;
	color: #7679b7;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
  }

#sidebar ul { 
	background-color: #fff;
	list-style-type: none;
	margin: 0; 
	font-size: 11px;
	padding: 12px;
	border: 1px solid #e3e3e3;
}

#sidebar li { 
	margin: 0;
	line-height: 17px; 
	padding: 0;
}
  
#sidebar li a{ 
	margin: 0;
	padding: 0;
}

#sidebar ul li ul { 
	margin: 0 13px 0 13px;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	color: #7679b7; 
}
  
#sidebar .recentcomments {
	padding: 0;
}
	
#sidebar .recentcomments a{
	color: #797979;
}
	
#sidebar p{
	font-family: arial;
	font-size: 8pt;
	padding: 12px;
	color: #7679b7;
}
	
#sidebar .textwidget{
	font-family: arial;
	font-size: 8pt;
	padding: 11px;
	background-color: #fff;
	color: #7679b7;
}
	
#sidebar .ctc {
	background-color: #fff;
	padding: 12px;
	border-right: 1px solid #F0F0F0;
}
	

	
/* icons bottom of post */

.bottompost{
	font-family: Tahoma;
	font-size: 11px;
	color:#990000;
	font-weight: normal;
	text-decoration: none;
	text-align:Justify;
	vertical-align:top;
	display:table-row;
	padding-top:5px;
}

/* Calendar Widget */
	
.calendar {
	text-align: left;
	color: #797979;
	font-size: 11px;
	padding: 12px;
}

.calendar a:hover {
	color: #000000;
	text-decoration: underline;
}

.calendar a:visited {
	color: #F26721;
}

.calendar td {
	height: auto;
	padding:  0px 3px 0px 3px
}

.calendar td a:link {
	padding: 0px 0px 0px 0px;
	color:#F26721;
	text-decoration:none;
	line-height: normal;
}

#today {padding: 0px 3px 0px 3px;
	background: #F26721;
	font-weight: bold;
	color: #ffffff;
}

.calendar td a:hover {
	color: #F26721;
	background: #ffffff;
	text-decoration: none;
}
	
/* Calendar Widget

#calendar_wrap {
	font-family: arial;
	font-size: 11px;
	background-color: #fff;
	padding:12px;
	color: #313131;
	}

#wp-calendar {
	margin: 0 auto;
	text-align: left;
	}
	
#wp-calendar a{ 
	margin: 0;
	padding: 0;
	}

 */
 
 
/* RSS Widget */

.rsswidget img {
	display: none;
}

#sidebar h2 a.rsswidget{
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#sidebar h2 a.rsswidget a:hover{
	color:  #797979;
	text-decoration: none;
}



/* Page - Post Formatting */

#content {
	width: 490px;
	float: right;
	color: #000000;
	padding: 20px;
	font-weight: normal;
	text-decoration: none;
	text-align:Justify;
  }

.post {
	margin-bottom: 20px;
}

.post strong {
	color:#4D4D4D;
}

.post p {
	margin-bottom: 15px;
	font-family: Tahoma;
	line-height: normal;
    font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

.post p a {
	border-bottom: 1px solid #999898;
	text-decoration: none;
}

.post p a:hover {
	border-bottom: 1px solid #999898;
	text-decoration: none;
}

.post p.center {
	text-align: center;
}

.post ul{
  margin: 12px;
  padding: 0;
}

.post ul li{
  font-family: Tahoma;
  font-size: 11px;
  list-style-type: square;
  list-style-position: inside;
  line-height: normal;
}
  
.post ul ul{margin:0 0 0 24px; padding:0;}

.postmetadata {
	background: #F5F5F5;
	padding: 3px 3px 3px 6px;
	font-family: verdana;
	font-size: 8pt;
	border-left: 1px solid #989898;
}
  
.postmetadata p {
	font-family: verdana;
	font-size: 8pt;
}

.postmetadata a {
	border-bottom: none;
	font-size: 8pt;
}

.postmetadata a:hover {
	border-bottom: none;
} 

.small {
	font-size: 7pt;
}

.post h1 {
    font-family: Tahoma;
	font-size: 15pt;
	color: #F26721;
	letter-spacing: -1px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
}

.post h1 a{
	color: #F26721;
	text-decoration: none;
}
  
#content h1 {
  	font-family: tahoma;
	font-size: 15pt;
	color: #F26721;
	letter-spacing: -1px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
}
  
#content h2 {
	font-size: 15pt;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: Tahoma;
	color: #4B4B4B;
}
  
h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}


/* Search */

#searchform{
	padding: 10px;
	font-family: arial;
	background: #fff;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
}

#searchform input#s{
	width: 70%;
	font-family: tahoma;
	font-size: 8pt;
	padding: 2px;
	border: 1px solid #B7B7B7;}

#searchform input#searchsubmit{
	width: 24%;
	font-family: tahoma;
	font-size: 7pt;
	padding: 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
}

/* Comments */

.comment{margin-top: 22px;}
.comment p{font-size: 11px}

h3 {
	font-size: 12pt;
	letter-spacing: -1px;
	text-align: left;
	font-weight: normal;
	margin: 30px 0 8px 0;
	font-family: Tahoma;
	color: #F26721;
}
  
  
#commentform input, #commentform textarea {
	font-size: 11px;
	font-family: Tahoma;
	border: 1px solid #818181;
	background-color: #fff;
	padding: 4px;
}

.commentlist li {
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color:333333;
}

.commentlist p {
	line-height: normal;
	padding: 8px;
	font-weight: normal;
}

#commentform p {
	font-family: Tahoma;
}

.commentmetadata {
	font-weight: normal;
}
	
.alt {
	margin: 0;
	padding: 22px 14px 22px 14px;
	background: #F7F7F7;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 0 0;
	padding: 5px 10px 0 0;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
	

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	background: #A0A0A0 url(images/footer.jpg);
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
}
	
#footer .left{
	float:left;
}

#footer .left p {
	padding: 8px;
	font-size: 7pt;
}


#footer .left a {
	color: #E5E5E5;
	text-decoration: none;
	border:none;
}

#footer .left a:hover {
	color: #f5f5f5;
  text-decoration: underline;
  border:none;
}

#footer .right{
	float:right;
}
	
#footer .right p {
	padding: 8px;
	font-size: 7pt;
}

#footer .right a {
	color: #E5E5E5;
	text-decoration: none;
	border:none;
}

#footer .right a:hover {
	color: #f5f5f5;
	text-decoration: underline;
	border:none;
}

.clear {
	CLEAR: both; 
	BACKGROUND: none transparent scroll repeat 0% 0%;
}
.black-heading{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	display:inline;
}
/* *** Float containers fix:
 *** */ 
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearfix
{
	display: inline-block;
}
.clearfixone
{
	clear: both;
	height: 1px;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */