/******************* CSS Reset *******************/

.clear {overflow:auto;}
#vertical, #horizontal {
    margin:15px auto;
    width:955px;

}
#vertical div, #horizontal div {

    width:950px;
    height:50px;

    position:absolute;
    overflow:hidden;
}


a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, button, caption, center, cite, code, col, colgroup, dd, del, dir, div, dfn, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, hr, i, iframe, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp, select, small, span, strike, strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align: baseline;
    background:none;
}

#vertical img, #horizontal img {
    position:absolute;
}
ol, ul {
    list-style:none;
}
h1, h2, h3, h4, h5, h6, li {
    line-height:100%;
    text-align: justify;
}
blockquote, q {
    quotes:none;
}
q:before, q:after {
    content: '';
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

/******************* General Settings *******************/
htm,body {
    height:100%;
    background:#f5f5f5;
    color:#717171;
    font-size:11px;
    font-family: "Futura", Helvetica, Arial, Helvetica;
    border-top:5px solid #e2007a;
}

input, textarea, select {
    font-size:11px;
    font-family: "Futura", Helvetica, Arial, Helvetica;
    vertical-align:middle;
    padding:0;
    margin:0;
}
form, fieldset {
    border-style:none;
}
a {
    color:#E11978;
    text-decoration:none;
    font-weight: bold;
}
.left {
    float:left;
}
.right {
    float: right;
}
.clr {
    height:0;
    font-size:0;
    clear:both;
}
p{
    font-family: "Arial", Helvetica, Helvetica, Helvetica;
    font-size:11px;
    color:#717171;
    line-height:21px;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom:12px;
    font-family: "Futura", Helvetica, Helvetica, "Helvetica", Helvetica;
    font-style:italic;
    font-weight:normal;
    color:#512E85;
}
h1 {
    font-size:22px;
    line-height: 26px;
    text-align: right;
}
h2 {
    font-size:20px;
    line-height: 24px;
}
h3 {
    font-size:18px;
    line-height: 22px;
}
h4 {
    font-size:16px;
    line-height: 20px;
}
h5 {
    font-size:14px;
    line-height: 18px;
}
h6 {
    font-size:12px;
    line-height: 16px;
}

#wrapper {
    width:960px;
    margin:0 auto;
}
#container {
    width:100%;
}
#container h1.page_title {
    padding:30px 0;
    border-bottom:1px dashed #d3dad9;
}
#container h1.page_title span, #container h1.page_title a {
    color:#E11978 ;
}

.page-title {
    width:100%;
    border-bottom:1px dashed #d3dad9;
}
.page-title-content {
    width:960px;
    margin:0 auto;
}
.page-title-info {
    width:840px;
}
.page-title-info h1 {
    padding:20px 0
}
.page-title-info span {
    font-size:16px;
    color:#E11978 ;
}
.page-title-link {
    padding:26px 0px 0px 0px;
    color:#E11978 ;
    float: right;
    line-height:18px;
    font-size:11px;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-style:italic;
}

.clear { font-size:1px;line-height:1px;height:1px;clear:both;margin:0px;padding:0px; }

/******************* Header *******************/

#header {
    width:100%;
    height:125px;
    border-bottom:1px dashed #d3dad9;
}
#logo {
    width:155px;
    height:29px;
    float:left;
    margin-top:38px;
}

#logo-mini {
    float:left;
}

#menu {
    width:500px;
    float:right;
    height:31px;
    margin-top:41px;
}
#menu ul {
    float:right;
}
#menu ul li {
    float:left;
    margin:0 15px 0 23px;
    line-height:31px;
    font-size:13px;
    display:inline;
}
#menu ul li a:hover {
    color:#000;
}
#navigation {
    float:right;
    margin-top:16px;
}
#dropmenu, #dropmenu ul {
    margin:0;
    padding:0px;

    list-style:none;
    position:relative;
    z-index:300;
    width:100%;
    font-size:13px;
}
#dropmenu li a {
    color:#717171;
}
#dropmenu li li a {
    color:#a9a9a9;
}
#dropmenu a {
    display:block;
    color:#a9a9a9;
    padding:34px 22px;
    text-decoration:none;
}
#dropmenu li li a {
    background:url(../img/dividerrpt.png) no-repeat 5px bottom;
}
#dropmenu li a:hover {
    padding:34px 22px;
    color:#000;
}
#dropmenu li {
    float:left;
    position:relative;
}
#dropmenu ul {
    position:absolute;
    margin:10px 0 0 0px;
    display:none;
    width:16em;
    top:59px;
    left:-1px;
}
#dropmenu ul a {
    padding:10px;
}
#dropmenu li ul {
    width:16em;
    margin-top:3px;
    background:url(../img/subsubrpt.png) no-repeat  0px  0px ;
    padding-top:14px;
}
#dropmenu li ul  ul{
    width:16em;
    margin-top:3px;
    background:url(../img/subsubrpt_sub.png) no-repeat  0px 0px ;
    padding-top:14px;
}
#dropmenu li ul a {
    width:14.9em;
    height:auto;
    float:left;
}
#dropmenu ul ul {
    top:auto;
}
#dropmenu li ul ul {
    left:16em;
    margin:0 0 0 0px;
    top:0em;
}
#dropmenu li ul a:hover, #dropmenu li.current_page_item a {
    color:#000;
}
#dropmenu li.current_page_item ul li a {
    background:#fff;
}
#dropmenu li ul li a:hover {
    padding:10px 10px;
    color:#000;
}
#dropmenu li a span {
    position: absolute;
    right:0px;
}
.sub-menu li a {
    font-size:12px !important;
    padding-left:15px !important;
    padding-right:15px !important;
}
#dropmenu li:last-child a{
    background: none;
}
#dropmenu li a span .firstlabel {
    display:none;
}
#dropmenu li a:hover span .firstlabel {
    display: none;
}
.sub-menu li {
    background: none repeat scroll 0 0 #fff;
}

/******************* Slider *******************/

.banner_home {
    width:100%;
    overflow:hidden;
}
.banner_home h1 {
    text-align:center;
    padding:0 0 30px 0;
    border-bottom:1px dashed #d3dad9;
    margin-bottom: 10px;
}
.banner_home h1 span {
    color:#E11978 ;
}
.banner_inner {
    width:100%;
    height:360px;
    padding-top:30px;
    padding-bottom:30px;
    background:url(../img/banner_bg.png) bottom no-repeat;
    position:relative;
}

.#easySlider {
    clear: both;
    margin: 0 auto;
    position: relative;
    width:960px;
}
.container_slider {
    width:100%;
    height:360px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
}
.slides {
    left:0;
    top:0;
    position:absolute;
}
.slides > div.slide {
    display: none;
    position: absolute;
    top: 0;
    width: 960px;
}
ol#controls {
    height:10px;
    width:180px;
    overflow:hidden;
    position:absolute;
    left:22px;
    bottom:22px;
}
ol#controls li {
    float:left;
    margin-right:8px;
    height:10px;
}
ol#controls li a {
    text-indent:-999999px;
    width:10px;
    height:10px;
    background:url(../img/banner_list.png) no-repeat;
    display:block;
}
ol#controls li a:hover {
    background:url(../img/banner_list_hover.png) no-repeat;
}
ol#controls li.current a {
    background:url(../img/banner_list_hover.png) no-repeat;
}


/******************* Home Page Content *******************/

.home_content {
    width:100%;
    overflow:hidden;
    margin-top: -25px;
}
.home_content h4, .latest_project h4 {
    color:#000;
    padding-bottom:10px;
}
.free_quote {
    margin:0 auto;
    padding:5px 10px;
    border-bottom:1px dashed #d3dad9;
    margin-bottom:20px;
}
.free_quote h5 {
    padding:7px 0;
    margin:0;
}
.free_quote h5 span {
    color:#E11978 ;
}
.free_quote img {
    float:right;
    margin:0;
    padding:0px 0 10px 0;
}
.project_block, .blog_block {
    width:100%;
    overflow:hidden;
    padding:20px 0 30px 0;
}
.project_info, .blog_info1  {
    width:225px;
    float:left;
    padding-right:25px;
    display:inline;
}
a.view_port , a.read_blog{
    background:#e2007a;
    padding:0 16px;
    line-height:20px;
    margin-top:25px;
    display:block;
    color:#000;
    font-size:11px;
    font-family: "Futura", Helvetica, Arial, "Helvetica", arial;
    font-style:italic;
    width:123px;
}
.portfolio_grid_item , .blog_grid {
    width:220px;
    float:left;
    margin-right:25px;
    display:inline;
    background:#fff;
}
.last {
    margin-right:0;
}
.portfolio_grid_item img , .blog_grid img{
    padding-bottom:0px;
}
.portfolio_grid_item p, .blog_grid p {
    font-size:14px;
    line-height:16px;
    font-family: "Futura", Helvetica, Helvetica, "Helvetica", Helvetica;
    text-align:right;
    padding:10px 15px 10px 15px;
}
.portfolio_grid_item ul, .blog_grid ul {
    padding:0 15px;
    overflow:hidden;
    text-align:right;
}
.portfolio_grid_item ul li, .blog_grid ul li {
    float:right;
    color:#717171;
    line-height:14px;
    font-style:italic;
    font-family: "Helvetica", Helvetica, Helvetica, "Helvetica", Helvetica;
    text-align:right;
    font-size:11px;
    padding-bottom:15px;
}
.portfolio_grid_item ul li a, .portfolio_list_item ul li a, .blog_grid ul li a {
    color:#a9a9a9;
    padding:0 1px;
}
.portfolio_grid_item ul li a:hover , .portfolio_list_item ul li a:hover, .blog_grid ul li a:hover {
    color:#E11978;
}
.portfolio_grid_item p a, .blog_grid p a {
    color:#000;
    padding:0 1px;
}
.portfolio_grid_item p a:hover , .blog_grid p a:hover {
    color:#E11978 ;
}

.portfolio_grid_item a.image {
    display: block;
    position: relative;
    width: 220px;
    height: 160px;
    background: #000;
}
.portfolio_grid_item span.rollover {
    display: none;
    position: absolute;
    width: 220px;
    height: 160px;
    top:0;
    left:0;
    background: #000 url(../img/zoom.png) center no-repeat;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
}
.portfolio_grid_item:hover span.rollover {
    display: block;
}
.aboutus_block {
    width:100%;
    padding:30px 0 20px 0;
    overflow:hidden;
}
.about_column1 {
    width:225px;
    float:left;
    padding-right:25px;
}
.about_column2 {
    width:220px;
    float:left;
    padding-right:25px;
}
.testimonial {
    width:220px;
    float:left;
    padding-right:0;
}
.testimonial p {
    padding:10px 15px 30px 15px;
    color:#000;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    line-height:16px;
    font-style:italic;
    background:#fff url(../img/folks_bg.png) bottom right no-repeat;
}
.testimonial span {
    text-align:right;
    padding:0 0 7px 0;
    color:#717171;
    font-size:11px;
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    display:block;
}
.testimonial a {
    color:#717171;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    text-align:right;
    font-style:italic;
    display:block;
}

/******************* Portfolio Page Content *******************/

.inner_page_container {
    width:100%;
    overflow:hidden;
    padding:30px 0 0;
}
.portfolio_sidebar {
    width:177px;
    background:#fff;
    float:left;
    margin-left:25px;
    display:inline;
    padding:25px 24px 3px;
}
.latest_project {
    padding:0 0 18px 0;
}
.filter_work, .view_work {
    width:100%;
    border-top:1px dashed #d3dad9;
    padding:20px 0;
}
.filter_work h6, .view_work h6 {
    color:#717171;
    padding-bottom:6px;
}
.portfolio_sidebar ul {
    padding-left:15px;
}
.portfolio_sidebar ul li {
    line-height:21px;
    color:#717171;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-style:italic;
}
.portfolio_sidebar ul li a {
    color:#717171;
}
.portfolio_sidebar ul li a:hover, .portfolio_sidebar ul li a.active_work {
    color:#000;
}
.portfolio_content {
    width:710px;
    float:left;
}
.portfolio_grid {
    width:100%;
    padding-bottom:30px;
    overflow:hidden;
}
.portfolio_list {
    width:100%;
    margin-bottom:30px;
    background:#fff;
}
.portfolio_list_item {
    padding:21px 22px;
    overflow:hidden;
}
a.portfolio_list_item_title {
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:16px;
    font-style:italic;
    color:#000;
    padding:0 0 10px;
}
a.portfolio_list_item_title:hover {
    color:#E11978 ;
}
.portfolio_list_item ul {
    padding:10px 0 0 0;
    overflow:hidden;
    width:100%;
}
.portfolio_list_item ul li {
    float:left;
    color:#717171;
    line-height:14px;
    font-style:italic;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    padding-bottom:10px;
}

/******************* Sidebar Left Page *******************/

.page_rightsidebar_container {
    width:100%;
    padding:30px 0;
    overflow:hidden;
}
.page_rightsidebar_content {
    width:690px;
    float:left;
}
.col_block {
    width:100%;
    overflow:hidden;
    padding-bottom:15px;
}
.col_layout {
    padding:0 18px 0 0;
    overflow:hidden;
    float:left;
    display:inline;
}
.col_layout h4 {
    padding:0 0 16px;
}
.col_block1 {
    width:318px;
}
.col_block2 {
    width:204px;
}
.col_block3 {
    width:140px;
}
.col_block4 {
    width:433px;
}
.page_rightsidebar_sidebar {
    margin-top:0px!important;
}

/******************* Full Width Page ***************************/

.full_width_content {
    width:100%;
    overflow:hidden;
    margin-top:30px;
}
.full_width_content p {
    padding-bottom:25px;
}
.separator {
    border-bottom:1px dashed #d3dad9;
    margin-bottom:25px;
}
.full_width_content p.quote {
    padding:5px 0 15px 75px;
    background:url(../img/quotation.png) 25px top no-repeat;
    color:#717171;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    font-style:italic;
}
ul.box_style li {
    background:#fff;
    width:100%;
    margin-bottom:25px;
    height:40px;
}
ul.box_style li a {
    padding-left:74px;
    color:#717171;
    display:block;
    height:40px;
    line-height:40px;
}
ul.box_style li.style1 a {
    background:url(../img/style1.png) 25px 8px no-repeat;
}
ul.box_style li.style2 a {
    background:url(../img/style2.png) 25px 8px no-repeat;
}
ul.box_style li.style3 a {
    background:url(../img/style3.png) 25px 8px no-repeat;
}
ul.box_style li.style4 a {
    background:url(../img/style4.png) 25px 8px no-repeat;
}
.style_list {
    width:100%;
    overflow:hidden;
    padding-bottom:25px;
}
.style_list div {
    width:299px;
    float:left;
}
.style_list ul {
    margin-left:25px;
}
.style_list ul li, .style_list ol li {
    margin-bottom:12px;
    color:#717171;
}
.list2 {
    margin:0 30px;
    display:inline;
}
.list1 ul li {
    padding-left:21px;
    background:url(../img/list1.png) left center no-repeat;
}
.list2 ul li {
    padding-left:12px;
    background:url(../img/list2.png) left center no-repeat;
}
.style_list ol {
    list-style-type:decimal;
    margin-left:45px;
}
.price_table {
    width:957px;
    padding:7px 0 54px;
    overflow:hidden;
}
.price_wrapper {
    width:956px;
    padding-left:1px;
    background:url(../img/price_box_bg.png) right repeat-y;
}
.price_bottom {
    width:956px;
    padding-left:1px;
    height:9px;
    font-size:0;
    background:url(../img/price_box_bottom.png) right no-repeat;
}
.price_box {
    width:239px;
    float:left;
    position:relative;

}

.price_box1 {
    width:39px;
    float:left;
    position:relative;

}
.price_box h1 {
    position:relative;
    width:239px;
    height:60px;
    line-height:60px;
    text-align:center;
    margin-top:-7px;
}
.price_box h1 a {
    background:url(../img/price_box_top.png) no-repeat;
    display:block;
    color:#fff;
}
.price_box h1 a:hover {
    background:url(../img/price_box_top_hover.png) no-repeat;
    font-style: normal;
}
.price_box ul {
    width:187px;
    margin:0 auto;
}
.price_box ul li {
    line-height:47px;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:13px;
    font-style:italic;
    text-align:center;
    border-bottom:1px dashed #d3dad9;
}
.price_box ul li.price_last {
    border:none;
}
.price_box ul li a {
    color:#717171;
}
.price_box ul li a:hover {
    color:#000;
}
.price_box p.price {
    text-align:center;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size:38px;
    font-style:italic;
    color:#ea3a3a;
    padding:10px 0 30px;
}
.price_box a.join_now {
    width:80px;
    height:30px;
    position:relative;
    margin:0 auto;
    margin-bottom:-23px;
    display:block;
    line-height:30px;
    text-align:center;
    background:url(../img/join_btn.png) no-repeat;
    color:#000;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    font-style:italic;
}

.columns_content_inner {
    width:100%;
    overflow:hidden;
    margin-bottom:25px;
}
.columns_content_inner p {
    padding-bottom:0 !important;
    text-align: justify;
}
.columns_content_inner .col_block1 {
    width:462px;
}
.columns_content_inner .col_block2 {
    width:302px;
}
.columns_content_inner .col_block3 {
    width:222px;
}
.columns_content_inner .col_block4 {
    width:622px;
}


/******************* Blog *******************/

.blog_content, .contact_content {
    width:665px;
    float:left;
    display:inline;
    margin-right:25px;
}
.blog_content_block, .contact_content_block {
    width:102%;
    background:#fff;
    padding-bottom:30px;
}
.contact_content_block {
    margin-bottom:30px;
}
.blog_content_inner, .contact_content_inner {
    width:80%;
    margin-top:30px;
    position:relative;
}
.blog_info, .contact_info {
    width:615px;
    background:#fff;
    padding:16px 25px 0px 25px;
}

img.right_pic {
    margin:10px 0 15px 25px;
    float:right;
    display:inline;
}
img.left_pic  {
    margin:10px 25px 15px 0;
    float:left;
    display:inline;
}
img.center_pic {
    margin:0px 0px 25px 0;
    max-width: 615px;
}
.blog_info h2, .contact_info h2 {
    padding-bottom:10px;
}
.blog_info h2 a , .contact_info h2 a{
    color:#000;
}
.blog_info h2 a:hover {
    color:#E11978 ;
}
.blog_info p, .contact_info p {
    padding-bottom:25px;
}
.blog_info_info, .contact_info_info {
    width:100%;
    overflow:hidden;
}
.blog_info_info a img, .contact_info_info a img {
    float:right;
    display:inline;
    margin:0 0 12px 20px;
}
a.continue {
    line-height:30px;
    display:block;
    color:#000;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    font-style:italic;
    margin-top:-15px;
    padding-bottom: 14px;
}
a.continue:hover {
    color:#E11978 ;
}
.blogBackrpt{
    background:#fff;
}
p.quote {
    padding:5px 0 15px 75px;
    background:url(../img/quotation.png) 25px top no-repeat;
    color:#717171;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    font-style:italic;
}
.meta_box {
    width:412px;
    height:35px;
    overflow:hidden;
    background:#e2007a;
    position:absolute;
    top:25px;
    left:-11px;
}
.meta_box ul {
    overflow:hidden;
    margin-left:20px;
}
.meta_box ul li {
    float:left;
    line-height:35px;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    color:#000;
    font-style:italic;
    padding:0 2px;
}
.meta_box ul li a {
    color:#000;
    text-decoration:none;
}
.meta_box ul li a:hover {
    text-decoration:underline;
}
.like {
    width:621px;
    margin:0px 0 16px 24px;
    padding:20px 0;
    border-top:1px dashed #d3dad9;
    border-bottom:1px dashed #d3dad9;
    overflow:hidden;
}
.like h4 {
    color:#000;
    padding-bottom:10px;
}
.like_pic {
    width:100px;
    float:left;
    display:inline;
    padding:5px 14px 5px 0px;
    margin-right:14px;
    border-right:1px solid #f5f5f5;
}
.like_pic_rpt {
    border-right:none;
    padding-right:0px;
    margin-right:0px;
}

.sidebar {
    width:220px;
    float:right;
    padding:25px;
    margin-top:30px;
    background:#fff;
}
.topsearch {
    width:200px;
    height:18px;
    padding:6px 10px;
    background:url(../img/top_search.png) no-repeat;
}
.topsearch input {
    background:none;
    width:200px;
    height:18px;
    line-height:18px;
    color:#717171;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    font-style:italic;
}
.sidebar_list {
    width:100%;
    overflow:hidden;
}
.sidebar_list h4 {
    color:#000;
    line-height:21px;
    padding:15px 0;
}
.sidebar h4 {
    color:#000;
    line-height:21px;
}
.sidebar_list ul {
    border-bottom:1px dashed #d3dad9;
    padding-bottom:14px;
    overflow:hidden;
}
.sidebar_list ul li {
    height:18px;
    line-height:21px;
}
.sidebar_list ul li a {
    color:#a9a9a9;
    padding:3px 5px;
}
.sidebar_list ul li a:hover, .sidebar_list ul li a.active {
    background:#e2007a;
    color:#000;
}
.posts {
    width:100%;
    margin-bottom:10px;
}
.posts01 {
    margin-bottom:0px;
    border-bottom:1px dashed #d3dad9;
    padding-bottom:16px;
}
.posts a {
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    line-height:16px;
    font-style:italic;
    color:#000;
}
.posts a:hover {
    color:#E11978 ;
}
.posts span {
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    line-height:16px;
    font-style:italic;
    color:#a9a9a9;
    display:inline-block;
    padding-top:10px;
}
.posts span a {
    color:#a9a9a9;
}
.posts span a:hover, .posts span a.active {
    color:#E11978 ;
}
.sidebar_list ul.blog_photostream {
    width:100%;
    overflow:hidden;
}
.sidebar_list ul.blog_photostream li {
    float:left;
    height:70px;
    display:inline;
    margin:0 5px 5px 0;
}
.sidebar_list ul.blog_photostream li.margin_rpt {
    margin-right:0px;
}
.sidebar_list ul.blog_photostream li a {
    padding:0px;
}
.sidebar_list ul.blog_photostream li a:hover {
    background:none;
}

/******************* Pagination *******************/

ul.pagination {
    padding:0 25px;
    height:35px;
    background:#fff;
    width:175px;
    margin-top:25px;
}
ul.pagination li {
    float:left;
    line-height:35px;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:13px;
    font-style:italic;
    color:#717171;
    margin-right:4px;
    display:inline;
}
ul.pagination li a {
    color:#717171;
}
ul.pagination li a:hover {
    color:#000;
}

/******************* Comments *******************/

#comments {
    position: relative;
    margin: 25px 25px 25px 25px;
    width: 615px;
}
#comments ul{
    list-style: none;
    margin: 0;
}
ol#commentslist {
    margin: 0 0 0 0px;
    list-style: none;
    padding: none;
    padding: 0;
}
#commentslist .children li {
    padding: 15px 0 0 25px;
    background: url(../img/comment_line.png) no-repeat 0px 40px;
    border-left: 1px solid #f5f5f5;
    margin: 0 0 15px 15px;
}
.comment {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
}
.comment .avatar {
    position: absolute;
    left: 0;
    top: 0;
}
.comment h6 {
    color: #000;
    margin: 0 0 0 75px;
    padding: 0;
}
#comments h4 {
    color: #000;
    padding-bottom:18px;
}
.comment .date {
    margin: 0 0 10px 75px;
    display: block;
    color: #717171;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 11px;
    font-style: italic;
}
.comment p {
    margin: 0 0 10px 75px;
}
.comment-reply-link {
    margin: 0 0 0 75px;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 11px;
    font-style: italic;
    color: #ea3a3a;
}
.comment-reply {
    display: inline-block!important;
    padding: 0 0 0 10px;
}

/******************* Reply Form *******************/
#message-note{
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    font-style:italic;
    color:#ea3a3a;
}
#message-note ul {
    margin-bottom:20px;
}
#message-note li{
    list-style:none;
    padding-bottom:5px;
}
.reply_form {
    width:640px;
    padding-left:25px;
    overflow:hidden;
    margin-top:25px;
}
.reply_form_contact {
    width:640px;
    padding-left:25px;
    overflow:hidden;
}
.reply_form h4, .reply_form_contact h4 {
    color: #000;
    padding-bottom:25px;
}
.reply_textbox {
    width:520px;
    height:18px;
    padding:6px 10px;
    margin-bottom:20px;
    background:url(../img/reply_form.png) no-repeat;
}
.reply_textbox input {
    width:240px;
    height:18px;
    line-height:18px;
    background:none;
    color:#000;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    font-style:italic;
    float:left;
}
.reply_textbox span {
    float:left;
    margin-left:30px;
    color:#000;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    font-style:italic;
}
.reply_textbox p {
    float:left;
    display:block;
}
.reply_areabox {
    width:500px;
    height:88px;
    padding:6px 10px;
    background:url(../img/reply_form_area.png) no-repeat;
}
.reply_areabox textarea {
    background:none;
    width:500px;
    height:88px;
    color:#000;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    font-style:italic;
}

/******************* Buttons *******************/

/* Button Gray for Comment Form */

.btn_gray_input {
    float: left;
    clear: both;
    background: url(../img/gray_left.png) no-repeat;
    padding: 0 0 0 3px;
    margin: 20px 0 0 0;
}
.btn_gray_input input {
    background: url(../img/gray.png) repeat-x left top;
}
.btn_gray_input span {
    background: url(../img/gray_right.png) no-repeat;
    float: left;
    width: 3px;
    height: 25px;
}
.btn_gray_input input:hover {
    cursor: pointer;
    background: url(../img/gray_hover.png) repeat-x left top;
}
.btn_gray_input:hover {
    background: url(../img/gray_left_hover.png) no-repeat;
}
.btn_gray_input:hover span {
    background: url(../img/gray_right_hover.png) no-repeat;
    float: left;
    width: 3px;
    height: 25px;
}

.btn_gray_input input, .btn_gray a, .btn_yellow a, .btn_green a, .btn_red a, .btn_blue a  {
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    color: #000;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-style:italic;
    font-size: 11px;
    text-decoration: none;
}
.btn_gray, .btn_yellow , .btn_green , .btn_red , .btn_blue {
    float: left;
    padding: 0 0 0 3px;
}
.btn_gray span, .btn_yellow span, .btn_green span, .btn_red span, .btn_blue span {
    float: left;
    width: 3px;
    height: 25px;
}
.btn_gray a:hover , .btn_yellow a:hover, .btn_green a:hover, .btn_red a:hover, .btn_blue a:hover  {
    cursor: pointer;
    height: 25px;
}
.btn_gray:hover span, .btn_yellow:hover span, .btn_green:hover span, .btn_red:hover span, .btn_blue:hover span   {
    float: left;
    width: 3px;
    height: 25px;

}
.buttons  p{
    display:inline;
    padding-bottom: 0px;
    margin: 0 30px 30px 0;
    display:block;
}

/* Button Gray */

.btn_gray {
    background: url(../img/gray_left.png) no-repeat;
}
.btn_gray a {
    background: url(../img/gray.png) repeat-x left top;
}
.btn_gray span {
    background: url(../img/gray_right.png) no-repeat;
}
.btn_gray a:hover {
    background: url(../img/gray_hover.png) repeat-x left top;
}
.btn_gray:hover {
    background: url(../img/gray_left_hover.png) no-repeat;
}
.btn_gray:hover span {
    background: url(../img/gray_right_hover.png) no-repeat;
}

/* Button Yellow */

.btn_yellow {
    background: url(../img/yellow_left.png) no-repeat;
}
.btn_yellow a {
    background: url(../img/yellow.png) repeat-x left top;
}
.btn_yellow span {
    background: url(../img/yellow_right.png) no-repeat;
}
.btn_yellow a:hover {
    background: url(../img/yellow_hover.png) repeat-x left top;
}
.btn_yellow:hover {
    background: url(../img/yellow_left_hover.png) no-repeat;
}
.btn_yellow:hover span {
    background: url(../img/yellow_right_hover.png) no-repeat;
}

/* Button Green */

.btn_green {
    background: url(../img/green_left.png) no-repeat;
}
.btn_green a {
    background: url(../img/green.png) repeat-x left top;
}
.btn_green span {
    background: url(../img/green_right.png) no-repeat;
}
.btn_green a:hover {
    background: url(../img/green_hover.png) repeat-x left top;
}
.btn_green:hover {
    background: url(../img/green_left_hover.png) no-repeat;
}
.btn_green:hover span {
    background: url(../img/green_right_hover.png) no-repeat;
}

/* Button Red */

.btn_red {
    background: url(../img/red_left.png) no-repeat;
}
.btn_red a {
    background: url(../img/red.png) repeat-x left top;
}
.btn_red span {
    background: url(../img/red_right.png) no-repeat;
}
.btn_red a:hover {
    background: url(../img/red_hover.png) repeat-x left top;
}
.btn_red:hover {
    background: url(../img/red_left_hover.png) no-repeat;
}
.btn_red:hover span {
    background: url(../img/red_right_hover.png) no-repeat;
}

/* Button Blue */

.btn_blue {
    background: url(../img/blue_left.png) no-repeat;
}
.btn_blue a {
    background: url(../img/blue.png) repeat-x left top;
}
.btn_blue span {
    background: url(../img/blue_right.png) no-repeat;
}
.btn_blue a:hover {
    background: url(../img/blue_hover.png) repeat-x left top;
}
.btn_blue:hover {
    background: url(../img/blue_left_hover.png) no-repeat;
}
.btn_blue:hover span {
    background: url(../img/blue_right_hover.png) no-repeat;
}

/******************* Footer *******************/

#footer {
    width:100%;
    overflow:hidden;
    padding-bottom:25px;
}
.footer_content {
    width:100%;
    margin-bottom:25px;
    padding:30px 0 30px;
    border-top:1px dashed #d3dad9;
    border-bottom:1px dashed #d3dad9;
    overflow:hidden;
}
.f_info {
    width:225px;
    float:left;
    display:inline;
    margin-right:25px;
}
.tweets {
    width:220px;
    float:left;
    display:inline;
    margin-right:25px;
}
.blog {
    width:220px;
    float:left;
    display:inline;
    margin-right:25px;
}
.photostream {
    width:220px;
    margin-right:0px;
}
.f_info p {
    padding-top:10px;
}
.f_info p a {
    color:#E11978 ;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-style:italic;
}
.f_info p a:hover {
    color:#E11978 ;
}
.f_info p span {
    color:#a9a9a9;
    display:block;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-style:italic;
}
.f_info p span a {
    color:#a9a9a9;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    font-style:italic;
}
.f_info h5 {
    color:#000;
}
.f_info ul li {
    float:left;
    display:inline;
    margin:5px 5px 0px 0px;
}
.f_info ul li.margin_rpt {
    margin-right:0px;
}
.f_logo {
    width:135px;
}
.line {
    width:100%;
    border-top:1px solid #d3dad9;
    margin-top:10px;
    overflow:hidden;
}
.footer_bottom {
    width:100%;
    margin-bottom:25px;
}
.copyright {
    float:left;
    color:#717171;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-size:11px;
    font-style:italic;
}
.copyright a {
    color:#000;
}
.f_nav {
    float:right;
}
.f_nav ul li {
    float:left;
    margin-left:5px;
}
.f_nav ul li a {
    color:#000;
}
.f_nav ul li span {
    color:#717171;
}
.border_top {
    margin-top:30px;
    overflow:hidden;
}

/******************* Horizontal Line *******************/

.hr {
    margin: 0px 0 0 0px;
    padding: 0;
    width: 960px;
}
.hr h4 {
    float: left;
    margin: 0;
    padding: 0;
}
.hr_line {
    overflow:hidden;
    display: inline;
    float: right;
    margin: 5px 0 0 15px;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #d3dad9;
    width: 100%;
}
