/*######################################################################################################
  ###### General styles ###############################################################################
  ####################################################################################################*/

body {
	font: 12px "Times New Roman", Baskerville,"Book Antiqua", "Palatino", "URW Palladio L", "Zapf Calligraphic", 'Lucida Grande', 'Helvetica', Verdana, Arial, Sans-Serif;
	color: #000;
  	background: #fff url(images/bg.gif) repeat top left;
	margin: 0px;
	padding: 0px;
}

/***************** Links *******************/
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #EE2059;
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	margin:0px;
	text-transform:uppercase;
	font: normal 25px/100% "Times New Roman", "Palatino Linotype", Baskerville,"Book Antiqua", "Palatino", "URW Palladio L", "Zapf Calligraphic", 'Lucida Grande', 'Helvetica', Verdana, Arial, Sans-Serif;
}
h1 a, h1 a:visited{
	color: #ACD7EE;
	text-decoration: none;
}
h1 a:hover{
	color: #F6F5EE;
	text-decoration: none;
}

c {
	color: #000;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 175%/100% "Times New Roman", 'Helvetica', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding-bottom: 3px;
}
.entry h2 {
	border-top: 5px solid #000;
	padding:9px 0;
	border-bottom: 1px dotted #666;
	font-weight: normal;
	font-size: 20px;
	text-transform:uppercase;
}
h2 a, h2 a:visited {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #EE2059;
	text-decoration: none;
}

h3 {
	font: normal 140%/100% "Times New Roman", 'Helvetica', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	margin: 10px 0px 5px;
}

h4 {
	font: normal 130%/100% "Times New Roman", 'Helvetica', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #758d38;
	margin: 10px 0px 5px;
}

form {
	margin:0px;
	padding:0px;
}
#getconfused {
	background:#FFF;
	width:840px;
	margin:0 auto;
}
#wrap {
	margin: 0px auto;
	width: 840px;
	overflow: hidden;
	position:relative;
}

/***************** Code, Blockquote etc. **************************************/
code {
	background-color: #ececec;
	padding: 1px;
	border: 1px solid #cccccc;
}
blockquote {
	background: #F9F9F9;
	border-left: 3px solid #AAAAAA;
	padding-left: 6px;
	margin: 7px 10px 7px 10px;
	font-style: italic;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}


/*######################################################################################################
  ###### Header ########################################################################################
  ####################################################################################################*/



#header {
	position: relative;
	width:840px;
	margin:0 auto;
	background-color:transparent;
}
#nav{
  height: 165px;
  background: transparent url(images/bgMenu.png) no-repeat top left;
}


#headerimg {
}
#headerimg .description{
	position: absolute;
	bottom: 3px;
	color: #F6F5EE;
	font-size: 14px;
}

.main_nav {
	padding-top:55px;
	padding-left:220px;
    font: 12px Baskerville, Verdana, Arial, sans-serif;
}
.main_nav li {
	list-style-type: none;
	float: left;
	margin-right: 40px;		
}
.main_nav li a{
	padding:6px;
	font-size: 14px;
    text-decoration: none;

}

.main_nav li a:hover{
	background-color:#000;
	color:#FFF;	
}
.main_nav li.current_page_item a {
	background-color:#000;
	color:#FFF;	
}

.main_nav li.current_page_parent a {
	background-color:#000;
	color:#FFF;	
}

/***************** Header Navigation ******************************************/
#navi {
	background: #000;
	height: 30px;
	width: 840px;
	margin: 0px auto;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	padding-top:15px;
	white-space: nowrap;
	text-align:right;
}
#navi ul li {
	list-style-type: none;
	display: inline;
    font: bold 16px;
	text-align: center;
	color:#FFF;	
    font-size: 14px;

}
#navi ul li:after { 
	padding:5px;
	content: " / ";
}
#navi ul li a {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}
#navi ul li.current_page_item a {
	color:#EE2059;
}
#navi ul li a:hover {
	color:#EE2059;
}


/*######################################################################################################
  ###### Content #######################################################################################
  ####################################################################################################*/

#content {
	padding: 5px;
	float: left;
	width: 610px;
	overflow: hidden;
}

#contentHome {
	padding: 5px;
	float: left;
	width: 640px;
	overflow: hidden;
}

#contentHomeNew {
	padding: 5px;
	float: left;
	width: 545px;
	overflow: hidden;
}


.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
    float: right;
    margin: 0;
}
.post-year {
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

.post-day, .big {
	font-size: 25px;
	text-transform: uppercase;
	color: #EE2059;
	text-align: center;
	font-weight:bold;
}
.entry {
	border-bottom:1px solid #CCC;
}
.post-cat {
	font-size: 95%;
	text-transform: lowercase;
	border-top: 1px dotted #000;
	padding-top: 10px;
}
.post-author {
	font-size: 110%;
}
.post-tag {
    margin-left: 10px;
	font-size: 95%;
}

.post-comments {
	font-weight:bold;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
/******** post content ********/
.post-content {
	clear: both;
	padding-top: 10px;
}
.post-content p {
	margin: 0px 0px 15px 0px;
}
.post-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.post-content a:hover img {
}

/**** entrymeta ****/
.entrymeta {
	border: 1px solid #8d8d8d;
	background-color: #f9f9f9;
	font-size: 90%;
}
.entrymeta ul {
    margin: 8px auto 8px 40px;
	padding: 0px;
}
.entrymeta ul li {
  	list-style-type: none;
}
.trackback-leftalign { background: url(images/icon-trackback.png) no-repeat 0 50%; padding-left: 14px; }
.feed-leftalign { background: url(images/icon-post-feed.gif) no-repeat 0 50%; padding-left: 14px; }
/***************** Tags below the link of the comments feed ********************/
.utwtags { background: url(images/icon-tag.gif) no-repeat 0 50%; padding-left: 14px; }


.navigation {
	clear: both;
	margin-top: 40px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}
.navigation a, .navigation a:visited {
	color: #000;
}
.previous-entries a {
	float: left;
	padding-left: 18px;

}
.next-entries a {
	float: right;
	padding-right: 18px;

}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #8D8D8D;
	padding: 10px 0 5px 0;
	clear: both;
}

/*** commentlist ***/
.commentlist {
    list-style: none;
	margin: 10px 0px;
	padding-left: 0px;
	line-height: 130%;
}
.commentlist li{
    margin-bottom: 6px;
	padding: 10px;
}
.commentlist .alt {
	background: #F9F9F9;
	border: 1px dotted #8D8D8D;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentname{
	color: #4E79A2;
}
.gravatar {
    border: 1px solid #AAAAAA;
	padding: 5px;
    float: left;
	height: 32px;
	width: 32px;
	background: url(images/gravatar.png) no-repeat 5px 2px;
	display: inline;
}
.commentcount {
    font: bold 2.2em Georgia,sans-serif;
	color: #DEDEDE;
	float: right;
}
.commentext { /* That's the div of the text... */ 
	padding: 0px 0px 0px 50px;
}

/***** comment form *****/
#commentform {
	margin-top: 10px;
	font: 110% 'Helvetica', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
	padding: 2px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#F9F9F9;
	border: 1px dotted #8D8D8D;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 506px;
/** height: 115px; **/
	background:#F9F9F9;
	border: 1px solid #8D8D8D;
	padding: 2px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px 'Helvetica', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/** Quicktags **/
#quicktags {
	margin-top: 4px;
	margin-bottom: 0px;
}

#quicktags input {
	background: #f9f9f9 url(images/button-bg.png) repeat-x;
	border: 1px solid #aaaaaa;
	font-size: .9em;
	color: #666;
	font-family: 'Helvetica', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: auto;
	margin: 1px 2px 0px 0px;
	padding: 0px 1px 0px 1px;
}

#quicktags input:hover {
	border: 1px solid #4E79A2;
}


/*######################################################################################################
  ###### Sidebar #######################################################################################
  ####################################################################################################*/

  #sidebarHome {
  	float: right;
  	padding: 0px 10px 20px 2px;
  	width: 175px;
  	color: #000;
  	overflow: hidden;
  }

  #sidebarHomeNew {
  	float: right;
  	padding: 0px 10px 20px 5px;
  	width: 265px;
  	color: #000;
  	overflow: hidden;
	border-left:3px solid #000;
  }


#sidebar {
	float: right;
	padding: 15px 10px 20px 10px;
	width: 190px;
	color: #000;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2 {
	font-size:12px;
	color: #EE2059;
	margin: 20px 0px 2px;
}

#sidebar img.title {
	margin-bottom:10px;
}

/*sidebar text styles */
#sidebar a, #sidebar a:visited{

	text-decoration: none;
}
#sidebar a:hover{
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #DDD;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;

}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li, li.widget_links li {
	background: url(images/mini-blogroll.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li {
	background: url(images/mini-category.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li {
	background: url(images/mini-monthly-archive.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li {
	background: url(images/mini-page.gif) no-repeat 0px 3px !important;
	padding-left: 20px !important;
}

/*sub-pages 
ul.list-page li ul li, li.widget_pages li ul li {
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}*/

/*recent comments widget */
ul.recent-comments li, li.widget_recent_comments li {
	background: url(images/mini-recent-comments.gif) no-repeat 0px 4px !important;
	padding-left: 20px !important;
	list-style: none;
	color: #5A6695;
}

/********* calendar ********/
li.calendar table, li.widget_calendar table {
    width: 100%;
	font-size: 95%;
}
li.calendar table td, li.widget_calendar table td {
	width: auto;
	text-align: center;
	border: 1px solid #CCC;
}
li.calendar table td a, li.widget_calendar table td a {
    display:block;
	background: #CCC;
}
li.calendar table td a:hover, li.widget_calendar table td a:hover {
    display:block;
	background: #F6F6F6;
}
li.calendar table td#today, li.calendar table td#today a:hover, li.widget_calendar table td#today, li.widget_calendar table td#today a:hover {
    background: #EE2059;
    color: #135193;
}
li.calendar table td#today a, li.widget_calendar table td#today a {
    background: #EE2059;
	color: #F6F6F6;
} 

/*** links ***/
ul.list-meta li, li.widget_meta li {
	background: url(images/link.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*** feeds ***/
ul.list-feeds li a {
    display: block;
	background: url(images/icon-feed-orange.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
ul.list-feeds li a:hover {
	background: url(images/icon-feed-blue.gif) no-repeat left center !important;
	padding-left: 20px !important;
} 
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 0px;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 102px;
	height: 20px;
	padding: 4px 19px 0px 4px;
	border: 1px solid #8D8D8D;
	background: #FEFEFE url(images/search-icon.gif) right center no-repeat;
	margin-right: 2px;
	color: #333333;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px 'Helvetica', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #FEFEFE;
	vertical-align: middle;
}


/*######################################################################################################
  ###### Footer ########################################################################################
  ####################################################################################################*/

#footer {
	text-align:right;
	position: relative;
	width: 840px;
	margin: 0 auto;
	border-top: 8px solid #000;
	background: #fff;
	margin-bottom:10px;
}

#footer .inter {
	position: relative;
	font-size:50px;
	font-weight:bolder;
	top:-20px;
}

#footer .number {
	padding-right:10px;
	position: relative;
	top:-20px;
	color:#E04197;
	font-weight:bold;
}

#footer .mail, #footer .mail a {
	padding-right:10px;
	top:-15px;
	position: relative;
	color:#E04197;	
	font-weight:bold;	
}





.features {

}


.columnLeft {
	float:left;
	width:180px;
	padding:5px;
	margin-bottom:10px;
}

.columnRight {
	float:right;
	padding:5px;
	margin-bottom:10px;
}

.small {width:180px;}
.equal {width:290px;}
.wide  {width:400px;}


.serviceSelected a {
	color: #EE2059;
	font-weight: bold;
}
.serviceSelected a:before { 
	content: "> ";
}
.cloud {
    text-transform: lowercase;
	text-align: justify;
	padding-bottom:10px!important;
}
.cloud a{
    line-height:15px;
}
.imghome {
    float: left;
    margin: 2px;
}

.imghome2 {
    float: left;
    margin: 2px;
    width: 295px;
}
.linkcat li:before { 
	content: ". ";
}
#sidebar .page_item, #lServices li a  { 
    padding-left: 10px;
    background-image: url(images/bar.gif);
    background-repeat: no-repeat;

}

/***** contact form *****/
.contact_form {
	margin-top: 10px;
	font: 110% 'Helvetica', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.contact_form label{
	color: #787878;
	font-size: 87%;
}
.contact_form input{
	width: 180px;
	background:#F9F9F9;
	border: 1px dotted #8D8D8D;
	padding: 3px;
	margin-top: 3px;
}
.contact_form textarea{
	width: 180px;
	height: 100px;
	background:#F9F9F9;
	border: 1px solid #8D8D8D;
	padding: 2px;
}
.contact_form textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
.contact_form #contact_submit{
	background: url(images/btn-bg-contact.gif) no-repeat;
	font: bold 12px 'Helvetica', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 60px;
	height: 28px;
	cursor: pointer;
}



ol.forms {
	list-style: none;
	width: 100%;
	margin:0;
	padding:0;
}

ol.forms li {

}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	text-align: right;
	width: 10%;
}

ol.forms input { width: 80%; }
ol.forms textarea {
	height: 10em; 
	width: 82%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font: 1em}

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.smallBg {
	width:196px;
	height:28px;
	background: transparent url(images/input_background_small.gif) no-repeat;
}  

ol.forms li.largeBg {
	width:196px;
	height:178px;
	background: transparent url(images/input_background_large.gif) no-repeat;
}  

ol.forms li.smallBg input {
	width:184px;
	border:1px solid #e5e5e5;height:18px;
}
ol.forms li.largeBg textarea {
	width:184px;
	height:169px;
	border:1px solid #e5e5e5;
}

#works {
	margin-top:8px;
}
#works ul {
	margin:0;
	padding:0;
	margin-top:10px;
}

#works li {
	padding-right:11px;	
	text-align:center;
	list-style-type: none;
	float: left;

}
#works li .t {
	background-color: #000;	
	color:#FFF;
	padding:5px;
	font-size:12px;
	margin-bottom:2px;
}
#works li img {
	display:block;
}
#news > h1 {
	padding:5px;
	color:#fff;
}
#news {
	margin-top:25px;
	height:250px;
	background: transparent url(images/home.jpg) no-repeat;
}

#news #info {
	position:absolute;
	color:#FFF;
	top:225px;
	height:65px;
	padding:10px;
	width:525px;
	background: transparent url(images/bgHome.png) no-repeat;
}
#news #info a {
	color:#fff;
}
ol.forms li.buttons button { border:1px solid #e5e5e5; background:#ffffff; height:18px; width:45px; }
ol.forms li.buttons { width: 51px; height: 24px; background: url('images/button_background.gif') no-repeat; }
.aligncenter {
   display:block;
   margin:auto;}