/*
Theme Name: Secure Remote Support
Theme URI: secureremotesupport.com/blog/
Description: Designed by <a href="http://micromediawebsites.com">Jess Nunez</a>,
Version: 1.1 
Author: Jess Nunez
Author URI: http://micromediawebsites.com
*/


html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background: #E8E8E8 url(images/bg.png) repeat-x;
	background /*\**/: #e8e8e8 url(images/bg-ie.png)\9;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6F6F6F;
	font-size:11px;
	line-height:14px;
    padding: 0;
}

#background-wrap { 
	width:1300px;
	margin: 0 auto;
	background: #E8E8E8 url(images/main_bg.gif) no-repeat;
	background-position:top center;
	}


blockquote {
	border-left: 1px solid #326ea1;
        color: #555555;
        font-size: 1.00em;
        padding-left: 10px;
        padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #666666;
	text-decoration: none;
        outline: none;
		font-weight:bold;
}

code {  background: #f5f5f5;
        border: 1px solid #cccccc;
	color: #555555;
        font: 11px Verdana, Arial, 'Helvetica', sans-serif;
        padding: 10px;
	text-align: left;
}

/*#####################*/
/*### Überschriften ###*/
/*#####################*/

h1 a {
	color: #326ea1;
        font-weight: 100;
	font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
        display: block;
}

h1 {
	color: #326ea1;
        font-weight: 100;
	font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

h2, h2 a {
	color: #326ea1;
        font-weight: 100;
	margin: 0;
	padding: 0;
}

h3, h3 a {
	color: #326ea1;
        font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
}

h4 {    color: #326ea1;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
        }

ol, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.7em;
	text-align: justify;
}

.entry {
	line-height: 1.3em;
	text-align: justify;
}

small {
	font-size: 10px;
}

#page {
	background: transparent;
        margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 983px;
}

/*################*/
/*### Header   ###*/
/*################*/

#header {
        background: transparent;
        overflow: hidden;
        color: #383d44;
	font-size: 13px;
        height: 143px;
	margin: 0 auto 23px;
        text-align: left;
	padding: 0 0 0 0;
}

#header a {
	color: #383d44;
}

#header a:hover {
	color: #669933;
}

#blogname {
        padding-top: 37px;
		padding-left:2px;
}

#header h2 {
        float: left;
        font: 30px Georgia, 'Times New Roman', Times, serif;
	margin:0;
	padding: 0px 15px 0 0;
	border-right:1px solid #cccccc;
	}

#header h2 a { text-decoration:none; }

#header p {
        padding: 13px 0 0 10px;
	margin:0;
	line-height: 1em;
}

/*###################*/
/*### Menu ###*/
/*###################*/

#menu {
          background: url(images/menu_bg.jpg) no-repeat;
		  width: 982px;
		  height:55px;
		  margin:0;
		  padding:0;
		  
}
#menu ul { float:left; margin:0; padding:12px 0 0 20px; list-style:none;}
#menu li { float:left; margin:0; padding:0 8px; font:bold 12px Arial, Helvetica, sans-serif; color:#a6a6a6; float:left; background:url(images/m_l.gif) no-repeat right;}
#menu a { line-height:16px; float:left; font: normal 11px  Georgia, "Times New Roman", Times, serif; color:#fff; margin:2px 5px; padding:5px; text-decoration:none;}
#menu a:hover { background: #efefef; color:#1d1d1d; border:1px solid #aaaaaa; margin:1px 4px;}






/*################*/
/*### Content  ###*/
/*################*/

#content {
	background: #fff;
    border: none;
	color: #282828;
	float: left;
	margin: 0px auto 0px auto;
	padding: 0 0px 0 0px;
    text-align: left;
	width: 982px;
	
}


#content a:hover {
        color: #666666;
        background: transparent;
        text-decoration: none;
}

#content img {
	float: left;
	margin: 3px 10px 5px 0;
        _margin: 3px 5px 5px 0;
	border: 0px solid #cccccc;
        padding: 5px;
        background-color: transparent;
}

#content a:hover img { 
        border: 0px solid #777777; 
        background: transparent;
}

#content h1 a:hover { 
        color: #666666; 
        background: transparent; 
        text-decoration: none; 
}
#content h1 { color: #3A3C3C;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 30px;
	line-height:35px;
	border-bottom: 1px solid #ccc;}
#content h1 a { 
	color: #3A3C3C;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 30px;
	line-height:35px;
	padding-left:10px;
	padding-bottom:5px;
	}
#content h1 a:hover { 
        color: #3A3C3C; 
        background: transparent; 
        text-decoration: none; 
}

#content h3 a { 
        text-decoration: none; 
}

#content h3 a:hover { 
         color: #669933; 
         background: transparent; 
         text-decoration: none; 
}

#content ul {
         list-style-type: circle; 
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}

#content ul li {
         line-height: 1.5em; 
         margin: 0; 
         padding: 5px; 
}

#content ol {
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}

#content ol li {
         line-height: 1.5em; 
         margin: 0; 
         padding: 5px; 
}

.div { background:#fcfcfc url(images/simple_text_bg.gif) top repeat-x; border:1px solid #e5e5e5; width:898px; margin:10px auto 0 ; padding:20px 30px;}


/*############################*/
/*#### Comment Form #### */
/*############################*/

#comment {
        background: #fff;
	border: 1px solid #e5e5e5;
	padding-left: 2px;
	vertical-align: middle;
	width: 510px;

}

.commentbody {
        background: #fff;
	border: 1px solid #e5e5e5;
	margin: 0 0 10px 0;
	padding: 20px;
	position: relative;
}

.commentbody a {
	color: #6f6f6f;
        text-decoration: none;
}
.commentbody a:hover {
	color: #6f6f6f;
        text-decoration: none;
}

.commentbody p {
	line-height: 14px;
}

.commentlink {
}

.commentlist  {
	list-style: none;
	margin:0;
	padding:0;
}
.commentlist li { margin:0; padding:0; }

#email, #author {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	margin: 0;
	padding: 0 10px;
	width:150px;
	height:30px;
	text-align:center;

}

textarea {
        overflow:auto;
}

/*################*/
/*#### Footer ####*/
/*################*/

#footer {
    background: #202020;
    border-top: 1px solid #cccccc;
    width:982px;
    clear: both;
	color: #989797;
    margin: 0 auto;
	padding: 0;
	font-size:11px;
	line-height:14px;
    text-align: center;
    overflow:hidden;
}

#footer a {
        color: #989797;
	background:transparent;
        text-decoration: underline;
		font-weight:normal;
}

#footer a:hover {
        color: #989797;
	background:transparent;
}

/*################*/
/*### Suchfeld ###*/
/*################*/

.s {
	background: transparent;
        border: 0px solid #c7c7c7;
	color: #383d44;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 15px;
	padding-left: 3px;
	vertical-align: middle;
	width: 220px;
}

/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar {
        width: 300px;
        text-align: left;
        float: left;
        margin: 0px 0px 30px 10px;
        padding: 0;
        line-height: 1.6em;
        color: #383d44;
        }

.sidelist {
        background: transparent;
        margin: 0 0 20px 0;
        padding: 0;
        }

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li{
        border-bottom: 0px solid #cccccc;
		margin: 0;
        padding: 0;
        display: block;
	}

#sidebar li a {
        display: block;
        background-color: transparent;
        color: #6f6f6f;
	padding: 0px;
	text-decoration: none;
        border-bottom: 0;
	}

#sidebar li a:hover {
        color: #6f6f6f;
	background:transparent;
        text-decoration: none;
	}

#sidebar h2{
       color: #3A3C3C;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 30px;
	line-height:35px;
	border-bottom: 1px solid #ccc;
	padding-left:10px;
	padding-bottom:5px;
}
#sidebar h3{
       color: #678C24;
	border-bottom: 1px solid #ccc;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 17px;
	line-height:14px;
	font-weight:bold;
	padding-bottom:5px;
}

#linkcat-2 h2{
       color: #678C24;
	border-bottom: 1px solid #ccc;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 17px;
	line-height:14px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:0;
	padding-left:0;
}

#wrapper {
	float:right;
	margin: 0 30px 0 0;
	padding: 0;
	width: 500px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

.date {
	background: transparent;
	color: #363636;
	font: 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.postmetadata {
        background: transparent;
        font-style: italic;
        color: #363636;
        line-height: 1.5em;
	margin: 15px 0 70px 0;
	padding:3px 3px 3px 3px;
	text-align: right;
        clear:both;
}

.postmetadata a {background: transparent; color: #363636; text-decoration: none;}

.postmetadata2 {
        background: #efefef;
        color: #6f6f6f;
        border: 1px solid #e5e5e5;
        font-size: 11px;
        line-height: 14px;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
        clear:both;
		
}
.postmetadata2 a { color:#6f6f6f; font-weight:bold; }

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
	color: #6f6f6f;
        text-decoration: none;
}

.commentheader {
        background: inherit;
        font-size: 18px;
        font-weight: lighter;
        text-align: left;
        color: #326ea1;
        padding: 0;
        line-height: 1.5em;
		
	color: #3A3C3C;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 20px;
	line-height:20px;
}

.clear {clear:both;}

<!--######################-->
<!--### Footer ###-->
<!--######################-->

#bottom {
        clear: both;
	width: 970px;
	background: transparent;
	text-align: left;
	color: #9a9a9a; 
	padding:10px 0; 
	background:#262626;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	border:1px solid #e4e4e4; 
	}

#bottom-left {
	width: 30%;
	float: left;
	background:#262626;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#9a9a9a;
	width:320px;
}

#bottom-mid {
	float: left;
	background:#262626;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#9a9a9a;
	width:320px;
}

#bottom-right {
	width: 30%;
	float: right;
	background:#262626;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#9a9a9a;
	width:320px;
	}

#bottom  h2 { color:#fff; padding-left:50px; font-size:26px;  line-height:30px;}
.footcontent { width:970px; margin:5px auto 5px auto; padding:10px 0; border:1px solid #e4e4e4; background:#262626;}
.footercontent img { border:0;}
.footcontent h2 { font:normal 26px Georgia, "Times New Roman", Times, serif; color:#fff; padding:15px 0 20px 50px; margin:0;}
.footcontent p { font:normal 11px Arial, Helvetica, sans-serif; color:#9a9a9a; padding:10px 20px; margin:0;}
.footcontent a { font:normal 11px Tahoma, Geneva, sans-serif; color:#2bb9c5; text-decoration:none;}
.footcontent p a { float: left;}
.footcontent .Ser { float:left; width:275px; margin:0; padding:10px 20px;}
.footcontent .Ser ul { width:250px; margin:0 auto; padding:0; font:normal 11px Arial, Helvetica, sans-serif; color:#fff; list-style:none;}
.footcontent .Ser li { background:url(images/bg_ul_li.jpg) left no-repeat; padding:2px 0 2px 30px; margin:0;}
.footcontent .Ser h2 { background:url(images/h2_What.jpg) left no-repeat;}
.footcontent .What   {float:left; width:275px; border-left:1px  solid #6d6d6d; margin:0; padding:10px 20px;}
.footcontent .What  h2 { background:url(images/h2_Our.jpg) left no-repeat;}
.footcontent .Feed {float:right; width:275px; border-left:1px  solid #6d6d6d; margin:0; padding:10px 20px;}
.footcontent .Feed h2 { background:url(images/h2_Clients.jpg) left no-repeat;}
.footcontent .Feed ul { font:normal 11px Arial, Helvetica, sans-serif; color:#9a9a9a; padding:10px 20px; margin:0;}
.footcontent .Feed li {}

.footcontent2 {
	color:#6f6f6f;
	font-size:11px;
	line-height:14px;
}
.footcontent2 h2 { color: #3A3C3C;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 30px;
	line-height:35px;
	border-bottom: 1px solid #ccc;
	padding-top:20px;}
.News {padding:0 20px; margin:10px 0 0 20px !important; margin:10px 0 0 10px; width:336px; float:left; 
	line-height:14px;}
.News a { color:#666666; text-decoration:none;}
.News .data { float:left; font:bold 14px  Georgia, "Times New Roman", Times, serif; color:#2c2c2c; text-align:center; margin:10px 10px 0 10px; padding:5px 10px;}
.News .title { float: left; font: bold 11px  Georgia, "Times New Roman", Times, serif; color:#678c24; margin:10px 10px 0 10px; padding:5px 0;}
/*Contact_Info*/
.contactfoot {width:500px; padding:0px 20px 0; margin:10px 0 0 20px; float:left; 
	line-height:14px;}
.contactfoot a { color:#666666; text-decoration:none;}


	
	
	/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 15px;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */


#commentform {
	background: #efefef;
	border: 1px solid #e5e5e5;
	padding: 20px;
	}
#commentform input { width:280px; border:1px solid #d6d6d6; margin:0; padding:5px 2px; height:16px; background:#fff; }
#commentform label { margin:0; width:150px; display:block; float:left; padding:2px 0; font-weight:bold; font-size:12px; line-height:12px; font-family: Arial, Helvetica, sans-serif; color:#666666; text-align:left; }
.commentsSmall { color:#afafaf; font-size:10px; line-height:13px; text-align:left; }
#commentform textarea { width:280px; border:1px solid #d6d6d6; margin:0; padding:5px 2px; height:100px; background:#fff; }
#commentform #submit {
	background: #000;
	border: 1px solid #cccccc;
	color: #fff;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	margin: 0;
	padding: 0 10px;
	width:100px;
	height:30px;
	text-align:center;

}


.commentlist ol {
	list-style: none;
	margin:0;
	padding:0;
}
.commentlist li { margin:0; padding:0; }

.Twitter { width:150px; height:37px; float:right; margin:0; padding:0; }
.Twitter p { float:left; font: normal 11px Georgia, "Times New Roman", Times, serif; color:#7c7c7c;}


.logo { width:595px; height:101px;  position: relative; background: url(images/logo.png) no-repeat;
	border: 0px solid red; _background: url(images/logo-ie.png) no-repeat;
	*height:130px; _height:101px;}
	
	