/* 
Theme Name: yws Theme Dummy
Theme URI: http://www.yourwebstart.com
Description: yws ver 01
Version: 2.7
Author: DDV
Author URI: http://www.yourwebstart.com/
*/
/* General Element Styling */
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	color: #333;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
}

a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

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

a[href^="http:"] {
	text-decoration: underline;
}

p {
	margin: 0 0 15px;
	padding: 0px;
	line-height: 1.5em;
}

/* <CODE> display */
code {
	white-space: pre;
	color: #000000;
	font-size: 1.1em;
	text-align: left;
}

pre {
	border: 1px solid #B0B0B0;
	padding: 10px 10px 10px 10px;
	width: 90%;
	background: #F8F9FA;
	font-family: 'Bitstream Vera Sans Mono','Andale Mono','LucidaTypewriter',monospace;
	-moz-background-clip: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	-moz-background-origin: -moz-initial;
	overflow-x: auto;
	overflow-y: auto;
	padding-left-ltr-source: physical;
	padding-left-rtl-source: physical;
	padding-right-ltr-source: physical;
	padding-right-rtl-source: physical;
	-x-background-x-position: 0%;
	-x-background-y-position: 0%;
}

/*** Main container ***/
#container {
	margin:  15px auto;
	margin-bottom: 0px;
	padding: 0px;
	width: 986px;
	color: #333;
	background: url(images/header.jpg) no-repeat;
	text-align: left;
	min-width: 770px;
}

/*** Header section ***/
#sitename {
	margin: 0 20px 0px;
	color: #FFFFFF;
	text-align: center;
	height: 121px;
}

#sitename h1,#sitename h2 {
	margin: 0;
	padding: 0;
	font-weight: 100;
}

#sitename h1 {
	padding-top: 20px;
	font-size: 2.4em;
}

#sitename h1 a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 5px;
}

#sitename h2 {
	font-size: 1.6em;
}
/* Spacer Fix */
#globalspacer {background-image: url(images/border_box.gif); background-position:right; background-repeat:repeat-y; height: 15px; margin: 0px; padding: 0px;}

/* GLOBALHEADER */
#globalheadernavleft {background-image: url(images/nav_left.jpg); background-repeat: no-repeat; float:left; width: 15px; height: 55px; margin: 0px; padding: 0px;}
#globalheadernavright {background-image: url(images/nav_right.jpg); background-position:right; background-repeat: no-repeat; float:right; width: 173px; height: 55px; margin: 0px; padding: 0px;}

#globalheader { /*width: 665px; */ height: 55px; margin: 0px auto; position: relative;}
#globalheader #navigationMain { margin: 0px; padding: 0; padding-left: 0px;}
#globalheader #navigationMain li { display: inline; }
#globalheader #navigationMain li a { float: left; width: 133px; height: 0; padding-top: 55px; overflow: hidden; }
#globalheader #navigationMain li a,
#globalheader { background-image: url(images/nav_map.jpg); background-repeat: no-repeat; }

/* BUTTONS*/
#globalheader #navigationMain li#navMain-home a { background-position: 0 0; }
#globalheader #navigationMain li#navMain-webhosting a { background-position: -133px 0; }
#globalheader #navigationMain li#navMain-company a { background-position: -266px 0; }
#globalheader #navigationMain li#navMain-faq a { background-position: -399px 0; }
#globalheader #navigationMain li#navMain-imprint a { background-position: -532px 0; }
#globalheader #navigationMain li#navMain-hosting-blog a { background-position: -665px 0; }


/* OVER STATES*/
#globalheader #navigationMain li#navMain-home a:hover { background-position: 0 -55px; }
#globalheader #navigationMain li#navMain-webhosting a:hover { background-position: -133px -55px; }
#globalheader #navigationMain li#navMain-company a:hover { background-position: -266px -55px; }
#globalheader #navigationMain li#navMain-faq a:hover { background-position: -399px -55px; }
#globalheader #navigationMain li#navMain-imprint a:hover { background-position: -532px -55px; }
#globalheader #navigationMain li#navMain-hosting-blog a:hover { background-position: -665px -55px; }


/* PRESSED STATES */
#globalheader #navigationMain li#navMain-home a:active { background-position: 0 -110px; }
#globalheader #navigationMain li#navMain-webhosting a:active { background-position: -133px -110px; }
#globalheader #navigationMain li#navMain-company a:active { background-position: -266px -110px; }
#globalheader #navigationMain li#navMain-faq a:active { background-position: -399px -110px; }
#globalheader #navigationMain li#navMain-imprint a:active { background-position: -532px -110px; }
#globalheader #navigationMain li#navMain-hosting-blog a:active { background-position: -665px -110px; }


/* ON STATES*/
#globalheader.home #navigationMain li#navMain-home a { background-position: 0px -110px !important; }
#globalheader.webhosting #navigationMain li#navMain-webhosting a { background-position: -133px -110px !important; }
#globalheader.company #navigationMain li#navMain-company a { background-position: -266px -110px !important; }
#globalheader.faq #navigationMain li#navMain-faq a { background-position: -399px -110px !important; }
#globalheader.imprint #navigationMain li#navMain-imprint a { background-position: -532px -110px !important; }
#globalheader.hosting-blog #navigationMain li#navMain-hosting-blog a { background-position: -665px -110px !important; }

/*** Content wrap ***/
#wrap {
	clear: both;
	padding: 0;
	margin: 0px auto;
	font-size: 0.9em;
	max-width: 100%;
	min-width: 910px;
	background-image: url(images/border_box.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
}

* html div#wrap {
	width: 80%;
	width: expression(document.body.clientWidth < 990 ? "910px" : document.body.clientWidth > 990 ? "80%" : "auto");
}

/* Horizontal menu */
#mainmenu {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#mainmenu a {
	color: #333;
}

#mainmenu a:hover {
	background: url(images/menuhover.png) center left repeat-x;
}

#mainmenu li.current a {
	background: url(images/menuhover.png) center left repeat-x;
}

#mainmenu li.currentparent a {
	background: url(images/menuhover.png) center left repeat-x;
}

#mainmenu ul.level1 {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px 0 0px 0;
}

#mainmenu ul.level1 a {
	font-weight: normal;
}

#mainmenu ul {
	padding: 0 0 0 0px;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;	
	background: url(images/menubg.png) #f0f0f0 center left repeat-x;
}

#mainmenu li {
	margin-left: -4px;
	padding: 0px;
	display: inline;
	list-style: none;
	font-size: 0.9em;
	line-height: 30px;
	text-transform: uppercase;
}

#mainmenu a {
	padding: 6px 9px 6px 9px;
	border-right: 1px solid #B0B0B0;
	text-decoration: none;
}

#mainmenu li.current a {
	color: #000000;
}

/*** Sidebars ***/
#leftside, #rightside {
	margin: 0;
	padding: 0px 10px 10px;
	width: 160px;
	heigth: 100%;
}

#leftside {
	float: left;
	margin-right: 10px;
	height: 100%;
}

#rightside {
	float: right;
	margin-left: 10px;
	height: 100%;
}


/*** Sidebar menu ***/
#leftside h2, #rightside h2 {
	padding: 5px 5px 5px 10px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 1.2em;
	border: none;
}

#leftside ul, #rightside ul {
	padding-left: 0px;
	margin: 0px;
}

#leftside li, #rightside li {
	list-style: none;
}

#leftside ul li, #rightside ul li {
	padding-top: -10px;
	font-family: Verdana, Arial, sans-serif;
}

#leftside ul li {
	margin: 5px;
}

#rightside ul li {
	margin: 5px;
}

ul.commentlist li {
	border: 1px solid #B0B0B0;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: -40px;
	list-style: none;
}

ul.commentlist li cite {
	text-transform: capitalize;
}

ul.commentlist li p {
	padding-top: 10px;
}

/*** Page ***/
#page {
	
	
}
content{margin:50px;}
/*** Content ***/
#content,#contentalt {
	border: 1px solid #20699E;
	padding: 15px 20px 5px;
	color: #333;
	/*background: #FFFFFF;	
	min-width: 468px;*/
	border-top: 1px solid #20699E;
	border-left: 1px solid #20699E;
	border-right: 1px solid #20699E;
	border-bottom: 1px solid #20699E;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#content {
	margin: 0 180px 0 180px;
	margin-left: 180px;
	margin-right: 180px;
	line-height: 1.2;
	padding-top:10px;
	background-color:#FFF;
}

#contentalt {
	margin: 0 200px 0 20px;
	margin-top: 10px;
}

#content h1,#contentalt h1,#contentalt h2 {
	margin: 0 0 15px;
	padding: 0;
	color: #333;
	background: inherit;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
}

#content h1,#contentalt h1 {
	border-bottom: 1px solid #B0B0B0;
}

#content h2 {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
}
#content h3 {
	border-bottom: 1px solid #B0B0B0;
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
}
#content h1,#contentalt h1,#content h2,#contentalt h2 {
	margin-top: 5px;
	font-weight: bold;
	font-size: 1.4em;
}

#content h1.pagetitle {
	border-bottom: 1px solid #B0B0B0;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 1.4em;
	font-weight: bold;
}

#content h2 a, .category a, .date a {
	text-decoration: none;
}
#content h2 a {
	font-weight: bold;
}

/* Archives/Links Page List styles */
.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** Footer ***/
#footer {
	clear: both;
	margin: 0px auto;
	width: 986px;
	/*width: 100%;*/
	background: url(images/footer_blank.gif) #E2E2E2 top left no-repeat;
	color: #000000;
	font-size: 0.9em;
	line-height: 38px;
	height: 38px;
	text-align: center;
}

#footer a {
	color: #000000;
	font-weight: normal;
}

/*** comments Form ***/
#comment {
	width: 100%;
	border: 1px solid #B0B0B0;
}

#commentform {
	width: 97%;
}

#author {
	border: 1px solid #B0B0B0;
}

#email {
	border: 1px solid #B0B0B0;
}

#url {
	border: 1px solid #B0B0B0;
}

#submit {
	border: 1px solid #B0B0B0;
	background: #F0F0F0;
}

#submit:hover {
	border: 1px solid #848484;
	background: #E8E9EA;
	cursor: pointer;
}

/* Image Display */
.entry img, .entrytext img {
	border: 1px solid #B0B0B0;
	margin: 5px;
	padding: 5px;
}

.entry a:hover img, .entrytext a:hover img {
	border: 1px solid #505050;
	padding: 5px;
}

img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.thumbnail {
	border: 1px solid #B0B0B0;
	margin: 0 0 10px 10px;
	padding: 5px;
	background: #FAFBFC;
}

.left {
	border: 1px solid #B0B0B0;
	float: left;
	margin: 5px 15px 6px 0px;
	padding: 5px;
	background: #FAFBFC;
}

.right {
	border: 1px solid #B0B0B0;
	float: right;
	margin: 5px 0px 6px 15px;
	padding: 5px;
	background: #FAFBFC;
}

.noalign {
	border: 1px solid #B0B0B0;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	background: #FAFBFC;
}

/* Search Form */
#searchform {
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#searchbox {
	border: 1px solid #3F6B88;
	margin: 0 0 0 0;
	width: 125px;
	background: #F0F0F0;
}

#searchbutton {
	border: 1px solid #3F6B88;
	background: #F0F0F0;
}

#searchbutton:hover {
	border: 1px solid #848484;
	background: #E8E9EA;
	cursor: pointer;
}

/*** Comments Display ***/
.postmetadata {
	border: 1px solid #B0B0B0;
	padding: 10px;
	background: #F8F9FA;
	font-size: 0.9em;
}

.postmetadata p {
	margin-bottom: 0;
}

.postmetadata a {
	text-decoration: underline;
}

ul.commentlist li {
	border: 1px solid #B0B0B0;
	padding: 10px;
	margin-bottom: 10px;
}

ul.commentlist li cite {
	text-transform: capitalize;
}

ul.commentlist li p {
	padding-top: 10px;
}

ul.commentlist li p a {
	text-decoration: underline;
}

.alt {
	background: #F0F0F0;
}




/*** Text format ***/
.intro {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
}

blockquote {
	border: 1px dashed #B0B0B0;
	padding: 10px;
	margin: 30px;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

.small {
	font-size: 0.8em;
}

.large {
	font-size: 1.4em;
}

.center {
	text-align: center;
}

.category {
	border-bottom: 1px solid #B0B0B0;
	margin: 0 -20px 0 -20px;
	padding: 0 20px 20px 20px;
}

.date {
	margin-top: -10px;
	padding-top: 0px;
	border-bottom: 1px solid #B0B0B0;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: -moz-use-text-color;
	margin-top: -15px;
}

/* Previous/Next Page Navigation */
.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #B0B0B0;
}

.bottomnavigation {
	margin: 0px 0 10px 0;
}

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

.alignright {
	float: right;
	text-align: right;
}

.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 20px;
}

/* Fix by Andy Skelton */
.entry, .entrytext {
	overflow: hidden;
}


* html.entry, * html.entrytext {
	overflow: visible;
	height: 1px;
}

* html.entry p, * html.entrytext p {
	width: 99%;
	overflow: hidden;
}

.entrytext {
	padding-top: 0px;
}

.entry img, .entrytext img {
	border: none;
}

.entry a:hover img, .entrytext a:hover img {
	border: none;
}

.entry p a {
	text-decoration: underline;
}

/*** Various classes ***/
.clearingdiv {
	clear: both;
	width: 0px;
	height: 0px;
}

.hide {
	display: none;
}

/* Widgets */
.rsswidget {
	border: 0px;
	vertical-align: bottom;
}

/* Widgets */
.textwidget, .widget_delicious {
	padding: 0 10px 5px 10px;
	margin-bottom: 10px;
}

.textwidget a, .textwidget a:hover {
	text-decoration: none; 
	background: transparent; 
	padding-right: 0px;
}

.widget {
	background: url(images/cat_bg.gif) top left repeat-y;
}
.widgetHead {
	background: url(images/cat_header.gif) top left no-repeat;
	height: 25px;
}

.widgetBody {
	background: url(images/cat_bg.gif) top left repeat-y;
	margin-bottom: 10px;
}
.widgetFooter {
	background: url(images/cat_footer.gif) bottom left no-repeat;
	/*background-position: bottom left;*/
	height: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.execphpwidget{
	padding: 0px 5px 0px 3px;
	text-align:center;
	}
/*.widget a{ padding: 5px;}*/

#categories-1 li, #archives li {
	/*border: none;
	background: none;*/
}

#categories-1 li a, #archives li a {
	/*border: none;*/
	margin-top: 0px;
	padding: 1px 10px 1px 10px;
	width: 140px;
	display: block;

	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
	position: relative;
	text-decoration: none;
}

#categories-1 li a:hover, #archives li a:hover {
	/*border: none;*/
	background: #940C0E;
	color: #FFFFFF;
	text-decoration: none;
}

#categories-1 ul.children, #archives ul.children {
	padding: 0;
	width: 135px;
	font-size: 10px;
	letter-spacing: 0px;
}

#categories-1 ul.children li a, #archives ul.children li a {
	margin: 3px 0 2px 10px;
	padding: 1px 10px 1px 10px;
	width: 130px;
	color: #000000;
	font-size: 10px;
	letter-spacing: 0px;
}

#categories-1 ul.children li a:hover, #archives ul.children li a:hover {
	width: 120px;
	color: #FFFFFF;
}

#categories-1 ul.children li li, #archives ul.children li li {
	padding-left: 10px;
}

#categories-1 ul.children li li a, #archives ul.children li li a {
	width: 120px;
}

/* Feed */
#leftside li.feed, #rightside li.feed {
	padding: 3px 0 3px 20px;
	margin: 0 0 0 10px;
	background: url(images/rss.gif) no-repeat left top;
	font-weight: normal;	
}

#leftside li.feed a, #leftside li.feed a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


/* Mix widgets */
#links ul li a, #calendar #prev a, #calendar #next a, #tag_cloud a, #pages ul li a, #meta ul li a {
	text-decoration: none;
}
#wp-calendar a, #wp-calendar caption {
	text-decoration: none;
	font-weight: bold;
}
#calendar_wrap, #meta {
	margin: 0 10px 0 10px;

}
#recent-comments li, #recent-posts li, #links li, #pages li, #tag_cloud li {
	margin: 0 10px 0 25px;
	list-style: square;
	text-decoration: none;
}

#recentcomments li a, #recent-posts li a  {
	padding-right: 0px;
	background: transparent;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#recent-comments ul li, #recent-posts ul li, #text-1 ul li {
	padding-bottom: 5px;
}
/*** End of file ***/


